/* EU institutional / flag blue (RGB 0, 51, 153) for Europe wording */
.text-eu-blue {
  color: #003399 !important;
}

/* Brand: orange #f2730a + steel blue + neutral gray (manufacturing) */
:root {
  --brand-orange: #f2730a;
  --brand-orange-hover: #d86308;
  --brand-steel: #2563eb;
  --brand-steel-deep: #1e40af;
  --brand-steel-bright: #3b82f6;
  --brand-deep: #0f172a;
  --atom-bg: #f1f5f9;
  --atom-heading: #111827;
  --atom-muted: #64748b;
  --atom-accent: var(--brand-orange);
  --atom-accent-hover: var(--brand-orange-hover);
  --atom-soft: rgba(242, 115, 10, 0.12);
  --atom-soft-steel: rgba(37, 99, 235, 0.12);
  --atom-border: rgba(17, 24, 39, 0.06);
  --atom-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
  --atom-shadow-lg: 0 24px 48px -12px rgba(17, 24, 39, 0.12);
  /* CTA band + card hover wash: slate → steel → orange */
  --gradient-brand-cta: linear-gradient(
    125deg,
    #0f172a 0%,
    #1e3a8a 34%,
    #2563eb 58%,
    #c2410c 100%
  );
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  padding-top: 72px;
  color: var(--atom-heading);
  background-color: #fff;
  font-weight: 400;
}

.text-atom-heading {
  color: var(--atom-heading);
}

.text-atom-accent {
  color: var(--atom-accent);
}

.bg-atom-soft {
  background: linear-gradient(
    135deg,
    rgba(242, 115, 10, 0.14) 0%,
    rgba(37, 99, 235, 0.08) 100%
  );
}

.letter-spacing-atom {
  letter-spacing: 0.08em;
}

/* Hero: split layout — light mesh + framed photos/bg.jpeg */
.hero-atomize.hero-atomize--split {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #f8fafc 0%, #f1f5f9 42%, #f8fafc 100%);
}

.hero-atomize.hero-atomize--split::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 90% 15%, rgba(37, 99, 235, 0.09), transparent 55%),
    radial-gradient(ellipse 60% 50% at 5% 85%, rgba(148, 163, 184, 0.12), transparent 50%),
    radial-gradient(ellipse 50% 40% at 70% 90%, rgba(242, 115, 10, 0.07), transparent 55%);
}

.hero-atomize.hero-atomize--split > .container-lg {
  position: relative;
  z-index: 1;
}

.hero-split-visual {
  box-shadow: var(--atom-shadow-lg);
}

.hero-split-photo {
  min-height: 260px;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}

/* Gradient hover — same palette as CTA band */
.gradient-hover-surface {
  position: relative;
  isolation: isolate;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--atom-border);
  background: #fff;
  box-shadow: var(--atom-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gradient-hover-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-brand-cta);
  background-size: 140% 140%;
  opacity: 0;
  transition: opacity 0.38s ease;
  z-index: 0;
}

.gradient-hover-surface:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px -18px rgba(30, 64, 175, 0.28);
}

.gradient-hover-surface:hover::after {
  opacity: 1;
}

.gradient-hover-surface .gh-title,
.gradient-hover-surface .gh-text,
.gradient-hover-surface .gh-icon,
.gradient-hover-surface .gh-kicker,
.gradient-hover-surface .gh-icon-wrap {
  position: relative;
  z-index: 1;
  transition: color 0.35s ease;
}

.gradient-hover-surface:hover .gh-title {
  color: #fff !important;
}

.gradient-hover-surface:hover .gh-text {
  color: rgba(255, 255, 255, 0.9) !important;
}

.gradient-hover-surface:hover .gh-kicker {
  color: rgba(255, 220, 200, 0.95) !important;
}

.gradient-hover-surface:hover .gh-icon {
  color: #fff !important;
}

.gradient-hover-surface:hover .gh-icon-wrap {
  background: rgba(255, 255, 255, 0.2) !important;
}

.gradient-hover-surface:hover .gh-icon-wrap .gh-icon {
  color: #fff !important;
}

.gradient-hover-surface .badge {
  position: relative;
  z-index: 1;
}

.gradient-hover-surface:hover .badge-brand-step {
  background: rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
}

.gradient-stat-slide {
  min-height: 220px;
}

.gradient-stat-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.06) 0%,
    rgba(242, 115, 10, 0.05) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.gradient-stat-slide > .row {
  position: relative;
  z-index: 1;
}

.highlights-carousel .carousel-inner {
  border-radius: 1rem;
}

.highlights-carousel .carousel-item {
  min-height: 220px;
}

