/* ============================================
   J&J Design — Global Stylesheet
   Warm · Textured · Professional
   ============================================ */

/* --- Self-hosted fonts (Inter variable, latin + latin-ext) --- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; overflow-x: clip; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
body { min-height: 100vh; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* --- Design Tokens --- */
:root {
  --charcoal: #1a1a1a;
  --charcoal2: #141414;
  --blush: #c9a0a0;
  --blush-mid: #b88a8a;
  --blush-pale: #f0e4e4;
  --cream: #f2efe9;
  --cream2: #e9e4dc;
  --white: #ffffff;
  --text-dark: #1a1a1a;
  --text-muted: #5a5a5a;
  --text-light: rgba(255, 255, 255, 0.68);
  --text-light-strong: rgba(255, 255, 255, 0.82);

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  /* Motion archetype: playful — springy overshoot on every transition */
  --ease-spring: cubic-bezier(0.34, 1.35, 0.56, 1);
  --ease-bounce: cubic-bezier(0.18, 1.9, 0.5, 1);
  --ease-bounce-mild: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-overshoot: cubic-bezier(0.34, 1.8, 0.5, 1);
  --ease-out-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 0.12s;
  --dur-base: 0.3s;
}

body {
  font-family: var(--font-sans);
  color: var(--text-dark);
  overflow-x: clip;
  background: var(--cream);
}

/* --- Shared Components --- */
.jj-container { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.jj-section { padding: 72px 0; }

.jj-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blush-mid);
  background: var(--blush-pale);
  padding: 6px 18px;
  border-radius: 40px;
  margin-bottom: 18px;
}
.jj-eyebrow-dark { background: rgba(201, 160, 160, 0.14); color: var(--blush); }

.jj-heading {
  font-family: var(--font-sans);
  font-weight: 800;
  line-height: 1.08;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  letter-spacing: -0.02em;
}
.jj-heading em { font-style: normal; color: var(--blush-mid); font-weight: 800; }
.jj-heading-light { color: var(--white); }
.jj-heading-light em { color: var(--blush); }

.jj-subtext {
  font-size: 1.05rem;
  line-height: 1.82;
  color: var(--text-muted);
  max-width: 640px;
  margin-top: 18px;
}

.jj-section-header {
  text-align: center;
  margin-bottom: 0;
}
.jj-section-header .jj-subtext {
  margin-left: auto;
  margin-right: auto;
}
.jj-section-header .jj-divider {
  margin-left: auto;
  margin-right: auto;
}

.jj-divider {
  width: 52px;
  height: 3px;
  background: var(--blush);
  border-radius: 3px;
  margin: 22px auto 0;
}
.jj-divider-light { background: rgba(201, 160, 160, 0.5); }

/* --- Skip Link --- */
.jj-skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  padding: 8px 18px;
  background: var(--charcoal);
  color: var(--white);
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  z-index: 1000;
  transition: top 0.2s var(--ease-out-soft);
}
.jj-skip-link:focus { top: 16px; outline: 2px solid var(--blush); outline-offset: 2px; }

/* --- Navigation --- */
.jj-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 14px 0;
  background: var(--charcoal);
  transition: background 0.3s var(--ease-out-soft),
              box-shadow 0.3s var(--ease-out-soft),
              padding 0.3s var(--ease-out-soft);
}
/* No backdrop-filter — it makes the nav the containing block for any
   position:fixed descendant (including the mobile drawer), so the drawer
   would no longer cover the viewport. Solid charcoal at full opacity. */
.jj-nav--scrolled {
  background: var(--charcoal);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.jj-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.jj-nav__logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 120;
}
.jj-nav__logo img {
  height: 65px;
  width: auto;
}
.jj-nav__links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.jj-nav__link {
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s;
  position: relative;
}
.jj-nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--blush);
  transition: width 0.25s var(--ease-spring);
}
.jj-nav__link:hover { color: var(--white); }
.jj-nav__link:hover::after { width: 100%; }
.jj-nav__link:focus-visible {
  outline: 2px solid var(--blush);
  outline-offset: 4px;
  border-radius: 4px;
}

