/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../nodevenv/gautamnextwebsite/20/lib/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../nodevenv/gautamnextwebsite/20/lib/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --ink: #14213d;
  --muted: #667085;
  --line: #e6e9ef;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --accent: #d71920;
  --accent-dark: #a90f16;
  --gold: #f2b84b;
  --green: #0f766e;
  --blue: #1646a8;
  --cyan: #14b8a6;
  --shadow: 0 24px 70px rgba(20, 33, 61, 0.12);
  --shadow-strong: 0 30px 90px rgba(20, 33, 61, 0.2);
}

/* Full homepage migration sections */
.hero-slider {
  position: relative;
  min-height: clamp(560px, 76vh, 760px);
  overflow: hidden;
  isolation: isolate;
  background: #0f172a;
}

.hero-slider::before {
  position: absolute;
  inset: auto 8% 8% auto;
  z-index: 2;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
  animation: spinSlow 18s linear infinite;
}

.hero-slider::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 76px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.98));
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: clamp(58px, 8vw, 108px) clamp(18px, 6vw, 86px);
  opacity: 0;
  animation: heroFade 18s infinite;
  animation-delay: calc(var(--slide) * 6s);
}

.hero-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 19, 44, 0.88), rgba(8, 19, 44, 0.42), rgba(8, 19, 44, 0.12)),
    linear-gradient(0deg, rgba(215, 25, 32, 0.24), transparent 42%);
}

.hero-slide img {
  object-fit: cover;
  transform: scale(1.06);
  animation: heroZoom 18s ease-in-out infinite;
}

.hero-slide-content {
  position: relative;
  z-index: 1;
  max-width: 690px;
  color: #fff;
  animation: slideTextUp 900ms ease both;
}

.hero-slide-content::before {
  display: block;
  width: 86px;
  height: 5px;
  margin-bottom: 20px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--accent), var(--gold), var(--cyan));
}

.hero-slide-content .eyebrow {
  color: #fff;
}

.hero-slide-content h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.05;
  text-wrap: balance;
}

.hero-slide-content .eyebrow {
  margin-bottom: 12px;
  font-size: 12px;
}

@keyframes heroFade {
  0%,
  29% {
    opacity: 1;
  }

  34%,
  100% {
    opacity: 0;
  }
}

@keyframes heroZoom {
  0%,
  29% {
    transform: scale(1.06);
  }

  34%,
  100% {
    transform: scale(1.14);
  }
}

@keyframes slideTextUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spinSlow {
  to {
    transform: rotate(360deg);
  }
}

@keyframes sectionRise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

main > section {
  animation: sectionRise 760ms ease both;
  animation-timeline: view();
  animation-range: entry 0% cover 24%;
}

.section-grid,
.split-section,
.insight-section,
.subpage,
.contact-panel,
.about-band,
.countries-section,
.process-cards,
.care-section,
.why-section,
.testimonial-section,
.dream-cta,
.work-process,
.callback-section {
  padding-top: clamp(44px, 6vw, 82px);
  padding-bottom: clamp(44px, 6vw, 82px);
}

.section-grid.compact {
  padding-top: clamp(38px, 5vw, 64px);
  padding-bottom: clamp(38px, 5vw, 64px);
}

/* Fix logo visibility and smooth showcase animation */
.brand {
  width: 58px;
  min-width: 58px;
  height: 58px;
  justify-content: center;
  padding: 6px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 61, 0.14);
}

.brand img,
.footer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: none;
}

.site-footer .footer-logo {
  width: 82px;
  height: 82px;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
}

.showcase-section {
  overflow: hidden;
}

.showcase-copy {
  animation: showcaseCopyIn 850ms ease both;
}

.showcase-points span {
  animation: pillFloat 4.5s ease-in-out infinite;
}

.showcase-points span:nth-child(2) {
  animation-delay: 0.45s;
}

.showcase-points span:nth-child(3) {
  animation-delay: 0.9s;
}

.showcase-media {
  isolation: isolate;
  animation: mediaFloat 5.5s ease-in-out infinite;
}

.showcase-media::before {
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: 16px;
  content: "";
  background:
    radial-gradient(circle at 18% 20%, rgba(242, 184, 75, 0.32), transparent 28%),
    radial-gradient(circle at 84% 78%, rgba(20, 184, 166, 0.34), transparent 30%);
  filter: none;
}

.showcase-media img {
  transform: none;
  animation: mediaImageBreathe 6s ease-in-out infinite;
  will-change: transform;
}

.showcase-media:hover img {
  transform: translateY(-4px) scale(1.01);
}

.showcase-media::after {
  inset: 0;
  overflow: hidden;
  border-radius: 8px;
  opacity: 0.55;
  animation: imageShine 6.5s ease-in-out infinite;
}

.floating-badge {
  right: 18px;
  bottom: 18px;
  animation: badgePulse 3.8s ease-in-out infinite;
}

/* Footer final layout */
.site-footer {
  position: relative;
  grid-template-columns: minmax(260px, 1.3fr) minmax(150px, 0.6fr) minmax(220px, 0.8fr) minmax(250px, 0.9fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(18, 32, 58, 0.98)),
    url("/media/sections/breadcrumb.jpg") center/cover;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 12% 12%, rgba(215, 25, 32, 0.14), transparent 24vw),
    radial-gradient(circle at 82% 24%, rgba(20, 184, 166, 0.13), transparent 26vw);
  pointer-events: none;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-brand,
.footer-links,
.footer-contact {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.site-footer .footer-logo {
  margin-bottom: 8px;
}

.site-footer h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 17px;
}

.site-footer p {
  margin: 0;
  max-width: 420px;
}

.site-footer a {
  width: max-content;
  max-width: 100%;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 0 15px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(215, 25, 32, 0.22);
}

.footer-contact p {
  display: grid;
  grid-gap: 3px;
  gap: 3px;
}

.footer-contact strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-footer {
    grid-template-columns: 1fr;
  }
}

/* Homepage callback section active state */
.callback-section {
  position: relative;
  grid-template-columns: minmax(280px, 0.55fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  background:
    linear-gradient(135deg, rgba(245, 247, 251, 0.98), rgba(255, 255, 255, 0.96)),
    url("/media/sections/contact-bg.jpg") center/cover;
}

.callback-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 12% 24%, rgba(215, 25, 32, 0.08), transparent 26vw),
    radial-gradient(circle at 86% 72%, rgba(20, 184, 166, 0.12), transparent 28vw);
  pointer-events: none;
}

.callback-section > * {
  position: relative;
  z-index: 1;
}

.callback-section .contact-intro {
  position: static;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  max-width: 430px;
}

.callback-section .contact-intro .eyebrow {
  color: var(--accent);
}

.callback-section .contact-intro h2 {
  color: var(--ink);
  font-size: clamp(34px, 4vw, 54px);
}

.callback-section .contact-intro p {
  color: #475467;
  font-size: 17px;
}

.callback-section .contact-form {
  border-color: rgba(20, 33, 61, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 80px rgba(20, 33, 61, 0.12);
}

.callback-section .contact-form label {
  color: #344054;
}

.callback-section input,
.callback-section select,
.callback-section textarea {
  border-color: rgba(20, 33, 61, 0.1);
  background: #fff;
  color: var(--ink);
}

.callback-section input::placeholder,
.callback-section textarea::placeholder {
  color: #98a2b3;
}

.callback-section input:focus,
.callback-section select:focus,
.callback-section textarea:focus {
  border-color: rgba(215, 25, 32, 0.42);
  box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.08);
  outline: none;
}

.callback-section .button.primary {
  min-height: 50px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  box-shadow: 0 16px 38px rgba(215, 25, 32, 0.24);
}

.callback-section .button.primary:disabled {
  opacity: 0.72;
  cursor: wait;
}

@media (max-width: 1050px) {
  .callback-section {
    grid-template-columns: 1fr;
  }

  .callback-section .contact-intro {
    max-width: none;
  }
}

/* Showcase section final composition */
.showcase-section {
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1fr);
  align-items: end;
  min-height: clamp(520px, 62vh, 680px);
  padding-top: clamp(72px, 8vw, 116px);
  padding-bottom: clamp(48px, 6vw, 82px);
}

.showcase-copy {
  align-self: end;
  padding-bottom: clamp(10px, 2vw, 28px);
}

.showcase-copy h2 {
  max-width: 560px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}

.showcase-copy p {
  max-width: 560px;
  font-size: 16px;
}

.showcase-media {
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.26);
}

.showcase-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  object-position: center 48%;
  box-shadow: none;
  transform: none;
}

.showcase-media:hover img {
  transform: none;
  box-shadow: none;
}

.showcase-media::after {
  display: none;
}

.floating-badge {
  right: 18px;
  bottom: 18px;
  min-width: 132px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.95);
  animation: none;
}

@media (max-width: 1050px) {
  .showcase-section {
    grid-template-columns: 1fr;
    min-height: auto;
    align-items: start;
  }

  .showcase-copy {
    padding-bottom: 0;
  }
}

@media (max-width: 700px) {
  .showcase-copy h2 {
    font-size: 31px;
  }

  .showcase-media img {
    aspect-ratio: 4 / 3;
  }

  .floating-badge {
    right: 10px;
    bottom: 10px;
  }
}

/* Production image and spacing polish */
main {
  overflow: hidden;
}

main > section,
.subpage > section,
.contact-panel,
.site-footer {
  max-width: 100vw;
}

.about-band,
.split-section,
.showcase-section,
.section-grid,
.countries-section,
.care-section,
.why-section,
.testimonial-section,
.work-process,
.callback-section,
.subpage {
  overflow-x: clip;
}

.about-collage,
.image-stack {
  min-width: 0;
}

