/* ==========================================================================
   PartyPanda — design system
   Ported from "PartyPanda Redesign.dc.html" (Claude Design handoff)
   ========================================================================== */

:root {
  --cream:        #FAF7F0;
  --white:        #FFFFFF;
  --ink:          #1C1A17;
  --ink-hover:    #262420;
  --orange:       #FF6B35;
  --orange-dark:  #E2551F;
  --orange-tint:  #FFF3EC;
  --lime:         #D4F268;
  --lime-dark:    #C6E850;
  --muted:        #7A7060;
  --muted-light:  #9EA08F;
  --line:         #E8E2D9;
  --sand:         #F0EDE6;
  --wa:           #25D366;
  --wa-dark:      #20C05A;

  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --shell: 1200px;
  --gutter: 24px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: var(--orange); text-decoration: none; }
a:hover { color: var(--orange-dark); }

img { max-width: 100%; }
button, input, select, textarea { font-family: inherit; }

:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

@keyframes ppPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .45; transform: scale(.8); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

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

/* --------------------------------------------------------------- layout - */

.wrap {
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.wrap--narrow { max-width: 900px; }

.page { min-height: 100vh; display: flex; flex-direction: column; background: var(--cream); }
.page > main { flex: 1; }

.section { padding-block: 72px; }
.section--intro { padding-block: 88px 24px; }
.section--tight { padding-block: 24px 72px; }
.section--flush-top { padding-block: 0 80px; }
.section--flush-both { padding-block: 0 88px; }
.section--page { padding-block: 56px 88px; }
.section--plan { padding-block: 48px 88px; }

.grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid--wide  { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 44px; }
.grid--story { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 48px; }
.grid--tight { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.grid--steps { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 28px; }
.grid--start { align-items: start; }
.grid--stretch { align-items: stretch; }

.stack { display: flex; flex-direction: column; }
.stack--12 { gap: 12px; }
.stack--14 { gap: 14px; }
.stack--16 { gap: 16px; }
.stack--22 { gap: 22px; }
.stack--26 { gap: 26px; }
.stack--32 { gap: 32px; }

/* ------------------------------------------------------------ typography - */

.eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow--orange { color: var(--orange); }
.eyebrow--lime   { color: var(--lime); }
.eyebrow--dim    { color: var(--muted-light); }
.eyebrow--wide   { letter-spacing: .35em; }
.eyebrow--sm     { font-size: 10.5px; letter-spacing: .2em; }

.display {
  font-family: var(--display);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: balance;
}
.display--hero { font-size: clamp(2.4rem, 5.4vw, 4.6rem); line-height: .96; }
.display--page { font-size: clamp(2.1rem, 4.4vw, 3.6rem); }
.display--sub  { font-size: clamp(2.1rem, 4.4vw, 3.4rem); line-height: 1.03; }
.display--plan { font-size: clamp(2rem, 4vw, 3.2rem); }

.h2 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0;
  text-wrap: balance;
}
.h2--dark   { color: var(--white); font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.06; }
.h2--small  { font-size: clamp(1.6rem, 2.6vw, 2.3rem); }
.h2--mid    { font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.1; }
.h2--cta    { font-size: clamp(1.9rem, 3.6vw, 3.2rem); line-height: 1.08; font-style: italic; color: var(--white); }
.h2--panel  { font-size: clamp(1.5rem, 2.6vw, 2.2rem); color: var(--white); }

.h3 { font-family: var(--display); font-weight: 400; font-size: 26px; margin: 0; }
.h3--contact { font-size: 24px; }

.accent { font-style: italic; color: var(--orange); }
.accent--lime { color: var(--lime); }
.accent--plain { font-weight: 400; color: var(--ink); }

.lede {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
.lede--body  { font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.7; }
.lede--story { font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.75; }
.lede--ink   { color: var(--ink); }
.lede--17    { font-size: 17px; line-height: 1.7; }
.lede--16    { font-size: 16px; line-height: 1.6; }
.lede--15    { font-size: 15px; line-height: 1.75; }

.body-sm { font-size: 14px; line-height: 1.7; color: var(--muted); margin: 0; }
.body-xs { font-size: 13.5px; line-height: 1.7; color: var(--muted); margin: 0; }
.note    { font-size: 12.5px; color: var(--muted); margin: 0; }
.note--dim { color: var(--muted-light); }
.note--center { text-align: center; }

.measure-hero  { max-width: 34rem; }
.measure-h2    { max-width: 44rem; }
.measure-h2-sm { max-width: 38rem; }
.measure-h2-xs { max-width: 36rem; }
.measure-p     { max-width: 34rem; }
.measure-p-lg  { max-width: 36rem; }
.measure-p-sm  { max-width: 32rem; }

.center-block { text-align: center; max-width: 44rem; margin-inline: auto; }

/* --------------------------------------------------------------- buttons - */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 700;
  padding: 17px 28px;
  cursor: pointer;
  text-align: center;
  transition: background-color .2s ease, color .2s ease;
}

.btn--primary { background: var(--orange); color: var(--white); box-shadow: 0 8px 32px rgba(255,107,53,.34); }
.btn--primary:hover { background: var(--orange-dark); color: var(--white); }

.btn--ghost { background: var(--white); color: var(--ink); border: 1px solid var(--line); padding: 17px 26px; }
.btn--ghost:hover { background: var(--sand); color: var(--ink); }

.btn--lime { background: var(--lime); color: var(--ink); padding: 14px 24px; font-size: 14px; }
.btn--lime:hover { background: var(--lime-dark); color: var(--ink); }

.btn--dark { background: var(--ink); color: var(--white); }
.btn--dark:hover { background: var(--ink-hover); color: var(--white); }

.btn--outline-light { background: none; color: var(--white); border: 1px solid rgba(255,255,255,.25); }
.btn--outline-light:hover { background: rgba(255,255,255,.08); color: var(--white); }

.btn--wa { background: var(--wa); color: var(--white); }
.btn--wa:hover { background: var(--wa-dark); color: var(--white); }

.btn--lg    { padding: 19px 44px; font-size: 16px; }
.btn--sm    { padding: 15px 24px; font-size: 14.5px; }
.btn--md    { padding: 16px 28px; font-size: 14.5px; }
.btn--submit { padding: 19px; border-radius: 16px; font-size: 16px; box-shadow: 0 8px 28px rgba(255,107,53,.32); }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row--center { justify-content: center; gap: 16px; }
.btn-row--hero { gap: 14px; margin-bottom: 44px; }

.link-btn {
  background: none; border: 0; padding: 0;
  color: var(--orange); font-size: 14px; font-weight: 700; cursor: pointer;
}
.link-btn:hover { color: var(--orange-dark); }

/* ---------------------------------------------------------------- header - */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250,247,240,.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  max-width: var(--shell);
  margin-inline: auto;
  padding: 14px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand { display: flex; align-items: center; gap: 9px; }
.brand img { display: block; object-fit: contain; border-radius: 8px; }
.brand__name {
  font-family: var(--display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.brand:hover .brand__name { color: var(--ink); }

.nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.nav__link {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--muted);
  transition: background-color .2s ease, color .2s ease;
}
.nav__link:hover { background: var(--sand); color: var(--ink); }
.nav__link[aria-current="page"] { background: var(--sand); color: var(--ink); }
.nav__cta {
  margin-left: 6px;
  background: var(--orange);
  color: var(--white);
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(255,107,53,.35);
  transition: background-color .2s ease;
}
.nav__cta:hover { background: var(--orange-dark); color: var(--white); }
.nav__cta[aria-current="page"] { background: var(--orange-dark); color: var(--white); }

/* ----------------------------------------------------------------- cards - */

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px;
}
.card--lg   { border-radius: 26px; padding: 34px; }
.card--form { border-radius: 26px; padding: clamp(22px, 3vw, 36px); }
.card--info { border-radius: 20px; padding: 22px; }
.card--dark { background: var(--ink); border: 0; color: var(--white); }
.card--peach { background: var(--orange-tint); border: 1px solid var(--line); border-radius: 22px; }

.card__q { font-size: 15px; font-weight: 700; margin: 0 0 10px; }

.panel {
  background: var(--ink);
  border-radius: 32px;
  padding: clamp(32px, 4vw, 72px);
  position: relative;
  overflow: hidden;
}
.panel--cta { border-radius: 40px; padding: clamp(40px, 5vw, 80px); text-align: center; }
.panel--mid { border-radius: 28px; padding: clamp(28px, 4vw, 48px); text-align: center; }
.panel--soft {
  background: var(--orange-tint);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 32px;
  padding: clamp(32px, 4vw, 60px);
  text-align: center;
}
.panel__inner { position: relative; }
.panel__glow {
  position: absolute;
  left: 50%; bottom: -40%;
  width: 120%; height: 80%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(255,107,53,.10) 0%, transparent 70%);
  pointer-events: none;
}

