/* ══════════════════════════════════════
   SHERRY SCRAWLS — SERVICES PAGE CSS
══════════════════════════════════════ */

/* ── NAV ACTIVE ─────────────────────── */
.nav-active { color: var(--lime) !important; }
.nav-active::after { width: 100% !important; background: var(--lime); }

/* ══════════════════════════════════
   S1 — HERO
══════════════════════════════════ */
#svc-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  background: var(--black);
}

.svc-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
  position: relative;
  z-index: 2;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 1.5rem;
}
.breadcrumb a {
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover { color: var(--lime); }
.breadcrumb .bc-current { color: var(--lime); }

.svc-hero-headline {
  font-family: var(--font-head);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(2.2rem, 5.5vw, 5.5rem);
  line-height: 0.97;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 1.75rem;
}

.svc-hero-sub {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: rgba(255,255,255,0.65);
  max-width: 65ch;
  line-height: 1.75;
  margin-bottom: 2.25rem;
}

.svc-hero-ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.svc-trust-line {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  border-left: 2px solid rgba(198,220,0,0.4);
  padding-left: 0.75rem;
}

/* ══════════════════════════════════
   S2 — SERVICE NAV BAR
══════════════════════════════════ */
#svc-nav-bar {
  position: sticky;
  top: 70px;
  z-index: 900;
  background: var(--black2);
  border-bottom: 2px solid rgba(255,255,255,0.06);
  border-top: 1px solid rgba(255,255,255,0.04);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
#svc-nav-bar::-webkit-scrollbar { display: none; }

.svc-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: stretch;
  min-width: max-content;
}

.svc-tab {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.1rem 1.75rem;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
  white-space: nowrap;
  position: relative;
}
.svc-tab:hover { color: var(--white); background: rgba(255,255,255,0.03); }
.svc-tab.active {
  color: var(--lime);
  border-bottom-color: var(--lime);
}

.tab-num {
  font-size: 0.6rem;
  color: var(--lime);
  opacity: 0.6;
}
.svc-tab.active .tab-num { opacity: 1; }

/* ══════════════════════════════════
   S3 — PACKAGES
══════════════════════════════════ */
#packages {
  background: var(--black2);
  position: relative;
}
#packages::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--lime));
}

.pkg-sub {
  text-align: center;
  font-family: var(--font-body);
  font-size: 1rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0;
  margin-top: -0.5rem;
}

.pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 3.5rem;
  background: rgba(255,255,255,0.05);
}

.pkg-card {
  background: var(--black);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.pkg-card:hover { background: rgba(0,40,220,0.05); }

.pkg-card--featured {
  background: var(--blue);
}
.pkg-card--featured:hover { background: #002fee; }

.pkg-badge {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: var(--lime);
  border: 1px solid rgba(198,220,0,0.35);
  padding: 0.25rem 0.65rem;
  display: inline-block;
  text-transform: uppercase;
  width: fit-content;
}
.pkg-badge--lime { color: var(--black); background: var(--lime); border-color: var(--lime); }

.pkg-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 4rem;
  color: rgba(255,255,255,0.05);
  line-height: 1;
  letter-spacing: -0.05em;
}
.pkg-card--featured .pkg-num { color: rgba(255,255,255,0.1); }

.pkg-title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--white);
}

.pkg-tagline {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  font-style: italic;
}
.pkg-card--featured .pkg-tagline { color: rgba(255,255,255,0.8); }

.pkg-best {
  background: rgba(255,255,255,0.05);
  border-left: 3px solid rgba(198,220,0,0.4);
  padding: 0.85rem 1rem;
}
.pkg-card--featured .pkg-best { background: rgba(0,0,0,0.15); border-left-color: var(--lime); }
.pkg-best strong {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: var(--lime);
  display: block;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}
.pkg-best p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}