.about-collage img,
.image-stack img,
.showcase-media img,
.hero-slide img,
.team-card img,
.article-card img,
.job-image,
.care-card img,
.service-detail-media img {
  image-rendering: auto;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.team-grid .team-card img,
.team-strip .team-card img {
  object-fit: cover;
  object-position: top center;
}

.about-collage img,
.image-stack img {
  box-shadow: 0 18px 52px rgba(20, 33, 61, 0.12);
}

.about-collage img:first-child,
.image-stack img:first-child {
  width: min(72%, 440px);
  height: 88%;
}

.about-collage img:last-child,
.image-stack img:last-child {
  width: min(48%, 300px);
  height: 56%;
}

.showcase-media::before {
  display: none;
}

.showcase-media img {
  animation: none;
}

@media (min-width: 1200px) {
  .about-band,
  .split-section,
  .showcase-section,
  .section-grid,
  .countries-section,
  .care-section,
  .why-section,
  .testimonial-section,
  .work-process,
  .callback-section,
  .subpage,
  .contact-panel,
  .site-footer {
    padding-left: max(76px, calc((100vw - 1180px) / 2));
    padding-right: max(76px, calc((100vw - 1180px) / 2));
  }
}

/* Full-width subpage balance */
.subpage > .page-hero,
.subpage > .page-hero.compact {
  width: 100%;
  max-width: none;
}

.subpage > .page-hero h1,
.subpage > .page-hero p {
  max-width: 940px;
}

.subpage > .card-grid,
.subpage > .team-grid,
.subpage > .article-grid,
.subpage > .job-list,
.subpage > .contact-layout,
.subpage > .split-section,
.subpage > .application-layout,
.subpage > .detail-panel {
  width: 100%;
  max-width: none;
}

.subpage > .article-grid,
.subpage > .card-grid.listing,
.subpage > .team-grid {
  align-items: stretch;
}

@media (min-width: 1180px) {
  .subpage > .article-grid,
  .subpage > .card-grid.listing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Final compact team cards */
.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.team-grid .team-card img {
  height: 220px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: top center;
}

.team-grid .team-card h2,
.team-grid .team-card h3 {
  padding: 12px 14px 3px;
  font-size: 18px;
}

.team-grid .team-card p {
  padding: 0 14px 16px;
  font-size: 14px;
}

@media (max-width: 1050px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-grid .team-card img {
    height: 180px;
  }
}

/* Managed admin dashboard */
.admin-login-page {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.82), rgba(169, 15, 22, 0.72)),
    url("/media/generated/nepal-manpower-hero.png") center/cover;
}

.admin-login-card {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  width: min(520px, 100%);
  padding: clamp(24px, 5vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

.admin-login-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.admin-login-brand img {
  padding: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 36px rgba(20, 33, 61, 0.14);
}

.admin-login-card h1 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
}

.admin-login-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.admin-login-form {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
}

.admin-login-form label,
.admin-form label {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

.admin-login-hint {
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--soft);
  font-weight: 800;
}

.admin-page.managed {
  min-height: 100vh;
  padding-bottom: 38px;
}

.admin-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  grid-gap: 20px;
  gap: 20px;
  align-items: start;
}

.admin-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  display: grid;
  grid-gap: 22px;
  gap: 22px;
  padding: 18px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 55px rgba(20, 33, 61, 0.09);
}

.admin-sidebar > div {
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--ink), #193d73);
  color: #fff;
}

.admin-sidebar > div strong {
  font-size: 18px;
}

.admin-sidebar > div span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.admin-sidebar nav {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.admin-sidebar nav a,
.admin-logout,
.admin-quick-links a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #344054;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.admin-sidebar nav a:hover,
.admin-sidebar nav a.active,
.admin-quick-links a:hover {
  border-color: rgba(215, 25, 32, 0.16);
  background: rgba(215, 25, 32, 0.08);
  color: var(--accent);
}

.admin-logout {
  width: 100%;
  justify-content: center;
  border-color: var(--line);
  background: var(--soft);
}

.admin-workspace {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 55px rgba(20, 33, 61, 0.08);
}

.admin-topbar h1 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
}

.admin-pill {
  width: max-content;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.1);
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.admin-pill.online {
  background: rgba(15, 118, 110, 0.12);
  color: var(--green);
}

.admin-metrics.compact {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin: 0;
}

.admin-metrics.compact div {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(20, 33, 61, 0.07);
}

.admin-metrics.compact span {
  color: var(--muted);
  font-weight: 800;
}

.admin-metrics.compact strong {
  font-size: 28px;
}

.admin-quick-links {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.admin-manage-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  grid-gap: 20px;
  gap: 20px;
}

.admin-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
  align-content: start;
  padding: 24px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 55px rgba(20, 33, 61, 0.08);
}

.admin-form-head,
.admin-form .wide {
  grid-column: 1 / -1;
}

.admin-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.admin-form h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.admin-field-hint {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.admin-form input[type="file"] {
  padding: 12px;
  border: 1px dashed rgba(20, 33, 61, 0.22);
  background: var(--soft);
  cursor: pointer;
}

.admin-table {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.admin-table article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-gap: 16px;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.admin-row-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-row-actions details {
  position: relative;
}

.admin-row-actions summary {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(20, 33, 61, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #344054;
  font-weight: 900;
  cursor: pointer;
}

.admin-edit-form {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 15;
  width: min(720px, calc(100vw - 44px));
  max-height: 78vh;
  overflow: auto;
}

.admin-table h3 {
  font-size: 18px;
}

.admin-table p {
  margin: 6px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.admin-submission-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
  margin-top: 14px;
}

.admin-submission-details div {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: #fff;
}

.admin-submission-details span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-submission-details strong {
  color: #344054;
  font-size: 13px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.admin-table small {
  color: var(--green);
  font-weight: 800;
}

.admin-table button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(215, 25, 32, 0.2);
  border-radius: 8px;
  background: rgba(215, 25, 32, 0.08);
  color: var(--accent);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.admin-loader {
  display: grid;
  place-items: center;
  align-content: center;
  grid-gap: 22px;
  gap: 22px;
  min-height: 82vh;
}

.admin-warning-panel {
  border-color: rgba(215, 25, 32, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 245, 245, 0.96));
}

.admin-warning-panel h2 {
  color: var(--accent);
}

@media (max-width: 1050px) {
  .admin-shell,
  .admin-manage-grid {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-metrics.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-filter-bar,
  .application-layout {
    grid-template-columns: 1fr;
  }

  .application-side {
    position: static;
  }
}

@media (max-width: 700px) {
  .admin-topbar,
  .admin-form-head,
  .admin-table article {
    align-items: flex-start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .admin-row-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .admin-row-actions form,
  .admin-row-actions button,
  .admin-row-actions details,
  .admin-row-actions summary {
    width: 100%;
  }

  .admin-edit-form {
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  .admin-sidebar nav,
  .admin-form,
  .admin-metrics.compact,
  .job-filter-bar,
  .application-form {
    grid-template-columns: 1fr;
  }

  .admin-pill {
    width: 100%;
  }
}

/* Premium hero redesign */
.hero-slider {
  min-height: clamp(620px, 82vh, 790px);
}

.hero-slider::before {
  display: none;
}

.hero-slider::after {
  height: 46px;
}

.hero-slide {
  align-items: flex-end;
  padding: clamp(86px, 9vw, 132px) clamp(18px, 5vw, 76px) clamp(58px, 7vw, 96px);
}

.hero-slide::after {
  background:
    linear-gradient(90deg, rgba(8, 19, 44, 0.72), rgba(8, 19, 44, 0.18) 48%, rgba(8, 19, 44, 0.06)),
    linear-gradient(0deg, rgba(8, 19, 44, 0.76), transparent 58%);
}

.hero-slide-content {
  max-width: min(680px, 58vw);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(10, 24, 52, 0.62);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
          backdrop-filter: blur(16px) saturate(1.2);
}

.hero-slide-content::before {
  width: 70px;
  height: 4px;
  margin-bottom: 16px;
}

.hero-slide-content h1 {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: clamp(34px, 3.25vw, 48px);
  line-height: 1.09;
  font-weight: 800;
  text-wrap: balance;
}

.hero-slide-content .eyebrow {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  letter-spacing: 0;
}

.hero-slide-text {
  max-width: 570px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.6;
}

.hero-mini-panel {
  position: absolute;
  right: clamp(18px, 5vw, 76px);
  bottom: clamp(58px, 7vw, 96px);
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  grid-gap: 1px;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.hero-mini-panel div {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero-mini-panel strong {
  font-size: 28px;
  line-height: 1;
}

.hero-mini-panel span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1050px) {
  .hero-slide-content {
    max-width: min(680px, 88vw);
  }

  .hero-mini-panel {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: end;
    margin-top: 18px;
  }

  .hero-slide {
    display: grid;
    align-content: end;
  }
}

@media (max-width: 700px) {
  .hero-slider {
    min-height: 680px;
  }

  .hero-slide {
    padding: 96px 16px 46px;
  }

  .hero-slide-content {
    max-width: 100%;
    padding: 20px;
  }

  .hero-slide-content h1 {
    font-size: 31px;
    line-height: 1.12;
  }

  .hero-mini-panel {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-mini-panel div {
    padding: 13px 16px;
  }
}

.page-loader {
  display: grid;
  place-items: center;
  align-content: center;
  grid-gap: 22px;
  gap: 22px;
  min-height: 100vh;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 38%, rgba(20, 184, 166, 0.2), transparent 24rem),
    radial-gradient(circle at 38% 58%, rgba(215, 25, 32, 0.14), transparent 18rem),
    linear-gradient(135deg, #ffffff, #f5f7fb 52%, #eef6f5);
  color: var(--ink);
}

.loader-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
}

.loader-mark img {
  z-index: 2;
  width: 86px;
  height: 86px;
  padding: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 22px 60px rgba(20, 33, 61, 0.18);
  object-fit: contain;
  animation: loaderLogo 2.4s ease-in-out infinite;
}

.loader-ring {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(20, 33, 61, 0.08);
  border-top-color: var(--accent);
  border-right-color: var(--cyan);
  border-radius: 50%;
  animation: loaderSpin 1.4s linear infinite;
}

.loader-ring.delay {
  inset: 18px;
  border-top-color: var(--gold);
  border-right-color: transparent;
  animation-duration: 2.1s;
  animation-direction: reverse;
}

.loader-copy {
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  text-align: center;
}

.loader-copy strong {
  font-size: clamp(20px, 3vw, 30px);
}

.loader-copy span {
  color: var(--muted);
  font-weight: 700;
}

.loader-progress {
  width: min(280px, 72vw);
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(20, 33, 61, 0.1);
}

.loader-progress span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--gold), var(--cyan));
  animation: loaderProgress 1.4s ease-in-out infinite;
}

@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loaderLogo {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.055);
  }
}

@keyframes loaderProgress {
  0% {
    transform: translateX(-110%);
  }

  100% {
    transform: translateX(260%);
  }
}

@media (max-width: 700px) {
  .site-header .brand {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .hero-slide-content {
    max-width: 94%;
  }

  .hero-slide-content h1 {
    font-size: 36px;
    line-height: 1.08;
  }
}

@keyframes showcaseCopyIn {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes mediaFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes mediaImageBreathe {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.018);
  }
}

@keyframes pillFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes badgePulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1.03);
  }
}

