/* ═══════════════════════════════════════════════════════════════════
   PALMPIXEL — v10 stylesheet · DARK GRAY THEME
   Global dark-gray base · Olive-gradient hover accents · Outline-p watermark
   Fonts: Fraunces (display) + Inter Tight (body) + Comfortaa (brand)
   ═══════════════════════════════════════════════════════════════════ */

:root {
  /* Warm-neutral grayscale — dark-theme mapped */
  --gs-0:   #FFFFFF;
  --gs-25:  #F4F5F6;
  --gs-50:  #E9EBEC;
  --gs-100: #D7DADD;
  --gs-200: #B7BCC1;
  --gs-300: #8E949B;
  --gs-400: #6B7079;
  --gs-500: #4A4F57;
  --gs-600: #33373D;
  --gs-700: #24272C;
  --gs-800: #1B1E22;
  --gs-900: #14171B;
  --gs-950: #0A0C0F;

  /* SEMANTIC dark-theme surfaces */
  --bg:         #14171B;   /* body background */
  --bg-alt:     #1B1E22;   /* alt sections */
  --bg-elev:    #22262B;   /* raised cards */
  --bg-elev-2:  #2A2E34;   /* hover cards */
  --bg-deep:    #0A0C0F;   /* darkest bands */
  --surface:    #1E2126;
  --border:     rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --ink:        #E5E7EB;
  --ink-strong: #F5F6F8;
  --ink-mute:   #9AA0A9;
  --ink-dim:    #6C7079;

  /* Olive gradient system (highlight only) */
  --olv-100: #E9EED4;
  --olv-200: #D9E3AC;
  --olv-300: #B7C57C;
  --olv-400: #A6B279;
  --olv-500: #8FA83E;
  --olv-600: #7A9832;
  --olv-700: #5F7E24;
  --olv-800: #4A631C;

  --shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.28);
  --shadow-md: 0 14px 34px rgba(0, 0, 0, 0.32);
  --shadow-lg: 0 32px 72px rgba(0, 0, 0, 0.45);

  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 24px;

  --grad-olive:       linear-gradient(120deg, #5F7E24 0%, #8FA83E 50%, #C1D080 100%);
  --grad-olive-vivid: linear-gradient(120deg, #7A9832 0%, #A6B279 100%);
  --grad-olive-soft:  linear-gradient(120deg, #8FA83E 0%, #D9E3AC 100%);

  --font-display: 'Fraunces', 'Playfair Display', Georgia, serif;
  --font-body: 'Inter Tight', 'Inter', system-ui, sans-serif;
  --font-brand: 'Comfortaa', 'Quicksand', 'Inter Tight', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: 400;
  font-feature-settings: 'ss01', 'cv11';
  position: relative;
}

/* ═══════════════════════════════════════════════════════════════════
   OUTLINE "p" WATERMARK — brand-font signature (Comfortaa)
   ═══════════════════════════════════════════════════════════════════ */
body::before {
  content: 'p';
  position: fixed;
  top: -12vw; right: -6vw;
  font-family: var(--font-brand); font-weight: 300;
  font-size: 62vw; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.035);
  pointer-events: none; z-index: 0; user-select: none;
}
body::after {
  content: 'p';
  position: fixed;
  bottom: -30vw; left: -8vw;
  font-family: var(--font-brand); font-weight: 300;
  font-size: 44vw; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.03);
  pointer-events: none; z-index: 0; user-select: none;
  transform: rotate(180deg);
}
main, section, .nav, footer, .hero, .announce, .talk-btn, .phone-float, .wa-float {
  position: relative; z-index: 1;
}
.p-mark {
  position: absolute;
  font-family: var(--font-brand); font-weight: 300;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.06);
  pointer-events: none; user-select: none;
  line-height: 1; z-index: 0;
}
.p-mark.dark { -webkit-text-stroke-color: rgba(255, 255, 255, 0.05); }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Typography */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--ink-strong);
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 1.1;
}
h1 { font-size: clamp(34px, 4.6vw, 62px); font-weight: 300; }
h2 { font-size: clamp(26px, 3.3vw, 40px); font-weight: 300; }
h3 { font-size: clamp(18px, 1.7vw, 22px); font-weight: 400; }
p  { color: var(--ink-mute); font-size: 16px; line-height: 1.62; font-weight: 400; }

.eyebrow {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--olv-300); font-weight: 500;
  padding: 5px 13px; border-radius: 999px;
  background: rgba(143, 168, 62, 0.12);
  border: 1px solid rgba(143, 168, 62, 0.22);
  margin-bottom: 18px;
}

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 999px;
  font-size: 14px; font-weight: 500; letter-spacing: 0.005em;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  border: 1px solid transparent;
  font-family: var(--font-body);
}
.btn-primary { background: var(--ink-strong); color: var(--bg-deep); }
.btn-primary:hover { background: var(--grad-olive-vivid); color: var(--ink-strong); transform: translateY(-1px); box-shadow: 0 12px 28px rgba(95, 126, 36, 0.36); }
.btn-ghost { background: rgba(255,255,255,0.03); border-color: var(--border-strong); color: var(--ink-strong); backdrop-filter: blur(6px); }
.btn-ghost:hover { border-color: var(--olv-500); color: var(--olv-300); background: rgba(143, 168, 62, 0.10); }
.btn-accent { background: var(--grad-olive-vivid); color: var(--ink-strong); box-shadow: 0 8px 22px rgba(95, 126, 36, 0.32); }
.btn-accent:hover { transform: translateY(-1px); box-shadow: 0 14px 32px rgba(95, 126, 36, 0.48); }
.btn-sm { padding: 9px 17px; font-size: 12.5px; }

/* ═══════════════ ANNOUNCEMENT BAR ═══════════════ */
.announce { background: var(--bg-deep); color: var(--ink); text-align: center; padding: 9px 20px; font-size: 12.5px; letter-spacing: 0.4px; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.announce::before { content: ''; position: absolute; inset: 0; background: var(--grad-olive-vivid); opacity: 0.08; z-index: 0; }
.announce span { position: relative; z-index: 1; }
.announce a {
  color: var(--ink-strong);
  text-decoration: none;
  transition: color .2s ease;
}
.announce a:hover {
  color: var(--olv-200);
}
.announce em { font-style: normal; color: var(--olv-300); font-weight: 500; }

/* ═══════════════ NAVIGATION ═══════════════ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(20, 23, 27, 0.82);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { max-width: 1300px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-brand); font-weight: 300; font-size: 24px; color: var(--ink-strong); letter-spacing: -0.01em; }
.brand img { height: 30px; width: auto; max-width: none; transition: opacity .3s ease, filter .3s ease; }
.brand:hover img { opacity: 0.85; }
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink-strong);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
  transition-property: background-color, border-color, color, transform, box-shadow;
  transition-duration: .28s;
  transition-timing-function: cubic-bezier(.2,0,0,1);
}
.nav-toggle:hover {
  background: rgba(143, 168, 62, 0.1);
  border-color: rgba(183, 197, 124, 0.34);
  color: var(--olv-200);
}
.nav-toggle:active { transform: scale(0.96); }
.nav-toggle-box {
  width: 18px;
  height: 14px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav-toggle-box span {
  display: block;
  width: 100%;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition-property: transform, opacity;
  transition-duration: .28s;
  transition-timing-function: cubic-bezier(.2,0,0,1);
}
.nav-toggle-text {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.nav-menu-open .nav-toggle-box span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-menu-open .nav-toggle-box span:nth-child(2) { opacity: 0; }
.nav-menu-open .nav-toggle-box span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav.nav-menu-open { border-bottom-color: transparent; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; font-size: 14px; }
.nav-links a { color: var(--ink); font-weight: 500; transition: color .25s ease; padding: 4px 0; position: relative; }
.nav-links a:hover { color: var(--olv-300); }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--grad-olive-vivid); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-cta .btn-accent { position: relative; }
.nav-cta .btn-accent::after { content: ''; position: absolute; inset: -3px; border-radius: 999px; background: var(--grad-olive-vivid); opacity: 0.5; z-index: -1; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 0.4; } 50% { transform: scale(1.08); opacity: 0.1; } }

/* Mega-menu */
.mega-wrap { position: relative; }
.mega-trigger { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.mega-wrap:hover .mega-trigger { color: var(--olv-300); }
/* ═══ Luxury Mega Menu ═══ */
.mega {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  width: 980px;
  background: linear-gradient(160deg, rgba(30, 33, 38, 0.98) 0%, rgba(20, 23, 27, 0.98) 100%);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  padding: 0;
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(143, 168, 62, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  opacity: 0; visibility: hidden;
  transition: opacity .32s cubic-bezier(.4,0,.2,1), transform .38s cubic-bezier(.16,1,.3,1), visibility .32s;
  z-index: 60;
  overflow: hidden;
}
.mega::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 227, 172, 0.4), transparent);
}
.mega::after {
  content: 'p';
  position: absolute; top: -3vw; right: -1vw;
  font-family: var(--font-brand); font-weight: 300;
  font-size: 22vw; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(143, 168, 62, 0.06);
  pointer-events: none; user-select: none; z-index: 0;
}
.mega-wrap:hover .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega-header {
  padding: 22px 30px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 20px;
  position: relative; z-index: 1;
}
.mega-header h4 { font-family: var(--font-display); font-weight: 300; font-size: 22px; color: var(--ink-strong); letter-spacing: -0.025em; margin: 0; }
.mega-header h4 em { font-style: italic; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mega-header small { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--olv-300); font-weight: 500; }
.mega-header .mega-all { padding: 0; color: var(--olv-300); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; }
.mega-header .mega-all:hover { color: var(--olv-100); background: transparent; transform: translateX(2px); }
.mega-header .mega-all:focus-visible { outline: 2px solid var(--olv-200); outline-offset: 4px; border-radius: 3px; }
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; padding: 18px 20px 22px; position: relative; z-index: 1; }
.mega a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13.5px; font-weight: 500;
  color: var(--ink);
  transition: all .28s cubic-bezier(.4,0,.2,1);
  border-left: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
.mega a .m-num { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 11px; color: var(--ink-dim); min-width: 22px; letter-spacing: 0.5px; transition: color .28s ease; }
.mega a .m-label { flex: 1; padding-left: 4px; }
.mega a .m-label b { display: block; font-family: var(--font-display); font-weight: 400; font-size: 15px; color: var(--ink-strong); letter-spacing: -0.02em; line-height: 1.15; }
.mega a .m-label small { display: block; font-size: 11px; color: var(--ink-dim); font-weight: 400; margin-top: 2px; letter-spacing: 0.02em; transition: color .28s ease; }
.mega a .m-arrow { font-size: 12px; color: var(--ink-dim); opacity: 0; transform: translateX(-6px); transition: all .28s ease; }
.mega a:hover {
  background: linear-gradient(120deg, rgba(143, 168, 62, 0.18) 0%, rgba(95, 126, 36, 0.06) 100%);
  border-left-color: var(--olv-500);
  padding-left: 20px;
  color: var(--olv-200);
}
.mega a:hover::after { display: none; }
.mega a:hover .m-num { color: var(--olv-400); }
.mega a:hover .m-label b { color: var(--ink-strong); }
.mega a:hover .m-label small { color: var(--olv-300); }
.mega a:hover .m-arrow { color: var(--olv-300); opacity: 1; transform: translateX(0); }
.mega-footer {
  padding: 16px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, transparent, rgba(143, 168, 62, 0.04));
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px;
  position: relative; z-index: 1;
}
.mega-footer span { font-family: var(--font-display); font-style: italic; font-size: 14px; color: var(--ink-mute); letter-spacing: -0.005em; }
.mega-footer a.mega-cta { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--olv-300); font-weight: 500; padding: 6px 14px; border: 1px solid rgba(143, 168, 62, 0.35); border-radius: 999px; transition: all .28s ease; }
.mega-footer a.mega-cta:hover { background: var(--grad-olive-vivid); border-color: transparent; color: var(--ink-strong); }
.mega-footer a.mega-cta::after { display: none; }