.pkg-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-grow: 1;
}
.pkg-list li {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.pkg-list li::before { content: '▸'; color: var(--lime); font-size: 0.7rem; flex-shrink: 0; margin-top: 0.15rem; }
.pkg-card--featured .pkg-list li { border-bottom-color: rgba(255,255,255,0.12); }

.pkg-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,0.08);
}
.pkg-meta-item {
  background: var(--black);
  padding: 0.85rem 1rem;
}
.pkg-card--featured .pkg-meta-item { background: rgba(0,0,0,0.2); }
.pkg-meta-item span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.25rem;
}
.pkg-meta-item strong {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1rem;
  color: var(--lime);
  display: block;
}

.pkg-compare {
  margin-top: 2rem;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.02);
}
.pkg-compare p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 0.5rem;
}
.pkg-compare a {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--lime);
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.pkg-compare a:hover { opacity: 0.7; }

/* ══════════════════════════════════
   S4 — SERVICES IN DETAIL
══════════════════════════════════ */
#services-detail { padding: 0; background: var(--black); }

.svc-anchor {
  position: relative;
  top: -140px;
  visibility: hidden;
  pointer-events: none;
}

.svc-category-label {
  background: var(--black2);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.svc-category-label .section-inner {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.svc-category-label span {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  color: var(--lime);
  text-transform: uppercase;
}

.svc-row {
  padding: 5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.svc-row--alt { background: var(--black2); }

.svc-row-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: center;
}
.svc-row-grid.visual-right {
  grid-template-columns: 1.4fr 1fr;
}

/* SERVICE VISUAL BLOCK */
.svc-visual {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.svc-icon-block {
  background: var(--gray);
  border: 1px solid rgba(255,255,255,0.08);
  border-top: 3px solid var(--lime);
  padding: 2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s;
}
.svc-icon-block:hover { border-top-color: var(--blue); }
.svc-icon-block::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 0; height: 0;
  border-left: 40px solid transparent;
  border-top: 40px solid rgba(198,220,0,0.07);
}

.svc-icon-svg {
  width: 80px;
  height: 80px;
  color: var(--lime);
  margin-bottom: 1rem;
}
.svc-icon-svg svg { width: 100%; height: 100%; }

.svc-icon-tag {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
}

.svc-visual-stats {
  display: flex;
  gap: 1.5rem;
}
.vs-item {
  display: flex;
  flex-direction: column;
}
.vs-item strong {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--lime);
  line-height: 1;
}
.vs-item span {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  margin-top: 0.25rem;
}

/* BRAND SWATCHES */
.brand-swatches {
  display: flex;
  gap: 0.5rem;
}
.swatch {
  width: 36px;
  height: 36px;
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}

/* SOCIAL PLATFORMS */
.social-platforms {
  display: flex;
  gap: 0.5rem;
}
.plat {
  width: 40px;
  height: 40px;
  background: var(--gray);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
  transition: background 0.2s, color 0.2s;
}
.plat:hover { background: var(--blue); color: var(--white); }

/* SERVICE CONTENT */
.svc-tag {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: var(--lime);
  text-transform: uppercase;
  border: 1px solid rgba(198,220,0,0.3);
  padding: 0.25rem 0.6rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.svc-title {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.svc-desc {
  font-family: var(--font-body);
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.svc-content h4 {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
}

.svc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 0.5rem;
}
.svc-list li {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  line-height: 1.4;
}
.svc-list li::before { content: '▸'; color: var(--lime); font-size: 0.7rem; flex-shrink: 0; margin-top: 0.1rem; }

.svc-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1rem;
}

.svc-approach {
  background: rgba(255,255,255,0.03);
  border-left: 3px solid var(--lime);
  padding: 1rem 1.25rem;
  margin: 1.25rem 0;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}
.svc-approach strong {
  color: var(--lime);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}
.svc-approach--proven { border-left-color: var(--blue); }
.svc-approach--proven strong { color: #6699ff; }
.svc-approach--blue { border-left-color: var(--blue); background: rgba(0,40,220,0.06); }
.svc-approach--blue strong { color: #6699ff; }
.svc-approach--blue a { color: var(--lime); font-weight: 700; }

/* ══════════════════════════════════
   S5 — INDUSTRIES
══════════════════════════════════ */
#industries {
  background: var(--black);
  position: relative;
  overflow: hidden;
}
#industries::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lime), var(--blue));
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 3.5rem;
  background: rgba(255,255,255,0.05);
}

.ind-card {
  background: var(--black2);
  padding: 2.25rem 2rem;
  position: relative;
  overflow: hidden;
  border-top: 2px solid transparent;
  transition: border-color 0.3s, background 0.3s;
}
.ind-card:hover {
  background: rgba(0,40,220,0.06);
  border-top-color: var(--lime);
}
.ind-card:hover .ind-icon { color: var(--lime); }

.ind-icon {
  width: 44px;
  height: 44px;
  color: rgba(255,255,255,0.3);
  margin-bottom: 1.25rem;
  transition: color 0.3s;
}
.ind-icon svg { width: 100%; height: 100%; }

.ind-card h3 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.ind-card p {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}

/* ══════════════════════════════════
   S6 — PROCESS
══════════════════════════════════ */
#svc-process {
  background: var(--black2);
  position: relative;
}

.svc-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 3.5rem;
  position: relative;
}
.svc-process-grid::before {
  content: '';
  position: absolute;
  top: 2.75rem;
  left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--lime), rgba(198,220,0,0.1));
  z-index: 0;
}

