:root{
  --matea-display:Georgia,"Times New Roman",serif;
  --matea-ui:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

html body{
  font-family:var(--matea-ui);
  font-kerning:normal;
}

.brand-mark,
.brand-copy b,
.nav-links a,
.hero h1,
.section-head h2,
.section-head-wide h2,
.fit-copy h2,
.faq-heading h2,
.apply-copy h2,
.contrast-panel header b,
.comparison-closing,
.value-grid h3,
.income-main strong,
.income-main p,
.income-facts strong,
.schedule-title h3,
.shift-grid span,
.work-rules strong,
.selection-steps h3,
.form-step-head h3,
.form-success h3,
.faq-list summary,
.footer-mark,
.footer-name b,
.privacy-hero h1,
.privacy-clause h2,
.quick-term strong,
.schedule-meta strong,
.schedule-section-head h2{
  font-family:var(--matea-display);
  font-synthesis:none;
}

.hero h1{
  max-width:1120px;
  font-weight:500;
  line-height:.96;
  letter-spacing:-.045em;
  text-wrap:balance;
}

.hero h1 em{
  font-weight:500;
}

.hero h1 span{
  display:block;
  max-width:1040px;
  margin-top:10px;
  font-size:.62em;
  line-height:1.08;
  letter-spacing:-.03em;
  text-wrap:balance;
}

.hero-lead{
  max-width:830px;
  letter-spacing:-.008em;
  text-wrap:pretty;
}

.nav-links a{
  font-weight:500;
  line-height:1.04;
  letter-spacing:-.03em;
  text-wrap:balance;
}

.section-head h2,
.section-head-wide h2,
.fit-copy h2,
.faq-heading h2,
.apply-copy h2,
.schedule-section-head h2{
  font-weight:500;
  line-height:1.03;
  letter-spacing:-.035em;
  text-wrap:balance;
}

.section-head>p,
.section-head-wide>p,
.fit-copy>p,
.faq-heading>p,
.apply-copy>p,
.value-grid p,
.contrast-panel li,
.income-facts p,
.work-rules p,
.faq-list details p,
.schedule-section-head>p{
  text-wrap:pretty;
}

.contrast-panel header b,
.comparison-closing,
.value-grid h3,
.income-main strong,
.income-main p,
.income-facts strong,
.schedule-title h3,
.shift-grid span,
.work-rules strong,
.selection-steps h3,
.form-step-head h3,
.form-success h3,
.faq-list summary,
.privacy-hero h1,
.privacy-clause h2,
.quick-term strong,
.schedule-meta strong{
  font-weight:500;
}

html[lang="en"] .hero h1,
html[lang="en"] .section-head h2,
html[lang="en"] .section-head-wide h2,
html[lang="en"] .fit-copy h2,
html[lang="en"] .faq-heading h2,
html[lang="en"] .apply-copy h2,
html[lang="en"] .schedule-section-head h2{
  letter-spacing:-.04em;
}

/* Cold-traffic proof strip */
.quick-terms{
  position:relative;
  overflow:hidden;
  padding:34px 0 42px;
  border-top:1px solid rgba(213,177,111,.16);
  border-bottom:1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(circle at 12% 0%,rgba(213,177,111,.10),transparent 28%),
    linear-gradient(180deg,#0c090b 0%,#120d11 100%);
  color:#fff;
}

.quick-terms-label{
  margin:0 0 16px;
  color:var(--gold);
  font-size:10px;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.quick-terms-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.quick-term{
  position:relative;
  min-height:112px;
  padding:20px 21px;
  border:1px solid rgba(213,177,111,.18);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}

.quick-term:before{
  content:"";
  position:absolute;
  left:20px;
  right:20px;
  top:0;
  height:2px;
  background:linear-gradient(90deg,#9b7538,#f0d795,transparent);
}

.quick-term strong{
  display:block;
  color:#fff9ef;
  font-size:clamp(23px,2.6vw,34px);
  line-height:1.02;
  letter-spacing:-.035em;
}

.quick-term span{
  display:block;
  margin-top:10px;
  color:#a99ea4;
  font-size:10px;
  font-weight:700;
  line-height:1.45;
  letter-spacing:.06em;
  text-transform:uppercase;
}

/* Pay and schedule are separate conversion blocks */
.conditions .income-facts{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.schedule-standalone{
  position:relative;
  overflow:hidden;
  padding:88px 0;
  background:
    radial-gradient(circle at 88% 12%,rgba(213,177,111,.14),transparent 30%),
    linear-gradient(180deg,#f5f0ed 0%,#fbf8f8 100%);
  color:var(--ink);
}

.schedule-standalone:before{
  content:"S";
  position:absolute;
  right:-4vw;
  bottom:-12vw;
  color:rgba(104,30,56,.025);
  font:500 min(46vw,580px)/1 var(--matea-display);
  pointer-events:none;
}

.schedule-standalone .shell{
  position:relative;
  z-index:1;
}

.schedule-section-head{
  margin-bottom:30px;
}

.schedule-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-bottom:16px;
}

.schedule-meta article{
  min-height:138px;
  padding:24px;
  border:1px solid rgba(23,17,22,.09);
  border-radius:26px;
  background:#fff;
  box-shadow:0 14px 46px rgba(42,19,29,.055);
}

.schedule-meta span{
  display:block;
  color:#98743e;
  font-size:10px;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.schedule-meta strong{
  display:block;
  margin-top:20px;
  color:#1d151a;
  font-size:clamp(27px,3vw,38px);
  line-height:1.03;
  letter-spacing:-.035em;
}

.schedule-meta p{
  margin:10px 0 0;
  color:var(--muted);
  font-size:11px;
  line-height:1.55;
}

.schedule-shifts,
.schedule-rules-wrap{
  padding:28px;
  border:1px solid rgba(23,17,22,.09);
  border-radius:30px;
  background:rgba(255,255,255,.84);
  box-shadow:0 18px 58px rgba(42,19,29,.06);
}

.schedule-rules-wrap{
  margin-top:16px;
}

.schedule-subtitle{
  margin:0;
  color:#98743e;
  font-size:10px;
  font-weight:850;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.schedule-rules-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:22px;
  margin-bottom:18px;
}

.schedule-rules-head span{
  max-width:420px;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
  text-align:right;
}

.schedule-standalone .shift-grid{
  margin-top:18px;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.schedule-standalone .shift-grid div{
  min-height:126px;
  padding:20px;
  border:1px solid rgba(23,17,22,.09);
  border-radius:22px;
  background:linear-gradient(180deg,#f7f3ef,#eee8e4);
}

.schedule-standalone .shift-grid span{
  color:#997a47;
  font-size:24px;
}

.schedule-standalone .shift-grid b{
  margin-top:10px;
  color:#1f171b;
  font-size:16px;
}

.schedule-standalone .work-rules{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:0;
}

.schedule-standalone .work-rules article{
  min-height:156px;
  padding:20px;
  border-color:rgba(23,17,22,.09);
  background:#fff;
}

.schedule-standalone .work-rules strong{
  font-size:22px;
}

@media(max-width:980px){
  .hero{
    min-height:calc(100svh - 84px);
    align-items:flex-start;
    padding:0;
  }

  .hero-inner{
    min-height:calc(100svh - 84px);
    display:block;
    padding:clamp(78px,8svh,108px) 0 clamp(72px,7svh,96px);
    transform:none;
  }

  .hero h1{
    max-width:660px;
    margin:clamp(27px,2.8svh,36px) 0 0;
    font-size:clamp(58px,8.9vw,78px);
  }

  .hero h1 span{
    max-width:620px;
    margin-top:12px;
    font-size:.58em;
  }

  .hero-lead{
    max-width:650px;
    margin:clamp(28px,3svh,38px) 0 0;
  }

  .hero-actions{
    margin-top:clamp(28px,3svh,38px);
  }

  .quick-terms-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .schedule-standalone{
    padding:76px 0;
  }

  .schedule-standalone .work-rules{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  .hero{
    min-height:calc(100svh - 74px);
    padding:0;
  }

  .hero-inner{
    min-height:calc(100svh - 74px);
    padding:clamp(74px,8.4svh,104px) 0 clamp(66px,7.4svh,88px);
  }

  .hero h1{
    max-width:min(100%,390px);
    margin-top:clamp(27px,3svh,36px);
    font-size:clamp(53px,13.5vw,60px);
    line-height:.96;
    letter-spacing:-.045em;
  }

  .hero h1 span{
    max-width:min(100%,390px);
    margin-top:10px;
    font-size:.59em;
    line-height:1.10;
    letter-spacing:-.024em;
  }

  .hero-lead{
    max-width:400px;
    margin-top:clamp(28px,3.2svh,38px);
    font-size:15.5px;
    line-height:1.58;
    letter-spacing:-.004em;
  }

  .hero-actions{
    gap:10px;
    margin-top:clamp(28px,3.2svh,38px);
  }

  .hero-actions .button{
    min-height:58px;
  }

  .quick-terms{
    padding:26px 0 34px;
  }

  .quick-terms-label{
    margin-bottom:12px;
  }

  .quick-terms-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }

  .quick-term{
    min-height:112px;
    padding:18px 17px;
    border-radius:20px;
  }

  .quick-term:before{
    left:17px;
    right:17px;
  }

  .quick-term strong{
    font-size:clamp(24px,7.2vw,30px);
  }

  .quick-term span{
    margin-top:8px;
    font-size:8.5px;
    line-height:1.4;
  }

  .conditions .income-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .schedule-standalone{
    padding:68px 0 72px;
  }

  .schedule-section-head{
    margin-bottom:26px;
  }

  .schedule-meta{
    gap:8px;
    margin-bottom:12px;
  }

  .schedule-meta article{
    min-height:128px;
    padding:18px;
    border-radius:22px;
  }

  .schedule-meta strong{
    margin-top:17px;
    font-size:27px;
  }

  .schedule-shifts,
  .schedule-rules-wrap{
    padding:20px;
    border-radius:26px;
  }

  .schedule-rules-wrap{
    margin-top:12px;
  }

  .schedule-rules-head{
    display:block;
    margin-bottom:14px;
  }

  .schedule-rules-head span{
    display:block;
    max-width:none;
    margin-top:8px;
    font-size:10px;
    text-align:left;
  }

  .schedule-standalone .shift-grid{
    grid-template-columns:1fr;
    gap:8px;
    margin-top:14px;
  }

  .schedule-standalone .shift-grid div{
    min-height:92px;
    padding:16px;
    border-radius:19px;
  }

  .schedule-standalone .shift-grid span{
    font-size:22px;
  }

  .schedule-standalone .shift-grid b{
    font-size:15px;
  }

  .schedule-standalone .work-rules{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }

  .schedule-standalone .work-rules article{
    min-height:132px;
    padding:16px;
    border-radius:20px;
  }

  .schedule-standalone .work-rules strong{
    font-size:20px;
  }

  .nav-links a{
    line-height:1.03;
  }

  .section-head h2,
  .section-head-wide h2,
  .fit-copy h2,
  .faq-heading h2,
  .apply-copy h2,
  .schedule-section-head h2{
    line-height:1.04;
  }
}

@media(max-width:390px){
  .hero-inner{
    padding-top:68px;
    padding-bottom:64px;
  }

  .hero h1{
    max-width:350px;
    font-size:51px;
  }

  .hero h1 span{
    max-width:350px;
    font-size:.58em;
  }

  .hero-lead{
    font-size:15px;
  }

  .quick-term strong{
    font-size:24px;
  }

  .schedule-meta{
    grid-template-columns:1fr;
  }
}

@media(max-width:680px) and (max-height:760px){
  .hero-inner{
    padding-top:42px;
    padding-bottom:48px;
  }

  .hero h1{
    max-width:350px;
    margin-top:22px;
    font-size:47px;
  }

  .hero h1 span{
    margin-top:8px;
    font-size:.56em;
  }

  .hero-lead{
    margin-top:24px;
    font-size:13.8px;
    line-height:1.48;
  }

  .hero-actions{
    margin-top:24px;
  }

  .hero-actions .button{
    min-height:50px;
  }
}