.responsiveWrapper {
    position: relative;
    padding-bottom: 139%; /* 1050px/760px */
    padding-top: 5px;
    height: 0;
}
.responsiveWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* =====================================================================
   COASTLINE — Learning in Harmony Trust careers
   Stylesheet v1.1 · built to brand guidelines v.1

   Every class is prefixed .lih- and everything is scoped inside
   .lih-careers so nothing collides with the theme in either direction.

   TYPEFACE
   --lih-font is the only place type is set. Montserrat is the
   guidelines' sanctioned alternative to Cabrito Sans; swap the value
   if a Cabrito webfont licence is bought from insigne.

   NOTE ON GRAPHICS
   All decorative shapes are data-URI backgrounds rather than inline
   SVG, because WordPress strips <svg> from post content for users
   without unfiltered_html (which includes WP.com Business admins).
   The route map is plain HTML + CSS for the same reason.
   ===================================================================== */

/* ---------- 1 · TOKENS ---------- */
.lih-careers{
  --lih-font:'Montserrat',system-ui,-apple-system,sans-serif;

  --lih-rubine:#C6125B;      /* PAN Rubine Red */
  --lih-rubine-d:#8E0B41;
  --lih-yellow:#E0E32B;      /* PAN 380 — graphic use only */
  --lih-yellow-ink:#7C8500;  /* darkened for text on light */
  --lih-silver:#878787;      /* PAN 423 */
  --lih-sky:#009DDB;         /* PAN 299 */
  --lih-sky-d:#0070A8;
  --lih-green:#009E70;       /* PAN 3278 */
  --lih-green-d:#00704F;
  --lih-violet:#8E187F;      /* PAN 513 */
  --lih-violet-d:#5F0F55;
  --lih-purple:#6D4C96;      /* PAN 2665 */
  --lih-purple-d:#4A3168;

  --lih-ink:#2B2B2B;
  --lih-ink-2:#5A5A5A;
  --lih-paper:#FFFFFF;
  --lih-paper-2:#F4F4F5;
  --lih-line:#E1E1E3;
  --lih-wrap:1320px;

  font-family:var(--lih-font);
  color:var(--lih-ink);
  font-size:16.5px;
  line-height:1.62;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
}
.lih-careers *,
.lih-careers *::before,
.lih-careers *::after{box-sizing:border-box}

/* reset the theme's opinions inside our scope only */
.lih-careers h1,
.lih-careers h2,
.lih-careers h3{margin:0;font-family:var(--lih-font);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:inherit}
.lih-careers p{margin:0 0 16px}
.lih-careers img,
.lih-careers video{max-width:100%;display:block;height:auto}
.lih-careers a{color:inherit}
.lih-careers ul,
.lih-careers ol{margin:0;padding:0;list-style:none}
.lih-careers :focus-visible{outline:3px solid var(--lih-sky);outline-offset:3px}

.lih-wrap{max-width:var(--lih-wrap);margin:0 auto;padding:0 28px}

/* ---------- 2 · BUTTONS ---------- */
.lih-careers .lih-btn{
  display:inline-flex;align-items:center;gap:9px;text-decoration:none;font-weight:600;font-size:15px;
  padding:13px 26px;border-radius:100px;background:var(--lih-rubine);color:#fff;
  border:2px solid var(--lih-rubine);transition:.15s;line-height:1.2}