/* Visual polish and motion */
.about-band {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 251, 0.96)),
    url("/media/process/line.png") center/70% auto no-repeat;
}

.section-heading {
  align-items: center;
}

.section-heading h2,
.section-copy h2 {
  max-width: 780px;
}

.service-card,
.team-card,
.country-card,
.care-card,
.process-cards article,
.reason-list article,
.testimonial-grid article,
.work-grid article {
  border-radius: 12px;
}

.service-card {
  min-height: 220px;
  padding: 24px;
}

.section-grid.soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(20, 184, 166, 0.08), transparent 28vw),
    var(--soft);
}

.countries-section {
  background:
    linear-gradient(135deg, rgba(245, 247, 251, 0.98), rgba(255, 255, 255, 0.96));
}

.about-collage img:first-child,
.about-collage img:last-child,
.care-card img,
.team-card img,
.article-card img {
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.about-collage:hover img:first-child {
  transform: translateY(-6px) rotate(-1deg);
  box-shadow: var(--shadow-strong);
}

.about-collage:hover img:last-child {
  transform: translateY(8px) rotate(2deg);
}

.ticker-band span {
  animation: tickerSlide 22s linear infinite;
}

@keyframes tickerSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-240px);
  }
}

.service-card:hover,
.team-card:hover,
.country-card:hover,
.process-cards article:hover,
.care-card:hover,
.reason-list article:hover,
.testimonial-grid article:hover,
.work-grid article:hover,
.article-card:hover,
.job-card:hover {
  transform: translateY(-7px);
  border-color: rgba(215, 25, 32, 0.28);
  box-shadow: var(--shadow);
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::after {
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(215, 25, 32, 0.12), transparent 68%);
  transition: transform 260ms ease;
}

.service-card:hover::after {
  transform: scale(1.55);
}

.country-card img {
  transition: transform 260ms ease;
}

.country-card:hover img {
  transform: translateY(-4px) scale(1.08);
}

.metrics-band div {
  position: relative;
  overflow: hidden;
}

.metrics-band div::after {
  position: absolute;
  inset: -60% auto auto -20%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  content: "";
  background: rgba(255, 255, 255, 0.08);
}

.care-card:hover img,
.team-card:hover img,
.article-card:hover img {
  transform: scale(1.05);
}

.country-card,
.testimonial-grid article,
.contact-form {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(215, 25, 32, 0.48), rgba(20, 184, 166, 0.42)) border-box;
  border-color: transparent;
}

.process-cards article,
.reason-list article,
.work-grid article {
  position: relative;
  overflow: hidden;
}

.process-cards article::before,
.reason-list article::before,
.work-grid article::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: linear-gradient(var(--accent), var(--cyan));
}

.why-section {
  background:
    linear-gradient(135deg, rgba(245, 247, 251, 0.96), rgba(255, 255, 255, 0.86)),
    url("/media/sections/breadcrumb.jpg") center/cover;
}

.why-panel {
  background:
    radial-gradient(circle at 30% 20%, rgba(242, 184, 75, 0.28), transparent 32%),
    linear-gradient(135deg, var(--ink), #0b2f65);
  box-shadow: var(--shadow-strong);
}

.testimonial-grid article::before {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  content: "★★★★★";
  letter-spacing: 0;
}

.dream-cta {
  position: relative;
  overflow: hidden;
}

.dream-cta::after {
  position: absolute;
  inset: -40% -10% auto auto;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  content: "";
  animation: spinSlow 20s linear infinite;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.1);
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

.about-band {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  grid-gap: clamp(28px, 5vw, 58px);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding-inline: clamp(18px, 5vw, 76px);
}

.about-collage {
  position: relative;
  min-height: 520px;
}

.about-collage img {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-collage img:first-child {
  left: 0;
  top: 0;
  width: 72%;
  height: 86%;
}

.about-collage img:last-child {
  right: 0;
  bottom: 0;
  width: 46%;
  height: 58%;
  border: 8px solid #fff;
}

.mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mini-stats strong {
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--soft);
}

.ticker-band {
  display: flex;
  gap: 28px;
  overflow: hidden;
  padding: 18px clamp(18px, 5vw, 76px);
  background: var(--accent);
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.ticker-band span {
  min-width: max-content;
}

.countries-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.45fr) 1fr;
  grid-gap: 28px;
  gap: 28px;
  align-items: start;
  padding-inline: clamp(18px, 5vw, 76px);
  background: var(--soft);
}

.country-grid,
.process-cards,
.care-grid,
.reason-list,
.testimonial-grid,
.work-grid {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
}

.country-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-cards,
.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-inline: clamp(18px, 5vw, 76px);
}

.care-grid,
.work-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reason-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.country-card,
.process-cards article,
.care-card,
.reason-list article,
.testimonial-grid article,
.work-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(20, 33, 61, 0.06);
}

.country-card {
  display: grid;
  justify-items: center;
  grid-gap: 12px;
  gap: 12px;
  padding: 22px;
  text-align: center;
}

.process-cards article,
.reason-list article,
.testimonial-grid article,
.work-grid article {
  padding: 24px;
}

.process-cards p,
.care-card p,
.reason-list p,
.testimonial-grid p,
.work-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.care-section,
.testimonial-section,
.work-process {
  display: grid;
  grid-gap: 28px;
  gap: 28px;
  padding-inline: clamp(18px, 5vw, 76px);
}

.care-card {
  overflow: hidden;
}

.care-card img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.care-card h3,
.care-card p {
  padding-inline: 18px;
}

.care-card h3 {
  padding-top: 18px;
}

.care-card p {
  padding-bottom: 20px;
}

.why-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  grid-gap: 28px;
  gap: 28px;
  align-items: center;
  padding-inline: clamp(18px, 5vw, 76px);
  background: var(--soft);
}

.why-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-gap: 22px;
  gap: 22px;
  align-content: center;
  min-height: 320px;
  padding: 30px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(20, 33, 61, 0.98), rgba(18, 52, 96, 0.96)),
    url("/media/generated/training-workshop-sharp.png") center/cover;
  color: #fff;
  box-shadow: 0 24px 70px rgba(20, 33, 61, 0.18);
}

.why-panel::before {
  position: absolute;
  inset: 0;
  content: "";
}

.why-panel > * {
  position: relative;
  z-index: 1;
}

.why-panel-mark {
  display: flex;
  align-items: center;
}

.why-panel-mark span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-right: -10px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--green));
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.why-panel-mark span:nth-child(2) {
  background: linear-gradient(135deg, var(--gold), var(--accent));
}

.why-panel-mark span:nth-child(3) {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.why-panel strong {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 0.9;
}

.why-panel h3 {
  font-size: clamp(24px, 3vw, 34px);
}

.why-panel p {
  max-width: 320px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.why-panel-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.why-panel-stats span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
}

.testimonial-grid span,
.testimonial-grid small {
  display: block;
  color: var(--accent);
  font-weight: 700;
}

.dream-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-inline: clamp(18px, 5vw, 76px);
  background:
    linear-gradient(90deg, rgba(169, 15, 22, 0.94), rgba(215, 25, 32, 0.82)),
    url("/media/sections/contact-bg.jpg") center/cover;
  color: #fff;
}

.dream-cta p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.work-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
}

.callback-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(320px, 1fr);
  grid-gap: 32px;
  gap: 32px;
  align-items: start;
  padding-inline: clamp(18px, 5vw, 76px);
}

.showcase-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1.15fr);
  grid-gap: clamp(26px, 5vw, 62px);
  gap: clamp(26px, 5vw, 62px);
  align-items: center;
  padding: clamp(46px, 6vw, 82px) clamp(18px, 5vw, 76px);
  background:
    radial-gradient(circle at 78% 18%, rgba(20, 184, 166, 0.18), transparent 24vw),
    linear-gradient(135deg, #0f172a, #122c57 54%, #0f766e);
  color: #fff;
}

.showcase-copy {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
}

.showcase-copy .eyebrow {
  color: var(--gold);
}

.showcase-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.showcase-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.showcase-points span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.showcase-media {
  position: relative;
}

.showcase-media img {
  display: block;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
  transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
  transition: transform 340ms ease, box-shadow 340ms ease;
}

.showcase-media:hover img {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-6px);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.38);
}

.showcase-media::after {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  content: "";
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.24), transparent 62%);
  transform: translateX(-120%);
  animation: imageShine 4.8s ease-in-out infinite;
  pointer-events: none;
}

.floating-badge {
  position: absolute;
  right: -18px;
  bottom: 24px;
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  min-width: 142px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: var(--shadow-strong);
  animation: floatBadge 3.8s ease-in-out infinite;
}

.floating-badge strong {
  color: var(--accent);
  font-size: 34px;
  line-height: 1;
}

.floating-badge span {
  color: var(--muted);
  font-weight: 700;
}

