/*
Theme Name: Stoic Group Professional — Working Dogs Update
Theme URI: https://stoicgroup.pro/
Author: Stoic Group LLC
Description: A refined WordPress theme for Stoic Group LLC with a redesigned homepage, custom hero graphics, clickable Signal contact options, natural copy, and updated protection and detection dog services.
Version: 7.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: stoic-group-professional
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --sg-bg: #07090a;
  --sg-bg-deep: #040506;
  --sg-surface: #0e1112;
  --sg-surface-2: #121617;
  --sg-surface-3: #171b1c;
  --sg-gold: #c5a05a;
  --sg-gold-light: #e4c579;
  --sg-gold-pale: #f1dfaa;
  --sg-gold-dark: #7f6330;
  --sg-text: #f4f2ec;
  --sg-text-soft: #d7d4cc;
  --sg-muted: #a9aaa6;
  --sg-line: rgba(197, 160, 90, .24);
  --sg-line-soft: rgba(255, 255, 255, .08);
  --sg-shadow: 0 24px 70px rgba(0, 0, 0, .42);
  --sg-radius: 10px;
  --sg-max: 1200px;
  --sg-display: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sg-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--sg-bg); }
body.stoic-site {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--sg-text);
  font-family: var(--sg-sans);
  font-size: 17px;
  line-height: 1.7;
  background:
    linear-gradient(rgba(7, 9, 10, .965), rgba(7, 9, 10, .985)),
    url("assets/images/marble.png") center top / cover fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.stoic-site.admin-bar .site-header { top: 32px; }
body.stoic-site img { max-width: 100%; height: auto; }
body.stoic-site a { color: inherit; }
body.stoic-site button,
body.stoic-site input,
body.stoic-site textarea,
body.stoic-site select { font: inherit; }
body.stoic-site h1,
body.stoic-site h2,
body.stoic-site h3,
body.stoic-site h4 {
  margin: 0 0 .65em;
  font-family: var(--sg-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.026em;
}
body.stoic-site h1 { font-size: clamp(3.2rem, 6.6vw, 6.5rem); }
body.stoic-site h2 { font-size: clamp(2.15rem, 4.4vw, 4rem); }
body.stoic-site h3 { font-size: clamp(1.32rem, 2.2vw, 1.75rem); }
body.stoic-site p { margin: 0 0 1.25em; }
body.stoic-site ::selection { color: #080909; background: var(--sg-gold-light); }

.skip-link {
  position: fixed;
  top: -100px;
  left: 12px;
  z-index: 99999;
  padding: 10px 16px;
  color: #080909 !important;
  background: var(--sg-gold-light);
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800;
}
.skip-link:focus { top: 12px; }

.sg-container { width: min(calc(100% - 44px), var(--sg-max)); margin-inline: auto; }
.sg-narrow { width: min(calc(100% - 44px), 860px); margin-inline: auto; }
.sg-gold { color: var(--sg-gold-light); }
.sg-muted { color: var(--sg-muted); }
.sg-lead { max-width: 760px; color: var(--sg-text-soft); font-size: clamp(1.08rem, 1.9vw, 1.3rem); line-height: 1.72; }
.sg-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--sg-gold-light);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .19em;
  line-height: 1.3;
  text-transform: uppercase;
}
.sg-eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--sg-gold); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(6, 8, 9, .94);
  border-bottom: 1px solid var(--sg-line);
  box-shadow: 0 9px 30px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.sg-topbar { color: #bebdb7; border-bottom: 1px solid rgba(255,255,255,.055); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.sg-topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sg-topbar-license strong { color: var(--sg-gold-light); font-weight: 800; }
.sg-topbar-links { display: flex; align-items: center; gap: 24px; }
.sg-topbar a { text-decoration: none; transition: color .2s ease; }
.sg-topbar a:hover { color: var(--sg-gold-light); }
.sg-header-main { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.sg-brand { display: block; width: min(315px, 34vw); line-height: 0; }
.sg-brand img { display: block; width: 100%; }
.sg-nav { display: flex; align-items: center; gap: 21px; }
.sg-nav > a:not(.sg-nav-cta) {
  position: relative;
  padding: 31px 0 27px;
  color: #e4e2dc;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease;
}
.sg-nav > a:not(.sg-nav-cta)::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 20px;
  left: 0;
  height: 1px;
  background: var(--sg-gold-light);
  transition: right .22s ease;
}
.sg-nav > a:hover,
.sg-nav > a[aria-current="page"] { color: var(--sg-gold-light); }
.sg-nav > a:hover::after,
.sg-nav > a[aria-current="page"]::after { right: 0; }
.sg-nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  color: #090a0a !important;
  background: linear-gradient(135deg, var(--sg-gold-light), #a7813c);
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease;
}
.sg-nav-cta:hover { transform: translateY(-1px); filter: brightness(1.08); }
.sg-menu-toggle {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  color: var(--sg-gold-light);
  background: transparent;
  border: 1px solid var(--sg-line);
  border-radius: 4px;
  cursor: pointer;
}
.sg-menu-toggle span,
.sg-menu-toggle::before,
.sg-menu-toggle::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: .24s ease;
}
.sg-menu-toggle::before { transform: translateY(-6px); }
.sg-menu-toggle::after { transform: translateY(6px); }
.sg-menu-toggle[aria-expanded="true"] span { opacity: 0; }
.sg-menu-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
.sg-menu-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); }

/* Buttons and links */
.sg-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.sg-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 21px;
  border: 1px solid var(--sg-gold);
  border-radius: 4px;
  font-size: .71rem;
  font-weight: 850;
  letter-spacing: .095em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.sg-btn svg { width: 18px; height: 18px; flex: 0 0 18px; transition: transform .2s ease; }
