/* RevoHub components — header, footer, buttons, layout shells.
   Everything token-driven; no literal colours except the deliberate
   placeholder greys, which are not part of the brand palette. */

.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.rh-skip{position:absolute;left:-9999px;top:0;z-index:100;padding:12px 20px;background:var(--wp--preset--color--surface);
  border:1px solid var(--wp--preset--color--green-200);border-radius:0 0 12px 0;font-weight:600;color:var(--wp--preset--color--green-800)}
.rh-skip:focus{left:0}

.rh-wrap{max-width:1280px;margin-inline:auto;padding-inline:24px}
/* Lift content above the decorative .rh-layer siblings. Applies to every
   section shell so a pattern can never forget it — the scrim and grid must
   sit UNDER the text, never over it. */
.rh-hero > .rh-wrap,.rh-section > .rh-wrap{position:relative;z-index:1}
.rh-section{position:relative;padding-block:48px}
@media (min-width:768px){.rh-section{padding-block:96px}}
.rh-section--tint{background:var(--wp--preset--color--surface-tint);border-block:1px solid var(--wp--preset--color--green-100)}
.rh-prose{max-width:68ch}
.rh-lead{font-size:18px;line-height:1.625}
.rh-small{font-size:14px;line-height:1.43}
.rh-note{max-width:68ch;margin-inline:auto;text-align:center;font-size:14px}
.rh-empty{padding:48px;text-align:center;background:var(--wp--preset--color--surface-tint);
  border:1px dashed var(--wp--preset--color--green-400);border-radius:var(--wp--custom--radius--card)}

