/* ================================================
   NOLM.AGENCY — Services Page Styles
   Extends assets/style.css
   ================================================ */

/* ── PAGE BASE ── */
.page-services {
  cursor: none;
  overflow-x: hidden;
  /* Services page uses normal scroll — not snap */
  overflow-y: auto;
  height: auto;
}
.page-services body {
  height: auto;
}

/* Override body height for scroll page */
html.page-services,
body.page-services {
  height: auto;
  overflow: auto;
  overscroll-behavior: auto;
}

/* Shared layout container */
.wrap {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

/* Nav active state */
.n-links a.active {
  color: rgba(240, 232, 213, 0.85);
}

/* ── HERO ── */
.srv-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(4rem, 10vh, 8rem);
  overflow: hidden;
}

/* Canvas is fixed and shared with the homepage pattern */
.srv-hero-inner {
  position: relative;
  z-index: 10;
}

.srv-ey {
  margin-bottom: clamp(1.5rem, 3vh, 2.5rem);
}

.srv-h1 {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(3.5rem, 9vw, 9rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  margin-bottom: clamp(1.5rem, 3vh, 2.5rem);
  overflow: hidden;
}
.srv-h1 em {
  font-style: italic;
  font-weight: 400;
  color: #C8993C;
  font-size: 0.92em;
}
.srv-line {
  display: block;
  overflow: hidden;
}
.srv-li {
  display: block;
  transform: translateY(105%);
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}
.srv-li-d1 { transition-delay: 0.08s; }
.page-services .srv-li.revealed { transform: translateY(0); }

.srv-intro {
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  color: rgba(240, 232, 213, 0.5);
  font-weight: 300;
  line-height: 1.85;
  max-width: 52ch;
}
.srv-intro strong {
  color: rgba(240, 232, 213, 0.85);
  font-weight: 600;
}

.srv-hero-scroll {
  position: absolute;
  bottom: clamp(2rem, 5vh, 4rem);
  right: clamp(1.5rem, 5vw, 4rem);
  z-index: 10;
}
.srv-hero-scroll .sh-t {
  width: 1px;
  height: 48px;
  background: rgba(200, 153, 60, 0.1);
  position: relative;
  overflow: hidden;
}
.srv-hero-scroll .sh-t::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C8993C;
  animation: shp 2.6s ease-in-out infinite;
}

