/* WingZ outro - replaces the default page tail and adds two sections
   after the feature section (#wzf):
     1) A scroll text-reveal (#wzr) - dark, words light up word-by-word.
     2) A journal-style FAQ (#wzq) - light/editorial, big left title + right
        accordion, NO middle vertical divider.
   Everything after #wzf except the final CTA + footer is hidden; the CTA and
   footer (framer-zp4la9-container) are left untouched. Brand orange #F96029. */

/* ---- breathing room between the FAQ (#wzq) and the closing CTA ---- */
.framer-zp4la9-container { margin-top: clamp(60px, 9vh, 120px) !important; }

/* ---- hide the default template sections we don't want ---- */
[data-framer-name="Partners"],
[data-framer-name="Features 1"],
[data-framer-name="Features 2"],
[data-framer-name="Features 3"],
[data-framer-name="Steps"],
[data-framer-name="Testimonials"],
[data-framer-name="FAQ"],
[data-framer-name="Quote Hero"] { display: none !important; }

/* ---- "supported by" marquee (home, under the hero) ----
   Transparent bg + no border so it merges with the page (no seam line); the
   inner box matches the hero dashboard's width (max-width 1260, centred). */
#wzs {
  --wz-font: "Inter Display", "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  background: transparent; box-sizing: border-box;
  padding: clamp(40px, 6vh, 80px) 0 clamp(34px, 5vh, 60px);
}
#wzs * { box-sizing: border-box; }
.wzs-in { width: min(1260px, calc(100vw - 32px)); margin: 0 auto; }
.wzs-label { display: flex; align-items: center; gap: 12px; padding: 0; margin-bottom: 24px;
  font-family: var(--wz-font); font-size: 10.5px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255, 255, 255, 0.75); }
.wzs-label .ln { width: 28px; height: 1px; flex: 0 0 28px; background: rgba(255, 255, 255, 0.45); }
.wzs-track-wrap { position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%); }
.wzs-track { display: flex; width: max-content; align-items: center; animation: wzs-marq 30s linear infinite; }
.wzs-track img { margin-right: 80px; flex: 0 0 auto; object-fit: contain; opacity: 0.9; }
@media (min-width: 640px) { .wzs-track img { margin-right: 128px; } }
@keyframes wzs-marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- land acknowledgement (footer, stacked under the WINGZ wordmark) ---- */
.wz-foot-left { display: flex; flex-direction: column; gap: clamp(24px, 3vh, 36px); max-width: 460px; min-width: 0; box-sizing: border-box; }
.wz-foot-left * { box-sizing: border-box; }
.wz-landack-h { display: flex; align-items: center; gap: 9px; margin: 0 0 13px; font-family: "Inter Display", "Inter", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; }
.wz-landack-h::before { content: ""; width: 7px; height: 7px; background: #F96029; display: inline-block; }
.wz-landack-p { margin: 0; font-family: "Inter Display", "Inter", sans-serif; font-size: 13px; line-height: 1.65; color: rgba(255, 255, 255, 0.62); }

/* ---- "made in Vancouver" line (footer, under the copyright) ---- */
.wz-madein { margin-top: 12px; display: flex; align-items: center; gap: 6px; font-family: "Inter Display", "Inter", sans-serif; font-size: 12px; letter-spacing: 0.01em; color: rgba(255, 255, 255, 0.5); }
.wz-madein .wz-maple { font-size: 13px; line-height: 1; }

/* ---- shared ---- */
#wzr, #wzq {
  --wz-accent: #F96029;
  --wz-font: "Inter Display", "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --wz-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --wz-serif: "Instrument Serif", "Times New Roman", Georgia, serif;
  position: relative;
  width: 100vw;
  max-width: 100%;
  align-self: stretch;
  box-sizing: border-box;
}
#wzr *, #wzq * { box-sizing: border-box; }

/* =================================================================== *
 *  1) text reveal (#wzr)
 * =================================================================== */
