
.yh-root{
  --yellow:#FFC400; --ink:#17150F; --cream:#FAF5EA; --white:#FFFFFF;
  --muted:#5E584B; --line:#E4DAC3; --field:#D5CAB0; --error:#B42318;
  --r-lg:22px; --r-md:12px; --r-sm:8px;
  --display:'Bricolage Grotesque','Mukta',Montserrat,system-ui,sans-serif;
  --body:'Spline Sans','Open Sans',system-ui,sans-serif;
  --wrap:1180px;
}
.yh-root *{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.yh-root{margin:0;background:var(--white);color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.6}
.yh-root img{max-width:100%;display:block}
.yh-root a{color:inherit}
.yh-root p{margin:0}
.yh-root h1,.yh-root h2,.yh-root h3{font-family:var(--display);font-weight:800;line-height:1.04;letter-spacing:-0.02em;margin:0}
.yh-root :focus-visible{outline:3px solid var(--ink);outline-offset:3px;border-radius:4px}
.yh-root .yh-wrap{max-width:var(--wrap);margin:0 auto;padding:0 28px}
.yh-root .yh-sec{padding:104px 0}
.yh-root .yh-sec--cream{background:var(--cream)}
.yh-root .yh-sec--ink{background:var(--ink);color:var(--cream)}
.yh-root .yh-h2{font-size:clamp(34px,4.6vw,56px);max-width:18ch}
.yh-root .yh-lede{font-size:19px;color:var(--muted);max-width:56ch;margin-top:18px}
.yh-root .yh-sec--ink .yh-lede{color:#CFC7B3}
.yh-root .yh-skip{position:absolute;left:-999px;top:8px;background:var(--yellow);padding:8px 14px;border-radius:8px;font-weight:600;z-index:100}
.yh-root .yh-skip:focus{left:12px}

/* Buttons */
.yh-root .yh-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 26px;border-radius:var(--r-md);border:2px solid var(--ink);font:600 17px/1.2 var(--body);text-decoration:none;cursor:pointer;color:var(--ink);background:transparent;text-align:center}
.yh-root .yh-btn--ink{background:var(--ink);color:var(--cream)}
.yh-root .yh-btn--ink:hover{background:#2E2A20}
.yh-root .yh-btn--yellow{background:var(--yellow);border-color:var(--yellow)}
.yh-root .yh-btn--yellow:hover{background:#FFD23F;border-color:#FFD23F}
.yh-root .yh-btn--ghost:hover{background:var(--white)}
.yh-root .yh-btn--light{border-color:var(--cream);color:var(--cream)}
.yh-root .yh-btn--light:hover{background:var(--cream);color:var(--ink)}
.yh-root .yh-btn--sm{min-height:44px;padding:10px 18px;font-size:15px}
.yh-root .yh-link{font-weight:600;text-decoration:none;border-bottom:3px solid var(--yellow)}
.yh-root .yh-link:hover{border-bottom-color:var(--ink)}

/* Header */
.yh-root .yh-head{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.yh-root .yh-head__in{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:78px}
.yh-root .yh-logo{display:block;height:76px;width:auto;margin:-10px 0 -10px -14px}
.yh-root .yh-nav{display:flex;align-items:center;gap:26px}
.yh-root .yh-nav a{text-decoration:none;font-weight:500;font-size:16px}
.yh-root .yh-nav a:hover{text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:3px;text-underline-offset:6px}
.yh-root .yh-menu{display:none;background:none;border:2px solid var(--ink);border-radius:10px;min-height:44px;padding:0 14px;font:600 15px var(--body);cursor:pointer}

/* Hero */
.yh-root .yh-hero{background:var(--cream);padding:72px 0 96px;overflow:hidden}
.yh-root .yh-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:56px;align-items:center}
.yh-root .yh-hero__title{font-size:clamp(40px,5.2vw,68px);max-width:17ch}
.yh-root .yh-hero__lede{font-size:20px;color:var(--muted);max-width:44ch;margin:24px 0 34px}
.yh-root .yh-hero__cta{display:flex;flex-wrap:wrap;gap:12px}
.yh-root .yh-hero__facts{list-style:none;margin:36px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px}
.yh-root .yh-hero__facts li{padding:8px 14px;border:1.5px solid var(--ink);border-radius:999px;font-weight:500;font-size:15px;background:var(--white)}

.yh-root .yh-stack{position:relative;height:540px}
.yh-root .yh-polaroid{position:absolute;width:62%;margin:0;background:var(--white);padding:10px 10px 0;border-radius:6px;box-shadow:0 18px 40px rgba(23,21,15,.18)}
.yh-root .yh-polaroid img{aspect-ratio:4/5;object-fit:cover;border-radius:3px}
.yh-root .yh-polaroid figcaption{font-size:14px;padding:10px 4px 12px;color:var(--muted)}
.yh-root .yh-polaroid figcaption strong{color:var(--ink);font-weight:600}
.yh-root .yh-polaroid--1{left:0;top:40px;transform:rotate(-6deg);z-index:1}
.yh-root .yh-polaroid--2{right:0;top:0;transform:rotate(5deg);z-index:2}
.yh-root .yh-polaroid--3{left:22%;top:150px;transform:rotate(-1.5deg);z-index:3}
@keyframes yh-settle{from{opacity:0;transform:translateY(40px) rotate(0)}}
.yh-root .yh-polaroid{animation:yh-settle .8s cubic-bezier(.2,.8,.2,1) both}
.yh-root .yh-polaroid--2{animation-delay:.12s}.yh-root .yh-polaroid--3{animation-delay:.24s}
@media (prefers-reduced-motion:reduce){.yh-root .yh-polaroid{animation:none}}

/* Belief line */
.yh-root .yh-belief{background:var(--yellow);padding:64px 0}
.yh-root .yh-belief__line{font-family:var(--display);font-weight:800;font-size:clamp(34px,6vw,76px);line-height:1.15;letter-spacing:-0.01em}
.yh-root .yh-belief__sub{margin-top:14px;font-size:19px;font-weight:500}

/* One-to-one */
.yh-root .yh-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:56px}
.yh-root .yh-room{border-radius:var(--r-lg);padding:30px 30px 26px;border:2px solid var(--line);background:var(--white)}
.yh-root .yh-room--us{border-color:var(--ink);background:var(--cream)}
.yh-root .yh-room__title{font-size:26px}
.yh-root .yh-room__plan{height:220px;margin:22px 0 18px;border-radius:14px;background:var(--cream);position:relative;display:grid;place-items:center}
.yh-root .yh-room--us .yh-room__plan{background:var(--white)}
.yh-root .yh-seats{display:grid;grid-template-columns:repeat(8,14px);gap:12px 16px;margin-top:40px}
.yh-root .yh-seat{width:14px;height:14px;border-radius:50%;background:#CFC4AA}
.yh-root .yh-teacher{position:absolute;top:22px;left:50%;transform:translateX(-50%);width:22px;height:22px;border-radius:50%;background:var(--ink)}
.yh-root .yh-desk{position:relative;width:220px;height:92px;border-radius:12px;background:var(--yellow);border:2px solid var(--ink)}
.yh-root .yh-person{position:absolute;top:-34px;width:48px;height:48px;border-radius:50%;background:var(--ink);color:var(--cream);display:grid;place-items:center;font-size:12px;font-weight:600}
.yh-root .yh-person--you{background:var(--white);color:var(--ink);border:2px solid var(--ink);top:auto;bottom:-34px}
.yh-root .yh-person--mentor{left:calc(50% - 24px)}
.yh-root .yh-person--you{left:calc(50% - 24px)}
.yh-root .yh-room__list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.yh-root .yh-room__list li{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;padding-top:12px;border-top:1px solid var(--line)}
.yh-root .yh-room__list dt,.yh-root .yh-room__k{font-weight:600}
.yh-root .yh-room__v{color:var(--muted)}
.yh-root .yh-room--us .yh-room__v{color:var(--ink)}

/* Included */
.yh-root .yh-incl{list-style:none;margin:48px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 40px;border-top:2px solid var(--ink)}
.yh-root .yh-incl li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:14px;padding:22px 0;border-bottom:1px solid var(--line);font-size:18px;font-weight:500;line-height:1.35}
.yh-root .yh-tick{width:22px;height:22px;border-radius:6px;background:var(--yellow);border:2px solid var(--ink);margin-top:2px;position:relative}
.yh-root .yh-tick::after{content:"";position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid var(--ink);border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}

/* Courses */
.yh-root .yh-courses__feature{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:52px}
.yh-root .yh-cfeat{border-radius:var(--r-lg);padding:36px;display:flex;flex-direction:column;gap:14px;min-height:320px}
.yh-root .yh-cfeat--ink{background:var(--ink);color:var(--cream)}
.yh-root .yh-cfeat--yellow{background:var(--yellow)}
.yh-root .yh-cfeat__tag{font-weight:600;font-size:15px}
.yh-root .yh-cfeat__title{font-size:clamp(30px,3.2vw,40px);max-width:16ch}
.yh-root .yh-cfeat p{max-width:44ch}
.yh-root .yh-cfeat--ink p{color:#D9D1BE}
.yh-root .yh-cfeat__foot{margin-top:auto;display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding-top:10px}
.yh-root .yh-cfeat__meta{font-weight:600}
.yh-root .yh-clist{list-style:none;margin:28px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 40px}
.yh-root .yh-clist li{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;border-bottom:1px solid var(--line)}
.yh-root .yh-clist h3{font-size:21px;letter-spacing:-0.01em}
.yh-root .yh-clist p{color:var(--muted);font-size:15px;margin-top:4px}
.yh-root .yh-ask{flex-shrink:0;background:none;border:0;padding:6px 0;font:600 15px var(--body);color:var(--ink);cursor:pointer;border-bottom:3px solid var(--yellow)}
.yh-root .yh-ask:hover{border-bottom-color:var(--ink)}

/* Mentor */
.yh-root .yh-mentor{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:64px;align-items:center}
.yh-root .yh-mentor__photo{position:relative;margin:0}
.yh-root .yh-mentor__photo img{border-radius:var(--r-lg);border:2px solid var(--ink);aspect-ratio:1/1;object-fit:cover;box-shadow:14px 14px 0 var(--yellow)}
.yh-root .yh-mentor__name{font-size:clamp(36px,4.4vw,54px)}
.yh-root .yh-mentor__role{font-weight:600;margin-top:10px}
.yh-root .yh-mentor__bio{margin-top:20px;max-width:58ch;color:var(--muted)}
.yh-root .yh-mentor__bio + .yh-mentor__bio{margin-top:12px}
.yh-root .yh-mentor__quote{margin-top:28px;padding:18px 22px;border-left:5px solid var(--yellow);background:var(--white);border-radius:0 12px 12px 0;font-weight:500;max-width:52ch}

/* Stories */
.yh-root .yh-stories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;margin-top:52px}
.yh-root .yh-story{margin:0;background:var(--white);padding:8px 8px 0;border-radius:6px;color:var(--ink)}
.yh-root .yh-story:nth-child(odd){transform:rotate(-1.5deg)}
.yh-root .yh-story:nth-child(even){transform:rotate(1.5deg) translateY(14px)}
.yh-root .yh-story img{aspect-ratio:4/5;object-fit:cover;border-radius:3px}
.yh-root .yh-story figcaption{padding:10px 4px 12px;font-size:13px;line-height:1.35;color:var(--muted)}
.yh-root .yh-story figcaption strong{display:block;color:var(--ink);font-size:15px}
.yh-root .yh-stories__foot{display:flex;flex-wrap:wrap;gap:12px;margin-top:56px}

/* Events */
.yh-root .yh-ev-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap}
.yh-root .yh-events{list-style:none;margin:44px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.yh-root .yh-ev{background:var(--white);border:2px solid var(--ink);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column}
.yh-root .yh-ev__media{aspect-ratio:1200/630;background:var(--yellow);display:flex;flex-direction:column;justify-content:space-between;padding:16px 20px;position:relative;text-decoration:none;border-bottom:2px solid var(--ink)}
.yh-root .yh-ev__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.yh-root .yh-ev__type{font-weight:600;font-size:14px}
.yh-root .yh-ev__date{font-family:var(--display);font-weight:800;line-height:.85;font-size:64px;letter-spacing:-0.03em}
.yh-root .yh-ev__date span{font-size:24px}
.yh-root .yh-ev__chip{position:absolute;left:12px;top:12px;z-index:1;background:var(--yellow);border:2px solid var(--ink);border-radius:8px;padding:2px 10px;font-family:var(--display);font-weight:800;font-size:15px}
.yh-root .yh-ev__body{padding:20px;display:flex;flex-direction:column;gap:6px;flex:1}
.yh-root .yh-ev__when{font-size:14px;font-weight:600;color:var(--muted)}
.yh-root .yh-ev__title{font-size:21px;line-height:1.2;letter-spacing:-0.01em}
.yh-root .yh-ev__title a{text-decoration:none}
.yh-root .yh-ev__foot{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:auto 0 14px;padding-top:14px}
.yh-root .yh-fee{font-size:14px;font-weight:600;padding:3px 10px;border-radius:6px;border:1.5px solid var(--ink)}
.yh-root .yh-fee--paid{background:var(--yellow);border-color:var(--yellow)}
.yh-root .yh-seats-left{font-size:14px;color:var(--muted)}
.yh-root .yh-seats-left--low{color:var(--ink);font-weight:600}

/* Tools */
.yh-root .yh-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:44px}
.yh-root .yh-tool{display:grid;grid-template-columns:auto minmax(0,1fr);gap:22px;align-items:start;padding:30px;border-radius:var(--r-lg);background:var(--white);border:2px solid var(--line);text-decoration:none}
.yh-root .yh-tool:hover{border-color:var(--ink)}
.yh-root .yh-tool__icon{width:64px;height:64px;border-radius:16px;background:var(--yellow);display:grid;place-items:center;font-family:var(--display);font-weight:800;font-size:30px}
.yh-root .yh-tool h3{font-size:26px}
.yh-root .yh-tool p{color:var(--muted);margin:8px 0 14px}

/* Steps */
.yh-root .yh-steps{list-style:none;margin:52px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;counter-reset:s;border-top:2px solid var(--ink)}
.yh-root .yh-steps li{padding:26px 26px 0 0;position:relative}
.yh-root .yh-step__n{font-family:var(--display);font-weight:800;font-size:56px;line-height:1;color:var(--yellow);-webkit-text-stroke:2px var(--ink)}
.yh-root .yh-step__t{font-size:22px;margin:14px 0 8px}
.yh-root .yh-step__d{color:var(--muted);max-width:28ch}

/* FAQ */
.yh-root .yh-faq-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:64px;align-items:start}
.yh-root .yh-faq{border-top:2px solid var(--ink)}
.yh-root .yh-faq details{border-bottom:1px solid var(--line);padding:20px 0}
.yh-root .yh-faq summary{display:flex;justify-content:space-between;gap:18px;font-weight:600;font-size:19px;cursor:pointer;list-style:none}
.yh-root .yh-faq summary::-webkit-details-marker{display:none}
.yh-root .yh-faq summary::after{content:"+";font-family:var(--display);font-size:28px;line-height:.8}
.yh-root .yh-faq details[open] summary::after{content:"\2013"}
.yh-root .yh-faq details p{margin-top:12px;color:var(--muted);max-width:62ch}

