@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700;800&family=Oxanium:wght@500;600;700;800&display=swap');

/*
  TODO: Host Owners font files and uncomment:
  @font-face {
    font-family: owners-xwide;
    src: url('/wp-content/fonts/OwnersTRIAL-XWide.woff2') format('woff2');
    font-weight: 500; font-style: normal; font-display: swap;
  }
  @font-face {
    font-family: 'Owners TRIAL Text';
    src: url('/wp-content/fonts/OwnersTRIAL-Text.woff2') format('woff2');
    font-weight: 500; font-style: normal; font-display: swap;
  }
*/

    .standard-landing,
    .standard-landing *,
    .standard-landing *::before,
    .standard-landing *::after {
      box-sizing: border-box;
    }

    /* WordPress blank-template layout. */
    html, body.standard-landing-page { margin: 0; padding: 0; }
    body.standard-landing-page { overflow-x: hidden; }

    .standard-landing {
      --st-black: #0d0d0d;
      --st-ink: #111111;
      --st-paper: #f5f4f0;
      --st-card: #ffffff;
      --st-yellow: #f4bd13;
      --st-yellow-light: #ffd33a;
      --st-muted: #5b5953;
      --st-rule: rgba(17,17,17,.18);
      --st-dark-rule: rgba(255,255,255,.16);
      --st-tech: 'Microgramma D Extended', 'Eurostile Extended', 'Oxanium', Arial, sans-serif;
      color: var(--st-ink);
      background: var(--st-paper);
      font-family: Inter, Arial, sans-serif;
      line-height: 1.45;
      overflow: hidden;
      width: 100%;
    }

    .standard-landing a { color: inherit; text-decoration: none; }
    .standard-landing img { display: block; width: 100%; height: 100%; object-fit: cover; }
    .standard-landing button { font: inherit; }

    .st-shell { width: min(100%, 1920px); margin: 0 auto; }
    .st-inner { width: min(100% - 112px, 1710px); margin: 0 auto; }

    .st-display {
      font-family: owners-narrow, 'Arial Narrow', sans-serif;
      text-transform: uppercase;
      font-weight: 400;
      letter-spacing: -.035em;
      line-height: .93;
    }

    .st-eyebrow {
      color: var(--st-yellow);
      font-family: var(--st-tech);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .12em;
      line-height: 1;
      text-transform: uppercase;
    }

    .st-button {
      align-items: center;
      border: 0;
      cursor: pointer;
      display: inline-flex;
      font-family: var(--st-tech);
      font-size: 10px;
      font-weight: 700;
      justify-content: center;
      letter-spacing: .075em;
      line-height: 1;
      min-height: 45px;
      padding: 0 20px;
      text-transform: uppercase;
      transition: transform .2s ease, background .2s ease, color .2s ease;
      white-space: nowrap;
    }
    .st-button:hover { transform: translateY(-1px); }
    .st-button--yellow { background: var(--st-yellow); color: #0b0b0b; }
    .st-button--yellow:hover { background: var(--st-yellow-light); }
    .st-button--dark { background: #171717; color: #fff; }
    .st-button--outline { border: 1px solid #121212; background: transparent; color: #121212; }

    /*
       Navigation/UI typography:
       Microgramma D Extended / Eurostile Extended are used when licensed fonts
       are available in the visitor's system; Oxanium is the loaded web fallback.
    */

    /* HEADER */
    .st-nav-outer {
      position: sticky;
      top: 0;
      z-index: 99;
      box-shadow: 0px 4px 24px rgba(0,0,0,0.25);
    }
    .st-nav {
      background: #0A0A0A;
      color: #fff;
      height: 72px;
    }
    .st-nav__inner {
      align-items: center;
      display: flex;
      justify-content: space-between;
      height: 100%;
      padding: 0 67.03px;
      max-width: 1920px;
      margin: 0 auto;
      gap: 20px;
    }
    .st-logo { align-items: flex-start; color: #ffffff; display: inline-flex; flex-direction: column; line-height: .78; width: max-content; }
    .st-logo__the { font-family: 'Montserrat', var(--st-tech); font-size: 7px; font-weight: 700; letter-spacing: .18em; margin-left: 1px; text-transform: uppercase; color: #ffffff; }
    .st-logo__standard { font-family: Anton, Impact, sans-serif; font-size: 20px; letter-spacing: -.025em; text-transform: uppercase; color: #ffffff; }
    .st-nav__links { align-items: center; display: flex; gap: clamp(18px, 2.4vw, 44px); justify-content: center; list-style: none; margin: 0; padding: 0; }
    .st-nav__links a { color: rgba(255,255,255,.6); font-family: owners-xwide,'Montserrat',var(--st-tech); font-size: 11px; font-weight: 500; letter-spacing: 2.45px; line-height: 1; text-align: center; text-transform: uppercase; transition: color .2s; vertical-align: middle; }
    .st-nav__links a:hover { color: #fff; }
    .st-nav__links a.accent { color: #FFC202; }
    .st-nav__links a.accent:hover { color: #FFD433; }
    .st-nav__actions { align-items: center; display: flex; gap: 12px; }
    .st-nav__signin { border: 1px solid rgba(255,255,255,.75); border-radius: 8px; color: #ffffff !important; display: inline-flex; align-items: center; justify-content: center; height: 44px; font-family: owners-xwide,'Montserrat',var(--st-tech); font-size: 11px; font-weight: 700; letter-spacing: 1.4px; padding: 0 24px; text-transform: uppercase; transition: border-color .2s; white-space: nowrap; }
    .st-nav__signin:hover { border-color: #fff; color: #ffffff !important; }
    .st-nav__access { align-items: center; justify-content: center; background: #FFC202; border-radius: 8px; color: #0A0A0A; display: inline-flex; gap: 8px; height: 44px; font-family: owners-xwide,'Montserrat',var(--st-tech); font-size: 11px; font-weight: 700; letter-spacing: 1.4px; padding: 0 24px; text-transform: uppercase; transition: background .2s; white-space: nowrap; }
    .st-nav__access:hover { background: #FFD433; }
    .st-nav__arrow { font-family: Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 1; }

    /* HERO */
    .st-hero {
      background: var(--st-paper);
      min-height: 700px;
      position: relative;
    }
    .st-hero__image { inset: 0; overflow: hidden; position: absolute; }
    .st-hero__image img { object-position: center -80px; }
    .st-hero__content {
      align-items: flex-start;
      display: flex;
      min-height: 700px;
      padding: clamp(180px, 13vw, 220px) 0 60px;
      pointer-events: none;
      position: relative;
    }
    .st-hero__content > * { pointer-events: auto; }
    .st-hero__copy {
      margin-left: clamp(24px, 3.25vw, 62px);
      max-width: 600px;
    }
    .st-hero__title {
      font-family: owners-narrow, 'Arial Narrow', sans-serif;
      font-size: clamp(44px, 4.6vw, 74px);
      font-weight: 800;
      letter-spacing: 0;
      line-height: .87;
      margin: 0 0 18px;
      max-width: 100%;
    }
    .st-hero__title span { white-space: nowrap; }
    .st-hero__intro {
      color: #25231f;
      font-family: owners-text, Inter, Arial, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0;
      margin: 0 0 24px;
      max-width: 440px;
      width: 100%;
    }
    /* Hero CTA pair */
    .st-hero__actions {
      display: flex;
      flex-direction: row;
      margin-top: 2px;
      max-width: 520px !important;
      width: 100%;
      overflow: visible !important;
    }
    .st-hero__actions .st-button {
      border-radius: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: owners-xwide, 'Montserrat', Arial, sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.07em;
      min-height: 58px;
      padding: 0 16px;
      transform: none;
      white-space: nowrap;
      box-sizing: border-box;
      text-transform: uppercase;
    }
    .st-hero__actions .st-button--dark {
      flex: 0 0 115px;
      background: #00000099;
      color: #fff;
      border-radius: 4px 0 0 4px;
    }
    .st-hero__actions .st-button--yellow {
      flex: 1 1 auto;
      background: #FFCD22;
      color: #0a0a0a;
      gap: 10px;
      justify-content: space-between;
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 0 4px 4px 0;
    }
    .st-hero__cta-arrow {
      display: inline-flex !important;
      align-items: center;
      font-family: Arial, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      flex-shrink: 0;
    }
    .st-hero__actions .st-button:hover { transform: none; }
    .st-hero__actions .st-button--dark:hover { background: rgba(0,0,0,.85); }
    .st-hero__actions .st-button--yellow:hover { background: #ffe050; }

    /* HOW IT WORKS */
    .st-how { background: var(--st-paper); display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); min-height: 760px; }
    .st-how__visual { min-height: 760px; overflow: hidden; }
    .st-how__visual img { object-position: center; }
    .st-how__content { align-self: center; padding: 80px clamp(54px, 8vw, 155px) 84px clamp(44px, 7vw, 120px); }
    .st-how h2 { font-size: clamp(28px, 2.6vw, 46px); margin: 0 0 42px; }
    .st-steps { display: grid; gap: 29px; }
    .st-step { display: grid; gap: 10px; grid-template-columns: 32px minmax(0,1fr); align-items: start; }
    .st-step__number { color: var(--st-yellow); font-family: owners-xwide, 'Montserrat', Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .05em; padding-top: 3px; line-height: 1.15; }
    .st-step h3 { font-family: owners-xwide, 'Montserrat', Arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .055em; line-height: 1.15; margin: 0 0 7px; text-transform: uppercase; }
    .st-step p { color: #484641; font-family: owners-text, Inter, Arial, sans-serif; font-size: 14px; line-height: 1.45; margin: 0; max-width: 560px; }

    /* FINGERPRINT */
    .st-fingerprint { background: var(--st-paper); padding: 136px 0 130px; }
    .st-fingerprint__grid { align-items: center; display: grid; gap: 8vw; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); }
    .st-fingerprint h2 { font-size: clamp(55px, 5vw, 90px); margin: 0 0 29px; }
    .st-fingerprint__copy { color: #36342f; font-size: 15px; line-height: 1.48; max-width: 520px; }
    .st-fingerprint__points { display: grid; gap: 11px; list-style: none; margin: 33px 0 0; padding: 0; }
    .st-fingerprint__points li { align-items: center; color: #3c3a35; display: flex; font-size: 13px; gap: 10px; }
    .st-fingerprint__points li::before { background: var(--st-yellow); border-radius: 50%; content: '✓'; color: #171717; display: grid; font-size: 9px; font-weight: 900; height: 15px; place-items: center; width: 15px; }
    .st-radar { margin: 0 auto; max-width: 720px; width: 100%; }
    .st-radar img { display: block; height: auto; margin: 0 auto; max-width: 100%; width: 100%; }
    .st-radar svg { display: block; height: auto; overflow: visible; width: 100%; }
    .st-radar .grid { fill: none; stroke: #aaa7a0; stroke-dasharray: 4 6; stroke-width: 1.1; }
    .st-radar .axis { stroke: #9b9892; stroke-width: 1; }
    .st-radar .shape { fill: rgba(55, 174, 83, .12); stroke: #34a956; stroke-width: 2.2; }
    .st-radar .dot { fill: #34a956; }
    .st-radar .label { fill: #262522; font-family: Inter, sans-serif; font-size: 13px; font-weight: 500; }

    /* CAPACITIES */
    .st-capacity-intro { background: #000; color: #fff; padding: 102px 0 95px; text-align: center; }
    .st-capacity-intro h2 { font-size: clamp(48px, 4.9vw, 85px); margin: 0 auto 21px; max-width: 820px; }
    .st-capacity-intro p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.45; margin: 0 auto; max-width: 850px; }
    .st-capacity-list { background: var(--st-paper); display: grid; grid-template-columns: minmax(0,1.06fr) minmax(0,.94fr); min-height: 850px; }
    .st-capacity-list__visual { min-height: 850px; overflow: hidden; }
    .st-capacity-list__visual img { display: block; height: 100%; object-fit: cover; object-position: left center; width: 100%; }
    .st-capacity-list__content { align-self: center; padding: 70px clamp(38px, 8vw, 150px) 70px clamp(36px, 6.5vw, 125px); }
    .st-marker-list { display: grid; gap: 12px; list-style: none; margin: 0; padding: 0; }
    .st-marker-list a { align-items: center; background: #fff; color: #111; display: flex; font-family: var(--st-tech); font-size: 12px; font-weight: 700; justify-content: space-between; letter-spacing: .055em; min-height: 57px; padding: 0 19px; text-transform: uppercase; transition: background .2s, color .2s; }
    .st-marker-list a > span:first-child { font-weight: 800; }
    .st-marker-list a:hover { background: var(--st-yellow); }
    .st-marker-list span:last-child { font-size: 20px; font-weight: 400; line-height: 1; }

    /* TEAM */
    .st-team { background: #fff; padding: 94px 0 110px; }
    .st-team h2 { color: #111; font-size: clamp(32px, 3.2vw, 52px); white-space: nowrap; margin: 0 0 56px; }
    .st-team__grid { display: grid; gap: 25px; grid-template-columns: repeat(3, minmax(0,1fr)); }
    .st-person { background: #fff; border: 1px solid rgba(17,17,17,.12); border-radius: 14px; min-width: 0; overflow: hidden; }
    .st-person__image { aspect-ratio: 1.64 / 1; background: #d1cec6; overflow: hidden; position: relative; }
    .st-person__image img { object-position: center; }
    .st-person__body { min-height: 266px; padding: 28px 30px 32px; }
    .st-person__name { color: #111; font-family: var(--st-tech); font-size: 17px; font-weight: 800; letter-spacing: .045em; line-height: 1.05; margin: 0 0 25px; text-transform: uppercase; }
    .st-person__role { color: #c99500; font-family: var(--st-tech); font-size: 12px; font-weight: 800; letter-spacing: .055em; line-height: 1.2; margin: 0 0 29px; text-transform: uppercase; }
    .st-person .st-person__quote { color: var(--color-grey-40, #6B6760); font-family: owners-text, Inter, Arial, sans-serif; font-size: 17px; line-height: 1.14; margin: 0; }
    .st-person--video .st-person__image { align-items: center; display: flex; justify-content: center; }
    .st-person__play { align-items: center; background: #fff; border: 0; border-radius: 50%; box-shadow: 0 5px 12px rgba(0,0,0,.16); color: #111; cursor: pointer; display: grid; height: 58px; place-items: center; padding: 0; position: relative; width: 58px; }
    .st-person__play::before { border-bottom: 9px solid transparent; border-left: 13px solid currentColor; border-top: 9px solid transparent; content: ''; display: block; margin-left: 4px; }
    .st-person__duration { background: rgba(40,40,40,.65); border-radius: 4px; bottom: 12px; color: #fff; font-family: var(--st-tech); font-size: 10px; font-weight: 700; letter-spacing: .03em; padding: 3px 8px; position: absolute; right: 12px; }
    .st-person__body--empty { min-height: 266px; }

    /* PARTNERS */
    .st-partners { background: #000; color: #fff; padding: 91px 0 88px; }
    .st-partners h2 { font-size: clamp(42px, 4vw, 69px); margin: 0 0 42px; text-align: center; }
    .st-partners__logos { align-items: center; display: flex; flex-wrap: wrap; gap: clamp(30px, 6vw, 92px); justify-content: center; }
    .st-partner-logo { align-items: center; display: inline-flex; justify-content: center; }
    .st-partner-logo img { display: block; height: auto; max-height: 54px; max-width: 210px; width: auto; }
    .st-partner-logo--altra img { max-width: 160px; }
    .st-partner-logo--buck img { max-width: 176px; max-height: 68px; }
    .st-partner-logo--whoop img { max-width: 180px; max-height: 54px; }
    .st-partner-logo--neurotracker img { max-width: 150px; max-height: 68px; }

    /* PRICING */
    .st-pricing { background: var(--st-paper); padding: 120px 0 130px; text-align: center; }
    .st-pricing h2 { font-size: clamp(48px, 4.6vw, 78px); margin: 0 0 13px; }
    .st-pricing__intro { color: #57554f; font-size: 13px; margin: 0 auto 50px; max-width: 470px; }
    .st-plans { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 360px)); justify-content: center; text-align: left; }
    .st-plan { background: #fff; border: 1px solid #dedbd4; border-radius: 11px; min-height: 487px; padding: 29px 28px 25px; position: relative; }
    .st-plan--featured { border-color: var(--st-yellow); box-shadow: 0 0 0 1px rgba(244,189,19,.2); }
    .st-plan__type { color: var(--st-yellow); font-size: 10px; font-weight: 800; letter-spacing: .11em; margin: 0 0 8px; text-transform: uppercase; }
    .st-plan__price { align-items: flex-start; color: #111; display: flex; font-family: Anton, Impact, sans-serif; font-size: 68px; letter-spacing: -.04em; line-height: .8; margin: 0 0 8px; }
    .st-plan__price span { font-family: Inter, sans-serif; font-size: 17px; font-weight: 800; letter-spacing: 0; margin: 8px 2px 0 0; }
    .st-plan__term { color: #625f59; font-size: 10px; margin: 0 0 24px; text-transform: uppercase; }
    .st-plan ul { display: grid; gap: 11px; list-style: none; margin: 0 0 28px; padding: 0; }
    .st-plan li { align-items: flex-start; color: #3d3b36; display: flex; font-size: 11px; gap: 9px; line-height: 1.3; }
    .st-plan li::before { background: var(--st-yellow); border-radius: 50%; color: #0a0a0a; content: '✓'; display: grid; flex: 0 0 14px; font-size: 8px; font-weight: 900; height: 14px; place-items: center; margin-top: 1px; }
    .st-plan .st-button { bottom: 25px; left: 28px; position: absolute; right: 28px; }

    /* FAQ */
    .st-faq { background: var(--st-paper); display: grid; grid-template-columns: minmax(0,1.06fr) minmax(0,.94fr); min-height: 682px; }
    .st-faq__visual { min-height: 682px; overflow: hidden; }
    .st-faq__visual img { object-position: center; }
    .st-faq__content { align-self: center; padding: 80px clamp(38px, 7vw, 126px) 80px clamp(38px, 7vw, 126px); }
    .st-faq h2 { font-size: clamp(48px, 4.2vw, 72px); margin: 0 0 28px; }
    .st-faq__items { border-top: 1px solid var(--st-rule); }
    .st-faq details { border-bottom: 1px solid var(--st-rule); }
    .st-faq summary { align-items: center; cursor: pointer; display: flex; font-family: var(--st-tech); font-size: 10px; font-weight: 700; gap: 20px; justify-content: space-between; letter-spacing: .055em; list-style: none; min-height: 59px; text-transform: uppercase; }
    .st-faq summary::-webkit-details-marker { display: none; }
    .st-faq summary::after { color: var(--st-yellow); content: '+'; font-size: 20px; font-weight: 400; }
    .st-faq details[open] summary::after { content: '−'; }
    .st-faq details p { color: #57544e; font-size: 12px; line-height: 1.5; margin: -4px 24px 18px 0; max-width: 560px; }

    /* FOOTER */
    .st-footer { align-items: center; background: var(--st-paper); border-top: 1px solid #dedbd4; display: flex; justify-content: space-between; min-height: 0; padding: 16px max(56px, calc((100% - 1710px) / 2)); }
    .st-footer .st-logo { color: #111; }
    .st-footer p { color: #68655e; font-size: 9px; margin: 0; text-align: right; }

    @media (max-width: 1050px) {
      .st-inner { width: min(100% - 64px, 1710px); }
      .st-nav__inner { padding: 0 32px; grid-template-columns: 150px minmax(0,1fr) auto; gap: 12px; }
      .st-nav__links { gap: 18px; }
      .st-nav__links a { font-size: 9px; letter-spacing: 1.2px; }
      .st-how__content, .st-capacity-list__content, .st-faq__content { padding-left: 45px; padding-right: 45px; }
      .st-fingerprint__grid { gap: 45px; }
    }

    @media (max-width: 760px) {
      .st-inner, .st-nav__inner { width: min(100% - 40px, 1710px); }
      .st-nav-outer { top: 0; }
      .st-nav { height: 60px; }
      .st-nav__inner { padding: 0 20px; display: flex; justify-content: space-between; }
      .st-nav__links, .st-nav__signin { display: none; }
      .st-nav__access { font-size: 9px; letter-spacing: 1px; padding: 10px 14px; }
      .st-logo__standard { font-size: 15px; }
      .st-hero, .st-hero__content { min-height: 700px; }
      .st-hero__image img { object-position: 68% center; }
      .st-hero__content { align-items: flex-start; display: flex; padding: 82px 0 30px; }
      .st-hero__copy { margin-left: 0; max-width: 310px; }
      .st-hero__title { font-size: 60px; line-height: .86; margin-bottom: 23px; }
      .st-hero__intro { max-width: 290px; }
      .st-hero__actions { grid-template-columns: minmax(104px, .32fr) minmax(0, .68fr); max-width: 100%; }
      .st-hero__actions .st-button { font-size: 8px; min-height: 42px; padding: 0 12px; }
      .st-hero__actions .st-button--yellow { gap: 8px; }
      .st-hero__cta-arrow { font-size: 18px; }
      .st-button { font-size: 8px; min-height: 40px; padding: 0 13px; }
      .st-how, .st-faq { grid-template-columns: 1fr; }
      .st-how__visual { min-height: 420px; order: 1; }
      .st-how__content { order: 2; padding: 64px 20px 72px; }
      .st-how h2 { font-size: 50px; }
      .st-step { gap: 16px; grid-template-columns: 25px minmax(0,1fr); }
      .st-step p { font-size: 12px; }
      .st-fingerprint { padding: 78px 0; }
      .st-fingerprint__grid { gap: 54px; grid-template-columns: 1fr; }
      .st-fingerprint h2 { font-size: 57px; }
      .st-fingerprint__copy { font-size: 13px; }
      .st-fingerprint__points li { font-size: 11px; }
      .st-capacity-intro { padding: 76px 0 71px; }
      .st-capacity-intro h2 { font-size: 48px; }
      .st-capacity-intro p { font-size: 12px; }
      .st-capacity-list { grid-template-columns: 1fr; }
      .st-capacity-list__visual { min-height: 530px; }
      .st-capacity-list__content { padding: 43px 20px 60px; }
      .st-marker-list a { font-size: 10px; min-height: 51px; }
      .st-team { padding: 74px 0; }
      .st-team h2 { font-size: 48px; margin-bottom: 35px; }
      .st-team__grid { grid-template-columns: 1fr; }
      .st-person__body, .st-person__body--empty { min-height: 190px; }
      .st-partners { padding: 71px 0; }
      .st-partners h2 { font-size: 46px; }
      .st-partners__logos { gap: 28px; }
      .st-pricing { padding: 78px 0; }
      .st-pricing h2 { font-size: 55px; }
      .st-plans { grid-template-columns: 1fr; }
      .st-faq__visual { min-height: 410px; }
      .st-faq__content { padding: 67px 20px 73px; }
      .st-footer { align-items: center; flex-direction: row; gap: 12px; min-height: 0; padding: 12px 20px; }
      .st-footer p { text-align: left; }
    }

/* Gutenberg / WordPress safety overrides */
.standard-landing > * { margin-top: 0; margin-bottom: 0; }
.standard-landing .wp-block-group,
.standard-landing .wp-block-html { margin: 0; max-width: none; }

/* Fallback host for the WordPress page editor/template. */
body.page-id-3355 .entry-content {
  --st-black: #0d0d0d;
  --st-ink: #111111;
  --st-paper: #f5f4f0;
  --st-card: #ffffff;
  --st-yellow: #f4bd13;
  --st-yellow-light: #ffd33a;
  --st-muted: #5b5953;
  --st-rule: rgba(17,17,17,.18);
  --st-dark-rule: rgba(255,255,255,.16);
  --st-tech: 'Microgramma D Extended', 'Eurostile Extended', 'Oxanium', Arial, sans-serif;
  color: var(--st-ink);
  background: var(--st-paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.45;
  overflow: hidden;
  width: 100%;
}
body.page-id-3355 .entry-content > * { margin-top: 0 !important; margin-bottom: 0 !important; }