@keyframes imageShine {
  0%,
  52% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

@keyframes floatBadge {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.inline-action {
  justify-self: start;
}

@media (max-width: 1050px) {
  .about-band,
  .countries-section,
  .why-section,
  .callback-section,
  .showcase-section {
    grid-template-columns: 1fr;
  }

  .country-grid,
  .process-cards,
  .care-grid,
  .reason-list,
  .testimonial-grid,
  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .hero-slider {
    min-height: 560px;
  }

  .about-band,
  .countries-section,
  .showcase-section,
  .process-cards,
  .care-section,
  .why-section,
  .testimonial-section,
  .dream-cta,
  .work-process,
  .callback-section {
    padding-inline: 16px;
  }

  .about-collage {
    min-height: auto;
    display: grid;
    grid-gap: 14px;
    gap: 14px;
  }

  .about-collage img {
    position: static;
    width: 100% !important;
    height: auto !important;
  }

  .country-grid,
  .process-cards,
  .care-grid,
  .reason-list,
  .testimonial-grid,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .dream-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-badge {
    right: 12px;
    bottom: 12px;
  }
}

/* Final spacing overrides for migrated homepage */
.section-grid,
.split-section,
.insight-section,
.subpage,
.contact-panel,
.about-band,
.countries-section,
.process-cards,
.care-section,
.why-section,
.testimonial-section,
.dream-cta,
.work-process,
.callback-section {
  padding-top: clamp(44px, 6vw, 82px);
  padding-bottom: clamp(44px, 6vw, 82px);
}

.section-grid.compact {
  padding-top: clamp(38px, 5vw, 64px);
  padding-bottom: clamp(38px, 5vw, 64px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(20, 184, 166, 0.08), transparent 30vw),
    radial-gradient(circle at top right, rgba(215, 25, 32, 0.08), transparent 34vw),
    var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 12px clamp(14px, 4vw, 54px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.64));
  -webkit-backdrop-filter: blur(20px) saturate(1.35);
          backdrop-filter: blur(20px) saturate(1.35);
}

.header-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  grid-gap: clamp(14px, 2vw, 24px);
  gap: clamp(14px, 2vw, 24px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 8px 10px 8px 14px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 55px rgba(20, 33, 61, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand img {
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(20, 33, 61, 0.14);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: max-content;
  justify-self: center;
  padding: 6px;
  border: 1px solid rgba(20, 33, 61, 0.06);
  border-radius: 999px;
  background: rgba(245, 247, 251, 0.78);
  font-size: 14px;
  color: #344054;
}

.nav-links a,
.nav-dropdown-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #344054;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.nav-links a::after,
.nav-dropdown-trigger::after {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--accent), var(--gold));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
}

.nav-links a:hover,
.nav-dropdown-trigger:hover {
  color: var(--accent);
  background: rgba(215, 25, 32, 0.06);
  box-shadow: none;
  transform: translateY(-1px);
}

.nav-links a:hover::after,
.nav-dropdown-trigger:hover::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
}

.header-cta,
.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  box-shadow: 0 12px 30px rgba(215, 25, 32, 0.22);
}

.button.primary:hover,
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(215, 25, 32, 0.3);
}

.button.secondary {
  border-color: var(--line);
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 33, 61, 0.08);
}

.button.light {
  background: #fff;
  color: var(--accent);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.button,
.header-cta,
.service-card,
.team-card,
.article-card,
.job-card,
.country-card,
.process-cards article,
.care-card,
.reason-list article,
.testimonial-grid article,
.work-grid article {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  grid-gap: clamp(30px, 6vw, 72px);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(42px, 7vw, 96px) clamp(18px, 5vw, 76px) 42px;
  background:
    linear-gradient(120deg, rgba(245, 247, 251, 0.96), rgba(255, 255, 255, 0.74)),
    url("/media/sections/breadcrumb.jpg") center/cover;
}

.hero-copy {
  max-width: 750px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.hero-text,
.section-copy p,
.page-hero p,
.contact-intro p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-media {
  position: relative;
  min-height: min(680px, 72vh);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media img {
  object-fit: cover;
}

.hero-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(310px, calc(100% - 44px));
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.hero-card strong,
.hero-card span {
  display: block;
}

.hero-card span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.metrics-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1px;
  gap: 1px;
  background: var(--line);
}

.metrics-band div {
  padding: 28px clamp(18px, 4vw, 50px);
  background: var(--ink);
  color: #fff;
}

.metrics-band strong {
  display: block;
  font-size: 34px;
}

.metrics-band span {
  color: rgba(255, 255, 255, 0.74);
}

.section-grid,
.split-section,
.insight-section,
.subpage,
.contact-panel {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 76px);
}

.section-grid {
  display: grid;
  grid-gap: 34px;
  gap: 34px;
}

.section-grid.soft {
  background: var(--soft);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.75fr);
  grid-gap: 24px;
  gap: 24px;
  align-items: end;
}

.card-grid,
.team-strip,
.team-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
}

.card-grid.listing {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.team-card,
.article-card,
.job-card,
.detail-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(20, 33, 61, 0.06);
}

.service-card {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  min-height: 250px;
  padding: 28px;
}

.service-card span,
.article-card span,
.job-card span {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card p,
.article-card p,
.job-card p,
.team-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.service-card:hover {
  border-color: rgba(215, 25, 32, 0.3);
  transform: translateY(-3px);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  grid-gap: clamp(32px, 7vw, 86px);
  gap: clamp(32px, 7vw, 86px);
  align-items: center;
}

.image-stack {
  position: relative;
  min-height: 650px;
}

.image-stack img {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-stack img:first-child {
  inset: 0 auto auto 0;
  width: 68%;
  height: 86%;
}

.image-stack img:last-child {
  right: 0;
  bottom: 0;
  width: 46%;
  height: 58%;
  border: 8px solid #fff;
}

.section-copy {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
}

.check-list {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #344054;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "✓";
  color: var(--green);
  font-weight: 900;
}

.team-strip,
.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-card {
  overflow: hidden;
}

.team-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
}

.team-card h2,
.team-card h3 {
  padding: 18px 18px 4px;
}

.team-card p {
  padding: 0 18px 20px;
}

.insight-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) 1fr;
  grid-gap: 28px;
  gap: 28px;
  background: var(--ink);
  color: #fff;
}

.insight-section .eyebrow {
  color: var(--gold);
}

.insight-grid,
.job-list {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
}

.insight-card {
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.insight-card span {
  color: var(--gold);
}

.insight-card p {
  color: rgba(255, 255, 255, 0.74);
}

.contact-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background:
    linear-gradient(90deg, rgba(169, 15, 22, 0.96), rgba(215, 25, 32, 0.86)),
    url("/media/sections/contact-bg.jpg") center/cover;
  color: #fff;
}

.contact-panel .eyebrow {
  color: #fff;
}

.contact-panel h2 {
  max-width: 760px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  grid-gap: 28px;
  gap: 28px;
  padding: 54px clamp(18px, 5vw, 76px);
  background: #0f172a;
  color: #fff;
}

.site-footer p,
.site-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.site-footer h2 {
  font-size: 18px;
}

.subpage {
  min-height: 72vh;
}

.page-hero {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  max-width: 900px;
  margin-bottom: 38px;
}

.page-hero.compact {
  max-width: 760px;
}

.team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card {
  overflow: hidden;
}

.article-card img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.article-card span,
.article-card h2,
.article-card p {
  display: block;
  margin: 0;
  padding-inline: 22px;
}

.article-card span {
  padding-top: 22px;
}

.article-card h2 {
  padding-top: 10px;
  font-size: 24px;
}

.article-card p {
  padding-top: 12px;
  padding-bottom: 24px;
}

.job-card,
.detail-panel {
  padding: 26px;
}

.job-image {
  display: block;
  width: min(420px, 100%);
  margin-top: 18px;
  border-radius: 8px;
}

.job-list {
  max-width: 860px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1fr);
  grid-gap: 42px;
  gap: 42px;
  align-items: start;
}

.contact-intro {
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
}

.contact-details {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 28px;
  color: var(--muted);
}

.contact-details strong {
  color: var(--ink);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 18px;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  color: #344054;
  font-weight: 700;
}

.contact-form .wide,
.contact-form button,
.form-note {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  font-weight: 700;
}

.form-note.success {
  color: var(--green);
}

.form-note.error {
  color: var(--accent);
}

.admin-page {
  min-height: 80vh;
  padding: clamp(26px, 5vw, 58px) clamp(18px, 5vw, 76px) clamp(58px, 8vw, 96px);
  background:
    linear-gradient(135deg, rgba(245, 247, 251, 0.98), rgba(255, 255, 255, 0.94)),
    url("/media/sections/breadcrumb.jpg") center/cover fixed;
}

.admin-panel {
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(20, 33, 61, 0.09);
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 14px;
  gap: 14px;
  margin-bottom: 24px;
}

.admin-metrics span {
  color: var(--muted);
  font-weight: 700;
}

.admin-metrics strong {
  color: var(--ink);
  font-size: 34px;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 24px;
}

.admin-grid.preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-panel {
  display: grid;
  align-content: start;
  grid-gap: 18px;
  gap: 18px;
  padding: 24px;
}