/* --------------------------------------------------------------- accents - */

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.dot {
  width: 8px; height: 8px;
  border-radius: 999px;
  background: var(--lime);
  animation: ppPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
.dot--sm { width: 7px; height: 7px; }
.dot--md { width: 9px; height: 9px; }
.dot--lg { width: 10px; height: 10px; }
.dot--orange { background: var(--orange); animation: none; }

.tag {
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--line);
  background: var(--white);
}
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }

.icon-tile {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--orange-tint);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.icon-tile--lime { background: var(--lime); }
.icon-tile--lime-soft { background: rgba(212,242,104,.14); }
.icon-tile--sm { width: 32px; height: 32px; border-radius: 9px; }

.step-num {
  width: 38px; height: 38px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
}

.rule { height: 1px; background: rgba(255,255,255,.08); }

.ticket-edge {
  height: 12px;
  background: var(--cream);
  -webkit-mask-image: radial-gradient(circle at 10px 0, transparent 0, transparent 5px, black 0);
          mask-image: radial-gradient(circle at 10px 0, transparent 0, transparent 5px, black 0);
  -webkit-mask-size: 20px 10px;
          mask-size: 20px 10px;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
}

/* ------------------------------------------------------------------ hero - */

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero__glow {
  position: absolute; top: -180px; right: -160px;
  width: 560px; height: 560px;
  background: radial-gradient(circle, var(--orange), transparent 70%);
  filter: blur(100px); opacity: .10; pointer-events: none;
}
.hero__inner {
  max-width: var(--shell);
  margin-inline: auto;
  padding: 72px var(--gutter) 80px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 56px;
  align-items: center;
  position: relative;
}
.hero__badge { margin-bottom: 28px; }
.hero__title { margin-bottom: 22px; }
.hero__lede { margin-bottom: 32px; }
.hero__art { position: relative; display: flex; justify-content: center; }
.hero__art-inner { position: relative; width: 100%; max-width: 400px; }