.nav-drawer {
  position: fixed;
  top: var(--mobile-nav-offset, 72px);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 55;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition-property: opacity, transform;
  transition-duration: .32s;
  transition-timing-function: cubic-bezier(.16,1,.3,1);
  background:
    linear-gradient(180deg, rgba(20, 23, 27, 0.985) 0%, rgba(16, 19, 23, 0.985) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.34);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.nav-drawer.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.nav-drawer-inner {
  width: min(100%, 1300px);
  margin: 0 auto;
  padding: 10px 24px calc(22px + env(safe-area-inset-bottom));
}
.nav-drawer-list {
  display: grid;
  gap: 0;
}
.nav-drawer-link,
.nav-drawer-section-toggle {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: var(--ink-strong);
  box-shadow: none;
  transition-property: color, transform;
  transition-duration: .26s;
  transition-timing-function: cubic-bezier(.2,0,0,1);
}
.nav-drawer-link:hover,
.nav-drawer-section-toggle:hover {
  color: var(--olv-200);
}
.nav-drawer-link:active,
.nav-drawer-section-toggle:active { transform: scale(0.96); }
.nav-drawer-link::after {
  content: '→';
  color: var(--ink-dim);
  font-size: 14px;
  transition-property: transform, color;
  transition-duration: .24s;
  transition-timing-function: cubic-bezier(.2,0,0,1);
}
.nav-drawer-link:hover::after {
  color: var(--olv-300);
  transform: translateX(3px);
}
.nav-drawer-section { display: block; }
.nav-drawer-section-meta {
  display: grid;
  justify-items: start;
  gap: 5px;
  text-align: left;
}
.nav-drawer-section-label {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}
.nav-drawer-section-subtitle {
  color: var(--ink-mute);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}
.nav-drawer-section-icon {
  flex: none;
  color: var(--olv-300);
  font-size: 26px;
  line-height: 1;
  transition-property: transform, opacity;
  transition-duration: .28s;
  transition-timing-function: cubic-bezier(.2,0,0,1);
}
.nav-drawer-section.is-expanded .nav-drawer-section-icon { transform: rotate(45deg); }
.nav-drawer-section-body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition-property: grid-template-rows, opacity;
  transition-duration: .32s;
  transition-timing-function: cubic-bezier(.2,0,0,1);
}
.nav-drawer-section.is-expanded + .nav-drawer-section-body {
  grid-template-rows: 1fr;
  opacity: 1;
}
.nav-drawer-section-body-inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 0 8px;
}
.nav-drawer-section-intro {
  display: grid;
  gap: 14px;
  padding: 18px 0 14px;
}
.nav-drawer-section-intro h4 {
  margin: 0;
  max-width: 12ch;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.nav-drawer-section-intro h4 em {
  font-style: italic;
  background: var(--grad-olive-soft);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.nav-drawer-section-intro > .nav-drawer-link {
  width: fit-content;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.nav-drawer-card-list {
  display: grid;
  gap: 12px;
  padding: 4px 0 0;
}
.nav-drawer-card {
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(160deg, rgba(38, 42, 48, 0.95) 0%, rgba(28, 31, 36, 0.95) 100%);
  box-shadow:
    0 20px 36px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.nav-drawer-card::after,
.nav-drawer-inline-cta::after,
.nav-drawer-section-intro > .nav-drawer-link::after { display: none; }
.nav-drawer-card .m-num {
  color: var(--olv-400);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 11px;
  min-width: 24px;
}
.nav-drawer-card .m-label { flex: 1; }
.nav-drawer-card .m-label b {
  display: block;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 400;
  color: var(--ink-strong);
  letter-spacing: -0.025em;
}
.nav-drawer-card .m-label small {
  display: block;
  margin-top: 4px;
  color: var(--ink-mute);
  font-size: 12px;
  line-height: 1.45;
}
.nav-drawer-card .m-arrow {
  padding-top: 2px;
  color: var(--ink-dim);
  opacity: 1;
  transform: none;
}
.nav-drawer-section-footer {
  display: grid;
  gap: 12px;
  padding: 14px 0 0;
}
.nav-drawer-section-footer p {
  margin: 0;
  color: var(--ink-mute);
  font-size: 13px;
  line-height: 1.55;
  text-wrap: pretty;
}
.nav-drawer-inline-cta {
  justify-self: start;
  width: auto;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.nav-drawer-cta {
  padding-top: 16px;
  margin-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-drawer-cta .nav-drawer-link {
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  background: var(--grad-olive-vivid);
  border-color: transparent;
  color: var(--ink-strong);
  box-shadow: 0 18px 38px rgba(95, 126, 36, 0.32);
  border-radius: 999px;
}
.nav-drawer-cta .nav-drawer-link::after { display: none; }
.nav-toggle:focus-visible,
.nav-drawer-link:focus-visible,
.nav-drawer-section-toggle:focus-visible {
  outline: 2px solid var(--olv-200);
  outline-offset: 3px;
}
body.nav-open { overflow: hidden; }

/* ═══════════════ HERO — tightened, more airy ═══════════════ */
.hero {
  position: relative;
  min-height: calc(100vh - 96px);
  height: calc(100vh - 96px);
  max-height: 780px;
  padding: 0 24px;
  color: var(--ink-strong);
  overflow: hidden;
  display: flex; align-items: center;
  isolation: isolate;
  background: var(--bg-deep);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('../assets/img/hero-bg.jpg');
  background-size: cover;
  background-position: center right;
  filter: grayscale(100%) contrast(1.05) brightness(0.42);
  transform: scale(1.05);
  animation: heroKenBurns 24s ease-in-out infinite alternate;
  will-change: transform, filter;
}
@keyframes heroKenBurns {
  0%   { transform: scale(1.05) translate3d(0, 0, 0); filter: grayscale(100%) contrast(1.05) brightness(0.42); }
  50%  { transform: scale(1.10) translate3d(-1.4%, -0.8%, 0); filter: grayscale(100%) contrast(1.08) brightness(0.48); }
  100% { transform: scale(1.08) translate3d(-2%, 0.5%, 0); filter: grayscale(100%) contrast(1.05) brightness(0.42); }
}
.hero-shimmer {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(143,168,62,0.05) 48%, rgba(217,227,172,0.09) 50%, rgba(143,168,62,0.05) 52%, transparent 70%);
  background-size: 220% 220%;
  animation: heroShimmer 14s linear infinite;
  mix-blend-mode: screen;
  opacity: 0.7;
}
@keyframes heroShimmer {
  0%   { background-position: 120% 0%; }
  100% { background-position: -20% 0%; }
}
.hero-particles {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero-particles span {
  position: absolute;
  bottom: -20px;
  width: 2px; height: 2px; border-radius: 50%;
  background: rgba(217, 227, 172, 0.35);
  box-shadow: 0 0 8px rgba(143, 168, 62, 0.5);
  animation: heroRise 18s linear infinite;
  opacity: 0;
}
.hero-particles span:nth-child(1) { left: 8%;  animation-delay: 0s;    animation-duration: 22s; }
.hero-particles span:nth-child(2) { left: 16%; animation-delay: 3s;    animation-duration: 26s; width: 3px; height: 3px; }
.hero-particles span:nth-child(3) { left: 24%; animation-delay: 7s;    animation-duration: 20s; }
.hero-particles span:nth-child(4) { left: 33%; animation-delay: 1.5s;  animation-duration: 28s; }
.hero-particles span:nth-child(5) { left: 42%; animation-delay: 5s;    animation-duration: 24s; width: 3px; height: 3px; }
.hero-particles span:nth-child(6) { left: 55%; animation-delay: 9s;    animation-duration: 30s; }
.hero-particles span:nth-child(7) { left: 66%; animation-delay: 2s;    animation-duration: 22s; }
.hero-particles span:nth-child(8) { left: 74%; animation-delay: 6s;    animation-duration: 26s; width: 3px; height: 3px; }
.hero-particles span:nth-child(9) { left: 84%; animation-delay: 4s;    animation-duration: 24s; }
.hero-particles span:nth-child(10){ left: 92%; animation-delay: 8s;    animation-duration: 28s; }
@keyframes heroRise {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  10%  { opacity: 0.9; }
  50%  { transform: translateY(-55vh) translateX(20px); opacity: 0.7; }
  90%  { opacity: 0.4; }
  100% { transform: translateY(-110vh) translateX(-15px); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg, .hero-shimmer, .hero-particles span { animation: none; }
}
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(10,12,15,0.92) 0%, rgba(10,12,15,0.76) 40%, rgba(10,12,15,0.42) 65%, rgba(10,12,15,0.22) 100%),
    linear-gradient(180deg, rgba(10,12,15,0.15) 0%, rgba(10,12,15,0.55) 100%),
    radial-gradient(820px 560px at 8% 55%, rgba(143, 168, 62, 0.32), transparent 62%),
    radial-gradient(620px 400px at 82% 24%, rgba(217, 227, 172, 0.18), transparent 62%),
    radial-gradient(500px 340px at 92% 88%, rgba(95, 126, 36, 0.24), transparent 62%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.012) 1px, transparent 1px);
  background-size: 68px 68px;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent, black 32%, black 68%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, black 32%, black 68%, transparent);
}
.hero-p-mark {
  position: absolute; top: 4%; right: -5vw;
  font-family: var(--font-brand); font-weight: 300;
  font-size: 44vw; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.05);
  z-index: 1; pointer-events: none; user-select: none;
}
.hero-inner {
  position: relative; z-index: 2;
  width: 100%;
  max-width: 680px;
  margin-left: max(24px, calc((100vw - 1220px) / 2));
  padding: 20px 0;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--olv-300);
  padding: 6px 16px 6px 7px;
  border: 1px solid rgba(166, 178, 121, 0.30);
  border-radius: 999px;
  margin-bottom: 32px;
  background: rgba(143, 168, 62, 0.08);
  backdrop-filter: blur(6px);
}
.hero-eyebrow .dot {
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--grad-olive-vivid);
  display: inline-block;
  box-shadow: 0 0 18px rgba(143, 168, 62, 0.5);
}
.hero h1 {
  color: var(--ink-strong);
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 300;
  line-height: 1.06;
  letter-spacing: -0.035em;
  margin: 0 0 28px;
  max-width: 620px;
}
.hero h1 em {
  font-style: italic; font-weight: 400;
  background: var(--grad-olive-soft);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .lead {
  font-size: 17px; color: var(--ink); line-height: 1.65;
  max-width: 540px; margin: 0 0 40px 0; font-weight: 400;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 50px; }
.hero .btn-primary { background: var(--ink-strong); color: var(--bg-deep); }
.hero .btn-primary:hover { background: var(--grad-olive-vivid); color: var(--ink-strong); }
.hero .btn-ghost { color: var(--ink-strong); border-color: rgba(255,255,255,.20); background: rgba(255,255,255,.03); }
.hero .btn-ghost:hover { border-color: var(--olv-400); color: var(--olv-300); background: rgba(143, 168, 62, 0.10); }

.hero-metrics {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
  max-width: 620px; margin: 0;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12);
}
.hero-metric .n {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(20px, 2.2vw, 28px); line-height: 1;
  color: var(--ink-strong); letter-spacing: -0.03em;
  display: flex; align-items: baseline; gap: 3px;
}
.hero-metric .n em {
  font-style: normal;
  background: var(--grad-olive-soft);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-metric .l { font-size: 10.5px; color: var(--ink-dim); margin-top: 8px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; }

/* Trust strip */
.trust { padding: 28px 24px; border-bottom: 1px solid var(--border); background: var(--bg-alt); }
/* ═══ Trust strip — modern trust & award badges ═══ */
.trust { padding: 44px 24px; background: var(--bg-alt); border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.trust::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 168, 62, 0.24), transparent);
}
.trust-inner {
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 48px;
}
.trust-lead {
  display: flex; flex-direction: column; gap: 8px;
}
.trust-lead .trust-label {
  font-family: var(--font-display); font-weight: 400; font-style: italic;
  font-size: 22px; letter-spacing: -0.02em;
  color: var(--ink-strong);
  line-height: 1.15;
}
.trust-lead .trust-label em {
  font-style: italic;
  background: var(--grad-olive-vivid);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.trust-lead .trust-sub {
  font-size: 11.5px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--ink-dim); font-weight: 500;
}
.trust-badges {
  display: flex; gap: 14px; flex-wrap: wrap;
  align-items: stretch;
}
.trust-badge {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 18px 12px 14px;
  background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(143, 168, 62, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  cursor: default;
  position: relative;
  overflow: hidden;
}
.trust-badge::before {
  content: '';
  position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(120deg, transparent 30%, rgba(217, 227, 172, 0.10) 50%, transparent 70%);
  transition: left .6s ease;
}
.trust-badge:hover { border-color: rgba(143, 168, 62, 0.42); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3); }
.trust-badge:hover::before { left: 100%; }
.trust-badge .tb-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid; place-items: center;
  color: var(--olv-300);
  flex: 0 0 36px;
  transition: all .3s ease;
}
.trust-badge .tb-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trust-badge .tb-icon .ph { display: inline-flex; font-size: 18px; line-height: 1; }
.trust-badge:hover .tb-icon { background: var(--grad-olive-vivid); border-color: transparent; color: var(--ink-strong); }
.trust-badge .tb-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.trust-badge .tb-text .k { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-dim); font-weight: 500; }
.trust-badge .tb-text .v { font-family: var(--font-display); font-weight: 400; font-size: 14px; letter-spacing: -0.015em; color: var(--ink-strong); line-height: 1.15; white-space: nowrap; }