.admin-panel h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.admin-row-link {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.empty-state {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.admin-row-link {
  color: #344054;
  font-weight: 800;
  transition: border-color 220ms ease, transform 220ms ease;
}

.admin-row-link:hover {
  border-color: rgba(215, 25, 32, 0.3);
  transform: translateX(4px);
}

/* Modern compact subpages */
.subpage,
.admin-page {
  background:
    linear-gradient(180deg, rgba(245, 247, 251, 0.96), rgba(255, 255, 255, 1) 340px),
    url("/media/sections/breadcrumb.jpg") top center/cover no-repeat;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin: 0 0 22px;
  padding: 10px 14px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #475467;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(20, 33, 61, 0.08);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

.breadcrumb span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb span span {
  color: rgba(71, 84, 103, 0.48);
}

.breadcrumb a:hover,
.breadcrumb strong {
  color: var(--accent);
}

.subpage {
  padding-top: clamp(26px, 4vw, 46px);
}

.page-hero {
  position: relative;
  max-width: 860px;
  margin-bottom: 28px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 60px rgba(20, 33, 61, 0.09);
}

.page-hero::before,
.subpage .contact-intro::before,
.about-page .section-copy::before {
  display: block;
  width: 58px;
  height: 4px;
  margin-bottom: 14px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--accent), var(--gold), var(--cyan));
}

.page-hero h1,
.subpage .contact-intro h1,
.about-page .section-copy h1 {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.13;
  letter-spacing: 0;
}

.page-hero p,
.subpage .contact-intro p,
.about-page .section-copy p,
.detail-panel p {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.65;
}

.page-hero .eyebrow,
.subpage .contact-intro .eyebrow,
.admin-page .eyebrow,
.about-page .eyebrow {
  margin-bottom: 8px;
  font-size: 11px;
}

.card-grid.listing,
.article-grid,
.team-grid {
  gap: 18px;
}

.card-grid.listing {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.article-card,
.job-card,
.detail-panel,
.team-card {
  border-color: rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(20, 33, 61, 0.07);
}

.service-card {
  min-height: 196px;
  padding: 22px;
}

.service-card h2,
.article-card h2,
.job-card h2,
.team-card h2,
.detail-panel h2 {
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.22;
}

.service-card p,
.article-card p,
.job-card p,
.team-card p,
.check-list li {
  font-size: 15px;
}

.service-card span,
.article-card span,
.job-card span {
  font-size: 11px;
  letter-spacing: 0.04em;
}

.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-card img {
  aspect-ratio: 1 / 0.92;
}

.team-card h2,
.team-card h3 {
  padding: 14px 16px 4px;
}

.team-card p {
  padding: 0 16px 18px;
}

.article-card img {
  height: 210px;
}

.article-card span,
.article-card h2,
.article-card p {
  padding-inline: 18px;
}

.job-list {
  max-width: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.job-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto;
  align-content: start;
  grid-gap: 12px;
  gap: 12px;
  min-height: 100%;
  padding: 18px;
}

.job-image {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
}

.job-card .button {
  width: 100%;
  margin-top: 4px;
}

.job-filter-bar {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(160px, 0.85fr)) auto auto;
  grid-gap: 12px;
  gap: 12px;
  align-items: end;
  margin-bottom: 24px;
  padding: 18px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 55px rgba(20, 33, 61, 0.08);
}

.job-filter-bar label,
.application-form label {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job-meta strong {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--soft);
  color: #344054;
  font-size: 12px;
}

.application-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(320px, 0.85fr);
  grid-gap: 24px;
  gap: 24px;
  align-items: start;
}

.application-side,
.application-form {
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 55px rgba(20, 33, 61, 0.08);
}

.application-side {
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  padding: 24px;
}

.application-side h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.application-side p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.application-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
  padding: 24px;
}

.application-form .wide,
.application-form button,
.application-form .form-note {
  grid-column: 1 / -1;
}

.contact-layout {
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 0.95fr);
}

.subpage .contact-intro {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 55px rgba(20, 33, 61, 0.08);
}

.contact-form {
  box-shadow: 0 18px 55px rgba(20, 33, 61, 0.1);
}

.about-page {
  padding-top: 20px;
}

.about-page .image-stack {
  min-height: 560px;
}

.about-page .section-copy {
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 55px rgba(20, 33, 61, 0.08);
}

.admin-page {
  padding-top: clamp(26px, 4vw, 46px);
}

.admin-metrics strong {
  font-size: 28px;
}

@media (max-width: 1050px) {
  .site-header {
    padding-inline: 12px;
  }

  .header-shell {
    grid-template-columns: auto 1fr;
    border-radius: 26px;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    justify-self: stretch;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .header-cta {
    justify-self: end;
  }

  .hero-section,
  .split-section,
  .insight-section,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: auto;
  }

  .card-grid,
  .card-grid.listing,
  .team-strip,
  .team-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .contact-intro {
    position: static;
  }

  .admin-grid,
  .admin-grid.preview-grid {
    grid-template-columns: 1fr;
  }

  .admin-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-grid,
  .card-grid.listing,
  .article-grid,
  .job-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .site-header {
    padding: 8px 10px;
  }

  .header-shell {
    gap: 10px;
    padding: 7px;
    border-radius: 22px;
  }

  .brand span {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .nav-links {
    gap: 4px;
    padding: 5px;
    font-size: 13px;
  }

  .nav-links a {
    min-height: 34px;
    padding-inline: 12px;
  }

  .hero-section,
  .section-grid,
  .split-section,
  .insight-section,
  .subpage,
  .contact-panel {
    padding-inline: 16px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 31px;
  }

  .hero-media {
    min-height: 520px;
  }

  .metrics-band,
  .card-grid,
  .card-grid.listing,
  .team-strip,
  .team-grid,
  .article-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .image-stack {
    min-height: auto;
    display: grid;
    grid-gap: 14px;
    gap: 14px;
  }

  .image-stack img {
    position: static;
    width: 100% !important;
    height: auto !important;
  }

  .contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-page {
    padding-inline: 16px;
  }

  .admin-metrics {
    grid-template-columns: 1fr;
  }

  .breadcrumb {
    width: 100%;
    font-size: 12px;
  }

  .page-hero,
  .contact-intro,
  .about-page .section-copy {
    padding: 20px;
  }

.page-hero h1,
.subpage .contact-intro h1,
.about-page .section-copy h1 {
    font-size: 29px;
  }

  .team-grid,
  .card-grid.listing,
  .article-grid,
  .job-list {
    grid-template-columns: 1fr;
  }

  .article-card img {
    height: 190px;
  }
}

/* Last-mile overrides: visible logo and stable showcase motion */
.site-header .brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  min-width: 58px;
  height: 58px;
  padding: 6px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 34px rgba(20, 33, 61, 0.14);
}

.site-header .brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: none;
}

.site-footer .footer-logo {
  display: block;
  width: 82px;
  height: 82px;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
}

.showcase-media {
  isolation: isolate;
  animation: mediaFloat 5.5s ease-in-out infinite;
}

.showcase-media img {
  transform: none;
  animation: mediaImageBreathe 6s ease-in-out infinite;
  will-change: transform;
}

.showcase-media:hover img {
  transform: translateY(-4px) scale(1.01);
}

.showcase-media::after {
  opacity: 0.45;
  animation: imageShine 6.5s ease-in-out infinite;
}

.floating-badge {
  right: 18px;
  bottom: 18px;
  animation: badgePulse 3.8s ease-in-out infinite;
}

/* Dynamic services navigation and detail pages */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.nav-item-dropdown {
  position: relative;
  display: inline-flex;
}

.nav-dropdown-trigger {
  gap: 7px;
}

.nav-dropdown-trigger span {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.nav-item-dropdown:hover .nav-dropdown-trigger {
  color: var(--accent);
  background: rgba(215, 25, 32, 0.08);
  box-shadow: none;
  transform: translateY(-1px);
}

.nav-item-dropdown:hover .nav-dropdown-trigger::after {
  transform: scaleX(1);
}

.nav-item-dropdown:hover .nav-dropdown-trigger span {
  transform: translateY(1px) rotate(225deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  grid-gap: 6px;
  gap: 6px;
  width: min(860px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 65px rgba(20, 33, 61, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-item-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
  min-height: auto;
  padding: 12px;
  border-radius: 6px;
  text-align: left;
  white-space: normal;
}

.nav-dropdown-menu a:hover {
  background: rgba(215, 25, 32, 0.045);
  box-shadow: none;
  transform: none;
}

.nav-dropdown-menu a::after {
  display: none;
}

.nav-dropdown-menu strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}

.nav-dropdown-menu span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.service-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  grid-gap: clamp(22px, 4vw, 42px);
  gap: clamp(22px, 4vw, 42px);
  align-items: stretch;
  margin-bottom: 24px;
}

.service-detail-hero > div:first-child,
.service-detail-content,
.service-side-card {
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 55px rgba(20, 33, 61, 0.08);
}

.service-detail-hero > div:first-child {
  display: grid;
  align-content: center;
  grid-gap: 16px;
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
}

.service-detail-hero > div:first-child::before {
  display: block;
  width: 58px;
  height: 4px;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, var(--accent), var(--gold), var(--cyan));
}

.service-detail-hero h1 {
  max-width: 760px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.12;
}

.service-detail-hero p,
.service-detail-content p,
.service-side-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

.service-detail-media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(20, 33, 61, 0.12);
}

.service-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  grid-gap: 22px;
  gap: 22px;
  align-items: start;
  margin-bottom: 24px;
}

.service-detail-content,
.service-side-card {
  display: grid;
  grid-gap: 20px;
  gap: 20px;
  padding: clamp(22px, 4vw, 34px);
}

.service-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 18px;
  gap: 18px;
  margin-top: 4px;
}

.service-info-grid > div {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-radius: 8px;
  background: var(--soft);
}

.service-detail-content h2,
.service-side-card h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.14;
}

.service-info-grid h3,
.service-side-card h3 {
  color: var(--ink);
  font-size: 18px;
}

.service-step-list {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #344054;
}

.service-step-list li,
.service-chip-list li {
  font-size: 15px;
  line-height: 1.55;
}

.service-side-card {
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
}

.service-chip-list,
.service-sector-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-chip-list li,
.service-sector-list span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.09);
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1050px) {
  .nav-dropdown-menu {
    left: 0;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    width: min(620px, calc(100vw - 32px));
    transform: translate(0, 8px);
  }

  .nav-item-dropdown:hover .nav-dropdown-menu {
    transform: translate(0, 0);
  }

  .service-detail-hero,
  .service-detail-layout {
    grid-template-columns: 1fr;
  }

  .service-side-card {
    position: static;
  }
}

@media (max-width: 700px) {
  .nav-item-dropdown {
    position: static;
  }

  .nav-dropdown-menu {
    left: 10px;
    right: 10px;
    grid-template-columns: 1fr;
    width: auto;
    max-height: 70vh;
    overflow: auto;
    transform: translate(0, 8px);
  }

  .service-detail-media {
    min-height: 240px;
  }

  .service-info-grid {
    grid-template-columns: 1fr;
  }
}