/* ── TRANSITION BAND ── */
.srv-band {
  background: rgba(240, 232, 213, 0.04);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: clamp(3rem, 6vh, 5rem) 0;
}
.srv-band-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
}
.srv-band-text {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(240, 232, 213, 0.6);
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.srv-band-rule {
  width: 1px;
  height: clamp(60px, 10vh, 100px);
  background: rgba(200, 153, 60, 0.2);
}
.srv-band-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}
.srv-stat {}
.srv-stat-n {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  letter-spacing: -0.04em;
  color: #C8993C;
  display: block;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.srv-stat-l {
  font-size: 0.72rem;
  color: rgba(240, 232, 213, 0.35);
  font-weight: 300;
  letter-spacing: 0.04em;
}

/* ── MAIN SCROLL AREA ── */
.srv-main {
  position: relative;
  z-index: 10;
}

/* ── SERVICE OFFER ── */
.srv-offer {
  padding: clamp(5rem, 10vh, 9rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.srv-offer-alt {
  background: rgba(240, 232, 213, 0.02);
}

.srv-offer-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: start;
}

/* Left col */
.srv-offer-left {
  position: sticky;
  top: clamp(5rem, 12vh, 8rem);
}
.srv-offer-num {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  color: rgba(200, 153, 60, 0.12);
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.srv-offer-title {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  letter-spacing: -0.04em;
  line-height: 1.0;
  color: #F0E8D5;
  margin-bottom: clamp(1.5rem, 3vh, 2.5rem);
}
.srv-offer-price {
  margin-bottom: clamp(1.2rem, 2.5vh, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.srv-price-from {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(200, 153, 60, 0.5);
}
.srv-price-num {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: -0.04em;
  color: #C8993C;
  line-height: 1;
}
.srv-price-note {
  font-size: 0.72rem;
  color: rgba(240, 232, 213, 0.3);
  font-weight: 300;
}
.srv-offer-lead {
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  color: rgba(240, 232, 213, 0.45);
  font-weight: 300;
  line-height: 1.85;
  max-width: 34ch;
  margin-bottom: clamp(1.5rem, 3vh, 2.5rem);
}

/* CTA button */
.srv-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'acumin-pro', 'Acumin Pro', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0A0910;
  background: #C8993C;
  padding: 0.9rem 2rem;
  border-radius: 999px;
  text-decoration: none;
  width: fit-content;
  cursor: none;
  transition: background 0.2s, transform 0.15s;
  min-height: 48px;
}
.srv-cta:hover {
  background: #DFB04E;
  transform: translateY(-1px);
}
.srv-cta:active { transform: scale(0.97); }

/* Right col */
.srv-offer-right {}
.srv-includes {}
.srv-includes-title {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(200, 153, 60, 0.5);
  margin-bottom: 1.8rem;
}

.srv-inc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.srv-inc-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 1rem;
  padding: clamp(1rem, 2.5vh, 1.5rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color 0.25s;
}
.srv-inc-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.srv-inc-item:hover { border-color: rgba(200, 153, 60, 0.12); }

.srv-inc-icon {
  margin-top: 0.3rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(200, 153, 60, 0.4);
  flex-shrink: 0;
  display: block;
}
.srv-inc-item strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(240, 232, 213, 0.82);
  margin-bottom: 0.35rem;
  letter-spacing: -0.01em;
}
.srv-inc-item p {
  font-size: 0.84rem;
  color: rgba(240, 232, 213, 0.32);
  font-weight: 300;
  line-height: 1.75;
  margin: 0;
}

/* Timeline */
.srv-timeline {
  margin-top: clamp(2rem, 4vh, 3.5rem);
}
.srv-timeline-title {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(200, 153, 60, 0.5);
  margin-bottom: 1.2rem;
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
}
.srv-tl-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  overflow: hidden;
}
.srv-tl-step {
  padding: 1.2rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.25s;
}
.srv-tl-step:last-child { border-right: none; }
.srv-tl-step:hover { background: rgba(200, 153, 60, 0.04); }
.srv-tl-n {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(200, 153, 60, 0.45);
  margin-bottom: 0.4rem;
}
.srv-tl-label {
  display: block;
  font-size: 0.78rem;
  color: rgba(240, 232, 213, 0.5);
  font-weight: 300;
  line-height: 1.4;
}

/* Note */
.srv-note {
  margin-top: clamp(1.5rem, 3vh, 2.5rem);
  padding: 1.2rem 1.5rem;
  border-left: 2px solid rgba(200, 153, 60, 0.25);
  font-size: 0.82rem;
  color: rgba(240, 232, 213, 0.3);
  font-weight: 300;
  line-height: 1.75;
}

/* ── GROWTH RETAINER ── */
.srv-retainer {
  background: rgba(200, 153, 60, 0.04);
  border-top: 1px solid rgba(200, 153, 60, 0.12);
  border-bottom: 1px solid rgba(200, 153, 60, 0.12);
  padding: clamp(5rem, 10vh, 9rem) 0;
}
.srv-ret-head {
  margin-bottom: clamp(3rem, 6vh, 5rem);
}
.srv-ret-title {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(2.5rem, 5vw, 5rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin-top: 1rem;
}
.srv-ret-title em {
  font-style: italic;
  font-weight: 400;
  color: #C8993C;
}
.srv-ret-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: clamp(2rem, 4vh, 3rem);
}
.srv-ret-col {
  padding: clamp(1.8rem, 3.5vh, 2.8rem);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.25s;
}
.srv-ret-col:last-child { border-right: none; }
.srv-ret-col:hover { background: rgba(200, 153, 60, 0.03); }
.srv-ret-col-tag {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(200, 153, 60, 0.45);
  margin-bottom: 1.5rem;
}
.srv-ret-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.srv-ret-list li {
  font-size: 0.85rem;
  color: rgba(240, 232, 213, 0.42);
  font-weight: 300;
  line-height: 1.5;
  padding-left: 0.9rem;
  position: relative;
}
.srv-ret-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(200, 153, 60, 0.35);
}
.srv-ret-note {
  font-size: 0.82rem;
  color: rgba(240, 232, 213, 0.28);
  font-weight: 300;
  line-height: 1.75;
  max-width: 64ch;
  border-left: 2px solid rgba(200, 153, 60, 0.2);
  padding-left: 1.5rem;
}

/* ── PATHWAYS ── */
.srv-pathways {
  padding: clamp(5rem, 10vh, 9rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.srv-path-title {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(2.5rem, 5vw, 5rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin-top: 1rem;
  margin-bottom: clamp(3rem, 6vh, 5rem);
}
.srv-path-title em {
  font-style: italic;
  font-weight: 400;
  color: #C8993C;
}
.srv-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.srv-path-card {
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: clamp(1.8rem, 3.5vh, 2.8rem);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.3s, background 0.3s;
}
.srv-path-card:hover {
  border-color: rgba(200, 153, 60, 0.2);
  background: rgba(200, 153, 60, 0.03);
}
.srv-path-card-featured {
  border-color: rgba(200, 153, 60, 0.25);
  background: rgba(200, 153, 60, 0.04);
}
.srv-path-card-featured:hover {
  border-color: rgba(200, 153, 60, 0.4);
}
.srv-path-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #C8993C;
  color: #0A0910;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3rem 1rem;
  border-radius: 0 0 6px 6px;
}
.srv-path-tag {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(200, 153, 60, 0.4);
  display: block;
  margin-bottom: 0.8rem;
  margin-top: 0.5rem;
}
.srv-path-name {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #F0E8D5;
  margin-bottom: 1rem;
}
.srv-path-desc {
  font-size: 0.84rem;
  color: rgba(240, 232, 213, 0.38);
  font-weight: 300;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 1.2rem;
}
.srv-path-price {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 700;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  letter-spacing: -0.02em;
  color: #C8993C;
  margin-bottom: 1.2rem;
  line-height: 1.4;
}
.srv-path-inc {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.srv-path-inc li {
  font-size: 0.8rem;
  color: rgba(240, 232, 213, 0.42);
  font-weight: 300;
  padding-left: 0.9rem;
  position: relative;
}
.srv-path-inc li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(200, 153, 60, 0.35);
}
.srv-path-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'acumin-pro', 'Acumin Pro', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(240, 232, 213, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  cursor: none;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
  min-height: 44px;
}
.srv-path-cta:hover {
  border-color: rgba(200, 153, 60, 0.45);
  color: #C8993C;
  background: rgba(200, 153, 60, 0.05);
}
.srv-path-card-featured .srv-path-cta {
  background: #C8993C;
  color: #0A0910;
  border-color: transparent;
}
.srv-path-card-featured .srv-path-cta:hover {
  background: #DFB04E;
}

/* ── FAQ ── */
.srv-faq {
  padding: clamp(5rem, 10vh, 9rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(240, 232, 213, 0.02);
}
.srv-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: start;
}
.srv-faq-left {
  position: sticky;
  top: clamp(5rem, 12vh, 8rem);
}
.srv-faq-title {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  letter-spacing: -0.04em;
  line-height: 1.0;
  margin-top: 1rem;
}
.srv-faq-title em {
  font-style: italic;
  font-weight: 400;
  color: #C8993C;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.faq-item:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  padding: clamp(1.2rem, 2.5vh, 1.8rem) 0;
  text-align: left;
  cursor: none;
  font-family: 'acumin-pro', 'Acumin Pro', sans-serif;
  font-size: clamp(0.88rem, 1.1vw, 0.95rem);
  font-weight: 500;
  color: rgba(240, 232, 213, 0.72);
  line-height: 1.4;
  gap: 1.5rem;
  transition: color 0.2s;
}
.faq-q:hover { color: rgba(240, 232, 213, 0.95); }
.faq-q[aria-expanded="true"] { color: #F0E8D5; }

.faq-icon {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.25s, background 0.25s;
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: rgba(240, 232, 213, 0.5);
  border-radius: 1px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s;
}
.faq-icon::before {
  width: 8px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-icon::after {
  width: 1px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-q[aria-expanded="true"] .faq-icon {
  border-color: rgba(200, 153, 60, 0.4);
  background: rgba(200, 153, 60, 0.06);
}
.faq-q[aria-expanded="true"] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq-q[aria-expanded="true"] .faq-icon::before {
  background: #C8993C;
}

.faq-a {
  font-size: 0.88rem;
  color: rgba(240, 232, 213, 0.42);
  font-weight: 300;
  line-height: 1.85;
  padding-bottom: clamp(1.2rem, 2.5vh, 1.8rem);
  max-width: 58ch;
}

/* ── CLOSE CTA ── */
.srv-close {
  padding: clamp(6rem, 12vh, 10rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}
.srv-close-inner { max-width: 700px; }
.srv-close-title {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: clamp(3rem, 7vw, 7rem);
  letter-spacing: -0.05em;
  line-height: 0.94;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.srv-close-title em {
  font-style: italic;
  font-weight: 400;
  color: #C8993C;
}
.srv-close-sub {
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  color: rgba(240, 232, 213, 0.42);
  font-weight: 300;
  line-height: 1.85;
  max-width: 46ch;
  margin-bottom: 0;
}

/* Cta-group already in style.css — just make sure .ct works here */
.srv-close .ct {
  transform: none;
  opacity: 1;
  transition: background 0.2s, transform 0.15s;
}
.srv-close .wa-link {
  transform: none;
  opacity: 1;
  transition: color 0.25s;
}

/* ── FOOTER ── */
.srv-footer {
  background: rgba(240, 232, 213, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: clamp(3rem, 6vh, 5rem) 0 clamp(2rem, 4vh, 3rem);
}
.srv-footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 1rem 3rem;
  align-items: center;
}
.srv-footer-logo {
  font-family: 'ff-tisa', 'FF Tisa Pro', serif;
  
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: -0.05em;
  color: #F0E8D5;
  text-decoration: none;
  cursor: none;
}
.srv-footer-logo span { color: #C8993C; }
.srv-footer-tag {
  font-size: 0.78rem;
  color: rgba(240, 232, 213, 0.25);
  font-weight: 300;
}
.srv-footer-nav {
  display: flex;
  gap: 2rem;
}
.srv-footer-nav a {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(240, 232, 213, 0.3);
  text-decoration: none;
  cursor: none;
  transition: color 0.2s;
}
.srv-footer-nav a:hover { color: rgba(240, 232, 213, 0.7); }
.srv-footer-copy {
  font-size: 0.72rem;
  color: rgba(240, 232, 213, 0.18);
  font-weight: 300;
}

/* ── SCROLL REVEAL ── */
.srv-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.srv-reveal.vis { opacity: 1; transform: translateY(0); }
.srv-reveal-d1 { transition-delay: 0.08s; }
.srv-reveal-d2 { transition-delay: 0.16s; }
.srv-reveal-d3 { transition-delay: 0.24s; }

/* ── RESPONSIVE ── */
@media (max-width: 1000px) {
  .srv-offer-grid { grid-template-columns: 1fr; gap: 3rem; }
  .srv-offer-left { position: static; }
  .srv-offer-title { font-size: clamp(2rem, 5vw, 3rem); }
  .srv-band-inner { grid-template-columns: 1fr; gap: 2rem; }
  .srv-band-rule { display: none; }
  .srv-band-stats { grid-template-columns: repeat(2, 1fr); }
  .srv-ret-grid { grid-template-columns: 1fr; }
  .srv-ret-col { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .srv-ret-col:last-child { border-bottom: none; }
  .srv-path-grid { grid-template-columns: 1fr; gap: 1rem; }
  .srv-faq-grid { grid-template-columns: 1fr; gap: 2rem; }
  .srv-faq-left { position: static; }
  .srv-footer-inner { grid-template-columns: 1fr 1fr; gap: 1rem 2rem; }
}
@media (max-width: 700px) {
  .srv-tl-steps { grid-template-columns: 1fr 1fr; }
  .srv-band-stats { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .srv-h1 { font-size: clamp(3rem, 12vw, 5.5rem); }
  .srv-footer-inner { grid-template-columns: 1fr; }
  .srv-footer-nav { flex-wrap: wrap; gap: 1rem 1.5rem; }
  .n-links { display: none; }
  .n-ham { display: flex; }
}
@media (max-width: 900px) {
  .srv-cta, .srv-path-cta { cursor: pointer; }
  .faq-q { cursor: pointer; }
  .srv-footer-nav a { cursor: pointer; }
  .srv-footer-logo { cursor: pointer; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .srv-li, .srv-reveal {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

/* Fix blue link override from Adobe Fonts stylesheet */
.srv-close a,
.srv-close a:visited,
.srv-close a:link {
  text-decoration: none !important;
}

/* cf-email-link and cf-wa-link forced amber */
a.cf-email-link,
a.cf-email-link:visited,
a.cf-email-link:link {
  color: rgba(200, 153, 60, 0.38) !important;
  text-decoration: none !important;
}
a.cf-wa-link,
a.cf-wa-link:visited,
a.cf-wa-link:link {
  color: rgba(200, 153, 60, 0.38) !important;
  text-decoration: none !important;
}
a.cf-email-link:hover { color: rgba(200, 153, 60, 0.75) !important; }
a.cf-wa-link:hover { color: rgba(200, 153, 60, 0.75) !important; }

/* srv-cta link */
a.srv-cta,
a.srv-cta:visited,
a.srv-cta:link {
  text-decoration: none !important;
  color: #0A0910 !important;
}

/* w-proj-link */
a.w-proj-link,
a.w-proj-link:visited {
  text-decoration: none !important;
  color: rgba(200, 153, 60, 0.4) !important;
}
a.w-proj-link:hover { color: rgba(200, 153, 60, 0.8) !important; }

/* w-proc-step links */
a.ch-text-link,
a.ch-text-link:visited {
  color: rgba(200, 153, 60, 0.42) !important;
  text-decoration: none !important;
}

/* Global link reset — override Adobe Fonts user-agent styles */
a { color: inherit; text-decoration: none; }
.cf-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0.75rem; margin-bottom: 0.75rem;
}
.cf-field { display: flex; flex-direction: column; gap: 0.4rem; }
.cf-field-full { margin-bottom: 0.75rem; }
.cf-label {
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(200, 153, 60, 0.45);
}
.cf-input {
  font-family: 'acumin-pro', 'Acumin Pro', sans-serif; font-size: 0.9rem; font-weight: 300;
  color: #F0E8D5; background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px; padding: 0.75rem 1rem;
  outline: none; transition: border-color 0.2s, background 0.2s;
  width: 100%; min-height: 48px;
  -webkit-appearance: none; appearance: none;
}
.cf-input::placeholder { color: rgba(240, 232, 213, 0.2); }
.cf-input:focus { border-color: rgba(200, 153, 60, 0.4); background: rgba(200, 153, 60, 0.04); }
.cf-textarea { resize: none; min-height: 80px; line-height: 1.6; }
.cf-select {
  cursor: pointer; color: rgba(240, 232, 213, 0.55);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(200,153,60,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem;
}
.cf-select option { background: #1A1820; color: #F0E8D5; }
.cf-actions {
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 1rem;
}
.cf-submit { cursor: pointer !important; }
.cf-alt { display: flex; align-items: center; gap: 0.8rem; flex-wrap: wrap; }
.cf-email-link {
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em;
  color: rgba(200, 153, 60, 0.38); text-decoration: none; cursor: pointer;
  transition: color 0.2s;
}
.cf-email-link:hover { color: rgba(200, 153, 60, 0.72); }
.cf-or { color: rgba(200, 153, 60, 0.2); font-size: 0.72rem; }
.cf-wa-link {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(200, 153, 60, 0.38); text-decoration: none; cursor: pointer; transition: color 0.2s;
}
.cf-wa-link:hover { color: rgba(200, 153, 60, 0.72); }
.cf-success {
  margin-top: 1rem; padding: 0.9rem 1.2rem;
  border-left: 2px solid #C8993C;
  background: rgba(200, 153, 60, 0.06);
  font-size: 0.88rem; color: rgba(240, 232, 213, 0.65);
  font-weight: 300; line-height: 1.6; border-radius: 0 6px 6px 0;
}
.srv-contact-form { margin-top: 2.5rem; max-width: 640px; }
@media (max-width: 600px) {
  .cf-row { grid-template-columns: 1fr; }
  .cf-actions { flex-direction: column; align-items: flex-start; }
}