@media (max-width: 960px) {
  .trust-inner { grid-template-columns: 1fr; gap: 24px; }
  .trust-badges { justify-content: flex-start; }
}

/* ═══════════════ SECTIONS ═══════════════ */
section.block { padding: 100px 24px; background: var(--bg); }
section.block.alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head h2 em { font-style: italic; background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; }
.section-head p { color: var(--ink-mute); }

/* ═══════════════════════════════════════════════════════════════════
   THE STORY — new modern editorial split-column layout
   Three chapters, alternating image ↔ text on desktop, easy to read
   ═══════════════════════════════════════════════════════════════════ */
.story-section {
  padding: 108px 24px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
}
.story-section .p-mark { font-size: 28vw; top: -6vw; right: -6vw; }
.story-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.story-head {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 84px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--border);
}
.story-head .left h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  letter-spacing: -0.035em;
}
.story-head .left h2 em {
  font-style: italic;
  background: var(--grad-olive-vivid);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.story-head .right { font-size: 16px; color: var(--ink-mute); line-height: 1.65; padding-bottom: 8px; }
.story-head .right b { color: var(--ink-strong); font-weight: 500; }

/* ═══ Story — vertical journey, text-left + image-right, connecting arrow ═══ */
.story-chapters {
  display: flex;
  flex-direction: column;
  gap: 70px;
  position: relative;
}
.story-chapter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: center;
  position: relative;
}
/* Connector arrow between chapters — sits below the text column */
.story-connector {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8%;
  width: 50%;
}
.story-connector::before {
  content: '';
  position: absolute;
  top: -10px; bottom: -10px;
  left: calc(8% + 22px);
  width: 2px;
  background: linear-gradient(180deg, transparent 0%, rgba(143, 168, 62, 0.55) 30%, rgba(143, 168, 62, 0.85) 100%);
  border-radius: 2px;
}
.story-connector-arrow {
  position: absolute;
  bottom: 4px;
  left: calc(8% + 22px);
  transform: translateX(-50%);
  width: 34px; height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7A9832 0%, #A6B279 100%);
  display: grid; place-items: center;
  color: var(--bg-deep);
  font-size: 15px; font-weight: 600;
  box-shadow: 0 0 0 6px rgba(20, 23, 27, 1), 0 10px 24px rgba(143, 168, 62, 0.28);
  animation: arrowPulse 2.4s ease-in-out infinite;
}
@keyframes arrowPulse {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(4px); }
}
.story-connector-label {
  position: absolute;
  left: calc(8% + 48px);
  bottom: 8px;
  font-family: var(--font-display); font-style: italic;
  font-size: 13px; color: var(--olv-300);
  letter-spacing: -0.005em;
  white-space: nowrap;
}

.story-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
}
.story-visual::before {
  content: '';
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: grayscale(100%) brightness(.72) contrast(1.05);
  transition: filter .5s ease, transform .8s ease;
  z-index: 0;
}
.story-visual:hover::before { filter: grayscale(100%) brightness(.86) contrast(1.05); transform: scale(1.03); }
.story-visual::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(140deg, rgba(10,12,15,0.55) 0%, rgba(10,12,15,0.10) 50%, rgba(95, 126, 36, 0.22) 100%);
  z-index: 1;
  pointer-events: none;
}
.story-visual .story-chapter-num {
  position: absolute; top: 24px; left: 26px;
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: 13px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--ink-strong);
  padding: 6px 14px;
  background: rgba(10, 12, 15, 0.55);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  z-index: 2;
}
.story-visual .story-chapter-tag {
  position: absolute; bottom: 22px; left: 26px; right: 26px;
  font-family: var(--font-display); font-style: italic;
  font-size: 15px; color: var(--ink-strong);
  z-index: 2;
  opacity: 0.9;
  letter-spacing: -0.005em;
}

.story-text .num-big {
  font-family: var(--font-display); font-weight: 300; font-style: italic;
  font-size: 84px; line-height: 1;
  letter-spacing: -0.04em;
  background: var(--grad-olive-vivid);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: block;
  margin-bottom: 8px;
  opacity: 0.9;
}
.story-text .kicker {
  display: inline-block;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--ink-dim); font-weight: 500;
  margin-bottom: 18px;
}
.story-text h3 {
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--ink-strong);
  margin-bottom: 20px;
  line-height: 1.15;
}
.story-text h3 em {
  font-style: italic;
  background: var(--grad-olive-soft);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.story-text p {
  font-size: 16px;
  color: var(--ink-mute);
  line-height: 1.72;
  margin-bottom: 18px;
  max-width: 480px;
}
.story-text .story-cta {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 10px;
  font-size: 12.5px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--olv-300);
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(143, 168, 62, 0.35);
  transition: all .25s ease;
}
.story-text .story-cta:hover {
  color: var(--olv-200);
  border-bottom-color: var(--olv-300);
  padding-left: 4px;
}

/* ─── How AI helps any business ─── */
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 24px; transition: all .3s ease; }
.value-card:hover { border-color: var(--olv-500); background: var(--bg-elev-2); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.value-card .icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); display: grid; place-items: center; margin-bottom: 20px; color: var(--ink-strong); transition: all .3s ease; }
.value-card .icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.value-card .icon .ph { display: inline-flex; font-size: 20px; line-height: 1; }
.value-card:hover .icon { background: var(--grad-olive-vivid); border-color: transparent; color: var(--ink-strong); }
.value-card h3 { font-size: 19px; margin-bottom: 8px; color: var(--ink-strong); }
.value-card .gain { font-family: var(--font-display); font-style: italic; font-size: 14px; color: var(--olv-300); margin-bottom: 12px; font-weight: 400; }
.value-card p { font-size: 14px; color: var(--ink-mute); }