/* Dropdown menu */
.jj-nav__item--has-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.jj-nav__link--has-menu {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: default;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.jj-nav__caret {
  width: 9px;
  height: 6px;
  transition: transform 0.25s var(--ease-spring);
  flex-shrink: 0;
}
.jj-nav__item--has-menu:hover .jj-nav__caret,
.jj-nav__item--has-menu:focus-within .jj-nav__caret { transform: rotate(180deg); }
.jj-nav__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 6px);
  margin-top: 14px;
  min-width: 220px;
  padding: 10px 0;
  background: var(--charcoal);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s var(--ease-out-soft),
              transform 0.2s var(--ease-out-soft),
              visibility 0s linear 0.2s;
}
/* Hover bridge so the gap between trigger and menu doesn't drop the hover state */
.jj-nav__submenu::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}
.jj-nav__item--has-menu:hover .jj-nav__submenu,
.jj-nav__item--has-menu:focus-within .jj-nav__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition: opacity 0.2s var(--ease-out-soft),
              transform 0.25s var(--ease-spring),
              visibility 0s;
}
.jj-nav__item--has-menu:hover .jj-nav__link--has-menu,
.jj-nav__item--has-menu:focus-within .jj-nav__link--has-menu { color: var(--white); }
.jj-nav__sublink {
  display: block;
  padding: 10px 22px;
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}
.jj-nav__sublink:hover,
.jj-nav__sublink:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
}
.jj-nav__sublink:focus-visible {
  outline: 2px solid var(--blush);
  outline-offset: -2px;
}

.jj-nav__cta {
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 60px;
  background: #d4abab;
  color: var(--charcoal);
  transition: transform 0.35s var(--ease-bounce), background 0.2s;
}
.jj-nav__cta:hover { transform: translateY(-3px); background: #ddb8b8; }
.jj-nav__cta:active { transform: translateY(0) scale(0.94); transition-duration: 0.12s; }
.jj-nav__cta:focus-visible { outline: 2px solid var(--blush); outline-offset: 4px; }

/* Mobile nav */
.jj-nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--white);
  position: relative;
  z-index: 120;
}
.jj-nav__toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  transition: transform 0.25s var(--ease-spring), opacity 0.15s;
}
.jj-nav__toggle-bar + .jj-nav__toggle-bar { margin-top: 6px; }
.jj-nav__toggle[aria-expanded="true"] .jj-nav__toggle-bar--top { transform: translateY(8px) rotate(45deg); }
.jj-nav__toggle[aria-expanded="true"] .jj-nav__toggle-bar--mid { opacity: 0; }
.jj-nav__toggle[aria-expanded="true"] .jj-nav__toggle-bar--bot { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 768px) {
  .jj-nav__toggle { display: block; }
  .jj-nav__links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 110;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    background: var(--charcoal);
    display: none;
  }
  .jj-nav__links--open {
    display: flex;
  }
  .jj-nav__link { font-size: 1.3rem; color: rgba(255,255,255,0.7); }
  .jj-nav__link:hover { color: var(--white); }
  .jj-nav__cta { font-size: 1rem; padding: 14px 36px; }

  /* Mobile dropdown: render inline as a stacked group, no popover */
  .jj-nav__item--has-menu {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .jj-nav__link--has-menu { font-size: 1.3rem; }
  .jj-nav__caret { display: none; }
  .jj-nav__submenu {
    position: static;
    transform: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    gap: 28px;
    align-items: center;
    transition: none;
  }
  .jj-nav__submenu::before { display: none; }
  .jj-nav__sublink {
    padding: 0;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    white-space: normal;
    text-align: center;
  }
  .jj-nav__sublink:hover,
  .jj-nav__sublink:focus-visible { color: var(--white); background: transparent; }
}

/* --- Buttons --- */
.jj-btn-primary {
  display: inline-block;
  background: var(--blush);
  color: var(--charcoal);
  font-family: var(--font-sans);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 16px 46px;
  border-radius: 60px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.45s var(--ease-bounce), box-shadow 0.45s var(--ease-out-soft), background 0.25s var(--ease-out-soft);
}
.jj-btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: translateX(-180%) skewX(-18deg);
  pointer-events: none;
  transition: transform 0.65s var(--ease-out-soft);
}
.jj-btn-primary:hover::after { transform: translateX(220%) skewX(-18deg); }
.jj-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 18px 48px rgba(201, 160, 160, 0.42); background: #d4abab; }
.jj-btn-primary:active { transform: scale(0.93) translateY(0); transition-duration: 0.12s; }
.jj-btn-primary:focus-visible { outline: 2px solid var(--charcoal); outline-offset: 4px; }