.lih-careers .lih-btn:hover,
.lih-careers .lih-btn:focus{background:var(--lih-violet);border-color:var(--lih-violet);color:#fff}
.lih-careers .lih-btn--line{background:transparent;color:inherit;border-color:currentColor}
.lih-careers .lih-btn--line:hover{background:var(--lih-ink);color:#fff;border-color:var(--lih-ink)}
.lih-careers .lih-btn--white{background:#fff;color:var(--lih-violet-d);border-color:#fff}
.lih-careers .lih-btn--white:hover{background:var(--lih-violet);border-color:var(--lih-violet);color:#fff}
.lih-ext{font-size:11px;opacity:.8;font-weight:500}
.lih-btnrow{display:flex;gap:12px;flex-wrap:wrap}
.lih-btnrow--centre{justify-content:center}

/* ---------- 3 · HEADER ---------- */
.lih-top{border-bottom:1px solid var(--lih-line);background:#fff;position:relative;z-index:10}
.lih-top__in{max-width:var(--lih-wrap);margin:0 auto;padding:12px 28px;display:flex;align-items:center;gap:30px;flex-wrap:wrap}
.lih-logo{display:block;text-decoration:none;padding:9px 0}      /* clearspace = height of the "L" */
.lih-logo img{width:210px}                                        /* above the 200px screen minimum */
.lih-nav{display:flex;gap:22px;font-size:14.5px;font-weight:500;margin-left:auto;color:var(--lih-ink-2)}
.lih-nav a{text-decoration:none;padding-bottom:3px;border-bottom:2px solid transparent}
.lih-nav a:hover{color:var(--lih-sky);border-color:var(--lih-sky)}

/* ---------- 4 · HERO ---------- */
.lih-hero{text-align:center;padding:70px 0 40px;position:relative;overflow:hidden}
.lih-hero::before{                       /* cropped circle motif supergraphic */
  content:'';position:absolute;left:-260px;top:-160px;width:560px;height:560px;
  background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3E%3Cg%20fill='none'%20stroke-width='26'%20stroke-linecap='round'%3E%3Ccircle%20cx='100'%20cy='100'%20r='72'%20stroke='%236D4C96'%20stroke-dasharray='114%20340'/%3E%3Ccircle%20cx='100'%20cy='100'%20r='72'%20stroke='%238E187F'%20stroke-dasharray='114%20340'%20stroke-dashoffset='-114'/%3E%3Ccircle%20cx='100'%20cy='100'%20r='72'%20stroke='%23009DDB'%20stroke-dasharray='114%20340'%20stroke-dashoffset='-228'/%3E%3Ccircle%20cx='100'%20cy='100'%20r='72'%20stroke='%23009E70'%20stroke-dasharray='114%20340'%20stroke-dashoffset='-342'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;opacity:.09;z-index:0;pointer-events:none}
.lih-hero .lih-wrap{position:relative;z-index:2}
.lih-hero h1{font-size:clamp(36px,5.8vw,80px);font-weight:800;letter-spacing:-.035em;max-width:16ch;margin:0 auto;line-height:1.04}
.lih-grad-ldn{background:linear-gradient(96deg,var(--lih-purple),var(--lih-violet));
  -webkit-background-clip:text;background-clip:text;color:transparent}
.lih-grad-esx{background:linear-gradient(96deg,var(--lih-green),var(--lih-sky));
  -webkit-background-clip:text;background-clip:text;color:transparent}
.lih-hero p{font-size:19px;max-width:54ch;margin:24px auto 0;color:var(--lih-ink-2);font-weight:300}
.lih-hero .lih-btnrow{margin-top:30px}

/* ---------- 5 · THE TWO WORLDS ---------- */
.lih-worlds{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:16px 0 0}
/* The panel carries its own brand gradient underneath the photograph, so the
   white text stays legible even if the image, the wash or mix-blend-mode
   fails to load or gets stripped. */
.lih-world{border-radius:22px;overflow:hidden;position:relative;color:#fff;min-height:430px;
  display:flex;flex-direction:column;justify-content:flex-end;padding:36px 32px;isolation:isolate}
.lih-world--ldn{background:linear-gradient(170deg,var(--lih-purple),var(--lih-violet-d))}
.lih-world--esx{background:linear-gradient(170deg,var(--lih-sky),var(--lih-green-d))}
/* NOTE: longhand offsets throughout, never the `inset` shorthand — WP.com's
   CSS sanitiser (and Safari before 14.1) drops it, which collapses these
   layers and leaves white text on a white panel. */
.lih-world__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden}
.lih-world__bg img,
.lih-world__bg video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.lih-world__duo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;mix-blend-mode:multiply}
.lih-world--ldn .lih-world__duo{background:linear-gradient(170deg,rgba(109,76,150,.72),rgba(95,15,85,.96))}
.lih-world--esx .lih-world__duo{background:linear-gradient(170deg,rgba(0,157,219,.66),rgba(0,112,79,.96))}
.lih-world>*{position:relative;z-index:3}
/* the yellow arc beneath the picture — guidelines example layouts */
.lih-world::after{content:'';position:absolute;left:0;right:0;bottom:0;height:88px;z-index:3;pointer-events:none;
  background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%2088'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0%2078%20Q%20300%20-8%20600%2066'%20fill='none'%20stroke='%23E0E32B'%20stroke-width='5'/%3E%3C/svg%3E") center/100% 100% no-repeat}
.lih-world--esx::after{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%2088'%20preserveAspectRatio='none'%3E%3Cpath%20d='M0%2066%20Q%20300%20-8%20600%2078'%20fill='none'%20stroke='%23E0E32B'%20stroke-width='5'/%3E%3C/svg%3E")}
.lih-world__label{font-size:11.5px;letter-spacing:.2em;text-transform:uppercase;font-weight:700;margin-bottom:10px;opacity:.9}
.lih-careers .lih-world h2{font-size:clamp(24px,2.9vw,36px);font-weight:800;letter-spacing:-.03em;margin-bottom:10px;color:#fff}
.lih-careers .lih-world p{color:rgba(255,255,255,.88);max-width:38ch;font-size:15.5px;font-weight:300}
.lih-world__figures{display:flex;gap:26px;flex-wrap:wrap;font-size:13px;font-weight:500}
.lih-world__figures b{font-weight:800;font-size:26px;display:block;line-height:1;letter-spacing:-.03em}
.lih-vpause{position:absolute;right:18px;top:18px;z-index:6;background:rgba(10,12,16,.5);color:#fff;
  border:1px solid rgba(255,255,255,.34);border-radius:100px;width:34px;height:34px;
  display:flex;align-items:center;justify-content:center;font-size:10px;cursor:pointer;
  -webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:0}
.lih-vpause:hover{background:rgba(10,12,16,.88)}

/* ---------- 6 · CONTENT SECTIONS ---------- */
.lih-sec{padding:74px 0}
.lih-careers .lih-sec h2{font-size:clamp(26px,3.4vw,40px);font-weight:800;letter-spacing:-.03em;max-width:18ch;margin-bottom:14px}
.lih-lede{font-size:18px;max-width:58ch;color:var(--lih-ink-2);font-weight:300}
.lih-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}
.lih-card{border:1px solid var(--lih-line);border-radius:20px;padding:28px 26px;background:#fff}
.lih-card__dot{display:block;width:34px;height:34px;border-radius:50%;margin-bottom:18px}
.lih-card:nth-child(1) .lih-card__dot{background:linear-gradient(140deg,var(--lih-sky),var(--lih-green))}
.lih-card:nth-child(2) .lih-card__dot{background:linear-gradient(140deg,var(--lih-purple),var(--lih-violet))}
.lih-card:nth-child(3) .lih-card__dot{background:linear-gradient(140deg,var(--lih-rubine),var(--lih-violet-d))}
.lih-careers .lih-card h3{font-size:19px;margin-bottom:8px}
.lih-careers .lih-card p{margin:0;font-size:15px;color:var(--lih-ink-2)}

/* ---------- 7 · ROUTE MAP (no SVG — pure HTML + CSS) ---------- */
.lih-line{background:linear-gradient(100deg,var(--lih-violet-d),var(--lih-purple) 38%,var(--lih-sky-d) 76%,var(--lih-green-d));
  color:#fff;padding:62px 0;position:relative;overflow:hidden}
.lih-line::before{content:'';position:absolute;right:-190px;top:-150px;width:460px;height:460px;
  background:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20200%20200'%3E%3Cg%20fill='none'%20stroke='%23ffffff'%20stroke-width='26'%20stroke-linecap='round'%3E%3Ccircle%20cx='100'%20cy='100'%20r='72'%20stroke-dasharray='90%20362'/%3E%3Ccircle%20cx='100'%20cy='100'%20r='72'%20stroke-dasharray='90%20362'%20stroke-dashoffset='-180'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;opacity:.18;z-index:0;pointer-events:none}
.lih-line .lih-wrap{position:relative;z-index:2}
.lih-careers .lih-line h2{color:#fff;font-size:clamp(24px,3vw,34px);max-width:18ch}
.lih-route{display:flex;position:relative;margin:34px 0 0;padding:0}
.lih-route::before{                      /* the rail itself */
  content:'';position:absolute;left:8.333%;right:8.333%;top:31px;height:5px;
  background:rgba(255,255,255,.9);border-radius:3px;z-index:1}
.lih-route li{flex:1;text-align:center;position:relative;z-index:2;padding:0 6px}
.lih-route__stop{display:block;font-size:12.5px;font-weight:600;margin-bottom:8px;min-height:2.6em}
.lih-route__dot{display:block;width:15px;height:15px;border-radius:50%;background:#fff;margin:0 auto 10px;
  box-shadow:0 0 0 4px rgba(255,255,255,.22)}
.lih-route__note{display:block;font-size:11.5px;font-weight:400;color:rgba(255,255,255,.74)}
.lih-line__cap{font-size:13px;color:rgba(255,255,255,.7);margin:22px 0 0;text-align:center;font-weight:300}

/* ---------- 8 · ROUTES IN ---------- */
.lih-routes{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}
.lih-routes a{border:1px solid var(--lih-line);border-radius:18px;padding:24px 22px;text-decoration:none;
  display:block;background:#fff;transition:.15s}
.lih-routes a:hover{border-color:var(--lih-sky);box-shadow:0 12px 30px -20px rgba(0,0,0,.4)}
.lih-routes b{font-size:18px;font-weight:700;display:block;margin-bottom:6px;letter-spacing:-.02em}
.lih-routes span{font-size:14px;color:var(--lih-ink-2);display:block}
.lih-routes .lih-go{font-size:13px;font-weight:700;color:var(--lih-rubine);margin-top:14px;display:inline-block}

/* ---------- 9 · CLOSING CTA ---------- */
.lih-close{padding:72px 0 84px;text-align:center}
.lih-careers .lih-close h2{margin:0 auto 14px}
.lih-careers .lih-close p{max-width:52ch;margin:0 auto 26px;color:var(--lih-ink-2)}

/* ---------- 10 · FOOTER ---------- */
.lih-foot{background:var(--lih-paper-2);border-top:1px solid var(--lih-line);padding:52px 0 40px;
  font-size:14.5px;color:var(--lih-ink-2)}
.lih-foot__grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:34px}
.lih-foot b{color:var(--lih-ink);display:block;font-size:12.5px;letter-spacing:.1em;text-transform:uppercase;
  margin-bottom:14px;font-weight:700}
.lih-foot a{color:var(--lih-ink-2);text-decoration:none;display:block;margin-bottom:8px}
.lih-foot a:hover{color:var(--lih-rubine)}
.lih-foot__legal{margin-top:40px;padding-top:20px;border-top:1px solid var(--lih-line);
  font-size:12.5px;color:var(--lih-silver)}

/* ---------- 11 · RESPONSIVE ---------- */
@media(max-width:1000px){
  .lih-routes{grid-template-columns:1fr 1fr}
  .lih-foot__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:920px){
  .lih-worlds,.lih-cards{grid-template-columns:1fr}
  .lih-nav{display:none}
  /* route map goes vertical */
  .lih-route{flex-direction:column;gap:0;margin-left:6px}
  .lih-route::before{left:7px;right:auto;top:10px;bottom:10px;width:5px;height:auto}
  .lih-route li{display:grid;grid-template-columns:auto 1fr;column-gap:18px;text-align:left;padding:11px 0}
  .lih-route__dot{grid-row:1/3;margin:4px 0 0}
  .lih-route__stop{margin-bottom:2px;min-height:0;font-size:15px}
  .lih-route__note{font-size:13px}
}
@media(max-width:620px){
  .lih-careers{font-size:16px}
  .lih-routes,.lih-foot__grid{grid-template-columns:1fr}
  .lih-world{min-height:360px;padding:28px 24px}
  .lih-hero{padding-top:52px}
}
@media (prefers-reduced-motion: reduce){
  .lih-careers *{animation-duration:.001ms !important;transition-duration:.001ms !important}
}