.sg-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.28); }
.sg-btn:hover svg { transform: translateX(3px); }
.sg-btn-primary { color: #080909 !important; background: linear-gradient(135deg, var(--sg-gold-light), #a57d35); border-color: transparent; }
.sg-btn-primary:hover { background: linear-gradient(135deg, #f0d893, #ba9148); }
.sg-btn-secondary { color: var(--sg-gold-pale) !important; background: rgba(8, 10, 10, .48); }
.sg-btn-secondary:hover { background: rgba(197, 160, 90, .09); border-color: var(--sg-gold-light); }
.sg-text-link,
.sg-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--sg-gold-light) !important;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}
.sg-text-link svg,
.sg-card-link svg { width: 18px; height: 18px; transition: transform .2s ease; }
.sg-text-link:hover svg,
.sg-card-link:hover svg { transform: translateX(4px); }
.sg-inline-link { margin-left: 8px; vertical-align: middle; }

/* Home hero */
.sg-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding: 106px 0 92px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4,5,6,.2), transparent 65%),
    radial-gradient(circle at 85% 40%, rgba(197,160,90,.10), transparent 34%);
}
.sg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    linear-gradient(rgba(197,160,90,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197,160,90,.055) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 45%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 45%, #000 100%);
  pointer-events: none;
}
.sg-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -120px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(197,160,90,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(197,160,90,.018), 0 0 0 140px rgba(197,160,90,.012);
  pointer-events: none;
}
.sg-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .68fr); align-items: center; gap: 78px; }
.sg-hero-copy h1 { max-width: 850px; }
.sg-hero-copy .sg-lead { max-width: 780px; }
.sg-hero-note { margin: 18px 0 0; color: #b8bab6; font-size: .78rem; letter-spacing: .04em; text-shadow: 0 4px 14px rgba(0,0,0,.26); }
.sg-intake-panel {
  position: relative;
  overflow: hidden;
  padding: 39px;
  background: linear-gradient(145deg, rgba(20,24,25,.97), rgba(8,10,10,.96));
  border: 1px solid var(--sg-line);
  border-top: 3px solid var(--sg-gold);
  border-radius: var(--sg-radius);
  box-shadow: var(--sg-shadow);
}
.sg-intake-panel::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -65px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(197,160,90,.09);
  transform: rotate(45deg);
}
.sg-intake-emblem { position: absolute; right: 20px; top: 18px; width: 92px; opacity: .09; }
.sg-intake-label,
.sg-card-kicker {
  color: var(--sg-gold-light);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .145em;
  line-height: 1.4;
  text-transform: uppercase;
}
.sg-intake-label { margin-bottom: 19px; }
.sg-intake-panel h2 { max-width: 390px; font-size: clamp(2rem, 3vw, 3rem); }
.sg-intake-panel > p { color: #b7b8b4; font-size: .95rem; }
.sg-trust-list { list-style: none; padding: 0; margin: 25px 0; }
.sg-trust-list li { display: flex; gap: 13px; padding: 13px 0; color: #d9d7d0; border-top: 1px solid var(--sg-line-soft); font-size: .9rem; }
.sg-trust-list svg { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 3px; color: var(--sg-gold-light); }
.sg-proof-strip { position: relative; z-index: 2; background: #0b0d0e; border-block: 1px solid var(--sg-line); }
.sg-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.sg-proof-grid > div { min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-left: 1px solid var(--sg-line-soft); }
.sg-proof-grid > div:last-child { border-right: 1px solid var(--sg-line-soft); }
.sg-proof-grid strong { margin-bottom: 5px; color: var(--sg-gold-light); font-family: var(--sg-display); font-size: 1.25rem; font-weight: 600; }
.sg-proof-grid span { color: #999b97; font-size: .76rem; letter-spacing: .035em; }

/* Sections */
.sg-section { position: relative; padding: 104px 0; }
.sg-section-dark { background: rgba(3,5,5,.66); border-block: 1px solid rgba(197,160,90,.11); }
.sg-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.sg-section-heading > div { max-width: 690px; }
.sg-section-heading > p { max-width: 520px; margin-bottom: 9px; color: var(--sg-muted); }
.sg-section-heading-centered { align-items: center; text-align: left; }

/* Cards */
.sg-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.sg-service-grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sg-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: linear-gradient(145deg, rgba(20,24,25,.94), rgba(10,12,12,.94));
  border: 1px solid var(--sg-line-soft);
  border-top: 2px solid rgba(197,160,90,.55);
  border-radius: var(--sg-radius);
  box-shadow: 0 17px 44px rgba(0,0,0,.22);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.sg-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -95px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(197,160,90,.07);
  transform: rotate(45deg);
}
.sg-card:hover { transform: translateY(-5px); border-color: rgba(197,160,90,.42); box-shadow: var(--sg-shadow); }
.sg-card-icon,
.sg-mini-icon {
  display: grid;
  place-items: center;
  color: var(--sg-gold-light);
  background: rgba(197,160,90,.055);
  border: 1px solid var(--sg-line);
}
.sg-card-icon { width: 52px; height: 52px; margin-bottom: 24px; border-radius: 5px; }
.sg-card-icon svg { width: 25px; height: 25px; }
.sg-card-kicker { margin-bottom: 12px; }
.sg-card h3 { margin-bottom: 13px; color: #f2f0e9; }
.sg-card p { margin-bottom: 0; color: #b4b5b1; }
.sg-card-link { position: relative; z-index: 1; margin-top: auto; padding-top: 24px; }
.sg-detail-cards .sg-card { min-height: 350px; }
.sg-detail-cards.cols-3 .sg-card { min-height: 385px; }

/* Principles, clients, content panels */
.sg-standard-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; align-items: start; }
.sg-standard-intro { position: sticky; top: 155px; }
.sg-principles { border-top: 1px solid var(--sg-line); }
.sg-principles article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--sg-line); }
.sg-mini-icon { width: 48px; height: 48px; border-radius: 4px; }
.sg-mini-icon svg { width: 23px; height: 23px; }
.sg-principles h3 { margin-bottom: 8px; }
.sg-principles p { margin: 0; color: var(--sg-muted); }
.sg-client-section { overflow: hidden; }
.sg-client-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--sg-line); background: rgba(12,15,15,.72); }
.sg-client-grid > div { min-height: 118px; display: grid; place-items: center; padding: 24px; border-right: 1px solid var(--sg-line); text-align: center; }
.sg-client-grid > div:last-child { border-right: 0; }
.sg-client-grid span { color: #ddd9cf; font-family: var(--sg-display); font-size: 1.18rem; }
.sg-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.sg-panel {
  position: relative;
  overflow: hidden;
  padding: 42px;
  background: linear-gradient(145deg, rgba(19,23,24,.95), rgba(9,11,11,.94));
  border: 1px solid var(--sg-line-soft);
  border-radius: var(--sg-radius);
  box-shadow: 0 17px 45px rgba(0,0,0,.22);
}
.sg-panel-feature { border-top: 3px solid var(--sg-gold); }
.sg-check-list { list-style: none; padding: 0; margin: 27px 0 0; }
.sg-check-list li { position: relative; padding: 12px 0 12px 28px; color: #d0cec7; border-top: 1px solid var(--sg-line-soft); }
.sg-check-list li::before { content: ""; position: absolute; left: 1px; top: 21px; width: 8px; height: 8px; background: var(--sg-gold); transform: rotate(45deg); }
.sg-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 32px; background: var(--sg-line); border: 1px solid var(--sg-line); }
.sg-stat { padding: 22px 14px; background: #0c0f0f; text-align: center; }
.sg-stat strong { display: block; color: var(--sg-gold-light); font-family: var(--sg-display); font-size: 1.3rem; font-weight: 600; }
.sg-stat span { display: block; color: #8e908c; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.sg-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 26px; }
.sg-process-step { padding: 30px; background: rgba(14,17,18,.83); border: 1px solid var(--sg-line-soft); border-radius: var(--sg-radius); }
.sg-process-step h3 { margin: 20px 0 10px; }
.sg-process-step p { margin: 0; color: var(--sg-muted); }
.sg-callout-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.sg-callout-grid h2 { margin-bottom: 0; }

/* Internal page hero */
.sg-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 455px;
  display: flex;
  align-items: center;
  padding: 95px 0 74px;
  background:
    radial-gradient(circle at 83% 35%, rgba(197,160,90,.105), transparent 27%),
    linear-gradient(90deg, rgba(4,5,5,.74), rgba(9,11,11,.56));
  border-bottom: 1px solid rgba(197,160,90,.14);
}
.sg-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .27;
  background-image:
    linear-gradient(rgba(197,160,90,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197,160,90,.05) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, transparent, #000);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000);
}
.sg-page-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 250px; align-items: center; gap: 60px; }
.sg-page-hero h1 { max-width: 860px; font-size: clamp(3.1rem, 6vw, 6rem); text-shadow: 0 6px 24px rgba(0,0,0,.24); }
.sg-page-hero p { max-width: 720px; margin-bottom: 0; color: var(--sg-text-soft); font-size: 1.08rem; text-shadow: 0 4px 16px rgba(0,0,0,.18); }
.sg-page-hero-mark { justify-self: end; width: 190px; height: 190px; display: grid; place-items: center; color: rgba(228,197,121,.32); border: 1px solid rgba(197,160,90,.2); transform: rotate(45deg); }
.sg-page-hero-mark svg { width: 82px; height: 82px; transform: rotate(-45deg); }
.sg-page-hero-mark img { width: 95px; opacity: .38; transform: rotate(-45deg); }



/* Custom hero imagery */
.sg-hero,
.sg-page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sg-hero {
  background-image:
    linear-gradient(90deg, rgba(6,8,9,.92) 0%, rgba(6,8,9,.83) 30%, rgba(6,8,9,.58) 56%, rgba(6,8,9,.48) 100%),
    radial-gradient(circle at 84% 32%, rgba(197,160,90,.08), transparent 28%),
    url("assets/images/hero-home.png");
  background-position: center center, center center, 76% center;
}
.sg-hero::before {
  opacity: .18;
  background-size: 82px 82px;
}
.sg-hero::after {
  right: -160px;
  top: -110px;
  width: 520px;
  height: 520px;
}
.sg-page-hero {
  background-image:
    linear-gradient(90deg, rgba(6,8,9,.9) 0%, rgba(6,8,9,.82) 31%, rgba(6,8,9,.56) 58%, rgba(6,8,9,.34) 100%),
    radial-gradient(circle at 84% 34%, rgba(197,160,90,.08), transparent 27%);
  background-position: center center, center center;
}
.sg-page-hero--investigations {
  background-image:
    linear-gradient(90deg, rgba(7,9,10,.92) 0%, rgba(7,9,10,.86) 32%, rgba(7,9,10,.6) 58%, rgba(7,9,10,.36) 100%),
    radial-gradient(circle at 84% 34%, rgba(197,160,90,.08), transparent 27%),
    url("assets/images/hero-investigations.png");
  background-position: center center, center center, 72% center;
}
.sg-page-hero--protection {
  background-image:
    linear-gradient(90deg, rgba(6,8,9,.9) 0%, rgba(6,8,9,.82) 31%, rgba(6,8,9,.54) 56%, rgba(6,8,9,.26) 100%),
    radial-gradient(circle at 84% 34%, rgba(197,160,90,.085), transparent 27%),
    url("assets/images/hero-protection.png");
  background-position: center center, center center, 76% center;
}
.sg-page-hero--consultation {
  background-image:
    linear-gradient(90deg, rgba(248,244,236,.96) 0%, rgba(244,239,231,.92) 34%, rgba(236,230,220,.62) 56%, rgba(236,230,220,.18) 100%),
    radial-gradient(circle at 84% 34%, rgba(197,160,90,.07), transparent 28%),
    url("assets/images/hero-consultation.png");
  background-position: center center, center center, 76% center;
  border-bottom: 1px solid rgba(197,160,90,.12);
}
.sg-page-hero--consultation::before {
  opacity: .12;
}
.sg-page-hero--consultation h1,
.sg-page-hero--consultation p,
.sg-page-hero--consultation .sg-eyebrow,
.sg-page-hero--consultation .sg-gold {
  position: relative;
  z-index: 1;
}
.sg-page-hero--consultation h1,
.sg-page-hero--consultation .sg-gold {
  color: #151718;
}
.sg-page-hero--consultation p { color: #4d504d; }
.sg-page-hero--consultation .sg-eyebrow { color: #9f7a3a; }
.sg-page-hero--k9 {
  background-image:
    linear-gradient(90deg, rgba(7,9,10,.92) 0%, rgba(7,9,10,.86) 31%, rgba(7,9,10,.58) 56%, rgba(7,9,10,.28) 100%),
    radial-gradient(circle at 84% 34%, rgba(197,160,90,.08), transparent 28%),
    url("assets/images/hero-k9.png");
  background-position: center center, center center, 78% center;
}
.sg-page-hero--generic {
  background-image:
    linear-gradient(90deg, rgba(7,9,10,.9) 0%, rgba(7,9,10,.82) 31%, rgba(7,9,10,.55) 57%, rgba(7,9,10,.28) 100%),
    radial-gradient(circle at 84% 34%, rgba(197,160,90,.08), transparent 28%),
    url("assets/images/hero-generic.png");
  background-position: center center, center center, center center;
}
.sg-page-hero-inner {
  min-height: 290px;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.sg-page-hero-inner > div:first-child { max-width: 760px; }
.sg-page-hero-mark { display: none; }

/* FAQ */
.sg-accordion { display: grid; gap: 14px; }
.sg-accordion details { background: rgba(15,18,19,.88); border: 1px solid var(--sg-line-soft); border-left: 3px solid rgba(197,160,90,.45); border-radius: 5px; }
.sg-accordion summary { position: relative; padding: 24px 65px 24px 25px; cursor: pointer; color: #ebe8df; font-family: var(--sg-display); font-size: 1.28rem; list-style: none; }
.sg-accordion summary::-webkit-details-marker { display: none; }
.sg-accordion summary::after { content: "+"; position: absolute; right: 26px; top: 50%; transform: translateY(-50%); color: var(--sg-gold-light); font-family: var(--sg-sans); font-size: 1.35rem; }
.sg-accordion details[open] summary { color: var(--sg-gold-pale); }
.sg-accordion details[open] summary::after { content: "–"; }
.sg-answer { padding: 0 26px 25px; color: #c2c1bb; }
.sg-answer p:last-child { margin-bottom: 0; }

/* Contact */
.sg-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 25px; align-items: start; }
.sg-contact-card { padding: 38px; background: linear-gradient(145deg, rgba(19,23,24,.96), rgba(9,11,11,.95)); border: 1px solid var(--sg-line-soft); border-radius: var(--sg-radius); box-shadow: var(--sg-shadow); }
.sg-contact-aside { border-top: 3px solid var(--sg-gold); }
.sg-contact-item { padding: 18px 0; border-top: 1px solid var(--sg-line-soft); }
.sg-contact-item span { display: block; margin-bottom: 4px; color: #8f918c; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.sg-contact-item a { color: #ebe8df !important; font-weight: 720; text-decoration: none; }
.sg-contact-item a:hover { color: var(--sg-gold-light) !important; }
.sg-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.sg-form .full { grid-column: 1 / -1; }
.sg-field label { display: block; margin-bottom: 8px; color: #d8d5cd; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sg-field input,
.sg-field select,
.sg-field textarea { width: 100%; padding: 14px 15px; color: var(--sg-text); background: #080a0a; border: 1px solid rgba(197,160,90,.24); border-radius: 4px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.sg-field input:focus,
.sg-field select:focus,
.sg-field textarea:focus { border-color: var(--sg-gold-light); box-shadow: 0 0 0 3px rgba(197,160,90,.11); }
.sg-field textarea { min-height: 170px; resize: vertical; }
.sg-field select option { color: #111; }
.sg-honeypot { position: absolute !important; left: -9999px !important; }
.sg-notice { margin-bottom: 20px; padding: 15px 18px; border: 1px solid; border-radius: 4px; }
.sg-notice-success { color: #c8efcf; background: rgba(78,147,91,.12); border-color: rgba(105,190,121,.45); }
.sg-notice-error { color: #f1c5c5; background: rgba(181,73,73,.12); border-color: rgba(220,98,98,.45); }
.sg-privacy-note { display: flex; align-items: center; gap: 19px; margin-top: 27px; padding: 19px; background: rgba(3,4,4,.38); border: 1px solid var(--sg-line-soft); border-radius: 5px; }
.sg-signal-qr-link { display: block; flex: 0 0 auto; padding: 5px; line-height: 0; background: #fff; border: 1px solid rgba(197,160,90,.28); border-radius: 6px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.sg-signal-qr-link:hover { transform: translateY(-2px); border-color: var(--sg-gold-light); box-shadow: 0 12px 26px rgba(0,0,0,.24); }
.sg-signal-qr-link:focus-visible { outline: 2px solid var(--sg-gold-light); outline-offset: 4px; }
.sg-signal-qr-link img { display: block; width: 86px; border-radius: 3px; }
.sg-signal-copy { flex: 1 1 auto; }
.sg-privacy-note p { margin: 0; color: #b4b5b0; font-size: .84rem; line-height: 1.58; }
.sg-signal-btn { min-height: 42px; margin-top: 14px; padding: 10px 15px; font-size: .66rem; }
.sg-signal-btn svg { width: 16px; height: 16px; }

/* CTA */
.sg-cta { position: relative; overflow: hidden; padding: 72px 0; background: linear-gradient(135deg, #16150f, #0c0e0e 60%); border-top: 1px solid var(--sg-line); }
.sg-cta::after { content: ""; position: absolute; right: -80px; top: -140px; width: 360px; height: 360px; border: 1px solid rgba(197,160,90,.11); transform: rotate(45deg); }
.sg-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.sg-cta-copy { max-width: 720px; }
.sg-cta-copy h2 { margin-bottom: 12px; }
.sg-cta-copy p { margin-bottom: 0; color: var(--sg-muted); }
.sg-cta-actions { display: flex; flex-direction: column; align-items: center; gap: 12px; flex: 0 0 auto; }
.sg-cta-phone { color: #b8b7b1 !important; font-size: .78rem; text-decoration: none; }
.sg-cta-phone:hover { color: var(--sg-gold-light) !important; }

/* Footer */
.site-footer { background: #050607; border-top: 1px solid var(--sg-line); }
.sg-footer-main { display: grid; grid-template-columns: 1.35fr .7fr .7fr .9fr; gap: 48px; padding: 72px 0 50px; }
.sg-footer-logo { width: min(320px, 100%); margin-bottom: 22px; }
.sg-footer-main p { max-width: 420px; color: #999b97; font-size: .88rem; }
.sg-footer-license { display: inline-block; padding-top: 12px; color: var(--sg-gold-light); border-top: 1px solid var(--sg-line); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sg-footer-title { margin-bottom: 17px; color: var(--sg-gold-light); font-size: .69rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.sg-footer-links { list-style: none; display: grid; gap: 9px; padding: 0; margin: 0; }
.sg-footer-links li,
.sg-footer-links a { color: #b9b9b4 !important; font-size: .86rem; text-decoration: none; }
.sg-footer-links a:hover { color: var(--sg-gold-light) !important; }
.sg-footer-contact a { font-size: .92rem; }
.sg-footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #777a76; border-top: 1px solid rgba(255,255,255,.06); font-size: .72rem; letter-spacing: .035em; }
.sg-mobile-call { display: none; }

/* Generic / 404 */
.sg-empty { padding: 135px 0; text-align: center; }
.sg-empty h1 { font-size: clamp(3rem, 8vw, 7rem); }

@media (max-width: 1120px) {
  .sg-nav { gap: 14px; }
  .sg-nav > a:not(.sg-nav-cta) { font-size: .64rem; }
  .sg-brand { width: min(275px, 31vw); }
  .sg-hero-grid { grid-template-columns: 1fr .66fr; gap: 44px; }
  .sg-service-grid.cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sg-detail-cards.cols-3 .sg-card { min-height: 345px; }
  .sg-footer-main { grid-template-columns: 1.25fr .7fr .7fr; }
  .sg-footer-main > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 940px) {
  body.stoic-site.admin-bar .site-header { top: 46px; }
  .sg-topbar { display: none; }
  .sg-header-main { min-height: 78px; }
  .sg-brand { width: min(285px, 70vw); }
  .sg-menu-toggle { display: flex; }
  .sg-nav {
    position: fixed;
    top: 78px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    max-height: calc(100vh - 78px);
    overflow: auto;
    padding: 12px 22px 24px;
    background: rgba(6,8,9,.99);
    border-bottom: 1px solid var(--sg-line);
    box-shadow: 0 28px 50px rgba(0,0,0,.55);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-120%);
    transition: .27s ease;
  }
  .admin-bar .sg-nav { top: 124px; }
  .sg-nav[data-open="true"] { opacity: 1; visibility: visible; transform: translateY(0); }
  .sg-nav > a:not(.sg-nav-cta) { padding: 15px 8px; font-size: .78rem; border-bottom: 1px solid var(--sg-line-soft); }
  .sg-nav > a:not(.sg-nav-cta)::after { display: none; }
  .sg-nav-cta { margin-top: 14px; min-height: 48px; }
  body.sg-menu-open { overflow: hidden; }
  .sg-hero { min-height: auto; padding: 84px 0; }
  .sg-hero-grid { grid-template-columns: 1fr; }
  .sg-intake-panel { max-width: 690px; }
  .sg-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .sg-proof-grid > div { border-bottom: 1px solid var(--sg-line-soft); }
  .sg-proof-grid > div:nth-child(2) { border-right: 1px solid var(--sg-line-soft); }
  .sg-section { padding: 82px 0; }
  .sg-section-heading { display: block; }
  .sg-section-heading > p { margin-top: 16px; }
  .sg-standard-grid,
  .sg-callout-grid,
  .sg-contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .sg-standard-intro { position: static; }
  .sg-page-hero { min-height: 405px; padding: 80px 0 65px; }
  .sg-page-hero-inner { grid-template-columns: 1fr 150px; gap: 30px; }
  .sg-page-hero-mark { width: 130px; height: 130px; }
  .sg-page-hero-mark svg { width: 57px; height: 57px; }
  .sg-client-grid { grid-template-columns: repeat(2, 1fr); }
  .sg-client-grid > div { border-bottom: 1px solid var(--sg-line); }
  .sg-client-grid > div:nth-child(2) { border-right: 0; }
  .sg-client-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .sg-split { grid-template-columns: 1fr; }
  .sg-process { grid-template-columns: 1fr; }
  .sg-cta-inner { align-items: flex-start; flex-direction: column; }
  .sg-cta-actions { align-items: flex-start; }
  .sg-footer-main { grid-template-columns: 1fr 1fr 1fr; }
  .sg-footer-main > .sg-footer-brand { grid-column: 1 / -1; }
  .sg-footer-main > div:last-child { grid-column: auto; }
}

@media (max-width: 680px) {
  body.stoic-site { padding-bottom: 62px; font-size: 16px; background-attachment: scroll; }
  .sg-container,
  .sg-narrow { width: min(calc(100% - 28px), var(--sg-max)); }
  .sg-header-main { min-height: 72px; }
  .sg-brand { width: min(250px, 72vw); }
  .sg-nav { top: 72px; }
  .admin-bar .sg-nav { top: 118px; }
  body.stoic-site h1 { font-size: clamp(2.75rem, 13vw, 4.6rem); }
  body.stoic-site h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .sg-hero { padding: 68px 0; }
  .sg-hero::before { display: none; }
  .sg-actions { display: grid; }
  .sg-actions .sg-btn { width: 100%; }
  .sg-intake-panel { padding: 28px; }
  .sg-intake-emblem { width: 72px; }
  .sg-proof-grid { grid-template-columns: 1fr; }
  .sg-proof-grid > div { min-height: 84px; padding: 18px 20px; border-right: 1px solid var(--sg-line-soft); }
  .sg-section { padding: 65px 0; }
  .sg-section-heading { margin-bottom: 34px; }
  .sg-service-grid,
  .sg-service-grid.cols-3 { grid-template-columns: 1fr; }
  .sg-card,
  .sg-detail-cards .sg-card,
  .sg-detail-cards.cols-3 .sg-card { min-height: 0; padding: 28px; }
  .sg-card-link { margin-top: 12px; }
  .sg-standard-grid { gap: 35px; }
  .sg-principles article { grid-template-columns: 44px 1fr; gap: 16px; }
  .sg-mini-icon { width: 42px; height: 42px; }
  .sg-client-grid { grid-template-columns: 1fr; }
  .sg-client-grid > div { min-height: 90px; border-right: 0; border-bottom: 1px solid var(--sg-line) !important; }
  .sg-client-grid > div:last-child { border-bottom: 0 !important; }
  .sg-panel,
  .sg-contact-card { padding: 28px; }
  .sg-page-hero { min-height: 355px; padding: 68px 0 56px; }
  .sg-page-hero-inner { grid-template-columns: 1fr; }
  .sg-page-hero-mark { display: none; }
  .sg-stat-grid { grid-template-columns: 1fr; }
  .sg-form { grid-template-columns: 1fr; }
  .sg-form .full { grid-column: auto; }
  .sg-privacy-note { align-items: flex-start; }
  .sg-signal-qr-link img { width: 72px; }
  .sg-cta { padding: 56px 0; }
  .sg-cta-actions,
  .sg-cta-actions .sg-btn { width: 100%; }
  .sg-footer-main { grid-template-columns: 1fr; gap: 34px; padding: 55px 0 42px; }
  .sg-footer-main > .sg-footer-brand { grid-column: auto; }
  .sg-footer-bottom { min-height: 90px; align-items: flex-start; justify-content: center; flex-direction: column; padding: 20px 0; }
  .sg-mobile-call {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #080909 !important;
    background: linear-gradient(135deg, var(--sg-gold-light), #a77e36);
    border-top: 1px solid rgba(255,255,255,.25);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 -10px 30px rgba(0,0,0,.35);
  }
  .sg-mobile-call svg { width: 20px; height: 20px; }
}



/* Homepage edition */
.sg-home-hero {
  min-height: min(790px, calc(100vh - 120px));
  padding: 118px 0 105px;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(5,7,8,.94) 0%, rgba(5,7,8,.88) 31%, rgba(5,7,8,.61) 54%, rgba(5,7,8,.18) 100%),
    radial-gradient(circle at 77% 30%, rgba(218,184,110,.11), transparent 29%),
    url("assets/images/hero-home.png");
  background-position: center, center, 72% center;
}
.sg-home-hero::before { opacity: .12; }
.sg-home-hero::after { opacity: .5; }
.sg-home-hero-inner { position: relative; z-index: 2; }
.sg-home-hero-copy { max-width: 820px; }
.sg-home-hero-copy h1 {
  max-width: 800px;
  margin-bottom: 24px;
  font-size: clamp(3.7rem, 7.2vw, 7rem);
  text-shadow: 0 12px 38px rgba(0,0,0,.42);
}
.sg-home-hero-copy .sg-lead { max-width: 760px; color: #e0ddd4; text-shadow: 0 5px 22px rgba(0,0,0,.38); }
.sg-home-hero-actions { margin-top: 36px; }
.sg-home-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  margin-top: 30px;
  color: #c9c7c0;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.sg-home-assurances span { display: inline-flex; align-items: center; gap: 8px; }
.sg-home-assurances svg { width: 17px; height: 17px; color: var(--sg-gold-light); }
.sg-home-proof-strip { box-shadow: 0 -18px 45px rgba(0,0,0,.24); }

.sg-home-services-section { padding-top: 118px; }
.sg-home-intro { max-width: 840px; margin: 0 auto 54px; text-align: center; }
.sg-home-intro .sg-eyebrow { justify-content: center; }
.sg-home-intro .sg-eyebrow::after { content: ""; width: 34px; height: 1px; background: var(--sg-gold); }
.sg-home-intro h2 { margin-bottom: 22px; }
.sg-home-intro > p { max-width: 700px; margin: 0 auto; color: var(--sg-muted); font-size: 1.06rem; }
.sg-home-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.sg-home-service-card {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(197,160,90,.2);
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0,0,0,.3);
  isolation: isolate;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.sg-home-service-card:hover { transform: translateY(-5px); border-color: rgba(228,197,121,.56); box-shadow: 0 30px 80px rgba(0,0,0,.42); }
.sg-home-service-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: inherit; transition: transform .5s ease; }
.sg-home-service-card:hover::before { transform: scale(1.025); }
.sg-home-service-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,7,8,.06) 10%, rgba(5,7,8,.4) 46%, rgba(5,7,8,.96) 100%); }
.sg-home-service-content { width: 100%; padding: 38px; }
.sg-home-service-content h3 { margin: 10px 0 12px; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.sg-home-service-content p { max-width: 560px; color: #d1cec6; }
.sg-home-service--investigations { background-image: url("assets/images/hero-investigations.png"); background-position: 67% center; }
.sg-home-service--protection { background-image: url("assets/images/hero-protection.png"); background-position: 72% center; }
.sg-home-service--consultation { background-image: url("assets/images/hero-consultation.png"); background-position: 71% center; }
.sg-home-service--k9 { background-image: url("assets/images/hero-k9.png"); background-position: 76% center; }

.sg-home-entry-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 30%, rgba(197,160,90,.08), transparent 30%),
    rgba(3,5,5,.7);
  border-block: 1px solid rgba(197,160,90,.12);
}
.sg-home-entry-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: 80px; align-items: center; }
.sg-home-entry-copy h2 { max-width: 760px; }
.sg-home-entry-list { list-style: none; padding: 0; margin: 30px 0 0; }
.sg-home-entry-list li { display: flex; align-items: flex-start; gap: 13px; padding: 14px 0; color: #d6d3cb; border-top: 1px solid var(--sg-line-soft); }
.sg-home-entry-list svg { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 3px; color: var(--sg-gold-light); }
.sg-home-contact-panel {
  position: relative;
  overflow: hidden;
  padding: 42px;
  background: linear-gradient(145deg, rgba(24,28,29,.98), rgba(8,10,10,.98));
  border: 1px solid var(--sg-line);
  border-top: 3px solid var(--sg-gold);
  border-radius: 12px;
  box-shadow: var(--sg-shadow);
}
.sg-home-contact-panel > img { position: absolute; right: 22px; top: 21px; width: 90px; opacity: .08; }
.sg-home-contact-panel h3 { max-width: 410px; margin-top: 16px; font-size: clamp(2rem, 3.4vw, 3.15rem); }
.sg-home-contact-panel > p { color: #b5b6b1; }
.sg-home-contact-methods { margin: 28px 0; border-top: 1px solid var(--sg-line-soft); }
.sg-home-contact-methods a { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; color: #ece9e1 !important; border-bottom: 1px solid var(--sg-line-soft); text-decoration: none; }
.sg-home-contact-methods span { color: #8f918c; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.sg-home-contact-methods strong { text-align: right; font-size: .92rem; }
.sg-home-contact-methods a:hover strong { color: var(--sg-gold-light); }
.sg-home-contact-panel .sg-btn { width: 100%; }

.sg-home-process-section { background: linear-gradient(145deg, rgba(5,7,8,.92), rgba(13,15,15,.82)); }
.sg-home-process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.sg-home-process-grid article { min-height: 285px; padding: 34px; background: rgba(16,19,20,.82); border: 1px solid var(--sg-line-soft); border-top: 2px solid rgba(197,160,90,.48); border-radius: 9px; }
.sg-home-process-grid h3 { margin: 22px 0 12px; }
.sg-home-process-grid p { margin: 0; color: var(--sg-muted); }

.sg-home-standard-section { overflow: hidden; }
.sg-home-standard-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.sg-home-standard-quote { position: relative; padding: 58px 0 58px 58px; border-left: 1px solid var(--sg-gold); }
.sg-home-standard-quote > img { position: absolute; right: -20px; bottom: -20px; width: 180px; opacity: .045; }
.sg-home-standard-quote h2 { margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.sg-home-standard-points { border-top: 1px solid var(--sg-line); }
.sg-home-standard-points article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--sg-line); }
.sg-home-standard-points h3 { margin-bottom: 8px; }
.sg-home-standard-points p { margin: 0; color: var(--sg-muted); }
.sg-home-standard-points > .sg-text-link { margin-top: 28px; }
.sg-home-client-section { padding-top: 85px; }

@media (max-width: 940px) {
  .sg-home-hero { min-height: 680px; padding: 95px 0 88px; background-position: center, center, 69% center; }
  .sg-home-hero-copy { max-width: 700px; }
  .sg-home-entry-grid,
  .sg-home-standard-grid { grid-template-columns: 1fr; gap: 55px; }
  .sg-home-contact-panel { max-width: 700px; }
  .sg-home-process-grid { grid-template-columns: 1fr; }
  .sg-home-process-grid article { min-height: 0; }
  .sg-home-standard-quote { padding-block: 35px; }
}

@media (max-width: 680px) {
  .sg-home-hero { min-height: 690px; padding: 78px 0 68px; background-position: center, center, 68% center; }
  .sg-home-hero::after { display: none; }
  .sg-home-hero-copy h1 { font-size: clamp(3rem, 14.5vw, 4.8rem); }
  .sg-home-assurances { display: grid; gap: 11px; }
  .sg-home-services-section { padding-top: 72px; }
  .sg-home-intro { margin-bottom: 38px; text-align: left; }
  .sg-home-intro .sg-eyebrow { justify-content: flex-start; }
  .sg-home-intro .sg-eyebrow::after { display: none; }
  .sg-home-service-grid { grid-template-columns: 1fr; }
  .sg-home-service-card { min-height: 410px; }
  .sg-home-service-content { padding: 28px; }
  .sg-home-entry-grid { gap: 38px; }
  .sg-home-contact-panel { padding: 29px; }
  .sg-home-contact-methods a { display: block; }
  .sg-home-contact-methods strong { display: block; margin-top: 3px; text-align: left; }
  .sg-home-process-grid article { padding: 28px; }
  .sg-home-standard-grid { gap: 32px; }
  .sg-home-standard-quote { padding: 15px 0 15px 25px; }
  .sg-home-standard-points article { grid-template-columns: 44px 1fr; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}


/* Working Dogs service priority */
.sg-k9-service-grid .sg-card {
  min-height: 100%;
}
.sg-k9-card-primary {
  border-color: rgba(197,160,90,.42);
  border-top-color: var(--sg-gold-light);
  background: linear-gradient(145deg, rgba(24,28,28,.98), rgba(10,12,12,.96));
}
.sg-k9-card .sg-check-list {
  margin-top: 24px;
}
.sg-k9-card .sg-check-list li {
  font-size: .9rem;
}
@media (max-width: 980px) {
  .sg-k9-service-grid.cols-3 {
    grid-template-columns: 1fr;
  }
  .sg-k9-service-grid .sg-card {
    min-height: auto;
  }
}