/* ─── Practice / Industries rail ─── */
.practice-section { padding: 100px 24px; background: var(--bg-alt); position: relative; overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.practice-inner { max-width: 1240px; margin: 0 auto; position: relative; z-index: 1; }
.practice-head { text-align: center; max-width: 780px; margin: 0 auto 40px; }
.practice-head h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 300; }
.practice-head p { color: var(--ink-mute); margin-top: 10px; font-size: 15px; }
.practice-rail {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.practice-row {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 20px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: all .3s ease;
  color: var(--ink);
  cursor: pointer;
}
.practice-row:nth-child(3n) { border-right: 0; }
.practice-row:nth-last-child(-n+3) { border-bottom: 0; }
.practice-row .num { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 12.5px; color: var(--ink-dim); min-width: 22px; transition: color .3s ease; }
.practice-row .name { flex: 1; }
.practice-row .name b { font-family: var(--font-display); font-weight: 400; font-size: 16px; color: var(--ink-strong); letter-spacing: -0.02em; display: block; transition: color .3s ease; }
.practice-row .name small { font-size: 11.5px; color: var(--ink-dim); font-weight: 400; letter-spacing: 0.02em; transition: color .3s ease; }
.practice-row .arrow { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,0.04); display: grid; place-items: center; font-size: 11px; color: var(--ink-mute); transition: all .3s ease; }
.practice-row:hover { background: var(--grad-olive-vivid); color: var(--ink-strong); }
.practice-row:hover .num { color: rgba(255,255,255,0.75); }
.practice-row:hover .name b { color: var(--ink-strong); }
.practice-row:hover .name small { color: rgba(255,255,255,0.8); }
.practice-row:hover .arrow { background: var(--ink-strong); color: var(--olv-800); transform: translateX(3px); }
.practice-foot {
  margin-top: 24px; padding: 20px 26px;
  background: var(--bg-elev); border: 1px solid var(--border);
  border-radius: 999px;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.practice-foot span { font-family: var(--font-display); font-style: italic; font-size: 16px; color: var(--ink); }

/* ═══════════════════════════════════════════════════════════════════
   CLIENT VOICES — compact · smaller fonts · smaller boxes
   ═══════════════════════════════════════════════════════════════════ */
.voices-section {
  padding: 84px 24px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.voices-inner { max-width: 1160px; margin: 0 auto; position: relative; z-index: 1; }
.voices-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.voices-head h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 300; }
.voices-head h2 em { font-style: italic; background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; }
.voices-head .voices-meta {
  display: inline-flex; align-items: center; gap: 9px;
  margin-top: 12px;
  padding: 5px 13px; border-radius: 999px;
  background: var(--bg-elev); border: 1px solid var(--border);
  font-size: 11.5px; color: var(--ink); font-weight: 500;
}
.voices-head .voices-meta .stars { color: var(--olv-400); letter-spacing: 1.4px; }
.voices-head .voices-meta .sep { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-dim); }
.voice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vc {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 22px 20px;
  transition: all .3s ease;
  display: flex; flex-direction: column;
  position: relative;
}
.vc::before {
  content: '"';
  position: absolute;
  top: 8px; right: 16px;
  font-family: var(--font-display);
  font-weight: 400; font-style: italic;
  font-size: 44px; line-height: 1;
  color: rgba(255, 255, 255, 0.05);
  transition: color .35s ease;
}
.vc:hover { border-color: var(--olv-500); background: var(--bg-elev-2); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.vc:hover::before { color: rgba(143, 168, 62, 0.35); }
.vc .vc-stars { font-size: 11px; color: var(--olv-400); letter-spacing: 2.2px; margin-bottom: 12px; }
.vc blockquote {
  font-family: var(--font-display); font-weight: 400;
  font-size: 14px; line-height: 1.58; color: var(--ink);
  letter-spacing: -0.005em;
  margin-bottom: 16px; flex: 1;
}
.vc-signature {
  padding-top: 14px;
  border-top: 1px solid var(--border);
  transition: border-color .35s ease;
}
.vc:hover .vc-signature { border-top-color: rgba(143, 168, 62, 0.4); }
.vc-signature .name {
  font-family: var(--font-display); font-weight: 400;
  font-size: 16px; letter-spacing: -0.025em;
  color: var(--ink-strong); line-height: 1.2;
  margin-bottom: 3px;
}
.vc-signature .name em {
  font-style: italic;
  background: var(--grad-olive-vivid);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.vc-signature .role {
  font-size: 10.5px; color: var(--ink-dim); font-weight: 500;
  letter-spacing: 1.1px; text-transform: uppercase;
}
.vc-metric {
  display: inline-block; margin-top: 10px;
  font-family: var(--font-display); font-weight: 400; font-style: italic;
  font-size: 12.5px; letter-spacing: -0.005em;
  padding: 3px 10px; border-radius: 999px;
  background: rgba(143, 168, 62, 0.14); color: var(--olv-200);
  border: 1px solid rgba(143, 168, 62, 0.24);
  transition: all .35s ease;
}
.vc:hover .vc-metric { background: var(--grad-olive-vivid); color: var(--ink-strong); border-color: transparent; }
.voices-cta { margin-top: 32px; display: flex; justify-content: center; }
.voices-cta a { font-size: 13px; font-weight: 500; color: var(--ink); padding-bottom: 3px; border-bottom: 1px solid var(--border-strong); transition: all .25s ease; }
.voices-cta a:hover { color: var(--olv-300); border-color: var(--olv-500); }

/* ─── ROI band ─── */
.roi-band { padding: 88px 24px; background: var(--bg-deep); color: var(--ink-strong); position: relative; overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.roi-band .p-mark { font-size: 40vw; top: -15vw; right: -8vw; }
.roi-band-inner { max-width: 1200px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.roi-band h2 { color: var(--ink-strong); font-size: clamp(28px, 3.6vw, 42px); font-weight: 300; margin-bottom: 12px; }
.roi-band h2 em { font-style: italic; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; }
.roi-band p { color: var(--ink-mute); max-width: 620px; margin: 0 auto 40px; }
.roi-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 20px; }
.roi-stat .n { font-family: var(--font-display); font-weight: 300; font-size: clamp(34px, 4.4vw, 52px); color: var(--ink-strong); line-height: 1; letter-spacing: -0.03em; }
.roi-stat .n em { font-style: normal; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; }
.roi-stat .l { font-size: 11.5px; color: var(--ink-dim); margin-top: 10px; letter-spacing: 1.6px; text-transform: uppercase; }

/* ─── CTA final ─── */
.cta-final { padding: 104px 24px; background: var(--bg-alt); text-align: center; position: relative; overflow: hidden; border-top: 1px solid var(--border); }
.cta-final .p-mark { font-size: 34vw; bottom: -18vw; left: -5vw; }
.cta-inner { max-width: 780px; margin: 0 auto; position: relative; z-index: 1; }
.cta-final h2 { font-size: clamp(30px, 4vw, 48px); font-weight: 300; margin-bottom: 16px; }
.cta-final h2 em { background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: italic; }
.cta-final p { color: var(--ink-mute); margin-bottom: 32px; font-size: 17px; }
.cta-final .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ═══════════════ CASE STUDY PAGE ═══════════════ */
.cs-hero { padding: 96px 24px 56px; background: var(--bg-deep); color: var(--ink-strong); position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.cs-hero .p-mark.dark { font-size: 42vw; top: -18vw; right: -8vw; }
.cs-hero-inner { max-width: 1000px; margin: 0 auto; position: relative; z-index: 1; }
.cs-hero h1 { color: var(--ink-strong); font-size: clamp(30px, 4vw, 50px); font-weight: 300; margin-bottom: 16px; letter-spacing: -0.035em; }
.cs-hero h1 em { font-style: italic; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cs-hero .subtitle { font-size: 17px; color: var(--ink-mute); max-width: 720px; margin-bottom: 30px; }
.cs-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding-top: 26px; border-top: 1px solid var(--border-strong); }
.cs-meta .k { font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 6px; }
.cs-meta .v { font-family: var(--font-display); font-weight: 400; font-size: 17px; color: var(--ink-strong); letter-spacing: -0.02em; }
.cs-body { padding: 72px 24px; background: var(--bg); }
.cs-body-inner { max-width: 900px; margin: 0 auto; }
.cs-section { margin-bottom: 56px; }
.cs-section .label { display: inline-block; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--olv-300); font-weight: 500; padding: 5px 12px; background: rgba(143, 168, 62, 0.12); border: 1px solid rgba(143, 168, 62, 0.22); border-radius: 999px; margin-bottom: 14px; }
.cs-section h2 { font-size: clamp(24px, 2.8vw, 34px); font-weight: 300; margin-bottom: 18px; }
.cs-section p { font-size: 16px; color: var(--ink-mute); line-height: 1.72; margin-bottom: 14px; }
.cs-section ul { padding-left: 0; list-style: none; margin: 16px 0; }
.cs-section ul li { position: relative; padding-left: 22px; font-size: 15px; color: var(--ink); line-height: 1.7; margin-bottom: 10px; }
.cs-section ul li::before { content: ''; position: absolute; left: 0; top: 12px; width: 12px; height: 2px; background: var(--grad-olive-vivid); border-radius: 2px; }
.cs-image { width: 100%; height: 360px; border-radius: var(--radius); background-size: cover; background-position: center; filter: grayscale(100%) brightness(.72); margin: 30px 0; border: 1px solid var(--border); transition: filter .4s ease; }
.cs-image:hover { filter: grayscale(100%) brightness(.88); }
.cs-quote { padding: 30px 34px; background: var(--bg-elev); border-left: 3px solid var(--olv-500); border-radius: 0 var(--radius) var(--radius) 0; margin: 26px 0; }
.cs-quote blockquote { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 20px; color: var(--ink-strong); line-height: 1.5; margin-bottom: 14px; letter-spacing: -0.015em; }
.cs-quote .who { font-size: 12.5px; color: var(--ink-dim); font-weight: 500; letter-spacing: 0.5px; }
.cs-quote .who b { color: var(--ink-strong); font-weight: 600; }

.cs-pods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 26px 0; }
.cs-pod { background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 22px; text-align: center; transition: all .3s ease; }
.cs-pod:hover { border-color: var(--olv-500); background: var(--bg-elev-2); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.cs-pod .n { font-family: var(--font-display); font-weight: 300; font-size: clamp(26px, 3.2vw, 40px); color: var(--ink-strong); line-height: 1; letter-spacing: -0.03em; margin-bottom: 8px; }
.cs-pod:hover .n { background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cs-pod .l { font-size: 11px; color: var(--ink-dim); letter-spacing: 1.5px; text-transform: uppercase; }

/* ROI chart */
.cs-chart { background: var(--bg-deep); color: var(--ink-strong); padding: 40px 36px; border-radius: var(--radius-lg); margin: 26px 0; position: relative; overflow: hidden; border: 1px solid var(--border-strong); }
.cs-chart .p-mark.dark { font-size: 32vw; bottom: -14vw; right: -6vw; }
.cs-chart h3 { color: var(--ink-strong); font-size: 21px; margin-bottom: 6px; position: relative; z-index: 1; }
.cs-chart .sub { font-size: 12.5px; color: var(--ink-dim); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 22px; position: relative; z-index: 1; }
.bar-row { position: relative; z-index: 1; margin-bottom: 16px; }
.bar-row .lbl { display: flex; justify-content: space-between; font-size: 12.5px; margin-bottom: 6px; color: var(--ink); }
.bar-row .lbl b { font-family: var(--font-display); font-weight: 400; color: var(--ink-strong); font-size: 14px; letter-spacing: -0.02em; }
.bar { height: 9px; background: rgba(255,255,255,0.06); border-radius: 999px; overflow: hidden; position: relative; }
.bar .fill { height: 100%; background: var(--grad-olive); border-radius: 999px; box-shadow: 0 0 20px rgba(143, 168, 62, 0.35); }

/* Before/after */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 26px 0; }
.ba-card { padding: 28px 26px; border-radius: var(--radius); border: 1px solid var(--border); background: var(--bg-elev); }
.ba-card.after { background: var(--bg-deep); border-color: rgba(143, 168, 62, 0.4); position: relative; overflow: hidden; }
.ba-card .tag { display: inline-block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; margin-bottom: 14px; font-weight: 600; }
.ba-card.before .tag { background: rgba(255,255,255,0.06); color: var(--ink-mute); }
.ba-card.after .tag { background: var(--grad-olive-vivid); color: var(--ink-strong); }
.ba-card h4 { font-size: 19px; margin-bottom: 12px; color: var(--ink-strong); }
.ba-card ul li { color: var(--ink); }
.ba-card.after ul li { color: var(--ink); }
.ba-card.after ul li::before { background: var(--olv-400); }

/* ═══════════════ INDUSTRY PAGE ═══════════════ */
.ind-hero { padding: 96px 24px 68px; background: var(--bg-deep); color: var(--ink-strong); position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.ind-hero .p-mark.dark { font-size: 44vw; top: -20vw; right: -6vw; }
.ind-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  filter: grayscale(100%) brightness(0.32) contrast(1.06);
  transform: scale(1.03);
  animation: indHeroDrift 32s ease-in-out infinite alternate;
}
@keyframes indHeroDrift {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to   { transform: scale(1.07) translate3d(-1%, -0.5%, 0); }
}
.ind-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(10,12,15,0.94) 0%, rgba(10,12,15,0.72) 55%, rgba(10,12,15,0.45) 100%),
    radial-gradient(720px 460px at 12% 55%, rgba(143, 168, 62, 0.26), transparent 60%),
    radial-gradient(580px 380px at 88% 30%, rgba(95, 126, 36, 0.14), transparent 60%);
}
/* Olive-green snowflake effect on industry hero backgrounds */
.ind-hero-snow {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.ind-hero-snow span {
  position: absolute;
  top: -20px;
  width: 4px; height: 4px; border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 227, 172, 0.85) 0%, rgba(143, 168, 62, 0.55) 45%, rgba(143, 168, 62, 0) 75%);
  box-shadow: 0 0 8px rgba(143, 168, 62, 0.5);
  animation: indSnowFall 14s linear infinite;
  opacity: 0;
}
.ind-hero-snow span:nth-child(1)  { left: 4%;  animation-delay: 0s;   animation-duration: 15s; width: 3px; height: 3px; }
.ind-hero-snow span:nth-child(2)  { left: 11%; animation-delay: 3s;   animation-duration: 18s; }
.ind-hero-snow span:nth-child(3)  { left: 18%; animation-delay: 6s;   animation-duration: 14s; width: 5px; height: 5px; }
.ind-hero-snow span:nth-child(4)  { left: 25%; animation-delay: 1s;   animation-duration: 20s; }
.ind-hero-snow span:nth-child(5)  { left: 32%; animation-delay: 8s;   animation-duration: 16s; width: 3px; height: 3px; }
.ind-hero-snow span:nth-child(6)  { left: 39%; animation-delay: 4s;   animation-duration: 22s; }
.ind-hero-snow span:nth-child(7)  { left: 46%; animation-delay: 11s;  animation-duration: 15s; }
.ind-hero-snow span:nth-child(8)  { left: 53%; animation-delay: 2s;   animation-duration: 18s; width: 5px; height: 5px; }
.ind-hero-snow span:nth-child(9)  { left: 60%; animation-delay: 9s;   animation-duration: 14s; }
.ind-hero-snow span:nth-child(10) { left: 67%; animation-delay: 5s;   animation-duration: 20s; width: 3px; height: 3px; }
.ind-hero-snow span:nth-child(11) { left: 74%; animation-delay: 12s;  animation-duration: 17s; }
.ind-hero-snow span:nth-child(12) { left: 81%; animation-delay: 7s;   animation-duration: 15s; width: 5px; height: 5px; }
.ind-hero-snow span:nth-child(13) { left: 88%; animation-delay: 10s;  animation-duration: 22s; }
.ind-hero-snow span:nth-child(14) { left: 95%; animation-delay: 3.5s; animation-duration: 16s; }
.ind-hero-snow span:nth-child(15) { left: 8%;  animation-delay: 13s;  animation-duration: 18s; width: 3px; height: 3px; }
.ind-hero-snow span:nth-child(16) { left: 22%; animation-delay: 15s;  animation-duration: 14s; }
.ind-hero-snow span:nth-child(17) { left: 42%; animation-delay: 17s;  animation-duration: 20s; }
.ind-hero-snow span:nth-child(18) { left: 65%; animation-delay: 19s;  animation-duration: 15s; }
.ind-hero-snow span:nth-child(19) { left: 78%; animation-delay: 14s;  animation-duration: 18s; width: 3px; height: 3px; }
.ind-hero-snow span:nth-child(20) { left: 92%; animation-delay: 16s;  animation-duration: 22s; }
@keyframes indSnowFall {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  8%   { opacity: 0.95; }
  50%  { transform: translateY(50vh) translateX(24px); opacity: 0.8; }
  92%  { opacity: 0.6; }
  100% { transform: translateY(110vh) translateX(-20px); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .ind-hero-bg, .ind-hero-snow span { animation: none; }
}
.ind-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; }
.ind-hero h1 { color: var(--ink-strong); font-size: clamp(34px, 4.4vw, 58px); font-weight: 300; letter-spacing: -0.035em; margin-bottom: 20px; max-width: 780px; }
.ind-hero h1 em { font-style: italic; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ind-hero .subtitle { font-size: 17px; color: var(--ink-mute); max-width: 720px; margin-bottom: 30px; }
.ind-hero .quick-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 680px; padding-top: 26px; border-top: 1px solid var(--border-strong); }
.ind-hero .qs-n { font-family: var(--font-display); font-weight: 300; font-size: 30px; color: var(--ink-strong); letter-spacing: -0.02em; }
.ind-hero .qs-n em { font-style: normal; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ind-hero .qs-l { font-size: 11px; color: var(--ink-dim); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 8px; }

.ind-block { padding: 82px 24px; background: var(--bg); }
.ind-block .container { max-width: 1120px; }
.ind-block h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 300; margin-bottom: 14px; }
.ind-block h2 em { font-style: italic; background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ind-block .lead-p { font-size: 16px; color: var(--ink-mute); max-width: 760px; margin-bottom: 36px; }
.ind-block.alt { background: var(--bg-alt); }

.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pain-card { padding: 26px 24px; background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--radius); transition: all .3s ease; }
.pain-card:hover { border-color: var(--olv-500); background: var(--bg-elev-2); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.pain-card .pill { display: inline-block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-dim); padding: 3px 10px; border: 1px solid var(--border); border-radius: 999px; margin-bottom: 12px; }
.pain-card:hover .pill { background: var(--grad-olive-vivid); color: var(--ink-strong); border-color: transparent; }
.pain-card h3 { font-size: 18px; margin-bottom: 10px; color: var(--ink-strong); }
.pain-card p { font-size: 14px; color: var(--ink-mute); line-height: 1.6; }