.hero__frame {
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(28,26,23,.35);
  aspect-ratio: 3/4;
  position: relative;
  border-radius: 10rem 10rem 2rem 2rem; /* "arch" hero shape */
}
.hero__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__frame-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(28,26,23,.7) 0%, rgba(28,26,23,.2) 42%, transparent 72%);
}
.hero__frame-caption {
  position: absolute; left: 58%; right: 22px; bottom: 22px;
  color: var(--white); text-align: right;
}
.hero__frame-caption p { margin: 0; }
.hero__frame-caption .label {
  font-size: 10.5px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; opacity: .75; margin-bottom: 4px;
}
.hero__frame-caption .title { font-family: var(--display); font-weight: 300; font-size: 22px; }

.receipt {
  position: absolute; left: -34px; bottom: -58px;
  width: 250px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 48px -16px rgba(28,26,23,.35);
  transform: rotate(-4deg);
  transition: transform .5s cubic-bezier(.34, 1.56, .64, 1);
}
.receipt:hover { transform: rotate(0deg); }
.receipt__head { padding: 15px 18px; background: var(--orange); color: var(--white); }
.receipt__head p { margin: 0; }
.receipt__head .label {
  font-size: 10px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; opacity: .75; margin-bottom: 2px;
}
.receipt__head .title { font-size: 15px; font-weight: 700; }
.receipt__body { padding: 16px 18px; display: flex; flex-direction: column; gap: 12px; }
.receipt__line { display: flex; align-items: center; gap: 12px; }
.receipt__line p { margin: 0; }
.receipt__line .name { font-size: 12.5px; font-weight: 700; }
.receipt__line .meta { font-size: 12px; color: var(--muted); }

