/* Experience Cheffy waitlist band: scoped to #experience-cheffy only (not Shape Cheffy) */
#experience-cheffy{
  --apple-text:#1d1d1f;
  --apple-text-secondary:#6e6e73;
  --apple-fill:#f5f5f7;
  --blue:#06c;
  border-top:1px solid rgba(0,0,0,.06);
  background:linear-gradient(180deg,#fafafa 0%,var(--apple-fill) 100%);
  padding:72px 22px 80px;
  color:var(--apple-text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
#experience-cheffy .visually-hidden{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}
#experience-cheffy .home-experience-inner{
  max-width:1068px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:32px;
  text-align:center;
}
#experience-cheffy .home-experience-copy{max-width:520px}
#experience-cheffy .home-experience-title{
  margin:0;
  font-size:clamp(34px,5.2vw,48px);
  line-height:1.05;
  font-weight:600;
  letter-spacing:-.03em;
  color:var(--apple-text);
}
#experience-cheffy .home-experience-title span{display:inline}
#experience-cheffy .home-experience-title .home-experience-muted{
  font-weight:500;
  color:rgba(29,29,31,.42);
}
#experience-cheffy .home-experience-lead{
  margin:14px 0 0;
  font-size:17px;
  line-height:1.47059;
  letter-spacing:-.022em;
  color:var(--apple-text-secondary);
}
#experience-cheffy .home-experience-actions{width:100%;max-width:480px}
#experience-cheffy .home-experience-hero-actions,
#experience-cheffy .home-hero-actions{
  position:static;
  left:auto;
  right:auto;
  bottom:auto;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  justify-content:center;
  pointer-events:auto;
}
#experience-cheffy .apple-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:148px;
  padding:14px 28px;
  border-radius:980px;
  border:0;
  background:var(--blue);
  color:#fff;
  font-family:inherit;
  font-size:17px;
  line-height:1.23536;
  font-weight:400;
  letter-spacing:-.022em;
  text-transform:none;
  text-decoration:none;
  cursor:pointer;
  transition:background-color .25s ease,transform .25s ease;
  -webkit-tap-highlight-color:transparent;
}
#experience-cheffy .apple-btn:hover{background:#0077ed;transform:translateY(-1px)}
#experience-cheffy .apple-btn:disabled{background:#1d1d1f;cursor:default;transform:none}
#experience-cheffy .apple-btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:148px;
  padding:13px 26px;
  border-radius:980px;
  border:1px solid rgba(0,0,0,.18);
  background:transparent;
  color:var(--apple-text);
  font-family:inherit;
  font-size:17px;
  line-height:1.23536;
  font-weight:400;
  letter-spacing:-.022em;
  text-transform:none;
  text-decoration:none;
  cursor:pointer;
  transition:background-color .2s ease,color .2s ease,transform .25s ease;
  -webkit-tap-highlight-color:transparent;
}
#experience-cheffy .apple-btn-secondary:hover{background:rgba(0,0,0,.04);transform:translateY(-1px)}
#experience-cheffy .apple-btn-secondary:disabled{opacity:.5;cursor:default;transform:none}
#experience-cheffy .home-hero-6pm{gap:8px;text-decoration:none}
#experience-cheffy .home-hero-6pm:hover{transform:translateY(-1px)}
#experience-cheffy .home-hero-6pm-min{font-size:13px;color:rgba(0,0,0,.6)}
#experience-cheffy .cheffy-ask{width:100%}
#experience-cheffy .cheffy-ask-more{
  display:grid;
  grid-template-rows:0fr;
  opacity:0;
  transform:translateY(6px);
  transition:grid-template-rows .5s ease,opacity .5s ease,transform .5s ease;
}
#experience-cheffy .cheffy-ask-more-inner{
  min-height:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  gap:20px;
}
#experience-cheffy .cheffy-ask.is-revealed .cheffy-ask-more{
  grid-template-rows:1fr;
  opacity:1;
  transform:none;
  margin-top:24px;
}
#experience-cheffy .cheffy-ask-followup{margin:0}
#experience-cheffy .cheffy-shape-field{display:flex;flex-direction:column;gap:8px}
#experience-cheffy .cheffy-shape-input{
  width:100%;
  border:0;
  border-bottom:1px solid rgba(29,29,31,.55);
  background:transparent;
  padding:8px 0 12px;
  font-family:inherit;
  font-size:17px;
  line-height:1.23536;
  letter-spacing:-.022em;
  color:var(--apple-text);
  outline:none;
  transition:border-color .25s ease;
}
#experience-cheffy .cheffy-shape-input::placeholder{color:rgba(29,29,31,.36)}
#experience-cheffy .cheffy-shape-input:focus{border-bottom-color:var(--blue)}
#experience-cheffy .cheffy-shape-input[aria-invalid="true"]{border-bottom-color:#d70015}
#experience-cheffy .cheffy-shape-actions{margin-top:0}
#experience-cheffy .cheffy-shape-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:148px;
  padding:11px 22px;
  border-radius:980px;
  border:1.5px solid var(--apple-text);
  background:var(--apple-text);
  color:#fff;
  font-family:inherit;
  font-size:14px;
  line-height:1.23536;
  font-weight:600;
  letter-spacing:-.01em;
  cursor:pointer;
  transition:opacity .2s ease;
}
#experience-cheffy .cheffy-shape-submit:hover{opacity:.88}
#experience-cheffy .cheffy-shape-submit:disabled{opacity:.45;cursor:default}
#experience-cheffy .experience-price-range{display:flex;flex-direction:column;gap:14px}
#experience-cheffy .experience-price-range input[type="range"]{
  width:100%;
  margin:0;
  accent-color:var(--blue);
  cursor:pointer;
}
#experience-cheffy .experience-price-labels{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:12px;
  line-height:1.33337;
  color:var(--apple-text-secondary);
}
#experience-cheffy .experience-price-labels output{
  font-size:17px;
  line-height:1.23536;
  font-weight:600;
  letter-spacing:-.022em;
  color:var(--apple-text);
}
#experience-cheffy .cheffy-ask.is-submitted .home-experience-field{display:none}
#experience-cheffy .cheffy-ask.is-submitted .cheffy-ask-more{display:none}
@media(min-width:900px){
  #experience-cheffy{padding:96px 40px 104px}
  #experience-cheffy .home-experience-inner{
    flex-direction:row;
    align-items:flex-start;
    justify-content:space-between;
    gap:48px;
    text-align:left;
  }
  #experience-cheffy .home-experience-copy{flex:1 1 auto;max-width:none;padding-top:4px}
  #experience-cheffy .home-experience-actions{flex:0 1 480px;margin-top:2px}
  #experience-cheffy .home-experience-hero-actions{justify-content:flex-start}
}

/* Home: blend waitlist band after the orange Shape Cheffy section + team block */
.home-experience--flame + .apple-section + #experience-cheffy{
  border-top:0;
  background:linear-gradient(180deg,#fff 0%,#fafafa 8%,var(--apple-fill,#f5f5f7) 100%);
}