.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 18px; }
.approach-card { padding: 32px 30px; border-radius: var(--radius); border: 1px solid var(--border); background: var(--bg-elev); }
.approach-card.ai { background: var(--bg-deep); border-color: rgba(143, 168, 62, 0.4); position: relative; overflow: hidden; }
.approach-card.ai::before { content: 'p'; position: absolute; top: -8vw; right: -3vw; font-family: var(--font-brand); font-weight: 300; font-size: 22vw; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,0.04); z-index: 0; }
.approach-card > * { position: relative; z-index: 1; }
.approach-card .tag { display: inline-block; font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; margin-bottom: 16px; font-weight: 600; }
.approach-card.trad .tag { background: rgba(255,255,255,0.06); color: var(--ink-mute); }
.approach-card.ai .tag { background: var(--grad-olive-vivid); color: var(--ink-strong); }
.approach-card h3 { font-size: 21px; margin-bottom: 14px; color: var(--ink-strong); }
.approach-card ul { list-style: none; padding: 0; margin-top: 8px; }
.approach-card li { position: relative; padding-left: 28px; font-size: 14.5px; margin-bottom: 12px; color: var(--ink); line-height: 1.55; }
.approach-card li::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}
.approach-card.trad li::before { content: 'x'; color: var(--ink-dim); }
.approach-card.ai li::before { content: '\2713'; color: var(--olv-400); }