.proof { border-top: 1px solid var(--line); padding-top: 26px; }
.proof__label { margin-bottom: 18px; }
.proof__row { display: flex; flex-wrap: wrap; gap: 38px; }
.stat__num { font-family: var(--display); font-size: 30px; font-weight: 600; line-height: 1; }
.stat__label {
  font-size: 11.5px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--muted); margin-top: 4px;
}

/* ---------------------------------------------------------------- images - */

.frame { border-radius: 24px; overflow: hidden; box-shadow: 0 24px 48px -24px rgba(28,26,23,.3); }
.frame--43 { aspect-ratio: 4/3; }
.frame--45 { aspect-ratio: 4/5; box-shadow: 0 30px 60px -28px rgba(28,26,23,.35); }
.frame img { width: 100%; height: 100%; object-fit: cover; display: block; }

.caption { font-size: 12.5px; font-weight: 600; color: var(--muted); margin: 14px 0 0; }

.quote { border-left: 4px solid var(--orange); padding-left: 20px; margin-top: 28px; }
.quote p { margin: 0; }
.quote__text { font-style: italic; font-size: 15.5px; line-height: 1.7; color: var(--muted); font-weight: 500; }
.quote__by {
  font-size: 11px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; margin-top: 12px;
}

/* -------------------------------------------------------- dark stat panel - */

.stat-panel {
  background: var(--ink);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.stat-panel__row { display: flex; align-items: center; gap: 18px; }
.stat-panel__num {
  font-family: var(--display); font-size: 34px; font-weight: 600;
  color: var(--white); margin: 0; min-width: 88px;
}
.stat-panel__label {
  font-size: 11.5px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted-light); margin: 0;
}

/* ------------------------------------------------------ how-it-works band - */

.band-head {
  position: relative;
  display: flex; flex-wrap: wrap;
  align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 48px;
}
.band-head .eyebrow { margin-bottom: 14px; }
.band-grid { position: relative; }

.step { display: flex; flex-direction: column; gap: 14px; }
.step h3 { font-size: 17px; font-weight: 700; color: var(--white); margin: 0; font-family: var(--sans); }
.step p { font-size: 13.5px; line-height: 1.65; color: var(--muted-light); margin: 0; }

.callout {
  position: relative;
  margin-top: 44px;
  border-radius: 20px;
  padding: 26px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  display: flex; flex-wrap: wrap; align-items: center; gap: 22px;
}
.callout__body { flex: 1; min-width: 260px; }
.callout__title { font-size: 15.5px; font-weight: 700; color: var(--white); margin: 0 0 5px; }
.callout__text { font-size: 13.5px; line-height: 1.65; color: var(--muted-light); margin: 0; }

/* ------------------------------------------------------- what-we-deliver - */

.cat-card {
  background: var(--ink);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 48px -28px rgba(28,26,23,.4);
}
.cat-card__media { aspect-ratio: 16/9; position: relative; }
.cat-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cat-card__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(28,26,23,.9) 0%, rgba(28,26,23,.25) 55%, transparent 85%);
}
.cat-card__body { padding: 30px; }
.cat-card__title { font-family: var(--display); font-weight: 300; font-size: 28px; color: var(--white); margin: 0 0 14px; }
.cat-card__text { font-size: 14.5px; line-height: 1.7; color: var(--muted-light); margin: 0 0 20px; }

.subcard { border-radius: 16px; padding: 18px; }
.subcard--orange { background: rgba(255,107,53,.08); border: 1px solid rgba(255,107,53,.2); }
.subcard--lime   { background: rgba(212,242,104,.08); border: 1px solid rgba(212,242,104,.2); }
.subcard__title { font-size: 13.5px; font-weight: 700; color: var(--white); margin: 0 0 5px; }
.subcard__text  { font-size: 12.5px; line-height: 1.65; color: var(--muted-light); margin: 0; }

