﻿:root {
  --hurlag-primary: #351d13;
  --hurlag-primary-container: #4d3227;
  --hurlag-secondary: #805600;
  --hurlag-secondary-bright: #feb229;
  --hurlag-surface: #f7f9ff;
  --hurlag-outline: #d4c3bd;
}

html { scroll-behavior: smooth; }
body { margin: 0; }
body, body *:not(.material-symbols-outlined) {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
a, button { touch-action: manipulation; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(254, 178, 41, 0.65);
  outline-offset: 3px;
}
[style*="background-image"] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header nav { gap: 1rem; }
.mobile-menu-toggle {
  border: 1px solid var(--hurlag-outline);
  color: var(--hurlag-primary);
  background: #fff;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.mobile-menu {
  border-top: 1px solid var(--hurlag-outline);
  background: #fff;
  padding: 0.75rem 1.5rem 1rem;
}
.mobile-menu a {
  display: block;
  padding: 0.85rem 0;
  color: var(--hurlag-primary);
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 195, 189, 0.5);
}
.mobile-menu a:last-child {
  margin-top: 0.5rem;
  padding: 0.85rem 1rem;
  color: #fff;
  text-align: center;
  background: var(--hurlag-primary-container);
  border-bottom: 0;
}
.form-status {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--hurlag-secondary-bright);
  background: #fff8e5;
  color: #351d13;
  font-family: Montserrat, system-ui, sans-serif;
}
.field-error {
  border-color: #ba1a1a !important;
  box-shadow: 0 0 0 2px rgba(186, 26, 26, 0.12);
}
.hero-subtext-contrast {
  color: rgba(255, 255, 255, 0.93) !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.62);
}
.home-hero-video,
.home-hero-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero-video {
  display: block;
  filter: saturate(0.96) contrast(1.04);
}
.home-hero-fallback {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .home-hero-video {
    display: none;
  }
  .home-hero-fallback {
    display: block;
  }
}
.client-carousel-section {
  background: #fff;
  border-bottom: 1px solid rgba(212, 195, 189, 0.72);
}
.client-carousel-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 2.4rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(240px, 0.35fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}
.client-carousel-copy h2 {
  max-width: 360px;
  margin: 0.35rem 0 0;
  color: var(--hurlag-primary);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.2;
}
.client-carousel-kicker {
  display: block;
  color: var(--hurlag-secondary);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.client-carousel {
  position: relative;
  overflow: hidden;
  min-height: 112px;
}
.client-carousel-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: hurlag-client-marquee 32s linear infinite;
  will-change: transform;
}
.client-carousel:hover .client-carousel-track {
  animation-play-state: paused;
}
.client-logo-set {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.client-logo-card {
  width: 178px;
  height: 92px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid rgba(212, 195, 189, 0.92);
  box-shadow: 0 12px 26px rgba(53, 29, 19, 0.07);
}
.client-logo-card img {
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.client-logo-card:hover img {
  filter: none;
  opacity: 1;
  transform: scale(1.03);
}
.client-carousel-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 72px;
  pointer-events: none;
}
.client-carousel-fade-left {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}
.client-carousel-fade-right {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}
@keyframes hurlag-client-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}
@media (prefers-reduced-motion: reduce) {
  .client-carousel-track {
    width: 100%;
    overflow-x: auto;
    animation: none;
    scroll-snap-type: x proximity;
  }
  .client-logo-card {
    scroll-snap-align: start;
  }
}