/* Final production overrides: callback and footer */
.callback-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(360px, 1fr);
  grid-gap: clamp(30px, 5vw, 74px);
  gap: clamp(30px, 5vw, 74px);
  align-items: center;
  padding-top: clamp(64px, 7vw, 100px);
  padding-bottom: clamp(64px, 7vw, 100px);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.94), rgba(245, 247, 251, 0.9)),
    url("/media/generated/about-consultation-sharp.png") center/cover;
}

.callback-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88) 48%, rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 14% 42%, rgba(215, 25, 32, 0.1), transparent 24vw),
    radial-gradient(circle at 88% 74%, rgba(20, 184, 166, 0.12), transparent 24vw);
  pointer-events: none;
}

.callback-section > * {
  position: relative;
  z-index: 1;
}

.callback-section .contact-intro {
  position: static;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  max-width: 440px;
}

.callback-section .contact-intro .eyebrow {
  color: var(--accent);
}

.callback-section .contact-intro h2 {
  color: var(--ink);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
}

.callback-section .contact-intro p {
  color: #475467;
  font-size: 17px;
  line-height: 1.7;
}

.callback-section .contact-form {
  border: 1px solid rgba(20, 33, 61, 0.09);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 80px rgba(20, 33, 61, 0.15);
}

.callback-section .contact-form label {
  color: #344054;
}

.callback-section input,
.callback-section select,
.callback-section textarea {
  border-color: rgba(20, 33, 61, 0.12);
  background: #fff;
  color: var(--ink);
}

.callback-section input::placeholder,
.callback-section textarea::placeholder {
  color: #8a94a6;
}

.callback-section input:focus,
.callback-section select:focus,
.callback-section textarea:focus {
  border-color: rgba(215, 25, 32, 0.42);
  box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.08);
  outline: none;
}

.callback-section .button.primary {
  min-height: 50px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  box-shadow: 0 16px 38px rgba(215, 25, 32, 0.25);
}

.site-footer {
  position: relative;
  grid-template-columns: minmax(260px, 1.2fr) minmax(150px, 0.55fr) minmax(220px, 0.8fr) minmax(250px, 0.85fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  padding-top: clamp(56px, 6vw, 82px);
  padding-bottom: clamp(44px, 5vw, 68px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(8, 18, 39, 0.94), rgba(14, 35, 67, 0.94)),
    url("/media/generated/training-workshop-sharp.png") center 42%/cover;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 18, 39, 0.96), rgba(8, 18, 39, 0.84)),
    radial-gradient(circle at 16% 18%, rgba(215, 25, 32, 0.18), transparent 22vw),
    radial-gradient(circle at 84% 20%, rgba(20, 184, 166, 0.16), transparent 24vw);
  pointer-events: none;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.footer-brand,
.footer-links,
.footer-contact {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  align-content: start;
}

.site-footer h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 17px;
}

.site-footer p,
.site-footer a {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer a {
  width: max-content;
  max-width: 100%;
  line-height: 1.45;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 0 15px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(215, 25, 32, 0.22);
}

.footer-contact p {
  display: grid;
  grid-gap: 3px;
  gap: 3px;
}

.footer-contact strong {
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .callback-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .callback-section .contact-intro {
    max-width: none;
  }
}

/* Final visual boost: active callback form and modern footer image */
.callback-section {
  background:
    linear-gradient(120deg, rgba(241, 246, 250, 0.98), rgba(255, 255, 255, 0.94)),
    url("/media/generated/about-consultation-sharp.png") center/cover;
}

.callback-section::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(241, 246, 250, 0.82) 48%, rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 13% 32%, rgba(215, 25, 32, 0.16), transparent 24vw),
    radial-gradient(circle at 88% 72%, rgba(20, 184, 166, 0.16), transparent 24vw);
}

.callback-section .contact-intro {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-left: 5px solid var(--accent);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 52px rgba(20, 33, 61, 0.1);
}

.callback-section .contact-intro h2 {
  color: #111c35;
}

.callback-section .contact-intro p {
  color: #344054;
  font-weight: 600;
}

.callback-section .contact-form {
  border: 1px solid #d8e0ec;
  background: #fff;
  box-shadow: 0 28px 90px rgba(20, 33, 61, 0.18);
}

.callback-section .contact-form label {
  color: #18243c;
  font-weight: 900;
}

.callback-section input,
.callback-section select,
.callback-section textarea {
  min-height: 50px;
  border-color: #cfd7e5;
  background: #fbfcff;
  color: #14213d;
  font-weight: 700;
}

.callback-section textarea {
  min-height: 132px;
}

.callback-section input::placeholder,
.callback-section textarea::placeholder {
  color: #667085;
  opacity: 1;
}

.callback-section .button.primary {
  min-height: 52px;
  background: linear-gradient(135deg, #d71920, #9e1117);
  box-shadow: 0 18px 44px rgba(215, 25, 32, 0.34);
  font-size: 15px;
}

.callback-section .button.primary:hover {
  box-shadow: 0 22px 52px rgba(215, 25, 32, 0.42);
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(7, 16, 35, 0.94), rgba(12, 31, 60, 0.92)),
    url("/media/generated/about-consultation-sharp.png") center 40%/cover;
}

.site-footer::before {
  background:
    linear-gradient(90deg, rgba(7, 16, 35, 0.98), rgba(7, 16, 35, 0.82) 58%, rgba(7, 16, 35, 0.94)),
    radial-gradient(circle at 15% 14%, rgba(215, 25, 32, 0.2), transparent 22vw),
    radial-gradient(circle at 88% 18%, rgba(20, 184, 166, 0.18), transparent 24vw);
}

.site-footer::after {
  position: absolute;
  left: max(18px, calc((100vw - 1180px) / 2));
  right: max(18px, calc((100vw - 1180px) / 2));
  top: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--accent), var(--gold), var(--cyan));
}