.jj-btn-ghost {
  display: inline-block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.jj-btn-ghost:hover { color: var(--white); border-color: rgba(255, 255, 255, 0.55); }
.jj-btn-ghost:focus-visible { outline: 2px solid var(--blush); outline-offset: 4px; }

.jj-btn-outline {
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 500;
  padding: 14px 36px;
  border-radius: 60px;
  border: 1px solid rgba(26, 26, 26, 0.28);
  color: var(--charcoal);
  transition: transform 0.35s var(--ease-bounce), border-color 0.2s, color 0.2s;
}
.jj-btn-outline:hover { transform: translateY(-3px); border-color: var(--blush-mid); color: var(--blush-mid); }
.jj-btn-outline:active { transform: scale(0.95); transition-duration: 0.12s; }
.jj-btn-outline:focus-visible { outline: 2px solid var(--blush); outline-offset: 4px; }

/* Dark-section variant: white outline on dark backgrounds */
.jj-section-projects .jj-btn-outline,
.svc-cta .jj-btn-outline {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
}
.jj-section-projects .jj-btn-outline:hover,
.svc-cta .jj-btn-outline:hover { border-color: var(--blush); color: var(--white); }

.jj-btn-dark {
  display: inline-block;
  background: var(--charcoal);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 60px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.35s var(--ease-bounce), background 0.2s;
}
.jj-btn-dark:hover { transform: translateY(-3px); background: #2a2a2a; }
.jj-btn-dark:active { transform: scale(0.94); transition-duration: 0.12s; }
.jj-btn-dark:focus-visible { outline: 2px solid var(--blush); outline-offset: 4px; }

/* --- Scroll Reveal Animations ---
   Hidden states are gated on .has-anim (set on <html> by scroll-reveal.js)
   so that if JS fails to load (or prefers-reduced-motion is set), reveal
   elements stay visible. The gate drops the `html` tag on purpose so the
   gate selector ties on specificity with `.jj-reveal.jj-visible` — source
   order then wins and the visible rule applies when JS lands `.jj-visible`. */
.has-anim .jj-reveal {
  opacity: 0;
  transform: scale(0.85) translateY(36px);
  transition: opacity 0.55s var(--ease-out-soft), transform 0.75s var(--ease-bounce-mild);
}
.jj-reveal.jj-visible { opacity: 1; transform: scale(1) translateY(0); }

.has-anim .jj-reveal-left {
  opacity: 0;
  transform: translateX(-66px) rotate(-3deg);
  transition: opacity 0.7s var(--ease-out-soft), transform 0.85s var(--ease-bounce-mild);
}
.jj-reveal-left.jj-visible { opacity: 1; transform: translateX(0) rotate(0deg); }

.has-anim .jj-reveal-right {
  opacity: 0;
  transform: translateX(66px) rotate(3deg);
  transition: opacity 0.7s var(--ease-out-soft), transform 0.85s var(--ease-bounce-mild);
}
.jj-reveal-right.jj-visible { opacity: 1; transform: translateX(0) rotate(0deg); }

.has-anim .jj-reveal-pop {
  opacity: 0;
  transform: scale(0.68) translateY(44px);
  transition: opacity 0.5s var(--ease-out-soft), transform 0.65s var(--ease-bounce);
}
.jj-reveal-pop.jj-visible { opacity: 1; transform: scale(1) translateY(0); }

.has-anim .jj-reveal-flip {
  opacity: 0;
  transform: perspective(500px) rotateX(50deg) translateY(30px);
  transition: opacity 0.55s var(--ease-out-soft), transform 0.7s var(--ease-bounce-mild);
}
.jj-reveal-flip.jj-visible { opacity: 1; transform: perspective(500px) rotateX(0deg) translateY(0); }

.has-anim .jj-reveal-blur {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 0.55s var(--ease-out-soft), transform 0.6s var(--ease-bounce-mild);
}
.jj-reveal-blur.jj-visible { opacity: 1; transform: translateX(0); }

.has-anim .jj-reveal-zoom {
  opacity: 0;
  transform: scale(0.35);
  transition: opacity 0.4s var(--ease-out-soft), transform 0.55s var(--ease-bounce);
}
.jj-reveal-zoom.jj-visible { opacity: 1; transform: scale(1); }

.has-anim .jj-reveal-wipe {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.7s var(--ease-out-soft);
}
.jj-reveal-wipe.jj-visible { transform: scaleX(1); }

.has-anim .jj-reveal-wipe-center {
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 0.7s var(--ease-out-soft);
}
.jj-reveal-wipe-center.jj-visible { transform: scaleX(1); }

.has-anim .jj-reveal-card {
  opacity: 0;
  transform: translateY(56px) scale(0.82);
  transition: opacity 0.55s var(--ease-out-soft), transform 0.7s var(--ease-bounce);
}
.jj-reveal-card.jj-visible { opacity: 1; transform: translateY(0) scale(1); }

/* --- Quote Card (shared) --- */
.jj-quote-card {
  background: var(--charcoal);
  border-radius: 24px;
  padding: 44px 38px;
  position: relative;
  overflow: hidden;
}
.jj-quote-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,1) 0px, rgba(255,255,255,1) 1px, transparent 1px, transparent 24px);
}
.jj-quote-card::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,160,160,0.18) 0%, transparent 68%);
  pointer-events: none;
}
.jj-quote-text {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
  position: relative;
  z-index: 1;
}
.jj-quote-author { margin-top: 30px; position: relative; z-index: 1; }
.jj-quote-name { font-size: 0.9rem; font-weight: 500; color: var(--white); }
.jj-quote-loc { font-size: 0.78rem; color: rgba(255,255,255,0.32); margin-top: 3px; }