.extras-card {
  background: var(--orange-tint);
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  flex: 1;
}
.extras-card__media { aspect-ratio: 4/3; }
.extras-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.extras-card__body { padding: 26px; }
.extras-card__title { font-family: var(--display); font-weight: 300; font-size: 26px; margin: 0 0 12px; }

.cta-tile {
  text-align: left;
  background: var(--orange);
  border: 0;
  border-radius: 26px;
  padding: 26px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; cursor: pointer;
  box-shadow: 0 12px 32px -12px rgba(255,107,53,.55);
  transition: background-color .2s ease;
}
.cta-tile:hover { background: var(--orange-dark); }
.cta-tile__eyebrow {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(255,255,255,.75); margin-bottom: 5px;
}
.cta-tile__title { display: block; font-family: var(--display); font-weight: 300; font-size: 22px; color: var(--white); }
.cta-tile__arrow {
  width: 44px; height: 44px; border-radius: 999px;
  background: rgba(255,255,255,.2); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}

.section-head {
  display: flex; flex-wrap: wrap;
  align-items: flex-end; justify-content: space-between;
  gap: 18px; margin-bottom: 26px;
}

/* ------------------------------------------------------------- final CTA - */

.cta-glow-a {
  position: absolute; top: -120px; left: -120px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, var(--orange), transparent 70%);
  filter: blur(80px); opacity: .14; pointer-events: none;
}
.cta-glow-b {
  position: absolute; bottom: -120px; right: -120px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, var(--lime), transparent 70%);
  filter: blur(100px); opacity: .12; pointer-events: none;
}

/* ------------------------------------------------------------------ form - */

.label {
  display: block;
  font-size: 11px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 9px;
}
.label--spaced { margin-top: 20px; }

.input {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--cream);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  outline: none;
  transition: border-color .2s ease, background-color .2s ease;
}
.input:focus { border-color: var(--orange); background: var(--white); }
.input--search { background: var(--white); margin-bottom: 26px; }
.input--gap { margin-bottom: 20px; }
textarea.input { resize: none; }

.chip {
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.chip:hover { border-color: var(--orange); }
.chip[aria-pressed="true"] { border-color: var(--orange); background: var(--orange); color: var(--white); }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }

/* --------------------------------------------------------- plan my order - */

.plan-head {
  display: flex; flex-wrap: wrap;
  align-items: flex-end; justify-content: space-between;
  gap: 20px; margin-bottom: 34px;
}
.plan-wa {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--wa); color: var(--white);
  padding: 15px 24px; border-radius: 14px;
  font-size: 14.5px; font-weight: 700;
  box-shadow: 0 8px 28px rgba(37,211,102,.35);
  transition: background-color .2s ease;
}
.plan-wa:hover { background: var(--wa-dark); color: var(--white); }

.steps-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.step-chip {
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 12px; font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.step-chip.is-done { background: var(--orange-tint); color: var(--orange); }
.step-chip.is-current { border-color: var(--ink); background: var(--ink); color: var(--white); }

.progress {
  height: 4px; border-radius: 999px;
  background: var(--line);
  margin-bottom: 36px;
  overflow: hidden;
}
.progress__bar {
  height: 100%;
  background: var(--orange);
  border-radius: 999px;
  transition: width .35s ease;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  align-items: start;
}
.plan-col { min-width: 0; }

.plan-step[hidden] { display: none; }
.plan-step .h3 { margin-bottom: 6px; }
.plan-step__lede { font-size: 14px; color: var(--muted); margin: 0 0 26px; }
.plan-step__eyebrow { margin-bottom: 10px; }
.plan-step .chip-row + .label,
.plan-step .label--top { margin-top: 26px; }

.food-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}
.food-card {
  text-align: left; cursor: pointer;
  padding: 22px; border-radius: 20px;
  border: 2px solid var(--line);
  background: var(--cream);
  transition: border-color .2s ease, background-color .2s ease;
}
.food-card[aria-pressed="true"] { border-color: var(--orange); background: var(--orange-tint); }
.food-card__title { display: block; font-size: 15px; font-weight: 700; }
.food-card__desc { display: block; font-size: 12.5px; line-height: 1.6; color: var(--muted); margin-top: 6px; }

