/** Shopify CDN: Minification failed

Line 7:69 Unexpected "*"

**/
/* Frequencify design system — shared by all frequencify-* sections.
   Scoped to .fq-home so it cannot touch the generated --emf-*/.emfg-* sections.
   Colours, padding and the water texture arrive as custom properties set
   inline per section, so each instance stays themeable from the editor. */
.fq-home { font-family: var(--fq-font); color: var(--fq-ink); background: var(--fq-paper); }
    .fq-home *, .fq-home *::before, .fq-home *::after { box-sizing: border-box; }
    .fq-home img { max-width: 100%; height: auto; display: block; }
    .fq-home p { margin: 0 0 1em; }

    .fq-home .fq-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
    .fq-home .fq-sec { padding: var(--fq-pad) 0; }
    .fq-home .fq-sec--paper { background: var(--fq-paper); }
    .fq-home .fq-sec--white { background: var(--fq-white); }
    .fq-home .fq-sec--navy { background: var(--fq-navy); color: #eaf1f7; }

    /* ---------- water texture backgrounds ----------
       The tile sits in a pseudo-element so content always renders above it and
       contrast stays predictable. Opacity is deliberately low: texture, not photo. */
    .fq-home .fq-sec--water { position: relative; overflow: hidden; }
    .fq-home .fq-sec--water::before {
      content: ''; position: absolute; inset: 0; pointer-events: none;
      background-image: var(--fq-texture);
      background-size: cover; background-position: center; background-repeat: no-repeat;
      opacity: .9;
    }

    /* stronger variant — scene at full strength with a thinner scrim, for a
       section that should carry the imagery rather than just be tinted by it.
       Body text is darkened to hold WCAG AA over the deeper water. */
    .fq-home .fq-sec--water-strong::before { opacity: 1; }
    .fq-home .fq-sec--water-strong::after {
      background: linear-gradient(180deg, rgba(247,245,241,.52) 0%, rgba(247,245,241,.26) 10%,
                                          rgba(247,245,241,.26) 90%, rgba(247,245,241,.52) 100%);
    }
    .fq-home .fq-sec--water-strong .fq-lede { color: #2d3946; }

    /* warm variant — alternated down the page so the two scenes give rhythm */
    .fq-home .fq-sec--water-warm::before { background-image: var(--fq-texture-warm); }

    /* dolphin scene — used on the Method section only */
    .fq-home .fq-sec--water-dolphin::before { background-image: var(--fq-texture-dolphin); }
    .fq-home .fq-sec--water::after {
      content: ''; position: absolute; inset: 0; pointer-events: none;
      background: linear-gradient(180deg, rgba(247,245,241,.62) 0%, rgba(247,245,241,.34) 9%,
                                          rgba(247,245,241,.34) 91%, rgba(247,245,241,.62) 100%);
    }
    .fq-home .fq-sec--water > * { position: relative; z-index: 2; }

    /* navy sections: same tile, dropped right back and tinted to the brand navy */
    .fq-home .fq-sec--navy.fq-sec--water::before { opacity: .34; }
    .fq-home .fq-sec--navy.fq-sec--water::after {
      background: linear-gradient(180deg, rgba(18,49,79,.88) 0%, rgba(18,49,79,.72) 9%,
                                          rgba(18,49,79,.72) 91%, rgba(18,49,79,.88) 100%);
    }
    .fq-home .fq-sec--white.fq-sec--water::after {
      background: linear-gradient(180deg, rgba(255,255,255,.66) 0%, rgba(255,255,255,.40) 9%,
                                          rgba(255,255,255,.40) 91%, rgba(255,255,255,.66) 100%);
    }

    /* ---------- waveform divider ---------- */
    .fq-home .fq-wave { display: block; width: 100%; max-width: 420px; margin: 0 auto; height: auto; }
    .fq-home .fq-wave--divider { margin: 0 auto 8px; opacity: .9; }

    /* ---------- brand mark (real Frequencify symbol, 1:1) ---------- */
    .fq-home .fq-emblem { display: block; width: 100%; max-width: 330px; margin: 0 auto; height: auto; }
    .fq-home .fq-idea { display: grid; gap: 32px; align-items: center; }
    .fq-home .fq-lockup { max-width: 260px; margin: 0 auto 24px; opacity: .95; }

    /* eyebrow — the letter-spaced gold line used throughout the brand artwork */
    .fq-home .fq-eyebrow {
      font-size: 11.52px; letter-spacing: .22em; text-transform: uppercase;
      color: var(--fq-gold); font-weight: 600; margin: 0 0 14.4px;
    }
    .fq-home .fq-sec--navy .fq-eyebrow { color: #e3c176; }

    .fq-home h2.fq-h {
      font-size: clamp(25.6px, 4.2vw, 41.6px); line-height: 1.15; font-weight: 700;
      color: var(--fq-navy); margin: 0 0 16px; letter-spacing: -.01em;
    }
    .fq-home .fq-sec--navy h2.fq-h { color: #fff; }
    .fq-home h3.fq-sh {
      font-size: 17.92px; font-weight: 700; color: var(--fq-navy); margin: 0 0 7.2px;
    }
    .fq-home .fq-lede {
      font-size: clamp(16px, 2.2vw, 18.56px); line-height: 1.65; color: var(--fq-muted); max-width: 62ch;
    }
    .fq-home .fq-sec--navy .fq-lede { color: #c5d6e4; }

    .fq-home .fq-rule {
      width: 64px; height: 2px; background: var(--fq-gold); margin: 25.6px 0; border: 0;
    }

    /* ---------- hero ---------- */
    .fq-home .fq-hero { background: var(--fq-white); }
    .fq-home .fq-hero__img { width: 100%; }
    .fq-home .fq-hero__body { padding: 38.4px 0 var(--fq-pad); text-align: center; }
    .fq-home .fq-hero h1 {
      font-size: clamp(32px, 6vw, 54.4px); line-height: 1.08; font-weight: 800;
      color: var(--fq-navy); margin: 0 0 16px; letter-spacing: -.02em;
    }
    .fq-home .fq-hero h1 em { font-style: normal; color: var(--fq-teal); }
    .fq-home .fq-hero .fq-lede { margin: 0 auto 28.8px; }
    .fq-home .fq-tag {
      margin-top: 25.6px; font-size: 12.8px; letter-spacing: .18em; text-transform: uppercase; color: var(--fq-gold);
    }

    /* ---------- buttons ---------- */
    .fq-home .fq-cta-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
    .fq-home .fq-btn {
      display: inline-block; padding: 15.2px 30.4px; border-radius: 999px; text-decoration: none;
      font-weight: 700; font-size: 15.36px; letter-spacing: .01em; transition: transform .15s ease, opacity .15s ease;
      border: 2px solid transparent; cursor: pointer;
    }
    .fq-home .fq-btn:hover { transform: translateY(-1px); }
    .fq-home .fq-btn--solid { background: var(--fq-navy); color: #fff; }
    .fq-home .fq-btn--ghost { background: transparent; color: var(--fq-navy); border-color: var(--fq-navy); }
    .fq-home .fq-btn--gold { background: var(--fq-gold); color: #21170a; }
    .fq-home .fq-btn:focus-visible { outline: 3px solid var(--fq-teal); outline-offset: 3px; }

    /* ---------- method / steps ---------- */
    .fq-home .fq-method-media {
      margin: 32px auto 0; max-width: 460px; border-radius: 16px; overflow: hidden;
      box-shadow: 0 8px 30px rgba(18,49,79,.12);
    }
    .fq-home .fq-method-media img { width: 100%; }
    .fq-home .fq-steps { display: grid; gap: 17.6px; margin-top: 32px; }
    .fq-home .fq-step {
      background: var(--fq-white); border: 1px solid rgba(18,49,79,.1); border-radius: 14px; padding: 25.6px;
      border-top: 3px solid var(--fq-teal);
    }
    .fq-home .fq-step--charge { border-top-color: var(--fq-green); }
    .fq-home .fq-step__n {
      font-size: 11.52px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700;
      color: var(--fq-teal); margin-bottom: 8px;
    }
    .fq-home .fq-step--charge .fq-step__n { color: var(--fq-green); }
    .fq-home .fq-step p { color: var(--fq-muted); font-size: 15.68px; line-height: 1.6; margin: 0 0 8px; }
    .fq-home .fq-step__dose { font-size: 13.76px; color: var(--fq-navy); font-weight: 600; margin: 0; }

    .fq-home .fq-quote {
      margin: 35.2px 0 0; padding: 24px 27.2px; background: var(--fq-white);
      border-left: 3px solid var(--fq-gold); border-radius: 0 12px 12px 0;
    }
    .fq-home .fq-quote q {
      font-size: clamp(16.8px, 2.6vw, 20.8px); line-height: 1.5; color: var(--fq-navy);
      font-style: italic; quotes: '"' '"'; display: block; margin-bottom: 11.2px;
    }
    .fq-home .fq-quote p { margin: 0; color: var(--fq-muted); font-size: 15.36px; }

    /* ---------- "what it isn't" list ---------- */
    .fq-home .fq-nots { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 12.8px; }
    .fq-home .fq-nots li {
      display: flex; gap: 14.4px; align-items: flex-start;
      padding: 16px 17.6px; background: rgba(255,255,255,.06); border-radius: 10px;
      border: 1px solid rgba(255,255,255,.1);
    }
    .fq-home .fq-nots b { color: #fff; display: block; font-size: 16px; }
    .fq-home .fq-nots span { color: #b9cbdb; font-size: 14.88px; }
    .fq-home .fq-nots .fq-x {
      flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; margin-top: 2.4px;
      border: 1.5px solid #e3c176; color: #e3c176; font-size: 12.8px; line-height: 19px; text-align: center; font-weight: 700;
    }

    /* ---------- products ---------- */
    .fq-home .fq-cards { display: grid; gap: 20.8px; margin-top: 35.2px; }
    .fq-home .fq-card {
      background: var(--fq-white); border: 1px solid rgba(18,49,79,.1); border-radius: 16px;
      overflow: hidden; display: flex; flex-direction: column;
    }
    .fq-home .fq-card--feat { border-color: var(--fq-gold); box-shadow: 0 6px 28px rgba(18,49,79,.09); }
    .fq-home .fq-card__media { background: var(--fq-paper); aspect-ratio: 3 / 4; overflow: hidden; }
    .fq-home .fq-card__media img { width: 100%; height: 100%; object-fit: cover; }
    .fq-home .fq-ph {
      width: 100%; height: 100%; display: flex; flex-direction: column; gap: 6.4px;
      align-items: center; justify-content: center; text-align: center; padding: 19.2px;
      border: 2px dashed var(--fq-rule); background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(201,150,47,.05) 10px, rgba(201,150,47,.05) 20px);
    }
    .fq-home .fq-ph b { color: var(--fq-navy); font-size: 15.2px; }
    .fq-home .fq-ph span { color: var(--fq-muted); font-size: 12.8px; }
    .fq-home .fq-card__body { padding: 22.4px; display: flex; flex-direction: column; flex: 1; }
    .fq-home .fq-card__role {
      font-size: 11.2px; letter-spacing: .18em; text-transform: uppercase; color: var(--fq-gold); font-weight: 700; margin-bottom: 8px;
    }
    .fq-home .fq-card__desc { color: var(--fq-muted); font-size: 15.2px; line-height: 1.55; flex: 1; }
    .fq-home .fq-price { margin: 14.4px 0 17.6px; display: flex; align-items: baseline; gap: 9.6px; flex-wrap: wrap; }
    .fq-home .fq-price__now { font-size: 25.6px; font-weight: 800; color: var(--fq-navy); }
    .fq-home .fq-price__was { font-size: 16px; color: var(--fq-muted); text-decoration: line-through; }
    .fq-home .fq-save {
      display: inline-block; margin-top: 8px; padding: 4.8px 11.2px; border-radius: 999px;
      background: rgba(201,150,47,.14); color: #7a5a12; font-weight: 700; font-size: 12.8px; letter-spacing: .04em;
    }
    .fq-home .fq-vol { font-size: 12.8px; color: var(--fq-muted); letter-spacing: .04em; }

    .fq-home .fq-notice {
      margin-top: 32px; padding: 17.6px 20.8px; border-radius: 12px;
      background: rgba(18,49,79,.05); border: 1px solid rgba(18,49,79,.12);
      font-size: 14.72px; line-height: 1.6; color: var(--fq-navy);
    }
    .fq-home .fq-notice b { display: block; margin-bottom: 4px; }

    /* ---------- founder ---------- */
    .fq-home .fq-founder { display: grid; gap: 32px; align-items: center; }
    .fq-home .fq-founder__media img { border-radius: 14px; }

    /* ---------- close ---------- */
    .fq-home .fq-close { text-align: center; }
    .fq-home .fq-close h2.fq-h { color: #fff; }

    .fq-home .fq-disclaimer {
      background: var(--fq-paper); padding: 25.6px 0; font-size: 12.48px; line-height: 1.6;
      color: var(--fq-muted); text-align: center;
    }
    .fq-home .fq-disclaimer p { max-width: 70ch; margin: 0 auto; }

    @media screen and (min-width: 750px) {
      .fq-home .fq-steps { grid-template-columns: 1fr 1fr; }
      .fq-home .fq-nots { grid-template-columns: 1fr 1fr; }
      .fq-home .fq-cards { grid-template-columns: repeat(3, 1fr); }
      .fq-home .fq-founder { grid-template-columns: 1fr 1.25fr; gap: 48px; }
      .fq-home .fq-idea { grid-template-columns: 1.15fr .85fr; gap: 56px; }
      .fq-home .fq-emblem { max-width: 380px; }
    }
    @media (prefers-reduced-motion: reduce) {
      .fq-home .fq-btn { transition: none; }
      .fq-home .fq-btn:hover { transform: none; }
    }

/* ---------- page hero (no full-bleed banner) ---------- */
.fq-home .fq-phero { text-align: center; }
.fq-home .fq-phero h1 {
  font-size: clamp(32px, 5.4vw, 50px); line-height: 1.1; font-weight: 800;
  color: var(--fq-navy); margin: 0 0 16px; letter-spacing: -.02em;
}
.fq-home .fq-sec--navy .fq-phero h1 { color: #fff; }
.fq-home .fq-phero .fq-lede { margin-left: auto; margin-right: auto; }
.fq-home .fq-phero .fq-emblem { max-width: 190px; margin: 0 auto 22px; }

/* ---------- three numbered steps ---------- */
.fq-home .fq-steps3 { display: grid; gap: 20px; margin-top: 40px; }
.fq-home .fq-step3 {
  background: var(--fq-white); border: 1px solid rgba(18,49,79,.1); border-radius: 14px;
  padding: 28px 24px 26px; position: relative;
}
.fq-home .fq-step3__n {
  width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-weight: 800; font-size: 17px; margin-bottom: 16px;
  background: rgba(201,150,47,.14); color: var(--fq-navy);
  border: 1.5px solid rgba(201,150,47,.5);
}
.fq-home .fq-step3 h3 { font-size: 17.92px; font-weight: 700; color: var(--fq-navy); margin: 0 0 8px; }
.fq-home .fq-step3 p { color: var(--fq-muted); font-size: 15.68px; line-height: 1.6; margin: 0; }

/* ---------- credential pills ---------- */
.fq-home .fq-pills {
  list-style: none; margin: 32px 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.fq-home .fq-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 999px; font-size: 14px; font-weight: 600;
  background: rgba(255,255,255,.08); border: 1px solid rgba(227,193,118,.35); color: #eaf1f7;
}
.fq-home .fq-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #e3c176; flex: 0 0 auto; }
.fq-home .fq-sec--paper .fq-pill,
.fq-home .fq-sec--white .fq-pill {
  background: rgba(18,49,79,.04); border-color: var(--fq-rule); color: var(--fq-navy);
}
.fq-home .fq-sec--paper .fq-pill::before,
.fq-home .fq-sec--white .fq-pill::before { background: var(--fq-gold); }

/* ---------- pull quote on navy ---------- */
.fq-home .fq-sec--navy .fq-quote { background: rgba(255,255,255,.06); border-left-color: #e3c176; }
.fq-home .fq-sec--navy .fq-quote q { color: #fff; }
.fq-home .fq-sec--navy .fq-quote p { color: #c5d6e4; }

/* ---------- centred simple statement ---------- */
.fq-home .fq-simple { text-align: center; }
.fq-home .fq-simple .fq-lede { margin-left: auto; margin-right: auto; }
.fq-home .fq-chip {
  display: inline-block; margin-top: 20px; padding: 13px 28px; border-radius: 999px;
  background: #f3ede4; color: var(--fq-navy); font-weight: 700; font-size: 15.68px;
}

@media screen and (min-width: 750px) {
  .fq-home .fq-steps3 { grid-template-columns: repeat(3, 1fr); }
  .fq-home .fq-phero .fq-emblem { max-width: 230px; }
}

/* ---------- heading typeface ----------
   The theme sets Fraunces (serif) on all headings and wins on specificity.
   The Frequencify artwork uses a geometric sans throughout, so this opt-in
   class brings headings back in line with the brand banner. */
.fq-home--sans h1,
.fq-home--sans h2,
.fq-home--sans h3,
.fq-home--sans .fq-h,
.fq-home--sans .fq-sh { font-family: var(--fq-font); letter-spacing: -.015em; }

/* ---------- manifesto / oversized statement ---------- */
.fq-home .fq-manifesto { text-align: center; max-width: 940px; margin: 0 auto; }
.fq-home .fq-manifesto .fq-big {
  font-size: clamp(26px, 4.6vw, 46px); line-height: 1.25; font-weight: 700;
  color: var(--fq-navy); margin: 0 0 24px; letter-spacing: -.015em;
}
.fq-home .fq-sec--navy .fq-manifesto .fq-big { color: #fff; }
.fq-home .fq-manifesto .fq-big em { font-style: normal; color: var(--fq-teal); }
.fq-home .fq-manifesto .fq-lede { margin-left: auto; margin-right: auto; }

/* ---------- mission / vision pair ---------- */
.fq-home .fq-mv { display: grid; gap: 24px; margin-top: 40px; }
.fq-home .fq-mv__card {
  background: var(--fq-white); border: 1px solid rgba(18,49,79,.1);
  border-radius: 16px; padding: 32px 28px; border-top: 3px solid var(--fq-gold);
}
.fq-home .fq-sec--navy .fq-mv__card {
  background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); border-top-color: #e3c176;
}
.fq-home .fq-mv__card h3 {
  font-size: 20px; font-weight: 700; color: var(--fq-navy); margin: 0 0 12px;
}
.fq-home .fq-sec--navy .fq-mv__card h3 { color: #fff; }
.fq-home .fq-mv__card p { color: var(--fq-muted); font-size: 16.5px; line-height: 1.7; margin: 0 0 12px; }
.fq-home .fq-mv__card p:last-child { margin-bottom: 0; }
.fq-home .fq-sec--navy .fq-mv__card p { color: #c5d6e4; }

/* ---------- definition block ---------- */
.fq-home .fq-def {
  max-width: 720px; margin: 0 auto; text-align: center;
  padding: 36px 28px; border-radius: 18px;
  background: var(--fq-white); border: 1px solid var(--fq-rule);
}
.fq-home .fq-def__word {
  font-size: clamp(30px, 5vw, 46px); font-weight: 800; color: var(--fq-navy);
  margin: 0 0 6px; letter-spacing: -.02em;
}
.fq-home .fq-def__pron { font-size: 14px; color: var(--fq-muted); font-style: italic; margin: 0 0 18px; }
.fq-home .fq-def__pos {
  display: inline-block; font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--fq-gold); font-weight: 700; margin-bottom: 14px;
}
.fq-home .fq-def__body { font-size: 17.5px; line-height: 1.7; color: var(--fq-ink); margin: 0; }

/* ---------- team grid ---------- */
.fq-home .fq-team { display: grid; gap: 24px; margin-top: 44px; }
.fq-home .fq-member { text-align: center; }
.fq-home .fq-member__pic {
  width: 100%; aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  margin: 0 auto 18px; max-width: 210px; background: var(--fq-paper);
  border: 2px solid var(--fq-rule);
}
.fq-home .fq-member__pic img { width: 100%; height: 100%; object-fit: cover; }
.fq-home .fq-member h3 { font-size: 19px; font-weight: 700; color: var(--fq-navy); margin: 0 0 4px; }
.fq-home .fq-member__role {
  font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--fq-gold); font-weight: 700; margin: 0 0 12px;
}
.fq-home .fq-member p { font-size: 15.4px; line-height: 1.65; color: var(--fq-muted); margin: 0; }

@media screen and (min-width: 750px) {
  .fq-home .fq-mv { grid-template-columns: 1fr 1fr; }
  .fq-home .fq-team { grid-template-columns: repeat(3, 1fr); gap: 40px 28px; }
}

/* ---------- legal documents ----------
   Deliberately the quietest page type in the system: narrow measure, generous
   leading, no texture behind running text. People read these to find one clause. */
.fq-home .fq-legal { max-width: 820px; margin: 0 auto; }
.fq-home .fq-legal__title { display: none; } /* the page hero already states it */
.fq-home .fq-legal__meta {
  display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: center;
  font-size: 13.5px; color: var(--fq-muted); margin: 0 0 8px;
}
.fq-home .fq-legal__meta b { color: var(--fq-navy); font-weight: 700; }

.fq-home .fq-legal__toc {
  background: var(--fq-white); border: 1px solid var(--fq-rule);
  border-radius: 14px; padding: 24px 26px; margin: 0 0 44px;
}
.fq-home .fq-legal__toc-h {
  font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--fq-gold); font-weight: 700; margin: 0 0 14px;
}
.fq-home .fq-legal__toc ol {
  margin: 0; padding: 0 0 0 20px; columns: 1; font-size: 15px; line-height: 1.9;
}
.fq-home .fq-legal__toc a { color: var(--fq-navy); text-decoration: none; border-bottom: 1px solid transparent; }
.fq-home .fq-legal__toc a:hover { border-bottom-color: var(--fq-gold); }

.fq-home .fq-legal__body { font-size: 16.5px; line-height: 1.78; color: var(--fq-ink); }
.fq-home .fq-legal__body h2 {
  font-size: 24px; font-weight: 700; color: var(--fq-navy);
  margin: 56px 0 14px; padding-top: 22px; border-top: 1px solid var(--fq-rule);
  scroll-margin-top: 90px;
}
.fq-home .fq-legal__body h3 {
  font-size: 18px; font-weight: 700; color: var(--fq-navy);
  margin: 32px 0 10px; scroll-margin-top: 90px;
}
.fq-home .fq-legal__body p { margin: 0 0 16px; }
.fq-home .fq-legal__body ul,
.fq-home .fq-legal__body ol { margin: 0 0 18px; padding-left: 24px; }
.fq-home .fq-legal__body li { margin-bottom: 8px; }
.fq-home .fq-legal__body a { color: var(--fq-teal); }
.fq-home .fq-legal__body strong { color: var(--fq-navy); }
.fq-home .fq-legal__body blockquote {
  margin: 22px 0; padding: 16px 20px; background: var(--fq-paper);
  border-left: 3px solid var(--fq-gold); border-radius: 0 10px 10px 0;
  font-size: 15.6px;
}
.fq-home .fq-legal__tablewrap { overflow-x: auto; margin: 0 0 22px; -webkit-overflow-scrolling: touch; }
.fq-home .fq-legal__body table { border-collapse: collapse; width: 100%; min-width: 460px; font-size: 15px; }
.fq-home .fq-legal__body th,
.fq-home .fq-legal__body td {
  text-align: left; padding: 11px 14px; border: 1px solid rgba(18,49,79,.12); vertical-align: top;
}
.fq-home .fq-legal__body th { background: var(--fq-paper); color: var(--fq-navy); font-weight: 700; }

.fq-home .fq-legal__note {
  margin: 48px auto 0; max-width: 820px; padding: 18px 22px; border-radius: 12px;
  background: rgba(18,49,79,.04); border: 1px solid rgba(18,49,79,.12);
  font-size: 14.5px; line-height: 1.65; color: var(--fq-muted);
}

@media screen and (min-width: 750px) {
  .fq-home .fq-legal__toc ol { columns: 2; column-gap: 34px; }
}

/* ---------- hero text panel ----------
   The hero's copy sits below the banner image on its own full-bleed band, so it
   can carry a background scene like every other section. The banner itself is
   left alone. */
.fq-home .fq-hero__panel { position: relative; overflow: hidden; }

/* The cool dolphin scene is the darkest background on the site — the dolphins
   themselves are #567286. Body text needs to go darker still here to clear AA. */
.fq-home .fq-hero__panel--deep .fq-lede { color: #1f2832; }

/* ---------- contact ---------- */
.fq-home .fq-contact { display: grid; gap: 32px; align-items: start; }
.fq-home .fq-contact__panel {
  background: var(--fq-white); border: 1px solid rgba(18,49,79,.1);
  border-radius: 16px; padding: 30px 28px;
}
.fq-home .fq-contact__panel h3 {
  font-size: 19px; font-weight: 700; color: var(--fq-navy); margin: 0 0 6px;
}
.fq-home .fq-contact__lead { color: var(--fq-muted); font-size: 15.5px; line-height: 1.65; margin: 0 0 22px; }

.fq-home .fq-detail { padding: 16px 0; border-top: 1px solid rgba(18,49,79,.1); }
.fq-home .fq-detail:first-of-type { border-top: 0; padding-top: 0; }
.fq-home .fq-detail__k {
  font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--fq-gold); font-weight: 700; margin: 0 0 6px;
}
.fq-home .fq-detail__v { font-size: 16px; line-height: 1.6; color: var(--fq-ink); margin: 0; }
.fq-home .fq-detail__v a { color: var(--fq-teal); }
.fq-home .fq-detail__note { font-size: 13.5px; color: var(--fq-muted); margin: 6px 0 0; }

/* form */
.fq-home .fq-field { margin-bottom: 18px; }
.fq-home .fq-field label {
  display: block; font-size: 13.5px; font-weight: 700; color: var(--fq-navy); margin-bottom: 7px;
}
.fq-home .fq-field input,
.fq-home .fq-field textarea {
  width: 100%; font: inherit; font-size: 16px; color: var(--fq-ink);
  padding: 13px 15px; border-radius: 10px; background: var(--fq-white);
  border: 1px solid rgba(18,49,79,.22);
}
.fq-home .fq-field textarea { min-height: 150px; resize: vertical; }
.fq-home .fq-field input:focus,
.fq-home .fq-field textarea:focus {
  outline: 3px solid rgba(27,163,169,.35); outline-offset: 1px; border-color: var(--fq-teal);
}
.fq-home .fq-field__hint { font-size: 13px; color: var(--fq-muted); margin: 6px 0 0; }
.fq-home .fq-form__note { font-size: 13.5px; color: var(--fq-muted); margin: 16px 0 0; line-height: 1.6; }

.fq-home .fq-alert {
  padding: 14px 18px; border-radius: 10px; margin-bottom: 22px;
  font-size: 15px; line-height: 1.6;
}
.fq-home .fq-alert--ok   { background: rgba(95,168,61,.12); border: 1px solid rgba(95,168,61,.4); color: #2c4d19; }
.fq-home .fq-alert--err  { background: rgba(178,58,58,.09);  border: 1px solid rgba(178,58,58,.35); color: #7d2020; }
.fq-home .fq-alert ul { margin: 8px 0 0; padding-left: 20px; }

@media screen and (min-width: 750px) {
  .fq-home .fq-contact { grid-template-columns: .85fr 1.15fr; gap: 44px; }
}