.help-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.help-step { padding: 28px 24px; background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--radius); transition: all .3s ease; position: relative; }
.help-step:hover { border-color: var(--olv-500); background: var(--bg-elev-2); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.help-step .n { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 32px; letter-spacing: -0.02em; color: var(--ink-dim); line-height: 1; margin-bottom: 12px; transition: color .3s ease; }
.help-step:hover .n { background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; }
.help-step h3 { font-size: 18px; margin-bottom: 10px; color: var(--ink-strong); }
.help-step p { font-size: 14px; color: var(--ink-mute); }

.roi-expected { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.roi-tile { padding: 26px 22px; background: var(--bg-elev); border: 1px solid var(--border); border-radius: var(--radius); transition: all .3s ease; }
.roi-tile:hover { border-color: var(--olv-500); background: var(--bg-elev-2); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.roi-tile .n { font-family: var(--font-display); font-weight: 300; font-size: 36px; letter-spacing: -0.03em; color: var(--ink-strong); line-height: 1; }
.roi-tile:hover .n { background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; }
.roi-tile .l { font-size: 11.5px; color: var(--ink-dim); margin-top: 10px; letter-spacing: 1.4px; text-transform: uppercase; }
.roi-tile .d { font-size: 13px; color: var(--ink-mute); margin-top: 10px; line-height: 1.5; }

.real-story { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
.real-story .story-img { height: 380px; border-radius: var(--radius-lg); background-size: cover; background-position: center; filter: grayscale(100%) brightness(.72); border: 1px solid var(--border); transition: filter .4s ease; }
.real-story .story-img:hover { filter: grayscale(100%) brightness(.88); }
.real-story .story-text .label { display: inline-block; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--olv-300); font-weight: 500; padding: 5px 12px; background: rgba(143, 168, 62, 0.12); border: 1px solid rgba(143, 168, 62, 0.22); border-radius: 999px; margin-bottom: 14px; }
.real-story .story-text h3 { font-size: 24px; margin-bottom: 14px; color: var(--ink-strong); }
.real-story .story-text .stage { margin-top: 18px; padding: 18px 20px; background: var(--bg-elev); border-radius: var(--radius-sm); border-left: 2px solid var(--border-strong); transition: all .3s ease; }
.real-story .story-text .stage:hover { border-left-color: var(--olv-500); background: var(--bg-elev-2); }
.real-story .story-text .stage b { display: block; font-family: var(--font-display); font-weight: 400; font-size: 14.5px; color: var(--ink-strong); margin-bottom: 6px; letter-spacing: -0.01em; }
.real-story .story-text .stage p { font-size: 14px; color: var(--ink-mute); }
.real-story .story-text .achieved { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.real-story .story-text .achieved div { padding: 14px 12px; background: var(--bg-deep); border: 1px solid var(--border); border-radius: var(--radius-sm); color: var(--ink); text-align: center; }
.real-story .story-text .achieved b { font-family: var(--font-display); font-weight: 300; font-size: 22px; letter-spacing: -0.02em; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; }
.real-story .story-text .achieved small { font-size: 10.5px; color: var(--ink-dim); letter-spacing: 1.3px; text-transform: uppercase; }

.ind-cta { padding: 82px 24px; background: var(--bg-deep); color: var(--ink-strong); text-align: center; position: relative; overflow: hidden; border-top: 1px solid var(--border); }
.ind-cta .p-mark.dark { font-size: 40vw; top: -20vw; left: -5vw; }
.ind-cta h2 { color: var(--ink-strong); font-size: clamp(26px, 3.4vw, 40px); margin-bottom: 14px; font-weight: 300; }
.ind-cta h2 em { background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: italic; }
.ind-cta p { color: var(--ink-mute); max-width: 620px; margin: 0 auto 28px; }
.ind-cta .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ind-cta .btn-primary { background: var(--ink-strong); color: var(--bg-deep); }
.ind-cta .btn-primary:hover { background: var(--grad-olive-vivid); color: var(--ink-strong); }
.ind-cta .btn-ghost { color: var(--ink-strong); border-color: rgba(255,255,255,0.22); }
.ind-cta .btn-ghost:hover { border-color: var(--olv-400); color: var(--olv-300); }

/* ═══════════════ FOOTER ═══════════════ */
footer { background: #08090C; color: var(--ink); padding: 72px 24px 32px; position: relative; overflow: hidden; border-top: 1px solid var(--border); }
footer::before {
  content: 'palmpixel';
  position: absolute; bottom: -2vw; left: 50%; transform: translateX(-50%);
  font-family: var(--font-brand); font-weight: 300;
  font-size: 16vw; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.045);
  pointer-events: none; user-select: none;
  white-space: nowrap; z-index: 0;
}
.foot-inner { max-width: 1240px; margin: 0 auto; position: relative; z-index: 1; }
.foot-industries {
  background: linear-gradient(135deg, rgba(143, 168, 62, 0.10) 0%, rgba(95, 126, 36, 0.03) 100%);
  border: 1px solid rgba(143, 168, 62, 0.22);
  border-radius: var(--radius-lg);
  padding: 36px 36px 32px;
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
}
.foot-industries::before { content: 'p'; position: absolute; top: -6vw; right: -3vw; font-family: var(--font-brand); font-weight: 300; font-size: 22vw; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(143, 168, 62, 0.12); pointer-events: none; user-select: none; z-index: 0; }
.foot-industries > * { position: relative; z-index: 1; }
.foot-ind-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 24px; flex-wrap: wrap; }
.foot-ind-head .left h4 { font-family: var(--font-display); font-weight: 300; font-size: clamp(20px, 2.2vw, 28px); color: var(--ink-strong); letter-spacing: -0.02em; margin-bottom: 6px; text-transform: none; }
.foot-ind-head .left h4 em { font-style: italic; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; }
.foot-ind-head .left small { font-size: 12.5px; color: var(--ink-mute); font-weight: 400; letter-spacing: 0.5px; }
.foot-ind-head .right { font-size: 12.5px; color: var(--ink-mute); }
.foot-ind-head .right a { color: var(--olv-300); font-weight: 500; padding-bottom: 2px; border-bottom: 1px solid rgba(143, 168, 62, 0.35); transition: all .25s ease; }
.foot-ind-head .right a:hover { color: var(--olv-200); border-color: var(--olv-300); }
.foot-ind-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.foot-ind-grid a { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 12px; color: var(--ink); font-size: 12.5px; font-weight: 500; transition: all .25s ease; }
.foot-ind-grid a span { flex: 1; }
.foot-ind-grid a i { font-size: 10px; color: var(--ink-dim); font-style: normal; transition: all .25s ease; }
.foot-ind-grid a:hover { background: rgba(143, 168, 62, 0.14); border-color: rgba(143, 168, 62, 0.4); color: var(--ink-strong); transform: translateY(-2px); }
.foot-ind-grid a:hover i { color: var(--olv-300); transform: translateX(3px); }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 52px; }
.foot-brand-col .brand { color: var(--ink-strong); }
.foot-brand-col .brand img { height: 36px; }
.foot-brand-col p { color: var(--ink-mute); font-size: 14px; line-height: 1.65; margin-top: 14px; max-width: 320px; }
.foot-brand-col .foot-contact { margin-top: 20px; font-size: 13px; color: var(--ink); line-height: 1.9; }
.foot-brand-col .foot-contact a { color: var(--ink); transition: color .25s ease; }
.foot-brand-col .foot-contact a:hover { color: var(--olv-300); }
footer h5 { color: var(--ink-strong); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; font-family: var(--font-body); font-weight: 600; }
footer ul { list-style: none; }
footer ul li { color: var(--ink-mute); font-size: 13.5px; line-height: 2.1; }
footer ul li a { color: var(--ink-mute); font-size: 13.5px; line-height: 2.1; transition: color .25s, padding-left .25s; display: inline-block; }
footer ul li a:hover { color: var(--olv-300); padding-left: 3px; }
.foot-bottom { padding-top: 26px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 12px; color: var(--ink-dim); }
.foot-legal { display: flex; gap: 16px; }
.foot-legal a { color: var(--ink-dim); font-size: 12px; transition: color .22s ease; }
.foot-legal a:hover { color: var(--olv-300); }
.foot-legal a:focus-visible { outline: 2px solid var(--olv-200); outline-offset: 3px; border-radius: 2px; }
.foot-bottom .badges { display: flex; gap: 20px; font-size: 12px; color: var(--ink-dim); letter-spacing: 0.5px; }
.foot-bottom .badges span::before { content: '·'; margin-right: 8px; color: var(--olv-500); }
.footer-social-list { display: grid; gap: 2px; }
.footer-social-list li { line-height: 1; }
.footer-social-list a {
  display: inline-flex; align-items: center; gap: 9px; min-height: 36px; padding: 0;
  color: var(--ink-mute); font-size: 13.5px; line-height: 1;
  transition: color .22s ease, transform .22s cubic-bezier(.2,0,0,1);
}
.footer-social-list a:hover { padding-left: 0; color: var(--olv-300); transform: translateX(2px); }
.footer-social-list a:focus-visible { outline: 2px solid var(--olv-200); outline-offset: 4px; border-radius: 3px; }
.footer-social-list img { width: 16px; height: 16px; flex: 0 0 16px; opacity: .78; filter: brightness(0) invert(1); transition: opacity .22s ease; }
.footer-social-list a:hover img { opacity: 1; }

/* ═══════════════ LEGAL PAGES ═══════════════ */
.legal-page { padding: 112px 24px 96px; background: var(--bg-deep); }
.legal-inner { max-width: 780px; margin: 0 auto; }
.legal-inner > .eyebrow { margin-bottom: 18px; }
.legal-inner h1 { margin-bottom: 12px; }
.legal-inner > p:first-of-type { margin-bottom: 44px; color: var(--ink-dim); font-size: 13px; }
.legal-inner h2 { margin: 34px 0 10px; font-size: clamp(23px, 2.6vw, 30px); }
.legal-inner p { max-width: 720px; font-size: 16px; line-height: 1.75; }
.legal-inner a:not(.btn) { color: var(--olv-300); text-decoration: underline; text-decoration-color: rgba(183,197,124,.35); text-underline-offset: 3px; }
.legal-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 42px; }

/* ═══════════════ WIDGETS ═══════════════ */
.talk-btn { display: none; }
.phone-float,
.wa-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 45;
  width: 64px; height: 64px; padding: 0; border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
  transition-property: transform, border-color, background-color, box-shadow;
  transition-duration: .25s; transition-timing-function: cubic-bezier(.2, 0, 0, 1);
  will-change: transform;
}
.phone-float {
  bottom: 98px;
  background: rgba(143, 168, 62, .12); border: 1px solid rgba(183, 197, 124, .54);
  color: var(--olv-200);
  box-shadow: 0 0 0 1px rgba(143, 168, 62, .10), 0 18px 48px rgba(0, 0, 0, .42);
}
.wa-float {
  background: rgba(28, 185, 88, .12); border: 1px solid rgba(37, 211, 102, .68);
  color: #25D366; display: grid; place-items: center;
  box-shadow: 0 0 0 1px rgba(37, 211, 102, .10), 0 18px 48px rgba(0, 0, 0, .42);
}
.phone-float img { width: 24px; height: 24px; filter: brightness(0) saturate(100%) invert(89%) sepia(18%) saturate(434%) hue-rotate(28deg) brightness(95%) contrast(88%); }
.wa-float img { width: 26px; height: 26px; transform: translateY(1px); filter: brightness(0) saturate(100%) invert(62%) sepia(88%) saturate(505%) hue-rotate(88deg) brightness(94%) contrast(88%); }
.phone-float:hover { transform: translateY(-2px) scale(1.03); background: rgba(143, 168, 62, .18); border-color: rgba(217, 227, 172, .92); box-shadow: 0 0 0 1px rgba(143, 168, 62, .18), 0 24px 58px rgba(0, 0, 0, .50); }
.wa-float:hover { transform: translateY(-2px) scale(1.03); background: rgba(28, 185, 88, .18); border-color: #25D366; box-shadow: 0 0 0 1px rgba(37, 211, 102, .18), 0 24px 58px rgba(0, 0, 0, .50); }
.phone-float:active,
.wa-float:active { transform: scale(.96); }
.phone-float:focus-visible,
.wa-float:focus-visible { outline: 3px solid var(--olv-200); outline-offset: 4px; }

/* ═══════════════ 404 PAGE ═══════════════ */
.not-found-page {
  min-height: 100vh; position: relative; overflow: hidden;
  display: grid; place-items: center; padding: 96px 24px; text-align: center;
  background: radial-gradient(circle at 50% 38%, rgba(143, 168, 62, .13), transparent 34%), var(--bg-deep);
}
.not-found-page .p-mark { font-size: min(72vw, 780px); top: 50%; left: 50%; transform: translate(-50%, -55%); }
.not-found-content { max-width: 690px; position: relative; z-index: 1; }
.not-found-code { font-family: var(--font-display); font-size: clamp(112px, 25vw, 260px); font-weight: 300; letter-spacing: -.09em; line-height: .72; color: transparent; -webkit-text-stroke: 1px rgba(217, 227, 172, .5); margin: 16px 0 34px; }
.not-found-content h1 { font-size: clamp(36px, 5vw, 62px); }
.not-found-content h1 em { font-style: italic; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; }
.not-found-content p { max-width: 510px; margin: 20px auto 30px; }
.not-found-content .hero-ctas { justify-content: center; }

/* ═══════════════ PRICING ═══════════════ */
.pricing-section { padding: 96px 0; background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: linear-gradient(155deg, rgba(42,46,52,.78), rgba(30,33,38,.9)); box-shadow: 0 18px 44px rgba(0,0,0,.18); overflow: hidden; transition-property: transform, border-color, box-shadow, background-color; transition-duration: .25s; transition-timing-function: cubic-bezier(.2,0,0,1); }
.pricing-card:hover { transform: translateY(-4px); border-color: rgba(183,197,124,.4); box-shadow: 0 28px 58px rgba(0,0,0,.3); }
.pricing-card.is-featured { border-color: rgba(183,197,124,.72); background: linear-gradient(155deg, rgba(95,126,36,.25), rgba(30,33,38,.96) 42%); box-shadow: 0 0 0 1px rgba(217,227,172,.07), 0 26px 60px rgba(0,0,0,.34); }
.pricing-card.is-featured::before { content: ''; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, var(--olv-200), transparent); }
.pricing-card.is-featured .pricing-card-top { padding-right: 104px; }
.pricing-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; color: var(--olv-300); font-size: 10px; letter-spacing: 1.7px; font-weight: 600; text-transform: uppercase; }
.pricing-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.05); color: var(--olv-200); font-size: 17px; }
.pricing-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.pricing-icon .ph { display: inline-flex; font-size: 20px; line-height: 1; }
.is-featured .pricing-icon { background: var(--grad-olive-vivid); border-color: transparent; color: var(--ink-strong); box-shadow: 0 8px 20px rgba(95,126,36,.3); }
.pricing-card h3 { font-size: 29px; margin-bottom: 13px; }
.pricing-price { color: var(--ink-strong); font-family: var(--font-display); font-size: clamp(28px, 3vw, 36px); font-weight: 300; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.pricing-price small { color: var(--ink-mute); font-family: var(--font-body); font-size: 13px; font-weight: 500; letter-spacing: 0; }
.pricing-term { margin: 10px 0 19px; color: var(--olv-300); font-size: 11px; font-weight: 600; letter-spacing: .9px; text-transform: uppercase; }
.pricing-card p { min-height: 100px; margin-bottom: 18px; font-size: 14px; }
.pricing-features { list-style: none; display: grid; gap: 10px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--border); }
.pricing-features li { position: relative; padding-left: 20px; color: var(--ink); font-size: 13.5px; line-height: 1.4; }
.pricing-features li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--olv-300); font-weight: 700; }
.pricing-badge { position: absolute; top: 18px; right: 18px; padding: 5px 10px; border: 1px solid rgba(217,227,172,.3); border-radius: 999px; color: var(--olv-100); background: rgba(10,12,15,.38); font-size: 10px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; }
.pricing-note { margin-top: 26px; color: var(--ink-dim); text-align: center; font-size: 13px; letter-spacing: .3px; }
.form-status { min-height: 1.5em; margin-top: 14px; color: var(--ink-mute); font-size: 13px; line-height: 1.5; }
.form-status[role="alert"] { color: #f1a6a6; }
@media (max-width: 960px) { .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; } .pricing-card p { min-height: 0; } }

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 1100px) {
  .foot-ind-grid { grid-template-columns: repeat(3, 1fr); }
  .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .foot-grid > :nth-child(4) { display: block; }
  .mega { width: 640px; }
  .mega-grid { grid-template-columns: repeat(2, 1fr); }
  .practice-rail { grid-template-columns: repeat(2, 1fr); }
  .practice-row:nth-child(3n) { border-right: 1px solid var(--border); }
  .practice-row:nth-child(2n) { border-right: 0; }
}
@media (max-width: 860px) {
  .nav-inner { gap: 14px; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .hero { height: auto; min-height: 100vh; padding: 60px 24px; }
  .hero-inner { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .story-head { grid-template-columns: 1fr; gap: 24px; }
  .story-chapter, .story-chapter.reverse { grid-template-columns: 1fr; gap: 30px; }
  .story-chapter.reverse .story-visual { order: 1; }
  .story-chapter.reverse .story-text { order: 2; }
  .value-grid, .voice-row, .roi-stats, .pain-grid, .help-steps, .cs-pods, .cs-meta, .roi-expected { grid-template-columns: 1fr 1fr; }
  .approach-grid, .ba-grid, .real-story { grid-template-columns: 1fr; }
  .real-story .story-img { height: 240px; }
  .foot-industries { padding: 28px 22px; }
  .foot-ind-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .foot-grid > * { display: block !important; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  section.block, .story-section, .practice-section, .voices-section, .roi-band, .cta-final, .ind-block, .cs-body { padding: 60px 20px; }
  .cs-image { height: 220px; }
}
@media (max-width: 560px) {
  .nav-inner { padding: 12px 16px; }
  .brand img { height: 26px; }
  .foot-brand-col .brand img { height: 32px; }
  .nav-toggle { padding: 10px 12px; gap: 10px; }
  .nav-toggle-text { font-size: 10px; letter-spacing: 1.3px; }
  .nav-drawer-inner { padding: 8px 16px 18px; }
  .nav-drawer-link,
  .nav-drawer-section-toggle { padding: 15px 0; }
  .nav-drawer-section-label { font-size: 17px; }
  .nav-drawer-section-intro { gap: 12px; padding: 16px 0 12px; }
  .nav-drawer-section-intro h4 { font-size: 28px; }
  .nav-drawer-card { padding: 16px 18px; border-radius: 20px; }
  .nav-drawer-card .m-label b { font-size: 16px; }
  .nav-drawer-card .m-label small { font-size: 11px; }
  .phone-float,
  .wa-float { right: 16px; width: 54px; height: 54px; }
  .phone-float { bottom: 78px; }
  .wa-float { bottom: 16px; }
  .footer-social-list { width: 100%; }
}
@media (max-width: 560px) {
  .value-grid, .voice-row, .roi-stats, .pain-grid, .help-steps, .cs-pods, .cs-meta, .roi-expected, .practice-rail { grid-template-columns: 1fr; }
  .practice-row { border-right: 0 !important; }
  .hero h1 { font-size: 34px; }
  .hero-metrics { grid-template-columns: 1fr 1fr; gap: 14px; }
  .story-text .num-big { font-size: 60px; }
}

/* ═══════════════════════════════════════════════════════════════════
   CASE STUDIES INDEX — ultra-stylish editorial layout
   ═══════════════════════════════════════════════════════════════════ */
.cs-index-hero {
  padding: 110px 24px 90px;
  background: var(--bg-deep);
  color: var(--ink-strong);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.cs-index-hero .p-mark.dark { font-size: 48vw; top: -22vw; right: -8vw; }
.cs-index-hero-inner {
  max-width: 1200px; margin: 0 auto;
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.3fr 1fr;
  gap: 60px; align-items: end;
}
.cs-index-hero h1 {
  color: var(--ink-strong);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.02;
}
.cs-index-hero h1 em { font-style: italic; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cs-index-hero .sub { font-size: 17px; color: var(--ink-mute); line-height: 1.68; padding-bottom: 14px; max-width: 460px; }
.cs-index-hero .sub b { color: var(--ink-strong); font-weight: 500; }
.cs-index-metrics {
  margin-top: 60px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 40px;
  border-top: 1px solid var(--border-strong);
  max-width: 1200px; margin-left: auto; margin-right: auto;
  position: relative; z-index: 1;
}
.cs-index-metric .n { font-family: var(--font-display); font-weight: 300; font-size: clamp(28px, 3.4vw, 44px); color: var(--ink-strong); line-height: 1; letter-spacing: -0.03em; }
.cs-index-metric .n em { font-style: normal; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cs-index-metric .l { font-size: 11px; color: var(--ink-dim); margin-top: 10px; letter-spacing: 1.6px; text-transform: uppercase; }

/* Filter rail */
.cs-filter-bar {
  padding: 24px 24px;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 66px;
  z-index: 40;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.cs-filter-bar::-webkit-scrollbar { display: none; }
.cs-filter-inner {
  max-width: none;
  width: max-content;
  min-width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 4px;
  white-space: nowrap;
  scroll-snap-type: x proximity;
}
.cs-filter-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-dim); font-weight: 500; margin-right: 6px; }
.cs-filter-label,
.cs-filter-btn { flex: 0 0 auto; }
.cs-filter-btn {
  padding: 7px 15px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink);
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 999px;
  cursor: pointer;
  transition: all .25s ease;
  letter-spacing: 0.01em;
  scroll-snap-align: start;
}
.cs-filter-btn:hover { border-color: var(--olv-500); color: var(--olv-300); }
.cs-filter-btn.active { background: var(--grad-olive-vivid); color: var(--ink-strong); border-color: transparent; }

/* Case grid */
.cs-index-body { padding: 90px 24px; background: var(--bg); position: relative; overflow: hidden; }
.cs-index-body .p-mark { font-size: 32vw; top: -8vw; left: -6vw; }
.cs-index-inner { max-width: 1240px; margin: 0 auto; position: relative; z-index: 1; }

.cs-featured {
  display: grid; grid-template-columns: 1.15fr 1fr;
  gap: 0;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 44px;
  transition: all .4s ease;
  min-height: 460px;
}
.cs-featured:hover { border-color: var(--olv-500); box-shadow: 0 40px 90px rgba(0, 0, 0, 0.45); }
.cs-featured-img {
  position: relative;
  background-size: cover; background-position: center;
  filter: grayscale(100%) brightness(.65) contrast(1.06);
  transition: filter .5s ease;
}
.cs-featured:hover .cs-featured-img { filter: grayscale(100%) brightness(.78) contrast(1.08); }
.cs-featured-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(10,12,15,0.30) 0%, rgba(10,12,15,0.05) 45%, rgba(95, 126, 36, 0.22) 100%);
}
.cs-featured-img .featured-badge {
  position: absolute; top: 24px; left: 24px;
  font-size: 10.5px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--ink-strong); font-weight: 600;
  padding: 6px 14px;
  background: rgba(10, 12, 15, 0.55);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  z-index: 2;
}
.cs-featured-body { padding: 46px 44px; display: flex; flex-direction: column; justify-content: center; }
.cs-featured-body .sector { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--olv-300); font-weight: 500; margin-bottom: 14px; }
.cs-featured-body h2 { font-size: clamp(24px, 2.8vw, 36px); font-weight: 300; letter-spacing: -0.03em; margin-bottom: 16px; line-height: 1.12; }
.cs-featured-body h2 em { font-style: italic; background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cs-featured-body p { font-size: 15.5px; color: var(--ink-mute); line-height: 1.65; margin-bottom: 26px; }
.cs-featured-pods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 26px; }
.cs-featured-pod { padding: 14px 14px; background: var(--bg-deep); border: 1px solid var(--border); border-radius: var(--radius-sm); text-align: left; }
.cs-featured-pod .n { font-family: var(--font-display); font-weight: 300; font-size: 22px; letter-spacing: -0.02em; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.cs-featured-pod .l { font-size: 10.5px; color: var(--ink-dim); margin-top: 6px; letter-spacing: 1.3px; text-transform: uppercase; line-height: 1.3; }
.cs-featured-body .cta-row {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 500;
  color: var(--olv-300); letter-spacing: 1.5px; text-transform: uppercase;
  padding-bottom: 3px; border-bottom: 1px solid rgba(143, 168, 62, 0.35);
  transition: all .25s ease; align-self: flex-start;
}
.cs-featured-body .cta-row:hover { color: var(--olv-200); border-color: var(--olv-300); padding-left: 3px; }

.cs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.cs-card {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: all .4s cubic-bezier(.4,0,.2,1);
  position: relative;
}
.cs-card:hover { border-color: var(--olv-500); background: var(--bg-elev-2); transform: translateY(-6px); box-shadow: 0 32px 68px rgba(0, 0, 0, 0.45); }
.cs-card-img {
  height: 200px;
  background-size: cover; background-position: center;
  filter: grayscale(100%) brightness(.68) contrast(1.05);
  transition: filter .5s ease, transform .8s ease;
  position: relative;
}
.cs-card:hover .cs-card-img { filter: grayscale(100%) brightness(.82); transform: scale(1.04); }
.cs-card-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,12,15,0.75) 100%);
  pointer-events: none;
}
.cs-card-img .card-sector {
  position: absolute; bottom: 14px; left: 16px; right: 16px;
  font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--ink-strong); font-weight: 500;
  z-index: 2;
}
.cs-card-body { padding: 24px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.cs-card-body h3 { font-size: 20px; font-weight: 400; letter-spacing: -0.025em; margin-bottom: 12px; color: var(--ink-strong); line-height: 1.2; }
.cs-card-body h3 em { font-style: italic; background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cs-card-body p { font-size: 14px; color: var(--ink-mute); line-height: 1.6; margin-bottom: 18px; flex: 1; }
.cs-card-metrics {
  display: flex; gap: 8px; flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  transition: border-color .3s ease;
}
.cs-card:hover .cs-card-metrics { border-top-color: rgba(143, 168, 62, 0.3); }
.cs-card-metrics .chip {
  font-family: var(--font-display); font-style: italic;
  font-size: 12.5px;
  padding: 4px 11px; border-radius: 999px;
  background: rgba(143, 168, 62, 0.12);
  border: 1px solid rgba(143, 168, 62, 0.24);
  color: var(--olv-200);
  letter-spacing: -0.005em;
  transition: all .3s ease;
}
.cs-card:hover .cs-card-metrics .chip:first-child { background: var(--grad-olive-vivid); color: var(--ink-strong); border-color: transparent; }
.cs-card-body .read-more {
  margin-top: 16px;
  font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--ink-dim); font-weight: 500;
  transition: color .3s ease;
}
.cs-card:hover .cs-card-body .read-more { color: var(--olv-300); }

/* ═══════════════════════════════════════════════════════════════════
   CONTACT FORM — luxury dark
   ═══════════════════════════════════════════════════════════════════ */
.contact-body { padding: 90px 24px; background: var(--bg); }
.contact-inner {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.15fr;
  gap: 60px; align-items: start;
}
.contact-info h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 300; margin-bottom: 18px; }
.contact-info h2 em { font-style: italic; background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; }
.contact-info > p { font-size: 16px; color: var(--ink-mute); line-height: 1.68; margin-bottom: 32px; max-width: 460px; }
.contact-details {
  display: flex; flex-direction: column; gap: 18px;
  margin-top: 30px;
}
.contact-item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px 20px;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all .3s ease;
}
.contact-item:hover { border-color: var(--olv-500); background: var(--bg-elev-2); transform: translateX(3px); }
.contact-item .ci-icon {
  width: 42px; height: 42px; border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid; place-items: center;
  color: var(--ink-strong);
  flex: 0 0 42px;
  transition: all .3s ease;
}
.contact-item .ci-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.contact-item .ci-icon img { width: 18px; height: 18px; filter: brightness(0) saturate(100%) invert(62%) sepia(88%) saturate(505%) hue-rotate(88deg) brightness(94%) contrast(88%); }
.contact-item .ci-icon .ph { display: inline-flex; font-size: 18px; line-height: 1; }
.contact-item:hover .ci-icon { background: var(--grad-olive-vivid); border-color: transparent; color: var(--ink-strong); }
.contact-item .ci-text { flex: 1; min-width: 0; }
.contact-item .ci-text .k { font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--ink-dim); font-weight: 500; margin-bottom: 4px; }
.contact-item .ci-text .v { font-family: var(--font-display); font-weight: 400; font-size: 17px; letter-spacing: -0.02em; color: var(--ink-strong); line-height: 1.35; }
.contact-item .ci-text .v a { color: inherit; transition: color .25s ease; }
.contact-item .ci-text .v a:hover { color: var(--olv-300); }
.contact-item .ci-text .v small { display: block; font-family: var(--font-body); font-weight: 400; font-size: 13px; color: var(--ink-mute); margin-top: 3px; letter-spacing: 0; }