.extras-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}
.extra-row {
  display: flex; align-items: center; gap: 13px;
  padding: 17px 18px; border-radius: 16px; cursor: pointer;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  transition: border-color .2s ease, background-color .2s ease;
}
.extra-row[aria-pressed="true"] { border-color: var(--orange); background: var(--orange-tint); }
.extra-row__box {
  width: 21px; height: 21px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 12px; font-weight: 700; color: var(--white);
  border: 1px solid var(--line); background: transparent;
}
.extra-row[aria-pressed="true"] .extra-row__box { border-color: var(--orange); background: var(--orange); }
.extra-row__label { font-size: 14px; font-weight: 600; text-align: left; }

.when-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px; margin-bottom: 24px;
}
.name-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.hint {
  margin-top: 26px; border-radius: 16px; padding: 18px;
  background: var(--sand);
  display: flex; gap: 14px;
}
.hint p { font-size: 13.5px; line-height: 1.65; color: var(--muted); margin: 0; }
.hint__icon { flex-shrink: 0; display: flex; }
.hint--peach { background: var(--orange-tint); border: 1px solid var(--line); margin-top: 22px; display: block; }
.hint--peach strong { color: var(--ink); }

.confirm-toast {
  margin-top: 18px; border-radius: 16px; padding: 18px;
  background: var(--ink);
  display: flex; gap: 14px; align-items: center;
}
.confirm-toast p { font-size: 13.5px; font-weight: 700; color: var(--lime); margin: 0; }
.confirm-toast[hidden] { display: none; }

.plan-actions { display: flex; gap: 12px; margin-top: 20px; }
.plan-actions .btn--dark { flex: 1; }
.plan-actions .btn--back { background: var(--white); border: 1px solid var(--line); color: var(--ink); }
.plan-actions .btn--back:hover { background: var(--sand); }

.summary {
  background: var(--ink);
  border-radius: 26px;
  padding: 30px;
  position: sticky;
  top: 96px;
}
.summary__head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin-bottom: 22px;
}
.summary__title { font-family: var(--display); font-weight: 300; font-size: 21px; color: var(--white); margin: 0; }
.summary__tag {
  font-size: 10.5px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted-light);
}
.summary__list { display: flex; flex-direction: column; gap: 16px; }
.summary__label {
  font-size: 10.5px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--muted-light); margin: 0 0 4px;
}
.summary__value { font-size: 14px; font-weight: 600; color: var(--white); margin: 0; }
.summary__edge { margin: 24px -30px 0; }
.summary__live {
  margin-top: 20px; border-radius: 14px; padding: 16px;
  background: rgba(212,242,104,.08);
  border: 1px solid rgba(212,242,104,.2);
  display: flex; align-items: center; gap: 12px;
}
.summary__live p { font-size: 12px; font-weight: 700; color: var(--lime); margin: 0; }

/* ------------------------------------------------------------------- FAQ - */

.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.faq-item[hidden] { display: none; }
.faq-item__q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 22px 24px;
  background: none; border: 0; text-align: left; cursor: pointer;
}
.faq-item__label { font-size: 15px; font-weight: 700; color: var(--ink); }
.faq-item__icon {
  width: 30px; height: 30px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 16px; font-weight: 700;
  background: var(--sand); color: var(--ink);
  transition: background-color .2s ease, color .2s ease;
}
.faq-item__q[aria-expanded="true"] .faq-item__icon { background: var(--orange); color: var(--white); }
.faq-item__a {
  overflow: hidden;
  max-height: 0;
  transition: max-height .35s cubic-bezier(.4, 0, .2, 1);
}
.faq-item__a p { padding: 0 24px 22px; font-size: 14px; line-height: 1.75; color: var(--muted); margin: 0; }