/* Demo + contact */
.yh-root .yh-demo{background:var(--yellow);padding:104px 0}
.yh-root .yh-demo__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:48px;align-items:start}
.yh-root .yh-form{margin-top:32px;background:var(--white);border:2px solid var(--ink);border-radius:var(--r-lg);padding:30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.yh-root .yh-field{display:grid;gap:6px}
.yh-root .yh-field--full{grid-column:1/-1}
.yh-root .yh-field label{font-weight:600;font-size:15px}
.yh-root .yh-opt{font-weight:400;color:var(--muted)}
.yh-root .yh-input{width:100%;min-height:50px;padding:12px 14px;font:400 16px var(--body);color:var(--ink);background:var(--cream);border:1.5px solid var(--field);border-radius:var(--r-sm)}
.yh-root .yh-input:focus{outline:none;border-color:var(--ink);box-shadow:0 0 0 3px var(--yellow)}
.yh-root .yh-input[aria-invalid="true"]{border-color:var(--error)}
.yh-root .yh-err{color:var(--error);font-size:14px}
.yh-root .yh-phone{display:flex}
.yh-root .yh-phone span{display:grid;place-items:center;padding:0 12px;background:var(--line);border:1.5px solid var(--field);border-right:0;border-radius:var(--r-sm) 0 0 var(--r-sm);font-weight:600}
.yh-root .yh-phone .yh-input{border-radius:0 var(--r-sm) var(--r-sm) 0}
.yh-root .yh-form__done{grid-column:1/-1;padding:18px;border-radius:var(--r-md);background:var(--cream);font-weight:500}
.yh-root .yh-contact{background:var(--ink);color:var(--cream);border-radius:var(--r-lg);padding:34px}
.yh-root .yh-contact h3{font-size:28px;color:var(--white)}
.yh-root .yh-contact dl{margin:22px 0 0;display:grid;gap:16px}
.yh-root .yh-contact dt{font-size:14px;color:#9E967F}
.yh-root .yh-contact dd{margin:2px 0 0;font-weight:500}
.yh-root .yh-contact dd a{text-decoration:none;border-bottom:2px solid var(--yellow)}
.yh-root .yh-contact__cta{display:grid;gap:10px;margin-top:26px}

/* Footer */
.yh-root .yh-foot{background:var(--cream);border-top:2px solid var(--ink);padding:64px 0 36px}
.yh-root .yh-foot__grid{display:grid;grid-template-columns:1.3fr repeat(3,minmax(0,1fr));gap:40px}
.yh-root .yh-foot__about{color:var(--muted);max-width:34ch;margin-top:12px;font-size:15px}
.yh-root .yh-foot h4{margin:0 0 12px;font-size:15px;font-weight:600}
.yh-root .yh-foot ul{list-style:none;margin:0;padding:0;display:grid;gap:8px;font-size:15px}
.yh-root .yh-foot ul a{text-decoration:none;color:var(--muted)}
.yh-root .yh-foot ul a:hover{color:var(--ink);text-decoration:underline}
.yh-root .yh-foot__base{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:48px;padding-top:22px;border-top:1px solid var(--line);font-size:14px;color:var(--muted)}

/* Mobile bar */
.yh-root .yh-mbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;background:var(--white);border-top:2px solid var(--ink);padding:10px 14px;gap:10px}
.yh-root .yh-mbar .yh-btn{flex:1;min-height:48px}


@media (max-width:1040px){
  .yh-root .yh-nav{display:none}
  .yh-root .yh-nav.is-open{display:grid;position:absolute;left:0;right:0;top:78px;background:var(--white);border-bottom:2px solid var(--ink);padding:18px 28px;gap:14px}
  .yh-root .yh-menu{display:inline-flex;align-items:center}
  .yh-root .yh-head__cta{display:none}
  .yh-root .yh-hero__grid,.yh-root .yh-mentor,.yh-root .yh-faq-grid,.yh-root .yh-demo__grid{grid-template-columns:1fr;gap:44px}
  .yh-root .yh-stack{height:460px;max-width:520px}
  .yh-root .yh-stories{grid-template-columns:repeat(3,minmax(0,1fr))}
  .yh-root .yh-events{grid-template-columns:1fr 1fr}
  .yh-root .yh-steps{grid-template-columns:1fr 1fr;row-gap:30px}
  .yh-root .yh-foot__grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .yh-root{font-size:16px;padding-bottom:70px}
  .yh-root .yh-wrap{padding:0 18px}
  .yh-root .yh-sec,.yh-root .yh-demo{padding:72px 0}
  .yh-root .yh-hero{padding:40px 0 64px}
  .yh-root .yh-hero__lede{font-size:18px}
  .yh-root .yh-stack{height:400px}
  .yh-root .yh-polaroid{width:64%}
  .yh-root .yh-compare,.yh-root .yh-courses__feature,.yh-root .yh-tools{grid-template-columns:1fr}
  .yh-root .yh-incl{grid-template-columns:1fr}
  .yh-root .yh-clist{grid-template-columns:1fr}
  .yh-root .yh-stories{grid-template-columns:repeat(2,minmax(0,1fr))}
  .yh-root .yh-events{grid-template-columns:1fr}
  .yh-root .yh-steps{grid-template-columns:1fr}
  .yh-root .yh-steps li{padding-right:0}
  .yh-root .yh-form{grid-template-columns:1fr;padding:22px}
  .yh-root .yh-foot__grid{grid-template-columns:1fr}
  .yh-root .yh-mbar{display:flex}
  .yh-root .yh-room__list li{grid-template-columns:1fr;gap:2px}
  .yh-root .yh-seats{grid-template-columns:repeat(6,14px);gap:12px}
  .yh-root .yh-logo{height:48px}
}

/* Isolation from theme styles */
body.yh-body{margin:0;background:#fff}
.yh-root{background:var(--white);color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.6}
.yh-root *,.yh-root *::before,.yh-root *::after{box-sizing:border-box}
.yh-root button,.yh-root input,.yh-root select{letter-spacing:normal;text-transform:none;box-shadow:none}
.yh-root a:hover{color:inherit}
.yh-root [hidden]{display:none !important}
.yh-root .yh-logo--text{font-family:var(--display);font-weight:800;font-size:20px;height:auto;margin:0}
.yh-root .yh-hp{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.yh-root .yh-gallery-more{margin-top:48px}
.yh-root .yh-social{display:flex;gap:10px;margin-top:16px}
.yh-root .yh-social a{display:grid;place-items:center;min-width:44px;min-height:44px;padding:0 12px;border:1.5px solid var(--ink);border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;color:var(--ink)}
.yh-root .yh-social a:hover{background:var(--yellow)}
.yh-root .yh-form__alert{grid-column:1/-1;padding:10px 12px;border-radius:8px;background:#FDECEA;color:var(--error);font-weight:500}
@media (max-width:760px){.qlwapp,.qlwapp__container{bottom:78px !important}}
.admin-bar .yh-root .yh-head{top:32px}
@media (max-width:782px){.admin-bar .yh-root .yh-head{top:46px}}
@media (max-width:600px){.admin-bar .yh-root .yh-head{top:0}}
/* WordPress adds width/height attributes to images; let CSS control the box */
.yh-root img{height:auto}
.yh-root .yh-polaroid img,.yh-root .yh-story img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}
.yh-root .yh-mentor__photo img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}
.yh-root .yh-ev__media img{height:100%}
.yh-root .yh-logo{height:76px;width:auto;max-width:none}
@media (max-width:760px){.yh-root .yh-logo{height:56px}}
.yh-root [id]{scroll-margin-top:96px}

/* ---------- Courses ---------- */
.yh-root .yh-hero--page{padding:56px 0 72px}
.yh-root .yh-crumb{font-size:15px;color:var(--muted);margin-bottom:22px}
.yh-root .yh-crumb a{text-decoration:none;border-bottom:2px solid var(--yellow)}
.yh-root .yh-hero--page .yh-hero__title{max-width:20ch;font-size:clamp(38px,5vw,64px)}
.yh-root .yh-answer{font-size:20px;line-height:1.55;max-width:62ch;margin:22px 0 0;padding-left:20px;border-left:5px solid var(--yellow)}
.yh-root .yh-hero--page .yh-hero__cta{margin-top:30px}
.yh-root .yh-cgrid{list-style:none;margin:44px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.yh-root .yh-ccard{margin:0;background:var(--white);border:2px solid var(--ink);border-radius:var(--r-lg);padding:26px;display:flex;flex-direction:column;gap:8px}
.yh-root .yh-ccard__title{font-size:24px;line-height:1.15}
.yh-root .yh-ccard__title a{text-decoration:none}
.yh-root .yh-ccard__title a:hover{text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:4px;text-underline-offset:5px}
.yh-root .yh-ccard__meta{display:inline-block;align-self:flex-start;font-size:14px;font-weight:600;padding:3px 10px;border-radius:6px;background:var(--yellow)}
.yh-root .yh-ccard__text{color:var(--muted)}
.yh-root .yh-ccard__mods{font-size:14px;color:var(--muted)}
.yh-root .yh-ccard .yh-link{margin-top:auto;padding-top:14px;align-self:flex-start}
.yh-root .yh-incl--two{grid-template-columns:repeat(2,minmax(0,1fr))}
.yh-root .yh-sec--ink .yh-incl{border-top-color:var(--cream)}
.yh-root .yh-sec--ink .yh-incl li{border-bottom-color:rgba(250,245,234,.25)}
.yh-root .yh-syl{list-style:none;margin:40px 0 0;padding:0;display:grid;gap:0;border-top:2px solid var(--ink)}
.yh-root .yh-syl__item{display:grid;grid-template-columns:64px minmax(0,1fr);gap:20px;padding:26px 0;border-bottom:1px solid var(--line);margin:0}
.yh-root .yh-syl__n{font-family:var(--display);font-weight:800;font-size:34px;line-height:1;color:var(--yellow);-webkit-text-stroke:2px var(--ink)}
.yh-root .yh-syl__title{font-size:25px;line-height:1.2}
.yh-root .yh-syl__lessons{list-style:none;margin:12px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 28px}
.yh-root .yh-syl__lessons li{position:relative;padding-left:18px;color:var(--muted)}
.yh-root .yh-syl__lessons li::before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:2px;background:var(--yellow);border:1.5px solid var(--ink)}
.yh-root .yh-two{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:56px;align-items:start}
.yh-root .yh-two .yh-h2{font-size:clamp(28px,3.4vw,40px)}
.yh-root .yh-chips{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px}
.yh-root .yh-chips li{padding:8px 16px;border:1.5px solid var(--ink);border-radius:999px;font-weight:500;background:var(--white)}
.yh-root .yh-ticks{list-style:none;margin:26px 0 0;padding:0;display:grid;gap:12px}
.yh-root .yh-ticks li{position:relative;padding-left:26px;max-width:60ch}
.yh-root .yh-ticks li::before{content:"";position:absolute;left:0;top:.45em;width:12px;height:12px;background:var(--yellow);border:2px solid var(--ink);border-radius:3px}
.yh-root .yh-prose h2{font-size:clamp(28px,3.4vw,40px);margin:34px 0 12px}
.yh-root .yh-prose p{max-width:66ch;margin:0 0 14px}
.yh-root .yh-clist__link{text-decoration:none}
.yh-root .yh-clist__link:hover{text-decoration:underline;text-decoration-color:var(--yellow);text-decoration-thickness:3px;text-underline-offset:4px}
@media (max-width:1040px){
  .yh-root .yh-cgrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .yh-root .yh-two{grid-template-columns:1fr;gap:44px}
}
@media (max-width:760px){
  .yh-root .yh-hero--page{padding:32px 0 52px}
  .yh-root .yh-answer{font-size:18px}
  .yh-root .yh-cgrid{grid-template-columns:1fr}
  .yh-root .yh-incl--two{grid-template-columns:1fr}
  .yh-root .yh-syl__item{grid-template-columns:44px minmax(0,1fr);gap:14px}
  .yh-root .yh-syl__n{font-size:26px}
  .yh-root .yh-syl__title{font-size:21px}
  .yh-root .yh-syl__lessons{grid-template-columns:1fr}
}

/* ---------- Course banner + tool badges ---------- */
.yh-root .yh-cbanner{margin:36px 0 0;max-width:820px;border-radius:var(--r-lg);overflow:hidden;border:2px solid var(--ink);aspect-ratio:1200/630;background:var(--ink)}
.yh-root .yh-cbanner img{width:100%;height:100%;object-fit:cover;display:block}
.yh-root .yh-ccard--img{padding:0;overflow:hidden}
.yh-root .yh-ccard--img > *:not(.yh-ccard__media){margin-left:26px;margin-right:26px}
.yh-root .yh-ccard--img > .yh-ccard__title{margin-top:22px}
.yh-root .yh-ccard--img > .yh-link{margin-bottom:26px}
.yh-root .yh-ccard__media{display:block;aspect-ratio:1200/630;border-bottom:2px solid var(--ink);background:var(--ink)}
.yh-root .yh-ccard__media img{width:100%;height:100%;object-fit:cover;display:block}
.yh-root .yh-tools{list-style:none;margin:26px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.yh-root .yh-tool-chip{display:flex;align-items:center;gap:12px;margin:0;padding:10px 14px 10px 10px;background:var(--white);border:1.5px solid var(--line);border-radius:12px;font-weight:500}
.yh-root .yh-tool-chip__mark{flex-shrink:0;display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:var(--yellow);border:2px solid var(--ink);font-family:var(--display);font-weight:800;font-size:17px;letter-spacing:-0.02em;line-height:1}
.yh-root .yh-tool-chip--2 .yh-tool-chip__mark{background:var(--ink);color:var(--yellow)}
.yh-root .yh-tool-chip--3 .yh-tool-chip__mark{background:var(--cream)}
.yh-root .yh-tool-chip--4 .yh-tool-chip__mark{background:var(--white)}
.yh-root .yh-tool-chip__name{line-height:1.25}
@media (max-width:760px){
  .yh-root .yh-tools{grid-template-columns:1fr}
  .yh-root .yh-cbanner{margin-top:28px}
  .yh-root .yh-ccard--img > *:not(.yh-ccard__media){margin-left:22px;margin-right:22px}
}

/* ---------- Simple page (policies, plain text pages) ---------- */
.yh-root .yh-legal{padding:64px 0 88px}
.yh-root .yh-legal__title{font-size:clamp(38px,5vw,62px);max-width:18ch;margin-bottom:34px}
.yh-root .yh-legal__body{max-width:72ch}
.yh-root .yh-legal__body h2{font-size:clamp(26px,3vw,34px);margin:44px 0 12px}
.yh-root .yh-legal__body h3{font-family:var(--display);font-weight:800;font-size:21px;margin:28px 0 8px}
.yh-root .yh-legal__body p{margin:0 0 14px;color:var(--muted)}
.yh-root .yh-legal__body ul,.yh-root .yh-legal__body ol{margin:0 0 16px;padding-left:22px;color:var(--muted);display:grid;gap:8px}
.yh-root .yh-legal__body strong{color:var(--ink)}
.yh-root .yh-legal__body a{color:var(--ink);text-decoration:none;border-bottom:2px solid var(--yellow)}
.yh-root .yh-legal__body a:hover{border-bottom-color:var(--ink)}
.yh-root .yh-legal__body em{color:var(--muted)}
@media (max-width:760px){.yh-root .yh-legal{padding:40px 0 64px}}

/* ---------- Student video reviews ---------- */
.yh-root .yh-vgrid{list-style:none;margin:44px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.yh-root .yh-vcard{margin:0;display:flex;flex-direction:column;gap:10px}
.yh-root .yh-vcard__play{display:block;width:100%;padding:0;border:2px solid var(--ink);border-radius:var(--r-lg);background:var(--white);cursor:pointer;text-align:left;overflow:hidden;font:inherit;color:inherit}
.yh-root .yh-vcard__play:hover .yh-vcard__icon{transform:scale(1.08)}
.yh-root .yh-vcard__media{position:relative;display:block;aspect-ratio:9/16;background:var(--ink);overflow:hidden}
.yh-root .yh-vcard__media img{width:100%;height:100%;object-fit:cover;display:block}
.yh-root .yh-vcard__initials{position:absolute;inset:0;display:grid;place-items:center;font-family:var(--display);font-weight:800;font-size:88px;color:var(--yellow);background:var(--ink)}
.yh-root .yh-vcard__media:has(.yh-vcard__initials)::after{content:"Add a cover photo";position:absolute;left:0;right:0;bottom:18px;text-align:center;font:500 14px var(--body);color:#9E967F}
.yh-root .yh-vcard__icon{position:absolute;left:50%;top:50%;width:74px;height:74px;margin:-37px 0 0 -37px;border-radius:50%;background:var(--yellow);border:3px solid var(--ink);transition:transform .2s}
.yh-root .yh-vcard__icon::after{content:"";position:absolute;left:28px;top:21px;border-style:solid;border-width:15px 0 15px 24px;border-color:transparent transparent transparent var(--ink)}
.yh-root .yh-vcard__text{display:block;padding:16px 18px 18px}
.yh-root .yh-vcard__name{display:block;font-family:var(--display);font-weight:800;font-size:19px;letter-spacing:-0.01em}
.yh-root .yh-vcard__quote{display:block;margin-top:6px;color:var(--muted);font-size:15px;line-height:1.45}
.yh-root .yh-vcard__link{font-size:14px;font-weight:600;text-decoration:none;color:var(--muted);border-bottom:2px solid var(--yellow);align-self:flex-start}
.yh-root .yh-vcard__link:hover{color:var(--ink)}
.yh-root .yh-sec--ink .yh-vcard__play{background:transparent;border-color:var(--cream)}
.yh-root .yh-vmodal{position:fixed;inset:0;z-index:9999;background:rgba(23,21,15,.9);display:grid;place-items:center;padding:20px}
.yh-root .yh-vmodal__box{position:relative;width:min(420px,92vw)}
.yh-root .yh-vmodal__frame{aspect-ratio:9/16;max-height:82vh;background:#000;border-radius:16px;overflow:hidden}
.yh-root .yh-vmodal__frame iframe{width:100%;height:100%;border:0;display:block}
.yh-root .yh-vmodal__close{position:absolute;top:-54px;right:0;width:44px;height:44px;border-radius:50%;border:2px solid var(--cream);background:transparent;color:var(--cream);font-size:26px;line-height:1;cursor:pointer}
.yh-root .yh-vmodal__close:hover{background:var(--cream);color:var(--ink)}
@media (max-width:1040px){.yh-root .yh-vgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:760px){.yh-root .yh-vgrid{grid-template-columns:1fr;max-width:380px}.yh-root .yh-vmodal__close{top:auto;bottom:-60px;right:50%;transform:translateX(50%)}}