.highlights-carousel .highlights-indicators {
  position: static;
  margin-top: 0;
  margin-bottom: 1.6rem !important;
  gap: 0.45rem;
}

.highlights-carousel .highlights-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 0 0 1px rgba(29, 78, 216, 0.12) inset;
  border: 0;
  opacity: 1;
  transition: all 220ms ease;
}

.highlights-carousel .highlights-indicators .active {
  background-color: var(--brand-orange);
  width: 11px;
  height: 11px;
  box-shadow: 0 0 0 1px rgba(242, 115, 10, 0.28) inset;
}

.highlights-carousel .highlights-indicators [data-bs-target]:hover {
  background-color: rgba(37, 99, 235, 0.35);
}

.highlights-control {
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--atom-shadow);
  opacity: 1;
}

.highlights-control .carousel-control-prev-icon,
.highlights-control .carousel-control-next-icon {
  filter: invert(0.35);
  width: 1.25rem;
  height: 1.25rem;
}

@media (max-width: 767.98px) {
  .highlights-control {
    display: none;
  }
}

.logo-nav {
  width: 44px;
  height: 44px;
}

.logo-footer {
  width: 56px;
  height: 56px;
}

.section-atomize-hero-padding {
  padding-top: 2.75rem;
  padding-bottom: 3.25rem;
}