.footer-brand {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.home-contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(360px, 1fr);
  grid-gap: clamp(28px, 5vw, 70px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(62px, 7vw, 104px) clamp(18px, 5vw, 76px);
  background:
    linear-gradient(135deg, rgba(245, 247, 251, 0.98), rgba(255, 255, 255, 0.94)),
    url("/media/sections/breadcrumb.jpg") center/cover;
}

.home-contact-copy {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(20, 33, 61, 0.08);
  border-left: 5px solid var(--accent);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(20, 33, 61, 0.1);
}

.home-contact-copy .eyebrow {
  color: var(--accent);
}

.home-contact-copy h2 {
  color: var(--ink);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.04;
}

.home-contact-copy p {
  max-width: 430px;
  color: #475467;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

.home-contact-section .contact-form {
  border: 1px solid #d8e0ec;
  background: #fff;
  box-shadow: 0 28px 86px rgba(20, 33, 61, 0.14);
}

.home-contact-section .contact-form label {
  color: #18243c;
  font-weight: 900;
}

.home-contact-section input,
.home-contact-section select,
.home-contact-section textarea {
  border-color: #cfd7e5;
  background: #fbfcff;
  color: var(--ink);
  font-weight: 700;
}

.home-contact-section input::placeholder,
.home-contact-section textarea::placeholder {
  color: #667085;
  opacity: 1;
}

.home-contact-section input:focus,
.home-contact-section select:focus,
.home-contact-section textarea:focus {
  border-color: rgba(215, 25, 32, 0.42);
  box-shadow: 0 0 0 4px rgba(215, 25, 32, 0.08);
  outline: none;
}

.home-contact-section .button.primary {
  min-height: 52px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  box-shadow: 0 18px 44px rgba(215, 25, 32, 0.28);
}

@media (min-width: 1200px) {
  .home-contact-section {
    padding-left: max(76px, calc((100vw - 1180px) / 2));
    padding-right: max(76px, calc((100vw - 1180px) / 2));
  }
}

@media (max-width: 1050px) {
  .home-contact-section {
    grid-template-columns: 1fr;
  }
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.floating-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
  box-shadow: 0 16px 36px rgba(20, 33, 61, 0.22);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-action.top {
  background: linear-gradient(135deg, var(--ink), #223a66);
}

.floating-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(20, 33, 61, 0.28);
}

.footer-credit {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 700;
}

.footer-credit > div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-credit img {
  width: auto;
  height: 34px;
  object-fit: contain;
}

@media (max-width: 700px) {
  .floating-actions {
    right: 12px;
    bottom: 14px;
  }

  .floating-action {
    width: 48px;
    height: 48px;
    font-size: 11px;
  }

  .footer-credit {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .footer-credit > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* Strong homepage contact section override */
.callback-section {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(18, 52, 96, 0.9)),
    url("/media/generated/about-consultation-sharp.png") center/cover;
  color: #fff;
}

.callback-section::before {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.72) 48%, rgba(15, 23, 42, 0.88)),
    radial-gradient(circle at 18% 22%, rgba(215, 25, 32, 0.24), transparent 22vw),
    radial-gradient(circle at 86% 78%, rgba(20, 184, 166, 0.22), transparent 24vw);
}

.callback-section .contact-intro {
  border-color: rgba(255, 255, 255, 0.16);
  border-left-color: var(--accent);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.callback-section .contact-intro .eyebrow {
  color: var(--gold);
}

.callback-section .contact-intro h2 {
  color: #fff;
}

.callback-section .contact-intro p {
  color: rgba(255, 255, 255, 0.82);
}

.callback-section .contact-form {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.callback-section .button.primary {
  background: linear-gradient(135deg, #d71920, #8e0e13);
  box-shadow: 0 18px 44px rgba(215, 25, 32, 0.4);
}

/* Responsive production pass */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
canvas,
svg {
  max-width: 100%;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

.site-header,
.site-footer,
main,
.subpage,
section {
  width: 100%;
}

.site-header {
  overflow: visible;
}

.header-shell {
  min-width: 0;
}

.nav-links,
.nav-links a,
.nav-dropdown-trigger,
.header-cta,
.button,
.footer-credit,
.footer-credit > div,
.admin-topbar,
.admin-form-head,
.job-meta,
.showcase-points {
  min-width: 0;
}

.nav-links a,
.nav-dropdown-trigger,
.header-cta,
.button,
.footer-credit span,
.site-footer a,
.job-meta strong,
.admin-table h3,
.admin-table p,
.admin-submission-details strong {
  overflow-wrap: anywhere;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.application-form input,
.application-form select,
.application-form textarea,
.admin-form input,
.admin-form select,
.admin-form textarea,
.job-filter-bar input,
.job-filter-bar select {
  width: 100%;
}

.article-card,
.service-card,
.team-card,
.job-card,
.care-card,
.country-card,
.process-cards article,
.reason-list article,
.testimonial-grid article,
.work-grid article,
.admin-panel,
.admin-form,
.contact-form,
.application-form,
.application-side {
  min-width: 0;
}

@media (max-width: 1180px) {
  .hero-slider {
    min-height: clamp(520px, 72vh, 680px);
  }

  .hero-slide {
    padding-inline: clamp(18px, 4vw, 42px);
  }

  .hero-slide-content {
    max-width: 620px;
  }

  .about-band,
  .split-section,
  .showcase-section,
  .section-grid,
  .countries-section,
  .process-cards,
  .care-section,
  .why-section,
  .testimonial-section,
  .dream-cta,
  .work-process,
  .insight-section,
  .subpage,
  .contact-panel,
  .site-footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .care-grid,
  .work-grid,
  .team-strip,
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: minmax(0, 1.1fr) minmax(160px, 0.65fr) minmax(180px, 0.8fr);
  }

  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 90;
  }

  .header-shell {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 10px;
    gap: 10px;
    padding: 10px 14px;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 4px 2px 2px;
    scrollbar-width: thin;
  }

  .nav-links a,
  .nav-dropdown-trigger {
    flex: 0 0 auto;
    min-height: 36px;
    padding-inline: 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .nav-dropdown-menu {
    left: 0;
    width: min(720px, calc(100vw - 28px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: translate(0, 8px);
  }

  .nav-item-dropdown:hover .nav-dropdown-menu {
    transform: translate(0, 0);
  }

  .hero-mini-panel {
    right: 24px;
    bottom: 26px;
    left: 24px;
    width: auto;
    max-width: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-band,
  .split-section,
  .showcase-section,
  .why-section,
  .dream-cta,
  .contact-layout,
  .application-layout,
  .service-detail-hero,
  .service-detail-layout,
  .admin-shell,
  .admin-manage-grid {
    grid-template-columns: 1fr;
  }

  .about-collage,
  .image-stack {
    min-height: 420px;
  }

  .showcase-section {
    min-height: auto;
    align-items: start;
  }

  .why-panel,
  .service-side-card,
  .admin-sidebar {
    position: static;
  }

  .job-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .job-list,
  .card-grid.listing,
  .article-grid,
  .insight-grid,
  .testimonial-grid,
  .country-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-edit-form {
    position: static;
    width: 100%;
    max-height: none;
    margin-top: 12px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
  }

  .site-header .brand {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .header-shell {
    grid-template-columns: auto 1fr;
  }

  .header-cta {
    justify-self: end;
    min-height: 40px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .nav-links {
    gap: 5px;
  }

  .nav-item-dropdown {
    position: static;
  }

  .nav-dropdown-menu {
    left: 14px;
    right: 14px;
    width: auto;
    max-height: 68vh;
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .hero-slider {
    min-height: 620px;
  }

  .hero-slide {
    align-items: flex-start;
    padding-top: 116px;
    padding-bottom: 170px;
  }

  .hero-slide::after {
    background:
      linear-gradient(180deg, rgba(8, 19, 44, 0.9), rgba(8, 19, 44, 0.5), rgba(8, 19, 44, 0.24)),
      linear-gradient(0deg, rgba(215, 25, 32, 0.2), transparent 50%);
  }

  .hero-slide-content h1 {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.08;
  }

  .hero-slide-text {
    font-size: 15px;
  }

  .hero-mini-panel {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-mini-panel div {
    padding: 10px 12px;
  }

  .about-band,
  .split-section,
  .showcase-section,
  .section-grid,
  .countries-section,
  .process-cards,
  .care-section,
  .why-section,
  .testimonial-section,
  .dream-cta,
  .work-process,
  .insight-section,
  .subpage,
  .contact-panel,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .page-hero,
  .subpage .contact-intro,
  .about-page .section-copy,
  .service-detail-hero > div:first-child,
  .service-detail-content,
  .service-side-card,
  .admin-panel,
  .admin-form,
  .application-side,
  .application-form,
  .contact-form {
    padding: 20px;
  }

  h1,
  .page-hero h1,
  .subpage .contact-intro h1,
  .about-page .section-copy h1 {
    font-size: clamp(28px, 8vw, 34px);
  }

  h2,
  .section-heading h2,
  .section-copy h2,
  .showcase-copy h2,
  .dream-cta h2,
  .contact-panel h2,
  .service-detail-content h2,
  .service-side-card h2 {
    font-size: clamp(24px, 7vw, 31px);
  }

  .section-copy p,
  .page-hero p,
  .contact-intro p,
  .service-detail-hero p,
  .service-detail-content p,
  .service-side-card p {
    font-size: 15px;
    line-height: 1.65;
  }

  .about-collage,
  .image-stack {
    min-height: auto;
    display: grid;
    grid-gap: 14px;
    gap: 14px;
  }

  .about-collage img,
  .image-stack img,
  .about-collage img:first-child,
  .about-collage img:last-child,
  .image-stack img:first-child,
  .image-stack img:last-child {
    position: static;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  .showcase-media img,
  .service-detail-media {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .floating-badge {
    min-width: 112px;
    padding: 10px 12px;
  }

  .care-grid,
  .work-grid,
  .team-strip,
  .team-grid,
  .job-list,
  .card-grid,
  .card-grid.listing,
  .article-grid,
  .insight-grid,
  .testimonial-grid,
  .country-grid,
  .process-cards,
  .reason-list,
  .service-info-grid,
  .contact-form,
  .application-form,
  .job-filter-bar {
    grid-template-columns: 1fr;
  }

  .team-grid,
  .team-strip {
    gap: 14px;
  }

  .team-grid .team-card img,
  .team-strip .team-card img {
    height: 210px;
  }

  .job-card,
  .service-card,
  .article-card,
  .care-card,
  .team-card {
    padding: 18px;
  }

  .team-card {
    padding: 0;
  }

  .job-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .job-filter-bar .button {
    width: 100%;
  }

  .application-form button,
  .contact-form button {
    width: 100%;
  }

  .admin-page.managed {
    padding: 16px;
  }

  .admin-sidebar {
    padding: 14px;
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-sidebar nav a,
  .admin-logout,
  .admin-quick-links a {
    min-height: 38px;
    padding-inline: 10px;
    font-size: 13px;
  }

  .admin-form {
    grid-template-columns: 1fr;
  }

  .admin-form-head {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-form-head .button {
    width: 100%;
  }

  .admin-table article {
    grid-template-columns: 1fr;
  }

  .admin-row-actions {
    flex-wrap: wrap;
  }

  .admin-row-actions details,
  .admin-row-actions form,
  .admin-row-actions button,
  .admin-row-actions summary {
    width: 100%;
  }

  .admin-submission-details {
    grid-template-columns: 1fr;
  }

  .admin-metrics.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-bottom: 84px;
  }

  .footer-contact {
    grid-column: auto;
  }

  .footer-brand {
    padding: 18px;
  }

  .footer-credit {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .header-shell {
    padding-inline: 10px;
  }

  .header-cta {
    max-width: 132px;
  }

  .nav-links a,
  .nav-dropdown-trigger {
    padding-inline: 10px;
    font-size: 12px;
  }

  .hero-slider {
    min-height: 660px;
  }

  .hero-slide {
    padding-inline: 16px;
  }

  .hero-slide-content .button {
    width: 100%;
  }

  .hero-mini-panel {
    left: 16px;
    right: 16px;
    bottom: 18px;
  }

  .about-band,
  .split-section,
  .showcase-section,
  .section-grid,
  .countries-section,
  .process-cards,
  .care-section,
  .why-section,
  .testimonial-section,
  .dream-cta,
  .work-process,
  .insight-section,
  .subpage,
  .contact-panel,
  .site-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .page-hero,
  .subpage .contact-intro,
  .about-page .section-copy,
  .service-detail-hero > div:first-child,
  .service-detail-content,
  .service-side-card,
  .admin-panel,
  .admin-form,
  .application-side,
  .application-form,
  .contact-form,
  .job-card,
  .service-card,
  .article-card,
  .care-card {
    padding: 16px;
  }

  .team-grid .team-card img,
  .team-strip .team-card img {
    height: 190px;
  }

  .admin-sidebar nav,
  .admin-metrics.compact {
    grid-template-columns: 1fr;
  }

  .footer-credit img {
    height: 30px;
  }

  .floating-actions {
    right: 10px;
    bottom: 10px;
  }
}

/* Final mobile responsive layer */
.menu-toggle {
  display: none;
}

.nav-dropdown-trigger {
  border: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.floating-action {
  font-size: 22px;
  line-height: 1;
}

html.mobile-menu-open,
body.mobile-menu-open {
  overflow: hidden;
  height: 100%;
  touch-action: none;
  overscroll-behavior: none;
}

@media (max-width: 980px) {
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    overflow: visible;
  }

  .header-shell {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
    width: min(100%, calc(100vw - 20px));
    padding: 10px 12px;
  }

  .menu-toggle {
    grid-column: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(20, 33, 61, 0.1);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 12px 30px rgba(20, 33, 61, 0.1);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header-cta {
    grid-column: 2;
    justify-self: end;
  }

  .nav-links {
    position: fixed;
    top: 82px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 110;
    display: none;
    width: auto;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(20, 33, 61, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 70px rgba(20, 33, 61, 0.18);
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .nav-links.open {
    display: grid;
  }

  .nav-links a,
  .nav-dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 8px;
    background: transparent;
    color: var(--ink);
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    white-space: normal;
  }

  .nav-item-dropdown {
    display: grid;
    width: 100%;
  }

  .nav-dropdown-trigger span {
    margin-left: auto;
  }

  .nav-dropdown-trigger[aria-expanded="true"] {
    background: rgba(215, 25, 32, 0.08);
    color: var(--accent);
  }

  .nav-dropdown-trigger[aria-expanded="true"] span {
    transform: translateY(1px) rotate(225deg);
  }

  .nav-dropdown-menu {
    position: static;
    display: none;
    width: 100%;
    max-height: none;
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown-menu.open {
    display: grid;
  }

  .nav-item-dropdown:hover .nav-dropdown-menu {
    transform: none;
  }

  .nav-dropdown-menu a {
    min-height: auto;
    padding: 12px;
    border: 1px solid rgba(20, 33, 61, 0.07);
    background: var(--soft);
  }

  .nav-dropdown-menu span {
    display: none;
  }
}

@media (max-width: 760px) {
  main > section {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .header-shell {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .header-cta {
    display: none;
  }

  .nav-links {
    top: 76px;
    bottom: 10px;
    max-height: none;
  }

  .hero-slider {
    min-height: 520px !important;
    height: 520px;
  }

  .hero-slide {
    align-items: flex-end;
    padding: 0 14px 118px !important;
  }

  .hero-slide::after {
    background:
      linear-gradient(90deg, rgba(6, 14, 32, 0.62), rgba(6, 14, 32, 0.26) 48%, rgba(6, 14, 32, 0) 72%),
      linear-gradient(0deg, rgba(6, 14, 32, 0.46), rgba(6, 14, 32, 0) 60%) !important;
  }

  .hero-slide img {
    object-position: center 60%;
  }

  .hero-slide-content {
    gap: 8px;
    width: min(100%, 320px);
    max-width: 320px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .hero-slide-content::before {
    width: 54px;
    height: 3px;
    margin-bottom: 0;
  }

  .hero-slide-content .eyebrow {
    font-size: 10px;
    line-height: 1.2;
  }

  .hero-slide-content h1 {
    max-width: 285px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.08;
  }

  .hero-slide-text {
    max-width: 285px;
    font-size: 12px;
    line-height: 1.45;
  }

  .hero-slide-content .button {
    width: max-content;
    min-height: 40px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .hero-mini-panel {
    display: none !important;
  }

  .about-collage img:last-child,
  .image-stack img:last-child,
  .showcase-media,
  .floating-badge {
    display: none !important;
  }

  .about-band,
  .split-section,
  .showcase-section,
  .section-grid,
  .countries-section,
  .process-cards,
  .care-section,
  .why-section,
  .testimonial-section,
  .dream-cta,
  .work-process,
  .insight-section,
  .subpage,
  .contact-panel,
  .site-footer {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .about-band,
  .split-section,
  .showcase-section,
  .countries-section,
  .why-section,
  .contact-layout,
  .application-layout,
  .service-detail-hero,
  .service-detail-layout,
  .admin-shell,
  .admin-manage-grid {
    grid-template-columns: 1fr !important;
  }

  .card-grid,
  .card-grid.listing,
  .team-strip,
  .team-grid,
  .article-grid,
  .job-list,
  .care-grid,
  .work-grid,
  .testimonial-grid,
  .country-grid,
  .reason-list,
  .process-cards,
  .service-info-grid,
  .contact-form,
  .application-form,
  .job-filter-bar,
  .admin-form,
  .admin-metrics.compact {
    grid-template-columns: 1fr !important;
  }

  .about-collage,
  .image-stack {
    min-height: 0 !important;
    height: auto !important;
    display: block !important;
  }

  .about-collage img,
  .image-stack img,
  .about-collage img:first-child,
  .image-stack img:first-child {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px;
  }

  .team-card img,
  .team-strip .team-card img,
  .team-grid .team-card img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    object-position: center bottom;
    background: linear-gradient(180deg, #f8fafc, #eef2f7);
  }

  .site-footer {
    grid-template-columns: 1fr !important;
    padding-bottom: 28px !important;
    margin-bottom: 0;
  }

  .footer-credit {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-actions {
    right: 10px;
    bottom: 10px;
  }

  .floating-action {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

@media (max-width: 520px) {
  .nav-dropdown-menu {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  .hero-slider {
    min-height: 480px !important;
    height: 480px;
  }

  .hero-slide {
    padding: 0 12px 102px !important;
  }

  .hero-slide-content {
    max-width: 300px;
    padding: 0;
  }

  .hero-slide-content h1 {
    max-width: 270px;
    font-size: 22px;
  }

  .hero-slide-text {
    max-width: 270px;
    font-size: 11.5px;
  }
}

/* Final mobile menu override: keep this at the end of the file. */
@media (max-width: 980px) {
  html.mobile-menu-open,
  body.mobile-menu-open {
    overflow: hidden !important;
    height: 100% !important;
    overscroll-behavior: none !important;
    touch-action: none !important;
  }

  .site-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    overflow: visible !important;
  }

  .header-shell {
    position: relative !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
  }

  .menu-toggle {
    position: relative !important;
    z-index: 1002 !important;
    display: inline-flex !important;
    grid-column: 3 !important;
    justify-self: end !important;
    pointer-events: auto !important;
  }

  .nav-links {
    position: fixed !important;
    inset: 76px 12px 12px !important;
    z-index: 1001 !important;
    display: none !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    grid-template-columns: 1fr !important;
    align-content: start !important;
    gap: 8px !important;
    padding: 12px !important;
    border: 1px solid rgba(20, 33, 61, 0.08) !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 24px 70px rgba(20, 33, 61, 0.18) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    overscroll-behavior-y: contain !important;
    touch-action: pan-y !important;
  }

  .nav-links.open,
  .nav-links[data-open="true"] {
    display: grid !important;
  }

  .nav-links a,
  .nav-dropdown-trigger {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 0 14px !important;
    white-space: normal !important;
    text-align: left !important;
  }

  .nav-item-dropdown {
    position: static !important;
    display: grid !important;
    width: 100% !important;
  }

  .nav-dropdown-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 8px 0 0 !important;
    padding: 8px !important;
    border-radius: 8px !important;
    background: var(--soft) !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .nav-dropdown-menu.open,
  .nav-dropdown-menu[data-open="true"] {
    display: grid !important;
  }

  .nav-dropdown-menu a {
    display: grid !important;
    min-height: auto !important;
    padding: 12px !important;
    background: #fff !important;
  }
}

/* Final mobile hero override: keep after menu overrides so the slider stays clean when the menu is open. */
@media (max-width: 980px) {
  .hero-slider {
    min-height: 620px !important;
    height: 620px !important;
  }

  .hero-slide {
    align-items: flex-start !important;
    padding: 78px 14px 120px !important;
  }

  .hero-slide::after {
    background:
      linear-gradient(180deg, rgba(6, 14, 32, 0.58), rgba(6, 14, 32, 0.2) 42%, rgba(6, 14, 32, 0.52)),
      linear-gradient(90deg, rgba(6, 14, 32, 0.66), rgba(6, 14, 32, 0.18) 58%, rgba(6, 14, 32, 0)) !important;
  }

  .hero-slide-content,
  body.mobile-menu-open .hero-slide-content {
    width: min(100%, 320px) !important;
    max-width: 320px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.86), 0 1px 3px rgba(0, 0, 0, 0.9) !important;
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .hero-slide-content .eyebrow,
  .hero-slide-content h1,
  .hero-slide-text {
    color: #fff !important;
  }

  .hero-slide-text {
    font-weight: 600 !important;
  }
}

@media (max-width: 420px) {
  .hero-slider {
    min-height: 560px !important;
    height: 560px !important;
  }

  .hero-slide {
    padding: 66px 12px 100px !important;
  }

  .hero-slide-content,
  body.mobile-menu-open .hero-slide-content {
    max-width: 300px !important;
  }
}

/* Final mobile navigation drawer: keep this last so the full menu and sub menu are always visible. */
@media (max-width: 980px) {
  .site-header[data-menu-open="true"] {
    position: fixed !important;
    inset: 0 !important;
    z-index: 5000 !important;
    width: 100% !important;
    min-height: 100dvh !important;
    overflow: hidden !important;
    background: rgba(15, 23, 42, 0.58) !important;
  }

  .site-header[data-menu-open="true"] .header-shell {
    width: min(100% - 24px, 390px) !important;
    height: calc(100dvh - 20px) !important;
    margin: 10px auto !important;
    padding: 12px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: auto 1fr !important;
    align-items: start !important;
    grid-gap: 10px !important;
    gap: 10px !important;
    overflow: hidden !important;
    border: 1px solid rgba(20, 33, 61, 0.1) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.32) !important;
  }

  .site-header[data-menu-open="true"] .brand {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .site-header[data-menu-open="true"] .menu-toggle {
    grid-column: 2 !important;
    grid-row: 1 !important;
    justify-self: end !important;
  }

  .site-header[data-menu-open="true"] .nav-links {
    position: static !important;
    inset: auto !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: grid !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    align-content: start !important;
    grid-gap: 8px !important;
    gap: 8px !important;
    padding: 4px 2px 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .site-header[data-menu-open="true"] .nav-links a,
  .site-header[data-menu-open="true"] .nav-dropdown-trigger {
    min-height: 48px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(20, 33, 61, 0.08) !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
    color: var(--ink) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  .site-header[data-menu-open="true"] .nav-item-dropdown {
    display: grid !important;
    width: 100% !important;
    grid-gap: 8px !important;
    gap: 8px !important;
  }

  .site-header[data-menu-open="true"] .nav-dropdown-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 0 0 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .site-header[data-menu-open="true"] .nav-dropdown-menu.open,
  .site-header[data-menu-open="true"] .nav-dropdown-menu[data-open="true"] {
    display: grid !important;
  }

  .site-header[data-menu-open="true"] .nav-dropdown-menu a {
    display: grid !important;
    grid-gap: 3px !important;
    gap: 3px !important;
    min-height: auto !important;
    padding: 12px !important;
    background: #fff !important;
  }

  .site-header[data-menu-open="true"] .nav-dropdown-menu span {
    display: block !important;
    color: var(--muted) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
  }

  .site-header[data-menu-open="true"] + main,
  body.mobile-menu-open .floating-actions {
    pointer-events: none !important;
  }
}