.faq-empty {
  padding: 26px; text-align: center;
  color: var(--muted); font-size: 14px;
  background: var(--white); border: 1px solid var(--line); border-radius: 18px;
}
.faq-empty[hidden] { display: none; }

/* --------------------------------------------------------------- contact - */

.wa-card {
  display: flex; align-items: center; gap: 18px;
  background: var(--wa); border-radius: 22px; padding: 26px;
  color: var(--white);
  box-shadow: 0 12px 32px -14px rgba(37,211,102,.7);
  transition: background-color .2s ease;
}
.wa-card:hover { background: var(--wa-dark); color: var(--white); }
.wa-card__icon {
  width: 48px; height: 48px; border-radius: 999px;
  background: rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.wa-card__body { flex: 1; }
.wa-card__label {
  display: block; font-size: 10.5px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; opacity: .8;
}
.wa-card__title { display: block; font-size: 19px; font-weight: 700; margin: 3px 0; }
.wa-card__meta { display: block; font-size: 12.5px; opacity: .85; }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}
.info-card__label {
  font-size: 10.5px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--muted); margin: 0 0 8px;
}
.info-card__value { font-size: 15.5px; font-weight: 700; margin: 0; }
.info-card__value a { color: inherit; }
.info-card__value a:hover { color: var(--orange); }

.area-list { display: flex; flex-direction: column; gap: 12px; }
.area-list__row { display: flex; gap: 12px; align-items: flex-start; }
.area-list__row .dot { margin-top: 7px; }
.area-list__row p { font-size: 14px; line-height: 1.6; margin: 0; }

/* ---------------------------------------------------------------- footer - */

.site-footer { border-top: 1px solid var(--line); background: var(--cream); }
.site-footer__inner { max-width: var(--shell); margin-inline: auto; padding: 56px var(--gutter); }
.site-footer__top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 44px; }
.site-footer__brand { max-width: 19rem; }
.site-footer__brand .brand { margin-bottom: 14px; }
.site-footer__tagline { font-size: 14px; font-weight: 500; color: var(--muted); margin: 0; }
.site-footer__cols { display: flex; flex-wrap: wrap; gap: 56px; }
.site-footer__col { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.site-footer__col a { font-size: 13.5px; font-weight: 600; color: var(--muted); }
.site-footer__col a:hover { color: var(--ink); }
.site-footer__bottom {
  margin-top: 44px; padding-top: 26px;
  border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: space-between; gap: 14px;
}
.site-footer__bottom p { font-size: 12px; font-weight: 600; color: var(--muted); margin: 0; }
.site-footer__serving {
  display: flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 600; color: var(--muted);
}

/* --------------------------------------------------------- sticky action - */

.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 100;
  display: flex; align-items: center; gap: 10px;
  background: var(--wa); color: var(--white);
  padding: 14px 20px; border-radius: 999px;
  font-size: 14px; font-weight: 700;
  box-shadow: 0 8px 32px rgba(37,211,102,.45);
  transition: background-color .2s ease;
}
.wa-float:hover { background: var(--wa-dark); color: var(--white); }
.wa-float svg { flex-shrink: 0; display: block; }

/* -------------------------------------------------------------- responsive */

@media (max-width: 760px) {
  .hero__inner { padding-block: 48px 96px; gap: 40px; }
  .hero__art-inner { margin-bottom: 48px; }
  .receipt { left: 50%; transform: translateX(-50%) rotate(-4deg); }
  .receipt:hover { transform: translateX(-50%) rotate(0deg); }
  .site-footer__cols { gap: 32px; }
  .summary { position: static; }
  .wa-float span:last-child { display: none; }
  .wa-float { padding: 15px; }
  .section { padding-block: 56px; }
  .section--intro { padding-block: 64px 24px; }
}

@media (max-width: 560px) {
  .nav { gap: 2px; }
  .nav__link { padding: 8px 9px; font-size: 13px; }
  .nav__cta { margin-left: 2px; padding: 10px 16px; }
  .proof__row { gap: 24px; }
  .plan-actions { flex-wrap: wrap; }
  .plan-actions .btn { flex: 1 1 100%; }
}