@media (min-width: 992px) {
  .section-atomize-hero-padding {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
}

.shadow-atom-lg {
  box-shadow: var(--atom-shadow-lg);
}

.section-atomize-bg {
  background-color: var(--atom-bg);
}

.section-atomize-tall-padding {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media (min-width: 992px) {
  .section-atomize-tall-padding {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

/* Primary CTA — similar energy to product landing CTAs */
.btn-atomize-primary {
  background-color: var(--atom-accent);
  border-color: var(--atom-accent);
  color: #fff;
  border-radius: 0.5rem;
}

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

.btn-atomize-primary:active {
  background-color: var(--atom-accent-hover) !important;
  border-color: var(--atom-accent-hover) !important;
  color: #fff !important;
}

.btn-atomize-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(242, 115, 10, 0.45);
}

/* Nav */
.nav-atomize .navbar-brand {
  font-size: 1.05rem;
}

.nav-atomize .nav-link {
  color: var(--atom-muted) !important;
  padding: 0.5rem 1rem !important;
  border-radius: 0.375rem;
}

.nav-atomize .nav-link:hover {
  color: var(--atom-heading) !important;
}

.nav-atomize .nav-link.active {
  color: var(--atom-heading) !important;
  background-color: rgba(242, 115, 10, 0.12);
}

.nav-atomize .btn-nav-order-status {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.5rem;
  border: 1px solid rgba(37, 99, 235, 0.28);
  background: #fff;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.nav-atomize .btn-nav-order-status:hover {
  background: rgba(37, 99, 235, 0.06);
  border-color: rgba(29, 78, 216, 0.45);
}

.nav-atomize .btn-nav-order-status:hover .text-gradient-steel {
  background: linear-gradient(118deg, #0f172a 6%, #2563eb 52%, #1e293b 94%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.nav-atomize .btn-nav-order-status:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.3);
}

.nav-atomize .btn-nav-order-status i.text-gradient-steel {
  display: inline-block;
}

/* Contact form — same gradient + outline treatment as nav “Bestelling volgen”, slightly larger */
.contact-form-card .btn-contact-follow-order {
  --bs-btn-padding-x: 1.35rem;
  --bs-btn-padding-y: 0.7rem;
  border: 2px solid rgba(37, 99, 235, 0.28);
  background: #fff;
  border-radius: 0.5rem;
  font-size: 1.05rem;
  line-height: 1.35;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-form-card .btn-contact-follow-order .text-gradient-steel {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-form-card .btn-contact-follow-order:hover {
  background: rgba(37, 99, 235, 0.06);
  border-color: rgba(29, 78, 216, 0.45);
}

.contact-form-card .btn-contact-follow-order:hover .text-gradient-steel {
  background: linear-gradient(118deg, #0f172a 6%, #2563eb 52%, #1e293b 94%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.contact-form-card .btn-contact-follow-order:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.3);
}

.contact-form-card .btn-contact-follow-order i.text-gradient-steel {
  display: inline-block;
  font-size: 1.1em;
  line-height: 1;
}

/* Anchor target: fixed navbar offset */
#order-status {
  scroll-margin-top: 5.5rem;
}

@media (max-width: 991.98px) {
  #order-status {
    scroll-margin-top: 5rem;
  }
}

/* Cards */
.atomize-card {
  border: 1px solid var(--atom-border);
  box-shadow: var(--atom-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.atomize-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -12px rgba(17, 24, 39, 0.1);
}

.atomize-icon-wrap {
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(
    145deg,
    rgba(242, 115, 10, 0.18) 0%,
    rgba(37, 99, 235, 0.14) 100%
  );
  color: var(--brand-orange);
  font-size: 1.15rem;
}

/* Homepage one-line FAQ hint (links to faq.html) */
.faq-home-hint a {
  text-decoration: none;
}

.faq-home-hint a:hover {
  text-decoration: underline;
}

/* Client logos — muted by default, peach → steel gradient tile on hover */
.letter-spacing-client-logos {
  letter-spacing: 0.08em;
}

.client-logos-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

/* Proof line under logos — concrete use cases without claiming a specific public project */
.client-proof {
  max-width: 48rem;
}

.client-proof-inner {
  border-color: var(--atom-border) !important;
  box-shadow: var(--atom-shadow);
}

/* Unify color rendering across hero + service photography (different sources, one brand look) */
.photo-brand-unify {
  filter: saturate(0.95) contrast(1.03);
}

@media (prefers-reduced-motion: no-preference) {
  .card-service:hover .photo-brand-unify {
    filter: saturate(0.98) contrast(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .card-service:hover .photo-brand-unify {
    filter: saturate(0.95) contrast(1.03);
  }
}

.client-logos-list {
  --client-logo-grad: linear-gradient(
    135deg,
    #fff5eb 0%,
    #e8f0fe 42%,
    #f1f5f9 100%
  );
  --client-logo-tile-w: 13.5rem;
  --client-logo-tile-h: 7.25rem;
}

.client-logos-list > li {
  flex: 0 0 auto;
}

.client-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: var(--client-logo-tile-w);
  height: var(--client-logo-tile-h);
  padding: 0.85rem 1.15rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(17, 24, 39, 0.06);
  background: rgba(255, 255, 255, 0.85);
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.22s ease;
}

.client-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.client-logo-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1) brightness(0.92) opacity(0.7);
  transition: filter 0.28s ease, opacity 0.28s ease;
}

@media (max-width: 575.98px) {
  .client-logos-list {
    --client-logo-tile-w: min(11.5rem, 46vw);
    --client-logo-tile-h: 6.25rem;
  }
}

.client-logo-card:hover {
  background: var(--client-logo-grad);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 10px 28px -18px rgba(30, 64, 175, 0.22);
  transform: translateY(-2px);
}

.client-logo-card:hover .client-logo-img {
  filter: grayscale(0) brightness(1) opacity(1);
}

@media (prefers-reduced-motion: reduce) {
  .client-logo-card,
  .client-logo-img {
    transition: none;
  }

  .client-logo-card:hover {
    transform: none;
  }
}

/* Section system (continuation below hero) */
.section-intro {
  max-width: 640px;
}

.section-title {
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  font-weight: 600;
  color: #1f2937;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
  background: linear-gradient(110deg, #111827 10%, #2563eb 52%, #1f2937 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-lead {
  font-size: 1.1rem;
  color: var(--atom-muted);
  line-height: 1.55;
  font-weight: 400;
}

.section-brand-tall {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  .section-brand-tall {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* Taller section rhythm for slower, more premium scroll */
.section-brand {
  min-height: 88svh;
  display: flex;
  align-items: center;
}

.section-brand > .container-lg {
  width: 100%;
}

.section-brand.section-brand-trust {
  min-height: auto;
  align-items: stretch;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.section-brand.section-highlights {
  min-height: clamp(460px, 62svh, 720px);
}

@media (min-width: 992px) {
  .section-brand.section-brand-trust {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

/* Lighter display weight across sections */
section .fw-bold {
  font-weight: 600 !important;
}

.hero-title-responsive {
  background: linear-gradient(115deg, #111827 12%, #2563eb 58%, #1f2937 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Reusable steel / ink gradient text (matches section titles & hero); .text-gradient-violet = alias */
.text-gradient-steel,
.text-gradient-violet {
  background: linear-gradient(115deg, #111827 12%, #2563eb 58%, #1f2937 92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.section-brand-trust {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* Services (FDM) */
.section-fdm {
  background: linear-gradient(180deg, #e8eef5 0%, var(--atom-bg) 18%, #f8fafc 100%);
  border-top: 1px solid rgba(17, 24, 39, 0.05);
  min-height: auto;
}

.fdm-term {
  font-weight: 500;
  color: var(--brand-steel-deep);
  letter-spacing: 0.01em;
}

/* Service cards — align with material cards + brand accent */
.card-service {
  position: relative;
  box-shadow: var(--atom-shadow);
  border: 1px solid var(--atom-border) !important;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-steel), #93c5fd);
  z-index: 2;
  border-radius: 1rem 1rem 0 0;
}

.card-service:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px -20px rgba(30, 64, 175, 0.2);
  border-color: rgba(37, 99, 235, 0.22) !important;
}

.card-service-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.06), rgba(242, 115, 10, 0.04));
}

.card-service .card-img-top {
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid var(--atom-border);
}

.service-meta-rule {
  border-bottom: 1px solid var(--atom-border);
}

.service-stack-img {
  width: 100%;
  min-height: 220px;
  max-height: 280px;
  object-fit: cover;
  display: block;
}

.service-stack-btn {
  white-space: nowrap;
}

/* Material cards */
.card-material {
  box-shadow: var(--atom-shadow);
  border: 1px solid var(--atom-border) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-material .card-material-placeholder {
  min-height: 220px;
  aspect-ratio: 1;
}

.card-material .card-text {
  font-size: 0.925rem;
  line-height: 1.55;
}

/* Material type badges */
.badge.badge-brand {
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  padding: 0.4em 0.65em;
  border-radius: 0.35rem;
}

.badge-brand-pla {
  background: linear-gradient(135deg, rgba(242, 115, 10, 0.2), rgba(251, 191, 36, 0.18)) !important;
  color: #9a3412 !important;
}

.badge-brand-petg {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.2), rgba(59, 130, 246, 0.16)) !important;
  color: #1e40af !important;
}

.badge-brand-abs,
.badge-brand-asa {
  background: rgba(71, 85, 105, 0.12) !important;
  color: #334155 !important;
}

.badge-brand-nylon {
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.16), rgba(100, 116, 139, 0.14)) !important;
  color: #1e3a8a !important;
}

.badge-brand-flex {
  background: linear-gradient(135deg, rgba(14, 116, 144, 0.16), rgba(45, 212, 191, 0.1)) !important;
  color: #0f766e !important;
}

.badge-brand-muted {
  background: rgba(15, 23, 42, 0.08) !important;
  color: #475569 !important;
}

.badge-brand-step {
  background: linear-gradient(135deg, rgba(242, 115, 10, 0.15), rgba(37, 99, 235, 0.1)) !important;
  color: var(--brand-deep) !important;
  font-size: 0.65rem !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Materials — tabbed showcase (category tabs + split headline + feature list + visual) */
.section-brand.section-brand-materials {
  min-height: auto;
  align-items: stretch;
}

.material-showcase {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
  border: 1px solid var(--atom-border);
  box-shadow: var(--atom-shadow);
}

.material-tabs-wrap {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.material-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
  gap: 0.25rem;
  margin: 0 -0.15rem;
}

.material-tab {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0.45rem 0.7rem 0.8rem;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--atom-muted);
  white-space: nowrap;
  flex: 0 0 auto;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  transition: color 0.16s ease, border-color 0.16s ease;
  border-radius: 0.25rem 0.25rem 0 0;
}

.material-tab:hover {
  color: var(--atom-heading);
}

.material-tab:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.45);
  outline-offset: 2px;
}

.material-tab.active {
  color: var(--brand-steel-deep);
  border-bottom-color: rgba(29, 78, 216, 0.85);
}

.material-showcase-title {
  font-size: clamp(1.35rem, 3.6vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.22;
  color: #1f2937;
}

.material-feature-icon {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.12rem;
  line-height: 1;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.14), rgba(242, 115, 10, 0.09));
  color: var(--brand-steel);
}

.material-showcase-visual {
  position: relative;
  border-radius: 1rem;
  background: linear-gradient(165deg, #f8fafc 0%, #f1f5f9 50%, #fafafa 100%);
  border: 1px solid var(--atom-border);
  padding: clamp(1.25rem, 4vw, 2rem);
  box-shadow: 0 20px 50px -28px rgba(30, 64, 175, 0.18);
}

.material-showcase-img {
  display: block;
  width: 100%;
  max-height: min(400px, 58vw);
  object-fit: contain;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .material-showcase-img {
    max-height: 360px;
  }
}

/* Process CTA band */
.cta-band {
  background: var(--gradient-brand-cta);
  background-size: 140% 140%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px -20px rgba(30, 58, 138, 0.35);
}

.cta-band .text-white-50 {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* Process section enrichments */
.process-layout {
  position: relative;
}

.process-step-card {
  min-height: 210px;
}

.process-kpis .badge {
  font-weight: 500;
  padding: 0.55rem 0.9rem;
}

.process-mockup {
  border: 1px solid var(--atom-border);
}

/* Live status card: no gradient overlay (avoid unreadable text on hover) */
.process-mockup-live {
  position: relative;
  isolation: isolate;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--atom-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.process-mockup-live:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px -20px rgba(30, 64, 175, 0.18);
}

.process-mockup-live .badge-brand-step {
  background: linear-gradient(135deg, rgba(242, 115, 10, 0.15), rgba(37, 99, 235, 0.1)) !important;
  color: var(--brand-deep) !important;
}

/* Live status — pills aligned with admin-status.html stage colours */
.process-mockup-live .live-status-order-head {
  row-gap: 0.35rem;
}

.process-mockup-live .live-status-badge {
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid #e9ecef;
  background: #f8f9fa;
  max-width: 100%;
  white-space: normal;
  text-align: left;
  line-height: 1.3;
}

.process-mockup-live .live-status-badge--intake {
  color: #64748b;
  border-color: #e2e8f0;
  background: #f8f9fa;
}

.process-mockup-live .live-status-badge--quote {
  color: #1d4ed8;
  border-color: rgba(37, 99, 235, 0.35);
  background: #f8f9fa;
}

.process-mockup-live .live-status-badge--production {
  color: #b45309;
  border-color: rgba(180, 83, 9, 0.35);
  background: #f8f9fa;
}

.process-mockup-live .live-status-badge--ready {
  color: #0e7490;
  border-color: rgba(14, 116, 144, 0.35);
  background: #f8f9fa;
}

.process-mockup-live .live-status-badge--sent {
  color: #047857;
  border-color: rgba(4, 120, 87, 0.35);
  background: #f8f9fa;
}

.process-mockup-screen {
  background: linear-gradient(
    155deg,
    rgba(37, 99, 235, 0.08),
    rgba(242, 115, 10, 0.06),
    rgba(255, 255, 255, 0.92)
  );
  border: 1px solid rgba(37, 99, 235, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.process-mockup-list {
  display: grid;
  gap: 0.5rem;
}

/* Step rows — clear hierarchy: done = dark, active = stage pill, pending = faded */
.process-mockup-list .live-status-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.55rem 0.68rem;
  border-radius: 0.65rem;
  font-size: 0.8125rem;
  font-weight: 500;
  border: 1px solid rgba(17, 24, 39, 0.07);
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.process-mockup-list .live-status-step-label {
  flex: 1;
  min-width: 0;
  line-height: 1.38;
}

.process-mockup-list .live-status-step-ic {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  line-height: 1;
}

.process-mockup-list .live-status-step--done {
  background: #fff;
  border-color: rgba(17, 24, 39, 0.1);
  color: #111827;
  font-weight: 500;
}

.process-mockup-list .live-status-step--done .live-status-step-label {
  color: #111827;
}

.process-mockup-list .live-status-step--active {
  border-color: rgba(17, 24, 39, 0.12);
  box-shadow: 0 4px 14px -8px rgba(15, 23, 42, 0.2);
  font-weight: 600;
}

.process-mockup-list .live-status-step--active .live-status-step-label {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid #e9ecef;
  background: #f8f9fa;
}

/* Active step text colour per pipeline stage (same keys as admin) */
.process-mockup-list .live-status-step--active.live-status-step-stage--0 .live-status-step-label {
  color: #64748b;
  border-color: #e2e8f0;
}

.process-mockup-list .live-status-step--active.live-status-step-stage--1 .live-status-step-label {
  color: #1d4ed8;
  border-color: rgba(37, 99, 235, 0.35);
}

.process-mockup-list .live-status-step--active.live-status-step-stage--2 .live-status-step-label {
  color: #b45309;
  border-color: rgba(180, 83, 9, 0.4);
}

.process-mockup-list .live-status-step--active.live-status-step-stage--3 .live-status-step-label {
  color: #0e7490;
  border-color: rgba(14, 116, 144, 0.4);
}

.process-mockup-list .live-status-step--active.live-status-step-stage--4 .live-status-step-label {
  color: #047857;
  border-color: rgba(4, 120, 87, 0.4);
}

.process-mockup-list .live-status-step--pending {
  background: rgba(248, 250, 252, 0.65);
  color: #adb5bd;
  border-color: rgba(203, 213, 225, 0.65);
  border-style: dashed;
  font-weight: 400;
}

.process-mockup-list .live-status-step--pending .live-status-step-label {
  color: #adb5bd;
}

.process-mockup-list .live-status-ic-done {
  color: #111827;
  font-size: 0.88rem;
}

.process-mockup-list .live-status-ic-active {
  font-size: 1rem;
}

.process-mockup-list .live-status-step--active.live-status-step-stage--0 .live-status-ic-active {
  color: #64748b;
}

.process-mockup-list .live-status-step--active.live-status-step-stage--1 .live-status-ic-active {
  color: #2563eb;
}

.process-mockup-list .live-status-step--active.live-status-step-stage--2 .live-status-ic-active {
  color: #b45309;
}

.process-mockup-list .live-status-step--active.live-status-step-stage--3 .live-status-ic-active {
  color: #0e7490;
}

.process-mockup-list .live-status-step--active.live-status-step-stage--4 .live-status-ic-active {
  color: #047857;
}

.process-mockup-list .live-status-ic-pending {
  color: #dee2e6;
  font-size: 0.55rem;
}

.process-mockup-list .live-status-step--missing {
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  background: rgba(254, 242, 242, 0.85);
  border-color: rgba(220, 38, 38, 0.25);
  color: #991b1b;
}

.process-lookup-form .form-control:focus {
  border-color: rgba(242, 115, 10, 0.55);
  box-shadow: 0 0 0 0.15rem rgba(242, 115, 10, 0.12);
}

.process-lookup-form .btn {
  border-color: var(--atom-border);
}

/* FAQ accordion */
.accordion-brand {
  --bs-accordion-border-color: var(--atom-border);
  --bs-accordion-btn-focus-border-color: rgba(242, 115, 10, 0.35);
  --bs-accordion-active-bg: rgba(242, 115, 10, 0.06);
  --bs-accordion-btn-active-bg: rgba(242, 115, 10, 0.06);
}

.accordion-brand .accordion-item {
  border-radius: 0.75rem !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
  border: 1px solid var(--atom-border) !important;
  box-shadow: var(--atom-shadow);
}

.accordion-brand .accordion-button {
  font-weight: 600;
  color: var(--atom-heading);
}

.accordion-brand .accordion-button:not(.collapsed) {
  color: var(--brand-deep);
  box-shadow: none;
}

.accordion-brand .accordion-body {
  color: var(--atom-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Contact form card */
.contact-form-card {
  border: 1px solid var(--atom-border);
}

.contact-form-card .form-control:focus {
  border-color: rgba(242, 115, 10, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(242, 115, 10, 0.15);
}

/* Footer — dark gradient + brand accent (matches CTA band language) */
.site-footer {
  position: relative;
  margin-top: 3rem;
  color: #fff;
  background: linear-gradient(168deg, #0c0e1a 0%, #1e293b 44%, #0f172a 100%);
}

.site-footer-accent {
  height: 3px;
  width: 100%;
  background: linear-gradient(
    90deg,
    var(--brand-orange),
    var(--brand-steel),
    var(--brand-steel-bright),
    var(--brand-orange)
  );
  background-size: 200% 100%;
}

.site-footer-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 28rem;
}

.site-footer-heading {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1rem;
}

.site-footer-link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-link:hover {
  color: #ffb86b;
}

.site-footer-link--dim {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
}

.site-footer-link--dim:hover {
  color: rgba(255, 255, 255, 0.95);
}

.site-footer-bar {
  background: rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Scroll reveal animations */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition:
    opacity 650ms ease,
    transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Legacy / rest of page */
.bg-image {
  background: url("photos/bg.jpeg") center/cover no-repeat;
  min-height: 100vh;
  position: relative;
}

.bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.bg-image > * {
  position: relative;
  z-index: 1;
}

.card-img-top {
  height: 220px;
  object-fit: cover;
}

.card {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.card.card-service:hover {
  box-shadow: 0 20px 44px -20px rgba(30, 64, 175, 0.2);
  border-color: rgba(37, 99, 235, 0.22) !important;
}

/* Material cards: subtle grow on hover */
#materialen .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  will-change: transform;
}

#materialen .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

/* Materials card images: consistent size */
#materialen .card-img-top {
  height: 320px;
  object-fit: contain;
}

/* Legacy image carousel only — do not affect .highlights-carousel */
#carouselExampleCaptions.carousel,
#carouselExampleCaptions .carousel-inner,
#carouselExampleCaptions .carousel-item {
  height: 60vh;
}

#carouselExampleCaptions .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#carouselExampleCaptions .carousel-caption {
  bottom: 1.5rem;
  z-index: 10;
}

/* Smooth transition */
.transition-navbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Scrolled state */
.navbar-scrolled {
  background-color: #ffffff !important;
  box-shadow: 0 4px 24px rgba(17, 24, 39, 0.08) !important;
}

.navbar-scrolled.nav-atomize .navbar-brand {
  color: var(--atom-heading) !important;
}

.navbar-scrolled.nav-atomize .nav-link {
  color: var(--atom-muted) !important;
}

.navbar-scrolled.nav-atomize .nav-link.active {
  color: var(--atom-heading) !important;
}

.navbar-scrolled .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.12);
}

/* ——— Mobile readability & lighter material grid ——— */
@media (max-width: 767.98px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  .hero-title-responsive {
    font-size: clamp(1.6rem, 6.2vw, 2.25rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .hero-lead-responsive {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .hero-actions .btn-lg {
    font-size: 1rem;
    padding: 0.65rem 1.25rem;
  }

  .section-atomize-hero-padding {
    padding-top: 1.75rem !important;
    padding-bottom: 2rem !important;
  }

  .section-brand-tall,
  .section-atomize-tall-padding {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .section-brand {
    min-height: 72svh;
    align-items: flex-start;
  }

  .section-brand.section-brand-trust,
  .section-brand.section-highlights {
    min-height: auto;
  }

  .section-title {
    font-size: clamp(1.45rem, 5vw, 1.85rem);
  }

  .section-lead {
    font-size: 1rem;
  }

  .section-intro {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .section-brand-trust .gradient-hover-surface,
  #Waarom .gradient-hover-surface {
    padding: 1rem 1.1rem !important;
  }

  .process-step-card {
    min-height: 0;
  }

  .process-kpis .badge {
    font-size: 0.74rem;
  }

  .stat-headline-mobile {
    font-size: clamp(1.55rem, 7vw, 2.25rem) !important;
    line-height: 1.15;
  }

  .highlights-carousel .gradient-stat-slide {
    padding: 1.25rem !important;
    min-height: 0;
  }

  .highlights-carousel .carousel-item {
    min-height: 0;
  }

  .highlights-carousel .display-4 {
    font-size: 2.25rem;
  }

  .highlights-carousel .highlights-indicators {
    margin-bottom: 1.15rem !important;
  }

  #materialen .card-img-top {
    height: 220px;
  }

  #materialen .card-body {
    padding: 1rem 1.1rem !important;
  }

  #materialen .card-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .accordion-brand .accordion-button {
    min-height: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.95rem;
  }

  .accordion-brand .accordion-body {
    font-size: 0.9rem;
  }

  .nav-atomize .navbar-collapse .nav-link {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .nav-atomize .navbar-collapse .btn-atomize-primary,
  .nav-atomize .navbar-collapse .btn-nav-order-status {
    width: 100%;
    max-width: 100%;
  }

  .contact-form-card {
    padding: 1.25rem !important;
  }

  .site-footer .container-lg {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .section-fdm .card-service .card-img-top {
    height: 180px;
  }
}

/* Service subpages */
.service-hero-visual {
  border: 1px solid var(--atom-border);
  background: #fff;
}

.service-hero-photo {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
}

.service-quick-list li + li {
  margin-top: 0.5rem;
}

.service-mini-kpi {
  font-size: 0.82rem;
  padding: 0.5rem 0.8rem;
}

.service-step-card {
  border: 1px solid var(--atom-border);
  background: #fff;
  box-shadow: var(--atom-shadow);
}

.service-step-num {
  display: block;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(17, 24, 39, 0.07);
  margin-bottom: 0.75rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.service-crosslink {
  border: 1px solid var(--atom-border);
  background: #fff;
  box-shadow: var(--atom-shadow);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-crosslink:hover {
  border-color: rgba(242, 115, 10, 0.35);
  box-shadow: 0 4px 16px -6px rgba(242, 115, 10, 0.18);
  color: inherit;
}

.service-faq-card {
  border: 1px solid var(--atom-border);
  background: #fff;
  box-shadow: var(--atom-shadow);
}

.service-related-card {
  border: 1px solid var(--atom-border);
  background: #fff;
  box-shadow: var(--atom-shadow);
}

/* Service pages: vertical narrative (image + one paragraph beats 3 skinny columns) */
.service-trust-vertical {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-trust-row {
  display: flex;
  gap: 1rem 1.25rem;
  align-items: flex-start;
  text-align: start;
}

.service-trust-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: rgba(242, 115, 10, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--atom-accent);
  font-size: 1.35rem;
}

.service-story-section {
  margin-top: 2rem;
}

.service-story-intro {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.service-story-intro p {
  margin-bottom: 0;
}

.service-story-stack {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px) {
  .service-story-stack {
    gap: 2.75rem;
  }
}

.service-story-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid var(--atom-border);
  background: #fff;
  box-shadow: var(--atom-shadow);
}

@media (min-width: 768px) {
  .service-story-block {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 2rem;
    padding: 1.5rem 1.75rem;
  }

  .service-story-block--reverse .service-story-media {
    order: 2;
  }

  .service-story-block--reverse .service-story-body {
    order: 1;
  }
}

.service-story-media {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 0.75rem;
}

.service-story-media img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  display: block;
}

.service-story-media--product {
  aspect-ratio: 1 / 1;
}

.service-story-media--product img {
  object-fit: contain;
  background: #f8fafc;
  padding: 1rem;
}

.service-story-media--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #fff8f3 0%, #f8fafc 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

@media (min-width: 768px) {
  .service-story-media--icon {
    min-height: 220px;
    max-height: 280px;
  }
}

.service-story-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1rem;
  background: rgba(242, 115, 10, 0.1);
  color: var(--atom-accent);
  font-size: 2rem;
}

.service-story-body h3 {
  letter-spacing: -0.02em;
}

.service-story-body > p.text-secondary:last-child {
  margin-bottom: 0;
}

.service-process-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .service-process-stack {
    gap: 2rem;
  }
}

.service-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1035;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  background: var(--gradient-brand-cta);
  box-shadow: 0 -10px 30px -18px rgba(15, 23, 42, 0.45);
}

.service-sticky-cta-body {
  min-height: 64px;
}

.service-sticky-dismiss {
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #fff !important;
}

body.service-page {
  padding-bottom: 84px;
}

/* Slim reassurance line under service heroes (replaces heavy icon strip) */
.service-hero-trustbar {
  border-bottom: 1px solid var(--atom-border);
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.service-hero-trustbar-text {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .service-hero-trustbar-text {
    font-size: 0.9375rem;
  }
}

body.service-page #werkwijze {
  scroll-margin-top: 5.75rem;
}

/* Portfolio grid */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

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

@media (max-width: 479.98px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}

.portfolio-slot {
  aspect-ratio: 4 / 3;
  position: relative;
}

.portfolio-slot-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
  text-align: inherit;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

@media (hover: hover) {
  .portfolio-slot-btn:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
  }

  .portfolio-slot-btn:hover img {
    transform: scale(1.03);
  }
}

.portfolio-slot-btn:focus-visible {
  outline: 2px solid var(--atom-accent, #f2730a);
  outline-offset: 3px;
}

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

@media (prefers-reduced-motion: reduce) {
  .portfolio-slot-btn,
  .portfolio-slot img {
    transition: none;
  }

  .portfolio-slot-btn:hover {
    transform: none;
    box-shadow: none;
  }

  .portfolio-slot-btn:hover img {
    transform: none;
  }
}

.portfolio-lightbox-modal .modal-dialog {
  max-width: min(96vw, 1100px);
}

.portfolio-lightbox-modal .modal-content {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.2);
}

.portfolio-lightbox-modal .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 0.75rem;
}

.portfolio-lightbox-modal .btn-close {
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  padding: 0.65rem;
  opacity: 1;
}

.portfolio-lightbox-img {
  display: block;
  max-height: min(85vh, 900px);
  width: 100%;
  object-fit: contain;
  background: #f8fafc;
}

.portfolio-slot-placeholder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 2px dashed rgba(148, 163, 184, 0.45);
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
}

.portfolio-slot-icon {
  font-size: 1.75rem;
  opacity: 0.5;
}

/* Contact form file upload */
.contact-file-drop {
  position: relative;
  border: 2px dashed rgba(148, 163, 184, 0.55);
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border-radius: 0.75rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  padding: 1.5rem;
  text-align: center;
}

.contact-file-drop:hover,
.contact-file-drop.drag-over {
  border-color: rgba(242, 115, 10, 0.5);
  background: linear-gradient(180deg, #fff8f3 0%, #ffffff 100%);
}

.contact-file-drop.has-file {
  border-color: rgba(242, 115, 10, 0.4);
  background: linear-gradient(180deg, #fff8f3 0%, #ffffff 100%);
}

.contact-file-input-hidden {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/* Architectural model callout strip */
.archi-callout {
  background: linear-gradient(135deg, #f8fafc 0%, #fff8f3 100%);
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.archi-callout-shell {
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.72);
}

.archi-callout-visual {
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: #fff;
}

.archi-callout-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.archi-callout-placeholder {
  width: 100%;
  min-height: 240px;
  border: 2px dashed rgba(148, 163, 184, 0.55);
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.25rem;
}

.archi-callout-placeholder-icon {
  font-size: 2rem;
}

.archi-callout-btn {
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .archi-callout-placeholder {
    min-height: 200px;
  }
}

@media (max-width: 991.98px) {
  .archi-callout-btn {
    min-width: 220px;
  }

  .service-stack-btn {
    min-width: 220px;
  }
}