#wzr { background: #08080b; min-height: 200vh; } /* extra height = scroll room for the pinned reveal */
.wzr-pin {
  position: sticky; top: 0;
  height: 100vh;
  display: grid; place-items: center;
  padding: clamp(90px, 16vh, 200px) clamp(24px, 6vw, 120px);
}
.wzr-text {
  max-width: 1000px; margin: 0 auto; text-align: center;
  font-family: var(--wz-font); font-weight: 600;
  font-size: clamp(20px, 3.1vw, 42px);
  line-height: 1.3; letter-spacing: -0.012em;
  color: #fff;
}
.wzr-w { color: #fff; opacity: 0.14; transition: opacity 0.12s linear; will-change: opacity; }
.wzr-w.wzr-o { color: var(--wz-accent); }

/* =================================================================== *
 *  2) journal FAQ (#wzq)
 * =================================================================== */
#wzq {
  background: #f3f1ea; color: #16150f;
  padding: clamp(74px, 12vh, 156px) clamp(24px, 6vw, 110px);
}
.wzq-wrap {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 5vw, 96px); align-items: start; /* no vertical divider */
}
.wzq-left { position: sticky; top: clamp(80px, 12vh, 130px); }
.wzq-kicker {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--wz-mono); font-size: 12px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: rgba(22, 21, 15, 0.5);
  margin-bottom: clamp(20px, 3vh, 30px);
}
.wzq-kicker::before { content: ""; width: 7px; height: 7px; background: var(--wz-accent); display: inline-block; }
.wzq-title {
  margin: 0; font-family: var(--wz-font); font-weight: 800;
  font-size: clamp(40px, 6.6vw, 106px); line-height: 0.92;
  letter-spacing: -0.035em; text-transform: uppercase; color: #14140f;
}
.wzq-sub { margin: clamp(22px, 3vh, 32px) 0 0; max-width: 30ch; font-family: var(--wz-font); font-size: 15px; line-height: 1.55; color: rgba(22, 21, 15, 0.56); }

.wzq-list { width: 100%; }
.wzq-item { border-top: 1px solid rgba(22, 21, 15, 0.16); }
.wzq-item:last-child { border-bottom: 1px solid rgba(22, 21, 15, 0.16); }
.wzq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  display: flex; align-items: center; gap: clamp(14px, 1.6vw, 22px);
  padding: clamp(20px, 2.5vw, 30px) 0;
  font-family: var(--wz-font); color: inherit;
}
.wzq-q .num { flex: 0 0 auto; width: 26px; font-family: var(--wz-mono); font-size: 12px; font-weight: 500; color: rgba(22, 21, 15, 0.4); padding-top: 2px; }
.wzq-q .qt { flex: 1; min-width: 0; font-size: clamp(16px, 1.5vw, 21px); font-weight: 600; letter-spacing: -0.012em; line-height: 1.3; transition: color 0.25s; }
.wzq-q .ic { flex: 0 0 20px; width: 20px; height: 20px; position: relative; margin-top: 2px; }
.wzq-q .ic::before, .wzq-q .ic::after { content: ""; position: absolute; background: #16150f; border-radius: 2px; transition: transform 0.32s cubic-bezier(0.3, 0.9, 0.3, 1), opacity 0.32s, background 0.25s; }
.wzq-q .ic::before { left: 0; right: 0; top: 9px; height: 2px; }
.wzq-q .ic::after { top: 0; bottom: 0; left: 9px; width: 2px; }
.wzq-item.open .wzq-q .ic::after { transform: scaleY(0); opacity: 0; }
.wzq-item.open .wzq-q .qt { color: var(--wz-accent); }
.wzq-item.open .wzq-q .ic::before { background: var(--wz-accent); }
.wzq-a { overflow: hidden; height: 0; transition: height 0.42s cubic-bezier(0.4, 0.1, 0.2, 1); }
.wzq-a-in { padding: 0 0 clamp(22px, 2.6vw, 32px) clamp(40px, 4vw, 48px); max-width: 62ch; font-family: var(--wz-font); font-size: clamp(14px, 1.1vw, 16.5px); line-height: 1.62; color: rgba(22, 21, 15, 0.66); }

/* =================================================================== *
 *  responsive
 * =================================================================== */
@media (max-width: 900px) {
  .wzq-wrap { grid-template-columns: 1fr; gap: clamp(28px, 5vh, 48px); }
  .wzq-left { position: static; }
  .wzq-a-in { padding-left: clamp(28px, 8vw, 40px); }
}
@media (max-width: 600px) {
  .wzq-q .num { display: none; }
  .wzq-a-in { padding-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .wzr-w { transition: none; }
  .wzq-a { transition: none; }
}