/* Stagger delays */
.jj-d1 { transition-delay: 0.06s; }
.jj-d2 { transition-delay: 0.13s; }
.jj-d3 { transition-delay: 0.20s; }
.jj-d4 { transition-delay: 0.27s; }
.jj-d5 { transition-delay: 0.34s; }
.jj-d6 { transition-delay: 0.41s; }
.jj-d7 { transition-delay: 0.48s; }
.jj-d8 { transition-delay: 0.55s; }
.jj-d9 { transition-delay: 0.62s; }

/* --- Hero reveal (LCP-safe: no animation on the LCP element) ---
   Marker class for above-the-fold hero h1s. No transform/opacity is applied
   so Chrome can lock in LCP at FCP without waiting for an animation to
   settle. Surrounding eyebrow/subtext/CTAs still use `.jj-reveal` for
   motion — the h1 stays static. */
.jj-reveal-hero {}

/* --- Footer --- */
.jj-footer {
  background: var(--charcoal2);
  color: rgba(255, 255, 255, 0.68);
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}
/* Clean footer — no grid pattern */
.jj-footer__inner {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 48px;
  position: relative;
  z-index: 1;
}
.jj-footer__brand-desc {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 14px;
  max-width: 28ch;
}
.jj-footer__heading {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 20px;
}
.jj-footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jj-footer__link {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  padding: 5px 0;
  transition: color var(--dur-fast) var(--ease-out-soft);
}
.jj-footer__link:hover { color: var(--white); }
.jj-footer__link:focus-visible { outline: 2px solid var(--blush); outline-offset: 4px; border-radius: 4px; }
.jj-footer__logo img { height: 67px; width: auto; }
.jj-footer__legal-link { display: inline; padding: 0; margin: 0; }
.jj-footer .jj-btn-primary { padding: 12px 28px; font-size: 0.88rem; white-space: nowrap; }

/* Demo-mode form notice — replaces any form[data-demo] on submit.
   See standards/form-backends.md — "Demo mode". */
.jj-form-demo-notice {
  background: var(--white);
  border: 1px solid rgba(201, 160, 160, 0.35);
  border-left: 4px solid var(--blush-mid);
  border-radius: 14px;
  padding: 28px 32px;
  color: var(--text-dark);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}