.svc-shell {
  background: var(--hurlag-surface);
  color: #181c20;
}
.svc-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--hurlag-outline);
}
.svc-nav-inner,
.svc-section,
.svc-footer-inner,
.svc-footer-bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.svc-nav-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.svc-nav img {
  height: 3rem;
  width: auto;
}
.svc-nav-links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.svc-nav .mobile-menu-toggle {
  display: none;
}
.svc-nav-links a {
  color: #504440;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.svc-nav-links a.active,
.svc-nav-links a:hover {
  color: var(--hurlag-primary);
}
.svc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 46px;
  padding: 0.85rem 1.25rem;
  background: var(--hurlag-secondary-bright);
  color: #281800;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: 1px solid transparent;
}
.svc-btn.secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
}
.svc-btn.dark {
  background: var(--hurlag-primary);
  color: #fff;
}
.svc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.svc-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--hurlag-primary);
  color: #fff;
}
.svc-hero.compact {
  min-height: 560px;
}
.svc-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.svc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(53, 29, 19, 0.96), rgba(53, 29, 19, 0.78) 48%, rgba(53, 29, 19, 0.22));
  z-index: 1;
}
.svc-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 7rem 1.5rem 4.5rem;
}
.svc-kicker {
  color: #ffddb0;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
.svc-hero h1 {
  max-width: 850px;
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4.75rem);
  line-height: 1.04;
}
.svc-hero p {
  max-width: 720px;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.7;
}
.svc-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 760px;
}
.svc-proof {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}
.svc-proof span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.svc-proof strong {
  display: block;
  margin-top: 0.4rem;
  color: #fff;
  font-size: 1.2rem;
}
.svc-section {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}
.svc-section.alt {
  background: #f1f4f9;
  max-width: none;
}
.svc-section.alt > .svc-section-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.svc-heading {
  max-width: 760px;
  margin-bottom: 2.25rem;
}
.svc-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.svc-heading h2 {
  margin: 0.35rem 0 0.75rem;
  color: var(--hurlag-primary);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.16;
}
.svc-detail-title {
  margin: 0 0 1rem;
  color: var(--hurlag-primary);
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.16;
}
.svc-heading p {
  color: #504440;
  line-height: 1.75;
}
.svc-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.svc-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--hurlag-outline);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(53, 29, 19, 0.14);
}
.svc-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.svc-card-body {
  padding: 1.35rem;
}
.svc-card h3 {
  margin: 0.4rem 0 0.75rem;
  color: var(--hurlag-primary);
  font-size: 1.32rem;
  line-height: 1.22;
}
.svc-card p,
.svc-feature p,
.svc-scope-card p,
.svc-process-card p {
  color: #504440;
  line-height: 1.65;
}
.svc-card .material-symbols-outlined,
.svc-feature .material-symbols-outlined,
.svc-scope-card .material-symbols-outlined {
  color: var(--hurlag-secondary);
}
.svc-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.svc-feature-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.svc-feature-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border: 1px solid var(--hurlag-outline);
}
.svc-feature-media img:nth-child(even) {
  margin-top: 2rem;
}
.svc-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.svc-scope-card,
.svc-process-card {
  background: #fff;
  border: 1px solid var(--hurlag-outline);
  padding: 1.35rem;
}
.svc-scope-card h3,
.svc-process-card h3 {
  margin: 0.7rem 0 0.5rem;
  color: var(--hurlag-primary);
  font-size: 1.05rem;
}
.svc-process-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.svc-process-card strong {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: var(--hurlag-secondary-bright);
  color: #281800;
}
.svc-cta {
  background: var(--hurlag-primary);
  color: #fff;
}
.svc-cta-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 4.5rem 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}
.svc-cta h2 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}
.svc-cta p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}
.svc-footer {
  background: #351d13;
  color: #fff;
}
.svc-footer-inner {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 2rem;
}
.svc-footer h4 {
  color: #ffddb0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.svc-footer a,
.svc-footer p,
.svc-footer li {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  line-height: 1.75;
}
.svc-footer img {
  height: 2.5rem;
  width: auto;
  margin-bottom: 1.5rem;
  filter: brightness(0) invert(1);
}
.svc-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.svc-footer-bottom {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
}
@media (max-width: 767px) {
  header nav { padding-left: 1rem !important; padding-right: 1rem !important; }
  header img { max-width: 144px; height: auto; }
  header nav > button:not(.mobile-menu-toggle) { display: none; }
  h1, .text-display-lg { font-size: 2.25rem !important; line-height: 1.14 !important; }
  .h-\[85vh\], .h-\[614px\] { min-height: 560px; height: auto !important; padding: 5rem 0; }
  .py-stack-lg { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
  .px-gutter { padding-left: 1rem !important; padding-right: 1rem !important; }
  .text-headline-lg { font-size: 1.75rem !important; }
  .client-carousel-inner {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 2rem 1rem;
  }
  .client-carousel-copy h2 {
    max-width: none;
  }
  .client-logo-card {
    width: 150px;
    height: 82px;
  }
  .client-carousel-fade {
    width: 42px;
  }
}

@media (max-width: 960px) {
  .svc-nav-links,
  .svc-nav .svc-btn {
    display: none;
  }
  .svc-nav .mobile-menu-toggle {
    display: inline-flex;
  }
  .svc-card-grid,
  .svc-feature-grid,
  .svc-scope-grid,
  .svc-process-row,
  .svc-footer-inner,
  .svc-cta-inner {
    grid-template-columns: 1fr;
  }
  .svc-proof-grid {
    grid-template-columns: 1fr;
  }
  .svc-hero,
  .svc-hero.compact {
    min-height: 620px;
  }
  .svc-feature-media {
    grid-template-columns: 1fr;
  }
  .svc-feature-media img:nth-child(even) {
    margin-top: 0;
  }
}