.contact-form-wrap {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  position: relative;
  overflow: hidden;
}
.contact-form-wrap::before {
  content: 'p';
  position: absolute; top: -8vw; right: -3vw;
  font-family: var(--font-brand); font-weight: 300;
  font-size: 24vw; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(143, 168, 62, 0.08);
  pointer-events: none; user-select: none; z-index: 0;
}
.contact-form-wrap > * { position: relative; z-index: 1; }
.contact-form-wrap .form-eyebrow { display: inline-block; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--olv-300); font-weight: 500; padding: 5px 13px; background: rgba(143, 168, 62, 0.12); border: 1px solid rgba(143, 168, 62, 0.22); border-radius: 999px; margin-bottom: 16px; }
.contact-form-wrap h3 { font-size: clamp(22px, 2.4vw, 30px); font-weight: 300; margin-bottom: 8px; letter-spacing: -0.025em; }
.contact-form-wrap h3 em { font-style: italic; background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; }
.contact-form-wrap .form-desc { font-size: 14.5px; color: var(--ink-mute); margin-bottom: 28px; }

.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form .field { display: flex; flex-direction: column; gap: 6px; }
.contact-form label {
  font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--ink-dim); font-weight: 500;
}
.contact-form label b { color: var(--olv-400); font-weight: 500; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  background: var(--bg-deep);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--ink-strong);
  font-family: var(--font-body);
  font-size: 14.5px;
  transition: all .25s ease;
  outline: none;
}
.contact-form textarea { resize: vertical; min-height: 120px; font-family: var(--font-body); line-height: 1.55; }
.contact-form select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5l5 5 5-5' stroke='%238FA83E' stroke-width='1.6' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--olv-500);
  background: var(--bg-elev-2);
  box-shadow: 0 0 0 3px rgba(143, 168, 62, 0.14);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--ink-dim); }