.svc-step {
  padding: 0 2rem 0 0;
  position: relative;
  z-index: 1;
}

.svc-step-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-style: italic;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--lime);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0;
}
.svc-step-num::after {
  content: '';
  display: block;
  width: 12px; height: 12px;
  background: var(--lime);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.svc-step h3 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.svc-step p {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}

/* ══════════════════════════════════
   S7 — FAQ
══════════════════════════════════ */
#faq {
  background: var(--black);
}

.faq-list {
  max-width: 800px;
  margin: 3.5rem auto 0;
}

.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.faq-item:first-child { border-top: 1px solid rgba(255,255,255,0.07); }

.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  cursor: pointer;
  text-align: left;
  transition: padding 0.2s;
}
.faq-q:hover { padding-left: 0.5rem; }
.faq-q span:first-child {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.faq-icon {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--lime);
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.3s;
  display: block;
  width: 24px;
  text-align: center;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.22,1,0.36,1), padding 0.3s;
}
.faq-a p {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  padding-bottom: 1.5rem;
  border-left: 3px solid var(--lime);
  padding-left: 1.25rem;
  margin-left: 0;
}
.faq-item.open .faq-a { max-height: 400px; }

/* ══════════════════════════════════
   S8 — FINAL CTA
══════════════════════════════════ */
#svc-cta {
  background: var(--blue);
  padding: 7rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#svc-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
}
#svc-cta::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 0; height: 0;
  border-left: 250px solid transparent;
  border-bottom: 250px solid rgba(0,0,0,0.12);
}

.svc-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.svc-cta-heading {
  font-family: var(--font-head);
  font-weight: 900;
  font-style: italic;
  font-size: clamp(2rem, 5vw, 4.5rem);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.0;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.svc-cta-sub {
  font-family: var(--font-body);
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  max-width: 55ch;
  margin: 0 auto 2.5rem;
}

.svc-cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.svc-cta-trust {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
}

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 1024px) {
  .pkg-grid { grid-template-columns: 1fr; }
  .svc-row-grid,
  .svc-row-grid.visual-right { grid-template-columns: 1fr; gap: 2.5rem; }
  .svc-row-grid.visual-right .svc-visual { order: -1; }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-process-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .svc-process-grid::before { display: none; }
}

@media (max-width: 640px) {
  .svc-two-col { grid-template-columns: 1fr; gap: 0; }
  .industries-grid { grid-template-columns: 1fr; }
  .svc-process-grid { grid-template-columns: 1fr; }
  .svc-cta-actions { flex-direction: column; align-items: center; }
  .pkg-meta { grid-template-columns: 1fr; }
}