.rh-grid{list-style:none;margin:0;padding:0;display:grid;gap:24px;grid-template-columns:1fr}
@media (min-width:768px){.rh-grid--3{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.rh-grid--3{grid-template-columns:repeat(3,1fr)}}
.rh-grid > li{display:flex}

.rh-checks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.rh-checks li{display:flex;gap:12px;align-items:flex-start}
.rh-checks li::before{content:"";flex:0 0 auto;width:20px;height:20px;margin-top:2px;border-radius:50%;
  background:var(--wp--preset--color--green-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.5l3 3 6-6.5' fill='none' stroke='%234A7C2F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}

.rh-taglist{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.rh-spec{display:block;font-size:14px;line-height:1.55}
.rh-stat{font-size:48px;font-weight:800;line-height:1;color:var(--wp--preset--color--green-700)}

/* ---------- Buttons ---------- */
.rh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:12px 28px;white-space:nowrap;
  border-radius:var(--wp--custom--radius--pill);font-size:16px;font-weight:600;text-decoration:none;
  border:1px solid transparent;cursor:pointer;font-family:inherit;
  transition:background 200ms ease-out,box-shadow 200ms ease-out,transform 200ms ease-out}
.rh-btn--primary{background:var(--wp--preset--color--green-700);color:var(--wp--preset--color--surface);
  box-shadow:var(--wp--preset--shadow--glow),inset 0 1px 0 rgba(255,255,255,.15)}
.rh-btn--primary:hover{background:var(--wp--preset--color--green-800);transform:translateY(-1px);
  box-shadow:var(--wp--preset--shadow--glow-strong);color:var(--wp--preset--color--surface);text-decoration:none}
.rh-btn--primary:active{transform:none}
.rh-btn--ghost{background:var(--wp--custom--glass-fill);border-color:var(--wp--preset--color--green-200);color:var(--wp--preset--color--heading)}
.rh-btn--ghost:hover{background:var(--wp--preset--color--green-50);border-color:var(--wp--preset--color--green-400);
  box-shadow:var(--wp--preset--shadow--glow);color:var(--wp--preset--color--heading);text-decoration:none}

/* ---------- Header ---------- */
.rh-header{position:sticky;top:0;z-index:60}
.rh-header__bar{border-radius:0;border-width:0 0 1px 0;border-color:var(--wp--preset--color--green-100);box-shadow:none}
.rh-header.is-scrolled .rh-header__bar{border-bottom-color:var(--wp--preset--color--green-200);box-shadow:0 1px 0 rgba(131,195,84,.18),var(--wp--preset--shadow--sm)}
.rh-header__inner{max-width:1280px;margin-inline:auto;padding:10px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.rh-header__logo{display:block;flex:0 0 auto;padding-right:41px}
.rh-logo{display:block}

.rh-nav{display:none;align-items:center;gap:2px}
@media (min-width:1024px){.rh-nav{display:flex}}
.rh-nav a,.rh-nav button{padding:10px 14px;border-radius:var(--wp--custom--radius--pill);font-size:15px;font-weight:500;
  color:var(--wp--preset--color--heading);background:none;border:0;font-family:inherit;cursor:pointer;text-decoration:none;
  display:inline-flex;align-items:center;gap:6px;transition:background 200ms ease-out}
.rh-nav a:hover,.rh-nav button:hover{background:var(--wp--preset--color--green-50);color:var(--wp--preset--color--green-800);text-decoration:none}
.rh-nav__item{position:relative}
.rh-nav__panel{position:absolute;top:calc(100% + 8px);left:0;min-width:280px;padding:8px;display:flex;flex-direction:column;gap:2px;
  background:var(--wp--preset--color--surface);border:1px solid var(--wp--preset--color--green-200);
  border-radius:12px;box-shadow:var(--wp--preset--shadow--md)}
.rh-nav__panel a{border-radius:8px}

.rh-header__actions{display:flex;align-items:center;gap:8px}
.rh-header__actions .rh-btn{display:none}
@media (min-width:1024px){.rh-header__actions .rh-btn{display:inline-flex}}
.rh-burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0 10px;
  border:1px solid var(--wp--preset--color--green-200);border-radius:12px;background:var(--wp--preset--color--surface);cursor:pointer}
.rh-burger span[aria-hidden]{display:block;height:2px;border-radius:2px;background:var(--wp--preset--color--green-700)}
@media (min-width:1024px){.rh-burger{display:none}}

.rh-drawer{position:fixed;inset:0;z-index:70;padding:16px 24px 32px;overflow-y:auto;
  background:var(--wp--custom--glass-fill);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.rh-drawer{background:var(--wp--preset--color--surface)}}
.rh-drawer__head{display:flex;justify-content:flex-end}
.rh-drawer nav{display:flex;flex-direction:column;gap:2px;margin-top:16px}
.rh-drawer nav a{min-height:44px;display:flex;align-items:center;font-size:17px;color:var(--wp--preset--color--heading);
  text-decoration:none;border-bottom:1px solid var(--wp--preset--color--green-100)}
.rh-drawer nav .rh-mono{margin:16px 0 4px}
.rh-drawer nav .rh-btn{margin-top:24px;justify-content:center;border-bottom:0}

/* ---------- Hero ---------- */
.rh-hero{position:relative;overflow:hidden;padding-block:56px 80px}
.rh-hero__inner{position:relative;display:grid;gap:48px;grid-template-columns:1fr;align-items:center}
@media (min-width:1024px){.rh-hero__inner{grid-template-columns:1.05fr .95fr}}
.rh-hero__copy{display:flex;flex-direction:column;gap:24px;max-width:640px}
.rh-hero__cta{display:flex;flex-wrap:wrap;gap:12px}
.rh-hero__card{display:flex;flex-direction:column;gap:20px;padding:32px;width:100%;max-width:440px;justify-self:end}
.rh-hero__kicker{color:var(--wp--preset--color--green-700)}
.rh-hero__cardtitle{font-size:20px;font-weight:700;margin:0;color:var(--wp--preset--color--heading)}
.rh-hero__score{display:flex;align-items:baseline;gap:12px}
.rh-hero__band{font-size:14px;font-weight:600}
.rh-hero__next{padding-top:20px;border-top:1px solid var(--wp--preset--color--green-200);display:flex;flex-direction:column;gap:6px}
.rh-hero__course{font-size:16px;font-weight:600;margin:0;color:var(--wp--preset--color--heading)}

/* ---------- Flip card interior ---------- */
.rh-flip__face{display:flex;flex-direction:column;gap:14px;padding:24px}
.rh-flip__face--back{padding:28px;justify-content:center;overflow:auto}
.rh-flip__title{font-size:20px;font-weight:700;line-height:1.25;color:var(--wp--preset--color--heading)}
.rh-flip__more{margin-top:auto;font-size:14px;font-weight:600;color:var(--wp--preset--color--green-700)}
.rh-flip__img{border-radius:var(--wp--custom--radius--image);aspect-ratio:3/2;object-fit:cover;width:100%}
.rh-stat__card{display:flex;flex-direction:column;gap:8px;padding:28px;text-align:center;align-items:center}

/* ---------- Footer ---------- */
.rh-footer{position:relative;overflow:hidden;padding:64px 24px 32px}
.rh-footer__signal{position:absolute;top:0;left:0;width:100%;height:4px}
.rh-footer__inner{position:relative;max-width:1280px;margin-inline:auto;display:grid;gap:48px;grid-template-columns:1fr}
@media (min-width:768px){.rh-footer__inner{grid-template-columns:2fr 1fr 1fr}}
.rh-footer p{font-size:14px;line-height:1.7;color:rgba(255,255,255,.72);max-width:60ch}
.rh-footer__brand{display:flex;flex-direction:column;gap:16px}
.rh-footer__col{display:flex;flex-direction:column;gap:12px}
.rh-footer__col h2{color:var(--wp--preset--color--green-500);margin:0}
.rh-footer__col a{min-height:32px;display:flex;align-items:center;font-size:14px;color:rgba(255,255,255,.82);text-decoration:none}
.rh-footer__col a:hover{color:#fff;text-decoration:underline}
.rh-social{list-style:none;display:flex;gap:8px;margin:8px 0 0;padding:0}
.rh-social a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:9999px;
  border:1px solid rgba(210,233,193,.2);color:var(--wp--preset--color--green-500)}
.rh-social a:hover{border-color:var(--wp--preset--color--green-500);background:rgba(131,195,84,.12)}
.rh-footer__base{position:relative;max-width:1280px;margin:48px auto 0;padding-top:24px;
  border-top:1px solid rgba(210,233,193,.2);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}
.rh-footer__base p{color:rgba(255,255,255,.6);margin:0}

/* ---------- Placeholder imagery ----------
   Neutral striped blocks standing in for real photography.
   The production alt string is already on every one. */
.rh-ph{display:flex;align-items:center;justify-content:center;padding:8px;text-align:center;width:100%;
  border-radius:var(--wp--custom--radius--image);
  background:repeating-linear-gradient(135deg,#F4F4F4 0 12px,#EAEAEA 12px 24px);
  font-family:var(--wp--preset--font-family--mono);font-size:11px;font-weight:600;color:#6B6B6B}

/* ---------- Pillars signal connector ---------- */
.rh-pillars__signal{display:none;width:100%;height:40px;margin:32px 0 8px}
@media (min-width:1024px){.rh-pillars__signal{display:block}}

/* ---------- Split panel ---------- */
.rh-split{grid-template-columns:1fr}
@media (min-width:900px){.rh-split{grid-template-columns:repeat(2,1fr)}}
.rh-split__card{display:grid;gap:24px;padding:24px;grid-template-columns:1fr}
@media (min-width:560px){.rh-split__card{grid-template-columns:minmax(120px,.8fr) 1.2fr}}
.rh-split__body{display:flex;flex-direction:column;gap:16px}
.rh-split__body .rh-btn{align-self:flex-start;margin-top:auto}

/* ---------- Testimonials ---------- */
.rh-marquee__wrap{overflow:hidden;padding-block:8px;margin-top:32px}
.rh-quote{flex:0 0 auto;width:360px;display:flex;flex-direction:column;gap:16px;padding:28px;margin:0}
.rh-quote blockquote{margin:0;line-height:1.7}
.rh-quote figcaption{display:flex;align-items:center;gap:12px;margin-top:auto}
.rh-quote__avatar{width:40px;height:40px;border-radius:50%;flex:0 0 auto;font-size:0}
.rh-quote__name{font-size:14px;font-weight:600;color:var(--wp--preset--color--heading)}

/* ---------- Waitlist ---------- */
.rh-wait{position:relative;max-width:720px;display:flex;flex-direction:column;gap:24px}
.rh-field{display:flex;flex-direction:column;gap:8px}
.rh-field label{font-size:14px;font-weight:600;color:var(--wp--preset--color--heading)}
.rh-field input,.rh-field select,.rh-field textarea{width:100%;min-height:44px;padding:12px 16px;font:inherit;
  color:var(--wp--preset--color--heading);background:var(--wp--preset--color--surface);
  border:1px solid var(--wp--preset--color--green-200);border-radius:var(--wp--custom--radius--input)}
.rh-field input:focus,.rh-field select:focus,.rh-field textarea:focus{border-color:var(--wp--preset--color--green-700);
  box-shadow:0 0 0 3px rgba(131,195,84,.18)}
.rh-consent{display:flex;gap:12px;align-items:flex-start;font-size:14px;line-height:1.6}
.rh-consent input{width:20px;height:20px;margin-top:2px;accent-color:#4A7C2F;flex:0 0 auto}
.rh-form{display:flex;flex-direction:column;gap:16px;padding:32px;background:var(--wp--preset--color--surface);
  border:1px solid var(--wp--preset--color--green-200);border-radius:var(--wp--custom--radius--card);box-shadow:var(--wp--preset--shadow--md)}
.rh-status{min-height:20px;font-size:14px;font-weight:600}

/* ---------- Partner strip ---------- */
.rh-partners{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}
.rh-partners li{width:160px;height:60px;border:1px solid var(--wp--preset--color--green-200);border-radius:12px;
  filter:grayscale(1);transition:filter 200ms ease-out,border-color 200ms ease-out}
.rh-partners li:hover{filter:grayscale(0);border-color:var(--wp--preset--color--green-400)}
.rh-center{display:flex;flex-direction:column;gap:24px;align-items:center}

/* ---------- Our Team (About) ----------
   Static profile cards, not flip cards. Portraits are square placeholders
   sized and framed so real headshots drop in with zero layout change. */
.rh-team{display:flex;flex-direction:column;gap:48px}

.rh-team__featured{display:grid;gap:32px;grid-template-columns:1fr;align-items:center;
  padding:32px;border-radius:var(--wp--custom--radius--card)}
@media (min-width:768px){.rh-team__featured{grid-template-columns:minmax(220px,320px) 1fr;gap:48px}}

/* The CEO frame is heavier than the leadership row — that weight is the only
   thing marking seniority, and the name/role text says it too. */
.rh-team__portrait--lead{border:4px solid var(--wp--preset--color--green-500);
  box-shadow:var(--wp--preset--shadow--glow-edge)}
.rh-team__portrait{aspect-ratio:1/1;width:100%;border-radius:var(--wp--custom--radius--image);
  object-fit:cover;display:block}
.rh-team__portrait--row{border:2px solid var(--wp--preset--color--green-400)}

.rh-team__body{display:flex;flex-direction:column;gap:12px}
.rh-team__name{font-size:var(--wp--preset--font-size--h3);font-weight:700;line-height:1.25;
  color:var(--wp--preset--color--heading);margin:0}
.rh-team__name--lead{font-size:26px}
.rh-team__role{margin:0}
.rh-team__bio{margin:0;line-height:1.7;max-width:60ch}

.rh-team__row{list-style:none;margin:0;padding:0;display:grid;gap:24px;grid-template-columns:1fr}
@media (min-width:560px){.rh-team__row{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.rh-team__row{grid-template-columns:repeat(4,1fr)}}
.rh-team__card{display:flex;flex-direction:column;gap:16px;padding:20px}
/* Hover lifts and brightens the frame — it never hides the name or role. */
.rh-team__card:hover .rh-team__portrait--row{border-color:var(--wp--preset--color--green-400)}

/* ---------- About: vision / mission panels ---------- */
.rh-panels{display:grid;gap:24px;grid-template-columns:1fr}
@media (min-width:900px){.rh-panels{grid-template-columns:repeat(2,1fr)}}
.rh-panel{display:flex;flex-direction:column;gap:16px;padding:32px}
.rh-panel h2{font-size:26px;line-height:1.25}
.rh-panel ul{list-style:none;margin:auto 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px}

/* ---------- Advisors ----------
   Flip cards (unlike the Our Team profile cards) — the bios are long enough
   that hiding them behind a face keeps the row scannable. */
@media (min-width:1280px){.rh-advisors{grid-template-columns:repeat(5,1fr)}}
.rh-advisor__portrait{width:88px;height:88px;border-radius:50%;flex:0 0 auto;font-size:10px}
.rh-flag{text-transform:none;letter-spacing:0;color:#6B6B6B;margin:24px 0 0}

/* ---------- Closing CTA ---------- */
.rh-cta{display:flex;flex-direction:column;gap:24px;align-items:flex-start}
.rh-cta__row{display:flex;flex-wrap:wrap;gap:12px}