.contact-form .privacy {
  grid-column: 1 / -1;
  font-size: 12px; color: var(--ink-dim);
  display: flex; align-items: flex-start; gap: 10px;
  line-height: 1.55;
}
.contact-form .privacy input[type="checkbox"] {
  width: 16px; height: 16px; padding: 0; margin-top: 2px;
  accent-color: var(--olv-500);
  cursor: pointer; flex: 0 0 16px;
}
.contact-form .privacy a { color: var(--olv-300); border-bottom: 1px solid rgba(143, 168, 62, 0.35); }
.contact-form .submit-row {
  grid-column: 1 / -1;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; margin-top: 6px; flex-wrap: wrap;
}
.contact-form .submit-row .btn-accent { padding: 14px 28px; font-size: 14px; }
.contact-form .submit-note { font-size: 12px; color: var(--ink-dim); font-family: var(--font-display); font-style: italic; }

/* Responsive */
@media (max-width: 960px) {
  .cs-index-hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .cs-index-metrics { grid-template-columns: repeat(2, 1fr); }
  .cs-featured { grid-template-columns: 1fr; }
  .cs-featured-img { min-height: 260px; }
  .cs-featured-body { padding: 36px 30px; }
  .cs-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .contact-form-wrap { padding: 32px 26px; }
  .contact-form { grid-template-columns: 1fr; }
  .story-connector { width: 100%; padding-left: 0; }
  .story-connector::before, .story-connector-arrow { left: 22px; }
  .story-connector-label { left: 48px; }
}
@media (max-width: 560px) {
  .cs-grid { grid-template-columns: 1fr; }
  .cs-featured-pods { grid-template-columns: 1fr; }
  .cs-index-metrics { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════════
   SERVICES PAGE — ultra-luxury layout
   ═══════════════════════════════════════════════════════════════════ */
.svc-hero {
  padding: 120px 24px 100px;
  background: var(--bg-deep);
  color: var(--ink-strong);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.svc-hero .p-mark.dark { font-size: 48vw; top: -22vw; right: -6vw; }
.svc-hero-inner {
  max-width: 1200px; margin: 0 auto;
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.25fr 1fr;
  gap: 60px; align-items: end;
}
.svc-hero h1 { color: var(--ink-strong); font-size: clamp(38px, 5.2vw, 66px); font-weight: 300; letter-spacing: -0.035em; line-height: 1.02; }
.svc-hero h1 em { font-style: italic; background: var(--grad-olive-soft); -webkit-background-clip: text; background-clip: text; color: transparent; }
.svc-hero .sub { font-size: 17px; color: var(--ink-mute); line-height: 1.68; padding-bottom: 14px; max-width: 460px; }
.svc-hero .sub b { color: var(--ink-strong); font-weight: 500; }

/* Big service cards — one per row, alternating */
.svc-body { padding: 100px 24px; background: var(--bg); position: relative; overflow: hidden; }
.svc-body .p-mark { font-size: 30vw; top: -6vw; right: -6vw; }
.svc-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.svc-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid var(--border);
}
.svc-block:last-of-type { border-bottom: 0; }
.svc-block.reverse .svc-visual { order: 2; }
.svc-block .svc-num {
  font-family: var(--font-display); font-style: italic; font-weight: 300;
  font-size: 110px; line-height: 1;
  letter-spacing: -0.04em;
  background: var(--grad-olive-vivid);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  opacity: 0.85;
  margin-bottom: 12px;
}
.svc-block .svc-kicker {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--olv-300); font-weight: 500;
  padding: 5px 13px; background: rgba(143, 168, 62, 0.12);
  border: 1px solid rgba(143, 168, 62, 0.22);
  border-radius: 999px;
  margin-bottom: 16px;
}
.svc-block h2 {
  font-size: clamp(28px, 3.4vw, 42px); font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--ink-strong);
  margin-bottom: 16px;
  line-height: 1.1;
}
.svc-block h2 em { font-style: italic; background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; }
.svc-block p { font-size: 16.5px; color: var(--ink-mute); line-height: 1.72; margin-bottom: 16px; max-width: 500px; }

.svc-list {
  list-style: none; padding: 0;
  margin: 22px 0 28px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px;
}
.svc-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14.5px;
  color: var(--ink);
  line-height: 1.55;
}
.svc-list li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 12px; height: 2px; border-radius: 2px;
  background: var(--grad-olive-vivid);
}

.svc-metrics {
  display: flex; gap: 22px; flex-wrap: wrap;
  padding-top: 22px; margin-top: 8px;
  border-top: 1px solid var(--border);
}
.svc-metric {
  display: flex; flex-direction: column; gap: 4px;
}
.svc-metric .n {
  font-family: var(--font-display); font-weight: 300;
  font-size: 24px; letter-spacing: -0.03em;
  background: var(--grad-olive-soft);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  line-height: 1;
}
.svc-metric .l { font-size: 10.5px; color: var(--ink-dim); letter-spacing: 1.4px; text-transform: uppercase; }

.svc-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all .5s ease;
}
.svc-visual::before {
  content: '';
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: grayscale(100%) brightness(.68) contrast(1.06);
  transition: filter .6s ease, transform 1s ease;
  z-index: 0;
}
.svc-visual:hover::before { filter: grayscale(100%) brightness(.82) contrast(1.08); transform: scale(1.05); }
.svc-visual::after {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(140deg, rgba(10,12,15,0.35) 0%, rgba(10,12,15,0.08) 45%, rgba(95, 126, 36, 0.30) 100%);
  pointer-events: none;
}
.svc-visual .svc-badge {
  position: absolute; top: 22px; left: 24px;
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--ink-strong);
  padding: 6px 14px;
  background: rgba(10, 12, 15, 0.55);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  z-index: 2;
}
.svc-visual .svc-tag {
  position: absolute; bottom: 22px; left: 24px; right: 24px;
  font-family: var(--font-display); font-style: italic;
  font-size: 15px; color: var(--ink-strong);
  z-index: 2;
  letter-spacing: -0.005em;
  opacity: 0.92;
}

/* Delivery model band */
.svc-delivery {
  padding: 100px 24px;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.svc-delivery .p-mark { font-size: 28vw; bottom: -12vw; left: -6vw; }
.svc-delivery-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.svc-delivery-head { text-align: center; max-width: 780px; margin: 0 auto 60px; }

/* Guarantees strip */
.svc-guarantees {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 90px 24px;
  max-width: 1200px; margin: 0 auto;
}
.svc-guarantee {
  padding: 26px 24px;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all .3s ease;
}
.svc-guarantee:hover { border-color: var(--olv-500); background: var(--bg-elev-2); transform: translateY(-3px); }
.svc-guarantee .g-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ink-strong);
  display: grid; place-items: center;
  margin-bottom: 16px;
  transition: all .3s ease;
}
.svc-guarantee .g-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.svc-guarantee .g-icon .ph { display: inline-flex; font-size: 18px; line-height: 1; }
.svc-guarantee:hover .g-icon { background: var(--grad-olive-vivid); border-color: transparent; color: var(--ink-strong); }
.svc-guarantee h4 { font-family: var(--font-display); font-weight: 400; font-size: 17px; letter-spacing: -0.02em; color: var(--ink-strong); margin-bottom: 8px; }
.svc-guarantee p { font-size: 13.5px; color: var(--ink-mute); line-height: 1.55; margin: 0; }

/* FAQ strip */
.svc-faq { padding: 90px 24px; background: var(--bg); border-top: 1px solid var(--border); }
.svc-faq-inner { max-width: 860px; margin: 0 auto; }
.svc-faq h2 { text-align: center; font-size: clamp(28px, 3.4vw, 40px); font-weight: 300; margin-bottom: 40px; }
.svc-faq h2 em { font-style: italic; background: var(--grad-olive-vivid); -webkit-background-clip: text; background-clip: text; color: transparent; }
.svc-faq details {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 26px;
  margin-bottom: 12px;
  transition: all .3s ease;
}
.svc-faq details:hover, .svc-faq details[open] { border-color: var(--olv-500); background: var(--bg-elev-2); }
.svc-faq summary {
  cursor: pointer;
  font-family: var(--font-display); font-weight: 400; font-size: 17px;
  color: var(--ink-strong); letter-spacing: -0.02em;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px;
}
.svc-faq summary::-webkit-details-marker { display: none; }
.svc-faq summary::after {
  content: '+';
  font-family: var(--font-body); font-weight: 300; font-size: 22px;
  color: var(--olv-300);
  transition: transform .3s ease;
  flex: 0 0 auto;
}
.svc-faq details[open] summary::after { transform: rotate(45deg); }
.svc-faq details p { margin-top: 14px; font-size: 15px; color: var(--ink-mute); line-height: 1.7; }

@media (max-width: 960px) {
  .svc-hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .svc-block, .svc-block.reverse { grid-template-columns: 1fr; gap: 30px; padding: 40px 0; }
  .svc-block.reverse .svc-visual { order: 0; }
  .svc-list { grid-template-columns: 1fr; }
  .svc-guarantees { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .svc-guarantees { grid-template-columns: 1fr; }
  .svc-block .svc-num { font-size: 72px; }
}