.jj-form-demo-notice:focus { outline: 2px solid var(--blush); outline-offset: 4px; }
.jj-form-demo-notice__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-dark);
}
.jj-form-demo-notice__body {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

/* Honeypot: visually hidden but still submitted — display:none was trivially detected by bots. */
.jj-honeypot {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.jj-footer__bottom {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .jj-footer__inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .jj-footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 480px) {
  .jj-footer__inner { grid-template-columns: 1fr; }
}

/* --- FAQ Component (shared) --- */
.jj-faq-list {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.jj-faq-item {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.jj-faq-item.jj-open { border-color: var(--blush); box-shadow: 0 4px 24px rgba(201, 160, 160, 0.18); }
.jj-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 26px;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: var(--font-sans);
}
.jj-faq-q-text { font-size: 0.97rem; font-weight: 500; color: var(--text-dark); line-height: 1.4; }
.jj-faq-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blush-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.5s var(--ease-bounce), background 0.22s;
}
.jj-faq-item.jj-open .jj-faq-icon { transform: rotate(135deg) scale(1.08); background: var(--blush); }
.jj-faq-q:hover .jj-faq-icon { transform: scale(1.12); }
.jj-faq-item.jj-open .jj-faq-q:hover .jj-faq-icon { transform: rotate(135deg) scale(1.16); }
.jj-faq-icon svg { width: 14px; height: 14px; stroke: var(--blush-mid); fill: none; stroke-width: 2.5; stroke-linecap: round; transition: stroke 0.2s; }
.jj-faq-item.jj-open .jj-faq-icon svg { stroke: var(--charcoal); }
.jj-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.48s var(--ease-spring), padding 0.35s var(--ease-out-soft);
  padding: 0 26px;
}
.jj-faq-item.jj-open .jj-faq-a { max-height: 400px; padding: 0 26px 24px; }
.jj-faq-a p { font-size: 0.92rem; line-height: 1.78; color: var(--text-muted); }
.jj-faq-a strong { color: var(--text-dark); font-weight: 500; }
.jj-faq-a ul { font-size: 0.92rem; line-height: 1.78; color: var(--text-muted); padding-left: 18px; margin-top: 8px; list-style: disc; }
.jj-faq-a ul li { margin-bottom: 4px; }
.jj-faq-q:focus-visible { outline: 2px solid var(--blush); outline-offset: -2px; border-radius: 16px; }

/* --- Keyframes --- */
@keyframes jj-up { to { opacity: 1; transform: translateY(0); } }
@keyframes jj-down { to { opacity: 1; transform: translateY(0); } }
@keyframes jj-fade { to { opacity: 1; } }

/* --- Shared Form Styles --- */
.jj-form-group { margin-bottom: 20px; }
.jj-form-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text-dark);
}
.jj-form-input,
.jj-form-textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 0.95rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: var(--white);
  color: var(--text-dark);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.jj-form-input:focus,
.jj-form-textarea:focus {
  outline: none;
  border-color: var(--blush);
  box-shadow: 0 0 0 3px rgba(201, 160, 160, 0.15);
}
.jj-form-input::placeholder,
.jj-form-textarea::placeholder { color: var(--text-muted); opacity: 0.5; }
.jj-form-textarea { resize: vertical; min-height: 140px; }

/* --- Responsive --- */
@media (max-width: 768px) {
  .jj-reveal-left,
  .jj-reveal-right { transform: translateY(24px); }
  .jj-reveal-left.jj-visible,
  .jj-reveal-right.jj-visible { transform: translateY(0); }
  .jj-reveal-blur { transform: translateY(12px); }
  .jj-reveal-blur.jj-visible { transform: translateY(0); }
}
@media (max-width: 680px) {
  .jj-section { padding: 56px 0; }
  .jj-container { padding: 0 22px; }

  /* Center everything on mobile */
  .jj-section-header,
  .jj-eyebrow,
  .jj-subtext,
  .jj-heading {
    text-align: center;
  }
  .jj-subtext {
    margin-left: auto;
    margin-right: auto;
  }
  .jj-btn-primary,
  .jj-btn-dark,
  .jj-btn-outline {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* --- Reduced Motion --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .jj-reveal, .jj-reveal-left, .jj-reveal-right, .jj-reveal-pop,
  .jj-reveal-flip, .jj-reveal-blur, .jj-reveal-zoom, .jj-reveal-card {
    opacity: 1;
    transform: none;
    filter: none;
  }
  .jj-reveal-wipe, .jj-reveal-wipe-center {
    transform: scaleX(1);
  }
}

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