/* Search Foundry — thin layer only.
   Design system SoT: public/theme-assets/css/style.css + responsive.css (stock Synck).
   Do NOT set site-wide font-family, font-size, or letter-spacing here.
   Theme CSS owns type; this file is a11y, brand mark, and rare content hooks.
*/


/* Skip link (a11y — not in Synck) */
.sf-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 10000;
}

.sf-skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  background: var(--primary_color);
  color: var(--light_white);
  border-radius: 30px;
}

/* Header brand mark (Synck uses .logo img; we use mark + wordmark) */
.sf-logo {
  text-decoration: none !important;
  display: inline-block;
  line-height: 0;
  background: transparent;
}

.sf-brand {
  --sf-brand-teal: #2ad4c0;
  --sf-brand-blue: #1a4fd8;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}

.sf-brand__mark {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.sf-brand__rule {
  width: 1px;
  height: 36px;
  flex-shrink: 0;
  background: currentColor;
  opacity: 0.35;
}

.sf-brand__wordmark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
}

.sf-brand__search,
.sf-brand__foundry {
  font-family: var(--font_yantramanv), 'Yantramanav', sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}

.sf-brand--light {
  color: var(--dark1);
}

.sf-brand--light .sf-brand__search {
  color: var(--dark1);
}

.sf-brand--light .sf-brand__foundry {
  background: linear-gradient(90deg, var(--sf-brand-teal) 0%, var(--sf-brand-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sf-brand--dark {
  color: #ffffff;
}

.sf-brand--dark .sf-brand__search {
  color: #ffffff;
}

.sf-brand--dark .sf-brand__foundry {
  background: linear-gradient(90deg, var(--sf-brand-teal) 0%, var(--sf-brand-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Footer lockup PNG — theme sizes SVG logos; constrain our raster */
.footer-area .logo img {
  height: 40px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Hero serving chip text inside theme review box slot */
.sf-hero-serving {
  display: block;
  margin-top: 4px;
}

.homepage .google-reviews-box .right p {
  margin: 0;
}

.homepage .our-expert-team-box .imgs img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 0;
}

/* Second services row on Home 1 — theme services-list spacing */
.homepage .sf-services-row + .sf-services-row {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .homepage .sf-services-row {
    flex-wrap: wrap;
  }

  .homepage .sf-services-row .service-card {
    flex: 1 1 calc(50% - 15px);
  }
}

@media (max-width: 575px) {
  .homepage .sf-services-row .service-card {
    flex: 1 1 100%;
  }

  .sf-brand__mark {
    width: 36px;
    height: 36px;
  }

  .sf-brand__search,
  .sf-brand__foundry {
    font-size: 15px;
  }

  .sf-brand__rule {
    height: 30px;
  }
}

.sf-header-bar-locale {
  color: inherit;
}

.sf-section-more {
  margin-top: 32px;
}

.sf-solutions-list {
  flex-wrap: wrap;
  gap: 24px;
}

.sf-solutions-list .service-card {
  flex: 1 1 280px;
  max-width: 100%;
}

/* Legal / simple pages — inherit theme type; only constrain measure */
.sf-prose-block {
  margin: 0 0 28px;
  max-width: 760px;
}

.sf-prose-block ul {
  padding-left: 1.2rem;
  list-style: disc;
}

.sf-prose-block li + li {
  margin-top: 8px;
}

.sf-prose {
  max-width: 760px;
}

.sf-prose ul {
  list-style: disc;
  padding-left: 1.2rem;
  margin-bottom: 16px;
}

.sf-about-more-link {
  margin-top: 28px;
}

.sf-about-audiences .sf-about-audience-list {
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 24px;
}

.sf-about-audiences .sf-about-audience-list .service-card {
  flex: 1 1 calc(25% - 24px);
  min-width: 200px;
}

.sf-about-audiences > .custom-container > p {
  margin-top: 24px;
}

.sf-placeholder-note {
  max-width: 720px;
  margin: 24px 0 0;
}

.sf-link-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
}

.sf-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
}

.sf-form-success {
  padding: 24px 0;
}

.sf-draft-banner {
  background: var(--primary_light);
  border: 1px solid var(--gray);
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 28px;
  max-width: 760px;
}

.sf-draft-pill {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary_color);
}

.sf-drafts-block {
  margin-top: 48px;
}

.sf-meta-line {
  margin-top: 16px;
}

.sf-toc {
  max-width: 760px;
  margin-bottom: 28px;
  padding: 20px;
}

.sf-toc ul {
  list-style: disc;
  padding-left: 1.2rem;
}

.sf-toc-depth-3 {
  margin-left: 1rem;
}

.sf-article-body {
  padding-top: 40px;
  padding-bottom: 60px;
}

.contact-form button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

/* Accessible focus — theme resets outline on inputs */
a:focus-visible,
button:focus-visible,
.theme-btn:focus-visible,
.theme-btn2:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--primary_color);
  outline-offset: 3px;
}

.news-area .sf-placeholder-note {
  margin-bottom: 48px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Local-dev image drop targets */
.sf-drop-target {
  cursor: copy;
  outline: 2px dashed transparent;
  outline-offset: 4px;
  transition: outline-color 0.15s ease, box-shadow 0.15s ease;
}

.sf-drop-target:hover,
.sf-drop-wrap:hover .sf-drop-target {
  outline-color: rgba(19, 81, 216, 0.45);
}

.sf-drop-target.sf-drop-active,
.sf-drop-wrap:has(.sf-drop-active) {
  outline-color: var(--primary_color);
  box-shadow: 0 0 0 4px rgba(19, 81, 216, 0.2);
}

.sf-drop-filled {
  outline-color: rgba(19, 81, 216, 0.25);
}

.sf-drop-badge {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  max-width: 320px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--dark1);
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.sf-drop-badge code {
  color: #9ec1ff;
  font-size: 12px;
}

.sf-breadcrumbs {
  padding: 24px 0 0;
}

.sf-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--dark2);
}

.sf-breadcrumbs li:not(:last-child)::after {
  content: '/';
  margin-left: 8px;
  color: var(--gray);
}

.sf-breadcrumbs a {
  color: var(--primary_color);
  text-decoration: none !important;
}

.sf-breadcrumbs [aria-current='page'] {
  color: var(--dark1);
  font-weight: 500;
}
