/* ============================================================
   HK EVENTPRO — PARTY / STICKER-SCRAPBOOK design language
   「開P啦」: light cream pages, confetti, bunting, die-cut
   sticker cards, washi-tape scrapbook photos, scalloped
   invitation pricing, balloon stats, wavy section dividers.
   Type: Baloo 2 (rounded Latin) × Noto Sans TC 900 (CJK).
   Loaded last and wins.
   ============================================================ */

:root {
  --ep-bg: #FFFDF7;
  --ep-mint: #E8FAF7;
  --ep-blush: #FFF3F8;
  --ep-ink: #15211E;
  --ep-ink-soft: #5C6E66;
  --ep-teal: #01C6B2;
  --ep-teal-deep: #00806F;
  --ep-pink: #FF70A6;
  --ep-pink-deep: #D14E84;
  --ep-yellow: #FEDD5E;
  --ep-yellow-deep: #C0A21B;
  --ep-line: #E4EFEA;

  --ep-display: "Baloo 2", "Noto Sans TC", system-ui, sans-serif;
  --ep-sans: "Noto Sans TC", system-ui, -apple-system, "PingFang HK", sans-serif;
}

html { overflow-x: clip; overflow-y: auto; scroll-behavior: smooth; }
body.ep { overflow-x: clip; background: var(--ep-bg); color: var(--ep-ink); font-family: var(--ep-sans); font-size: 17px; line-height: 1.75; -webkit-font-smoothing: antialiased; }

body.ep ::selection { background: var(--ep-yellow); color: var(--ep-ink); }

/* ============================================================
   CHROME — bright & friendly
   ============================================================ */
body.ep .topbar { background: var(--ep-ink); color: rgba(255,253,247,.88); border-bottom: 0; }
body.ep .topbar a, body.ep .topbar__item { color: rgba(255,253,247,.88); }
body.ep .topbar__item .ico { color: var(--ep-yellow); }
body.ep .topbar__item:hover { color: #fff; }

body.ep .brandstrip { background: var(--ep-bg); border-bottom: 0; }
body.ep .logo__word { font-family: var(--ep-display); }
body.ep .logo__word b { color: var(--ep-ink); font-weight: 800; }
body.ep .logo__word span { color: var(--ep-teal); font-weight: 800; }

body.ep .nav { background: var(--ep-bg); border-bottom: 3px solid var(--ep-ink); box-shadow: none; }
body.ep .nav__link { color: var(--ep-ink); font-weight: 700; }
body.ep .nav__link:hover { color: var(--ep-pink-deep); background: transparent; }
body.ep .btn--solid { background: var(--ep-pink); color: #fff; border-radius: 999px; box-shadow: 0 4px 0 var(--ep-pink-deep); }
body.ep .btn--solid:hover { background: var(--ep-pink-deep); box-shadow: 0 2px 0 var(--ep-pink-deep); transform: translateY(2px); }

/* ============================================================
   SHARED ATOMS
   ============================================================ */
.ep-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ep-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ep-teal-deep);
  background: var(--ep-mint);
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 16px;
}
.ep-h2 {
  font-family: var(--ep-display);
  font-weight: 800;
  font-size: clamp(30px, 4.6vw, 50px);
  line-height: 1.22;
  margin: 0 0 12px;
  color: var(--ep-ink);
  text-wrap: balance;
}
.ep-h2 em { font-style: normal; color: var(--ep-pink-deep); }
.ep-sub { max-width: 620px; color: var(--ep-ink-soft); font-size: 16.5px; margin: 0; text-wrap: pretty; }
.ep-sechead { margin-bottom: 42px; }
.ep-sechead--center { text-align: center; }
.ep-sechead--center .ep-sub { margin: 0 auto; }

.ep-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 30px;
  font-family: var(--ep-display);
  font-weight: 800;
  font-size: 17px;
  border-radius: 999px;
  text-decoration: none;
  border: 2.5px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.ep-btn:focus-visible { outline: 3px solid var(--ep-teal); outline-offset: 2px; }
.ep-btn--pink { background: var(--ep-pink); color: #fff; box-shadow: 0 5px 0 var(--ep-pink-deep); }
.ep-btn--pink:hover { transform: translateY(3px); box-shadow: 0 2px 0 var(--ep-pink-deep); }
.ep-btn--teal { background: var(--ep-teal); color: #fff; box-shadow: 0 5px 0 var(--ep-teal-deep); margin-top: 22px; }
.ep-btn--teal:hover { transform: translateY(3px); box-shadow: 0 2px 0 var(--ep-teal-deep); }
.ep-btn--yellow { background: var(--ep-yellow); color: var(--ep-ink); box-shadow: 0 5px 0 var(--ep-yellow-deep); }
.ep-btn--yellow:hover { transform: translateY(3px); box-shadow: 0 2px 0 var(--ep-yellow-deep); }
.ep-btn--line { background: #fff; border-color: var(--ep-ink); color: var(--ep-ink); box-shadow: 0 5px 0 var(--ep-ink); }
.ep-btn--line:hover { transform: translateY(3px); box-shadow: 0 2px 0 var(--ep-ink); }
.ep-btn--ghost { background: transparent; border-color: rgba(255,255,255,.7); color: #fff; }
.ep-btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); }

/* wavy section divider (sits at the bottom of a section) */
.ep-wave { display: block; margin-top: clamp(40px, 6vw, 70px); }
.ep-wave svg { display: block; width: 100%; height: clamp(36px, 5vw, 70px); }
.ep-wave--hero { margin-top: 0; }

/* washi tape strips */
.ep-tape {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 92px;
  height: 26px;
  transform: translateX(-50%) rotate(-4deg);
  background: rgba(1,198,178,.55);
  border-left: 2px dashed rgba(255,255,255,.65);
  border-right: 2px dashed rgba(255,255,255,.65);
  z-index: 2;
}
.ep-tape--l { left: 12%; transform: rotate(-32deg); background: rgba(255,112,166,.55); }
.ep-tape--r { left: auto; right: 12%; transform: rotate(32deg); background: rgba(254,221,94,.7); }

/* ============================================================
   01 · HERO — confetti party
   ============================================================ */
.ep-hero { position: relative; background: var(--ep-bg); overflow: clip; padding-top: 12px; }
.ep-bunting { position: relative; z-index: 3; max-width: 1080px; margin: 0 auto; }
.ep-bunting svg { display: block; width: 100%; height: clamp(28px, 4vw, 52px); }

/* confetti pieces are generated by party.js */
.ep-confetti { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.ep-confetti i {
  position: absolute;
  top: -4%;
  width: 9px;
  height: 14px;
  border-radius: 2px;
  background: var(--c, var(--ep-teal));
  opacity: .85;
  transform: rotate(var(--rz, 0deg));
}
html.motion .ep-confetti i { animation: ep-fall var(--t, 9s) linear var(--dl, 0s) infinite; }
@keyframes ep-fall {
  0% { transform: translateY(-6vh) translateX(0) rotate(0deg); }
  100% { transform: translateY(108vh) translateX(var(--dx, 30px)) rotate(540deg); }
}

.ep-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  padding: clamp(30px, 5vw, 60px) 0 10px;
}
.ep-kicker {
  font-family: var(--ep-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ep-teal-deep);
  margin: 0 0 14px;
}
.ep-h1 {
  font-family: var(--ep-display);
  font-weight: 800;
  font-size: clamp(44px, 6.8vw, 86px);
  line-height: 1.12;
  margin: 0 0 18px;
  color: var(--ep-ink);
}
.ep-h1 span { display: block; }
.ep-h1__pop { color: var(--ep-pink-deep); }
.ep-h1__bang { font-style: normal; color: var(--ep-teal); }
.ep-lead { max-width: 470px; font-size: 17.5px; color: var(--ep-ink-soft); margin: 0 0 26px; text-wrap: pretty; }
.ep-lead b { color: var(--ep-ink); }
.ep-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }

.ep-badges { display: flex; flex-wrap: wrap; gap: 12px; }
.ep-badge {
  font-family: var(--ep-display);
  font-weight: 700;
  font-size: 13.5px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 2.5px solid var(--ep-ink);
  background: #fff;
  box-shadow: 2.5px 3px 0 var(--ep-ink);
  transform: rotate(var(--r, 0deg));
}
.ep-badge--teal { background: var(--ep-mint); }
.ep-badge--yellow { background: #FFF7D9; }
.ep-badge--pink { background: var(--ep-blush); }

/* hero sticker photos */
.ep-hero__shots { position: relative; height: clamp(300px, 34vw, 470px); }
.ep-sticker-photo {
  position: absolute;
  margin: 0;
  background: #fff;
  padding: 10px 10px 12px;
  border-radius: 18px;
  box-shadow: 0 16px 32px -16px rgba(21,33,30,.4), 0 0 0 2.5px var(--ep-ink);
  transition: transform .3s ease;
}
.ep-sticker-photo img { display: block; width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: 10px; }
.ep-sticker-photo figcaption { font-family: var(--ep-display); font-weight: 700; font-size: 13.5px; text-align: center; padding-top: 7px; color: var(--ep-ink); }
.ep-sticker-photo--1 { width: 52%; left: 0; top: 2%; transform: rotate(-5deg); z-index: 2; }
.ep-sticker-photo--2 { width: 46%; right: 0; top: 16%; transform: rotate(4deg); }
.ep-sticker-photo--3 { width: 50%; left: 16%; bottom: 0; transform: rotate(2deg); z-index: 3; }

/* ============================================================
   02 · STICKER SHEET — services
   ============================================================ */
.ep-stickers { background: var(--ep-mint); padding: clamp(64px, 8vw, 100px) 0 0; }
.ep-sheet {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2.4vw, 26px);
}
.ep-stk {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  border-radius: 22px;
  padding: 14px 16px 18px;
  text-decoration: none;
  color: var(--ep-ink);
  box-shadow: 0 0 0 2.5px var(--ep-ink), 0 14px 26px -16px rgba(21,33,30,.35);
  transform: rotate(var(--r, 0deg));
  transition: transform .22s ease, box-shadow .22s ease;
}
/* die-cut dashed outline just inside the sticker edge */
.ep-stk::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px dashed rgba(21,33,30,.18);
  border-radius: 17px;
  pointer-events: none;
}
.ep-stk:hover { transform: rotate(0deg) translateY(-7px); z-index: 2; }
.ep-stk:focus-visible { outline: 3px solid var(--ep-teal); outline-offset: 3px; }
.ep-stk__img { display: block; border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; background: var(--ep-mint); }
.ep-stk__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.ep-stk:hover .ep-stk__img img { transform: scale(1.06); }
.ep-stk__img--tint { display: grid; place-items: center; }
.ep-stk__img--tint svg { width: 44%; height: auto; }
.ep-stk__img--pink { background: var(--ep-blush); }
.ep-stk h3 { font-family: var(--ep-display); font-weight: 800; font-size: 19.5px; margin: 4px 0 0; line-height: 1.3; }
.ep-stk p { margin: 0; font-size: 13.5px; line-height: 1.6; color: var(--ep-ink-soft); flex: 1; }
.ep-stk__price {
  align-self: flex-start;
  font-family: var(--ep-display);
  font-weight: 800;
  font-size: 15.5px;
  padding: 5px 14px;
  border-radius: 999px;
  color: var(--ep-ink);
}
.ep-stk__price--teal { background: var(--ep-mint); color: var(--ep-teal-deep); }
.ep-stk__price--pink { background: var(--ep-blush); color: var(--ep-pink-deep); }
.ep-stk__price--yellow { background: #FFF7D9; color: var(--ep-yellow-deep); }
/* combo CTA sticker */
.ep-stk--cta { background: var(--ep-ink); color: #fff; justify-content: center; align-items: center; text-align: center; gap: 14px; min-height: 280px; }
.ep-stk--cta::before { border-color: rgba(255,255,255,.3); }
.ep-stk--cta b { font-family: var(--ep-display); font-weight: 800; font-size: clamp(30px, 3vw, 42px); line-height: 1.15; color: var(--ep-yellow); }
.ep-stk--cta span { font-size: 14px; color: rgba(255,253,247,.8); max-width: 200px; }
.ep-stk--cta:hover { transform: rotate(0deg) translateY(-7px); }

/* ============================================================
   03 · FOOD MENU — double marquee chips + scrapbook shots
   ============================================================ */
.ep-foods { background: var(--ep-blush); padding: clamp(64px, 8vw, 100px) 0 0; }
.ep-menu { overflow: hidden; display: grid; gap: 14px; padding: 6px 0 8px; }
.ep-menu__row { display: flex; gap: 14px; width: max-content; animation: ep-marq 30s linear infinite; }
.ep-menu__row--rev { animation-direction: reverse; }
@keyframes ep-marq { to { transform: translateX(-50%); } }
.ep-menu__row span {
  font-family: var(--ep-display);
  font-weight: 800;
  font-size: clamp(16px, 1.8vw, 21px);
  color: #fff;
  background: var(--c, var(--ep-teal));
  border-radius: 999px;
  padding: 9px 22px;
  white-space: nowrap;
  box-shadow: 0 3px 0 rgba(21,33,30,.25);
}

.ep-foods__shots {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2.4vw, 26px);
  margin-top: clamp(34px, 5vw, 54px);
}
.ep-scrap { position: relative; margin: 0; background: #fff; padding: 10px 10px 12px; border-radius: 6px; box-shadow: 0 14px 28px -16px rgba(21,33,30,.4); transform: rotate(var(--r, 0deg)); transition: transform .25s ease; }
.ep-scrap:hover { transform: rotate(0deg) translateY(-6px); }
.ep-scrap img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 3px; }
.ep-scrap figcaption { font-family: var(--ep-display); font-weight: 700; font-size: 13.5px; text-align: center; padding-top: 8px; color: var(--ep-ink); }

/* ============================================================
   04 · CHECKLIST — party plan ticks
   ============================================================ */
.ep-plan { background: var(--ep-bg); padding: clamp(64px, 8vw, 100px) 0 0; }
.ep-plan__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}
.ep-plan__grid .ep-sechead { position: sticky; top: 120px; }
.ep-checks { list-style: none; margin: 0; padding: 0; }
.ep-check {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
  background: #fff;
  border-radius: 18px;
  border: 2.5px solid var(--ep-ink);
  box-shadow: 3px 4px 0 var(--ep-ink);
  padding: 20px 22px;
  margin-bottom: 16px;
}
.ep-check__box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 3px solid var(--ep-ink);
  background: #fff;
  display: grid;
  place-items: center;
  color: #fff;
  transition: background .25s ease, transform .25s ease;
}
.ep-check__box svg { width: 26px; height: 26px; }
.ep-check__box svg path { stroke-dasharray: 24; stroke-dashoffset: 24; }
.ep-check.is-done .ep-check__box { background: var(--ep-teal); border-color: var(--ep-teal-deep); transform: rotate(-6deg) scale(1.05); }
html.motion .ep-check.is-done .ep-check__box svg path { transition: stroke-dashoffset .45s ease .12s; }
.ep-check.is-done .ep-check__box svg path { stroke-dashoffset: 0; }
.ep-check h3 { font-family: var(--ep-display); font-weight: 800; font-size: 20px; margin: 0 0 4px; }
.ep-check p { margin: 0; font-size: 14.5px; color: var(--ep-ink-soft); }

/* ============================================================
   05 · COMBOS — scalloped invitation cards
   ============================================================ */
.ep-combos { background: var(--ep-mint); padding: clamp(64px, 8vw, 100px) 0 clamp(64px, 8vw, 96px); }
.ep-combos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.6vw, 30px);
  max-width: 1020px;
  margin: 0 auto;
  align-items: stretch;
}
.ep-invite {
  position: relative;
  background: #fff;
  border-radius: 4px 4px 20px 20px;
  padding: 30px 26px 26px;
  box-shadow: 0 20px 38px -22px rgba(21,33,30,.4);
  transform: rotate(var(--r, 0deg));
  transition: transform .22s ease;
}
.ep-invite:hover { transform: rotate(0deg) translateY(-6px); }
/* scalloped top edge */
.ep-invite__scallop {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  height: 18px;
  background: radial-gradient(circle 9px at 50% 100%, #fff 0 9px, transparent 9.5px);
  background-size: 26px 18px;
  background-position: center bottom;
  background-repeat: repeat-x;
}
.ep-invite--hot { box-shadow: 0 0 0 3px var(--ep-pink), 0 22px 40px -20px rgba(209,78,132,.5); }
.ep-invite__flag {
  position: absolute;
  top: -15px;
  right: 18px;
  background: var(--ep-pink);
  color: #fff;
  font-family: var(--ep-display);
  font-weight: 800;
  font-size: 13.5px;
  border-radius: 999px;
  padding: 6px 16px;
  transform: rotate(5deg);
  box-shadow: 0 3px 0 var(--ep-pink-deep);
  z-index: 2;
}
.ep-invite__code {
  font-family: var(--ep-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .22em;
  color: var(--ep-teal-deep);
  background: var(--ep-mint);
  border-radius: 999px;
  padding: 4px 13px;
}
.ep-invite h3 { font-family: var(--ep-display); font-weight: 800; font-size: 24px; margin: 14px 0 4px; color: var(--ep-ink); }
.ep-invite__price { font-family: var(--ep-display); font-weight: 800; font-size: clamp(30px, 3.2vw, 38px); color: var(--ep-pink-deep); margin: 0 0 12px; line-height: 1.15; }
.ep-invite__price small { display: block; font-family: var(--ep-sans); font-weight: 600; font-size: 13px; color: var(--ep-ink-soft); margin-top: 2px; }
.ep-invite ul { list-style: none; margin: 0; padding: 12px 0 0; border-top: 2px dashed var(--ep-line); }
.ep-invite li { font-size: 14.5px; padding: 5px 0 5px 26px; position: relative; color: var(--ep-ink); }
.ep-invite li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ep-teal);
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 2px var(--ep-teal);
}
.ep-combos__cta { text-align: center; margin-top: 40px; }

/* ============================================================
   06 · SHOWREEL — taped to the page
   ============================================================ */
.ep-reel { background: var(--ep-bg); padding: clamp(64px, 8vw, 100px) 0; }
.ep-reel__frame {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #fff;
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 0 0 2.5px var(--ep-ink), 0 26px 48px -24px rgba(21,33,30,.45);
  transform: rotate(-.8deg);
}
.ep-reel__frame iframe { position: absolute; inset: 12px; width: calc(100% - 24px); height: calc(100% - 24px); border: 0; border-radius: 8px; background: var(--ep-ink); }

/* ============================================================
   07 · STATS — balloons on strings
   ============================================================ */
.ep-stats { background: var(--ep-bg); padding: 10px 0 clamp(54px, 7vw, 80px); }
.ep-stats__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 26px); }
.ep-balloon {
  position: relative;
  text-align: center;
  background: var(--ep-mint);
  border-radius: 50% 50% 48% 48% / 56% 56% 42% 42%;
  aspect-ratio: 1/1.06;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  box-shadow: inset -10px -12px 0 rgba(21,33,30,.05), 0 0 0 2.5px var(--ep-ink);
}
html.motion .ep-balloon { animation: ep-bob 5s ease-in-out infinite alternate; }
.ep-balloon:nth-child(2) { animation-delay: .8s; }
.ep-balloon:nth-child(3) { animation-delay: 1.6s; }
.ep-balloon:nth-child(4) { animation-delay: 2.4s; }
@keyframes ep-bob { from { transform: translateY(0) rotate(-1deg); } to { transform: translateY(-12px) rotate(1.4deg); } }
.ep-balloon--pink { background: var(--ep-blush); }
.ep-balloon--yellow { background: #FFF7D9; }
.ep-balloon b { font-family: var(--ep-display); font-weight: 800; font-size: clamp(28px, 3.6vw, 46px); color: var(--ep-ink); line-height: 1.1; }
.ep-balloon > span { font-size: clamp(12px, 1.3vw, 14.5px); font-weight: 700; color: var(--ep-ink-soft); }
/* string */
.ep-balloon i {
  position: absolute;
  left: 50%;
  bottom: -26px;
  width: 2px;
  height: 26px;
  background:
    repeating-linear-gradient(var(--ep-ink) 0 4px, transparent 4px 7px);
}

/* ============================================================
   08 · VOICES — speech bubbles
   ============================================================ */
.ep-voices { background: var(--ep-bg); padding: 30px 0 clamp(70px, 9vw, 110px); }
.ep-voices__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.6vw, 30px); }
.ep-bubble {
  position: relative;
  margin: 0 0 26px;
  background: var(--ep-blush);
  border: 2.5px solid var(--ep-ink);
  border-radius: 22px;
  padding: 24px 24px 20px;
  box-shadow: 3px 4px 0 var(--ep-ink);
  transform: rotate(var(--r, 0deg));
}
.ep-bubble--teal { background: var(--ep-mint); }
.ep-bubble--yellow { background: #FFF7D9; }
/* tail */
.ep-bubble::after {
  content: "";
  position: absolute;
  left: 38px;
  bottom: -16px;
  width: 26px;
  height: 26px;
  background: inherit;
  border-right: 2.5px solid var(--ep-ink);
  border-bottom: 2.5px solid var(--ep-ink);
  border-bottom-right-radius: 8px;
  transform: rotate(45deg) skew(8deg, 8deg);
}
.ep-bubble p { font-size: 16px; line-height: 1.8; color: var(--ep-ink); margin: 0 0 14px; }
.ep-bubble footer { display: flex; gap: 10px; align-items: baseline; }
.ep-bubble footer b { font-family: var(--ep-display); font-weight: 800; font-size: 15px; color: var(--ep-ink); }
.ep-bubble footer span { font-size: 13px; color: var(--ep-ink-soft); }

/* ============================================================
   09 · FINAL CTA — teal party block
   ============================================================ */
.ep-cta { position: relative; background: var(--ep-teal); color: #fff; padding: clamp(80px, 10vw, 124px) 0; overflow: clip; text-align: center; }
.ep-cta .ep-confetti i { opacity: .55; }
.ep-cta__inner { position: relative; z-index: 2; }
.ep-cta h2 {
  font-family: var(--ep-display);
  font-weight: 800;
  font-size: clamp(34px, 5.8vw, 64px);
  line-height: 1.22;
  margin: 0 0 28px;
  color: #fff;
  text-shadow: 0 3px 0 rgba(0,128,111,.55);
}
.ep-cta__acts { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.ep-cta__meta { font-size: 14px; color: rgba(255,255,255,.85); margin: 0; }

/* footer — friendly dark */
body.ep .footer { background: var(--ep-ink); color: rgba(255,253,247,.82); border-top: 0; }
body.ep .footer a { color: rgba(255,253,247,.82); }
body.ep .footer a:hover { color: var(--ep-yellow); }
body.ep .footer h4 { color: #fff; font-family: var(--ep-display); }
body.ep .footer .logo__word b { color: #fff; }
body.ep .footer .logo__word span { color: var(--ep-teal); }
body.ep .footer__bar { background: #0E1714; color: rgba(255,253,247,.5); border-top: 1px solid rgba(255,253,247,.08); }

/* ============================================================
   REVEALS + MOTION
   ============================================================ */
[data-pr] { opacity: 0; transform: translateY(24px); }
html.motion [data-pr] { transition: opacity .65s ease var(--d, 0s), transform .65s cubic-bezier(.2,.8,.3,1.2) var(--d, 0s); }
[data-pr].is-in { opacity: 1; transform: translateY(0) rotate(var(--r, 0deg)); }
html:not(.motion) [data-pr] { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .ep-menu__row, .ep-balloon, .ep-confetti i { animation: none !important; }
  .ep-stk, .ep-scrap, .ep-btn, .ep-invite, .ep-sticker-photo { transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .ep-sheet { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 880px) {
  .ep-hero__grid { grid-template-columns: 1fr; }
  .ep-hero__shots { max-width: 480px; margin: 10px auto 0; width: 100%; height: clamp(280px, 60vw, 380px); }
  .ep-sheet { grid-template-columns: repeat(2, 1fr); }
  .ep-foods__shots { grid-template-columns: repeat(2, 1fr); }
  .ep-plan__grid { grid-template-columns: 1fr; }
  .ep-plan__grid .ep-sechead { position: static; }
  .ep-combos__grid { grid-template-columns: 1fr; max-width: 430px; }
  .ep-invite, .ep-bubble { transform: none; }
  .ep-voices__grid { grid-template-columns: 1fr; }
  .ep-stats__row { grid-template-columns: repeat(2, 1fr); gap: 30px 18px; }
}
@media (max-width: 520px) {
  body.ep { font-size: 16px; }
  .ep-h1 { font-size: clamp(38px, 11vw, 50px); }
  .ep-hero__cta { flex-direction: column; }
  .ep-btn { width: 100%; }
  .ep-sheet { grid-template-columns: 1fr; }
  .ep-stk, .ep-stk:hover, .ep-scrap { transform: none; }
  .ep-cta__acts .ep-btn { width: 100%; }
  .ep-menu__row span { font-size: 15px; padding: 7px 16px; }
}

/* ============================================================
   10 · AUTO QUOTE — sticker-card panel (.ep-q in #quote)
   ============================================================ */
.ep-quote { background: var(--ep-bg); padding: clamp(64px, 8vw, 100px) 0 clamp(64px, 8vw, 96px); }
.ep-q {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 38px);
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border-radius: 26px;
  padding: clamp(22px, 3.4vw, 38px);
  box-shadow: 0 0 0 2.5px var(--ep-ink), 0 22px 44px -24px rgba(21,33,30,.4);
}
/* die-cut dashed outline just inside the panel edge */
.ep-q::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 2px dashed rgba(21,33,30,.14);
  border-radius: 20px;
  pointer-events: none;
}
.ep-q__controls { display: flex; flex-direction: column; gap: 20px; position: relative; }
.ep-q__field { display: flex; flex-direction: column; gap: 8px; }
.ep-q__field[hidden] { display: none; }
.ep-q__label { font-family: var(--ep-display); font-weight: 800; font-size: 15px; color: var(--ep-ink); }
.ep-q__select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 13px 42px 13px 16px;
  font: inherit;
  font-weight: 600;
  font-size: 15.5px;
  color: var(--ep-ink);
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M6 9l6 6 6-6" fill="none" stroke="%2315211E" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 14px center;
  border: 2.5px solid var(--ep-ink);
  border-radius: 14px;
  box-shadow: 2.5px 3px 0 var(--ep-ink);
  cursor: pointer;
  transition: box-shadow .15s ease, transform .15s ease;
}
.ep-q__select:hover { transform: translateY(1px); box-shadow: 1.5px 2px 0 var(--ep-ink); }
.ep-q__select:focus-visible { outline: 3px solid var(--ep-teal); outline-offset: 2px; }
.ep-q__addons { display: flex; flex-wrap: wrap; gap: 9px; }
.ep-q__addon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ep-display);
  font-weight: 700;
  font-size: 13.5px;
  color: var(--ep-ink);
  background: var(--ep-mint);
  border: 2px solid var(--ep-ink);
  border-radius: 999px;
  padding: 7px 14px;
  cursor: pointer;
  transition: background .15s ease, transform .15s ease;
}
.ep-q__addon:hover { transform: translateY(-1px); }
.ep-q__addon input { accent-color: var(--ep-teal-deep); width: 16px; height: 16px; margin: 0; cursor: pointer; }
.ep-q__addon:has(input:checked) { background: var(--ep-yellow); }
.ep-q__addon.is-off { opacity: .4; cursor: not-allowed; }
.ep-q__addon.is-off input { cursor: not-allowed; }
.ep-q__result {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--ep-mint);
  border: 2.5px solid var(--ep-ink);
  border-radius: 18px;
  padding: 22px;
}
.ep-q__breakdown { display: flex; flex-direction: column; gap: 8px; }
.ep-q__resultlabel {
  font-family: var(--ep-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ep-teal-deep);
}
.ep-q__price { font-family: var(--ep-display); font-weight: 800; font-size: clamp(32px, 4vw, 44px); line-height: 1.1; color: var(--ep-pink-deep); }
.ep-q__breakline { margin: 0; font-size: 13.5px; color: var(--ep-ink-soft); }
.ep-q__list { list-style: none; margin: 0; padding: 0; }
.ep-q__list li { font-size: 14px; padding: 3px 0 3px 22px; position: relative; color: var(--ep-ink); }
.ep-q__list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ep-teal);
  box-shadow: inset 0 0 0 2.5px #fff, 0 0 0 2px var(--ep-teal);
}
.ep-q__summary { margin: 0; font-size: 13px; color: var(--ep-ink-soft); border-top: 2px dashed rgba(21,33,30,.18); padding-top: 10px; }
.ep-q__final { margin: 0; font-size: 12.5px; color: var(--ep-ink-soft); }
.ep-q__acts { display: flex; flex-direction: column; gap: 10px; }
.ep-q__acts .ep-btn { width: 100%; min-height: 48px; font-size: 16px; }

/* lead capture inside the quote result */
.ep-lead { border-top: 2px dashed rgba(21,33,30,.18); padding-top: 14px; }
.ep-lead__head { margin: 0 0 12px; font-family: var(--ep-display); font-weight: 800; font-size: 15.5px; color: var(--ep-ink); }
.ep-lead__form { display: flex; flex-direction: column; gap: 12px; }
.ep-lead__field { display: flex; flex-direction: column; gap: 5px; }
.ep-lead__label { font-weight: 700; font-size: 13px; color: var(--ep-ink); }
.ep-lead__input {
  width: 100%;
  padding: 11px 14px;
  font: inherit;
  font-size: 15px;
  color: var(--ep-ink);
  background: #fff;
  border: 2px solid var(--ep-ink);
  border-radius: 12px;
}
.ep-lead__input--area { resize: vertical; min-height: 56px; line-height: 1.5; }
.ep-lead__input::placeholder { color: var(--ep-ink-soft); opacity: .8; }
.ep-lead__input:focus-visible { outline: 3px solid var(--ep-teal); outline-offset: 1px; }
.ep-lead__submit { width: 100%; min-height: 48px; font-size: 16px; }
.ep-lead__status { margin: 0; font-size: 13.5px; min-height: 1em; color: var(--ep-ink-soft); }
.ep-lead__status--error { color: #B3261E; font-weight: 600; }
.ep-lead__status--ok { color: var(--ep-teal-deep); font-weight: 700; }

@media (max-width: 880px) {
  .ep-q { grid-template-columns: 1fr; }
}

/* ============================================================
   11 · FLOATING AI CHAT WIDGET (.ep-chat) — 派對助手
   ============================================================ */
.ep-chat { position: fixed; right: 20px; bottom: 24px; z-index: 90; }
.ep-chat__fab {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 20px;
  border: 2.5px solid var(--ep-ink);
  border-radius: 999px;
  background: var(--ep-pink);
  color: #fff;
  font-family: var(--ep-display);
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 5px 0 var(--ep-pink-deep), 0 16px 30px -12px rgba(21,33,30,.4);
  transition: transform .15s ease, box-shadow .15s ease;
}
.ep-chat__fab:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--ep-pink-deep), 0 12px 24px -12px rgba(21,33,30,.4); }
.ep-chat__fab svg { width: 21px; height: 21px; fill: currentColor; flex: none; }
.ep-chat.is-open .ep-chat__fab { display: none; }

.ep-chat__panel[hidden] { display: none; }
.ep-chat__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(380px, calc(100vw - 32px));
  height: min(560px, calc(100vh - 120px));
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 0 2.5px var(--ep-ink), 0 26px 50px -20px rgba(21,33,30,.45);
  overflow: hidden;
}
.ep-chat__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: var(--ep-teal);
  color: #fff;
  border-bottom: 2.5px solid var(--ep-ink);
}
.ep-chat__head-text { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.ep-chat__head-text strong { font-family: var(--ep-display); font-size: 16px; font-weight: 800; }
.ep-chat__sub { font-size: 12.5px; opacity: .92; }
.ep-chat__head-acts { display: flex; gap: 4px; flex: none; }
.ep-chat__icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  background: rgba(255,255,255,.18);
  color: #fff;
  cursor: pointer;
  transition: background .16s ease;
}
.ep-chat__icon:hover { background: rgba(255,255,255,.32); }
.ep-chat__icon svg { width: 18px; height: 18px; fill: currentColor; }

.ep-chat__list { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; background: var(--ep-mint); }
.ep-chat__msg {
  max-width: 84%;
  padding: 10px 13px;
  border-radius: 15px;
  font-size: 14.5px;
  line-height: 1.55;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.ep-chat__msg--assistant { align-self: flex-start; background: #fff; color: var(--ep-ink); border: 2px solid var(--ep-ink); border-bottom-left-radius: 5px; }
.ep-chat__msg--user { align-self: flex-end; background: var(--ep-pink); color: #fff; border: 2px solid var(--ep-ink); border-bottom-right-radius: 5px; }
.ep-chat__typing { color: var(--ep-ink-soft); font-style: italic; }
.ep-chat__wa {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #25d366;
  color: #06301a;
  font-family: var(--ep-display);
  font-weight: 800;
  font-size: 13.5px;
  text-decoration: none;
}
.ep-chat__wa:hover { filter: brightness(1.04); }

.ep-chat__chips { display: flex; flex-wrap: wrap; gap: 8px; align-self: flex-start; max-width: 100%; }
.ep-chat__chip {
  padding: 8px 14px;
  border: 2px solid var(--ep-ink);
  border-radius: 999px;
  background: var(--ep-yellow);
  color: var(--ep-ink);
  font-family: var(--ep-display);
  font-weight: 700;
  font-size: 13.5px;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.ep-chat__chip:hover { transform: translateY(-1px); background: #FFF7D9; }

/* handoff bar — appears under the transcript once a quote is discussed */
.ep-chat__lead { padding: 10px 12px 0; background: #fff; }
.ep-chat__leadbtn {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid var(--ep-ink);
  border-radius: 12px;
  background: var(--ep-blush);
  color: var(--ep-pink-deep);
  font-family: var(--ep-display);
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: background .16s ease;
}
.ep-chat__leadbtn:hover { background: #FFE3EF; }
.ep-chat__leadbtn:focus-visible { outline: 3px solid var(--ep-teal); outline-offset: 1px; }

.ep-chat__form { display: flex; gap: 8px; padding: 12px; border-top: 2px solid var(--ep-ink); background: #fff; }
.ep-chat__input {
  flex: 1;
  min-width: 0;
  padding: 11px 14px;
  border: 2px solid var(--ep-ink);
  border-radius: 12px;
  font: inherit;
  font-size: 14.5px;
  color: var(--ep-ink);
  background: #fff;
}
.ep-chat__input:focus { outline: 3px solid var(--ep-teal); outline-offset: 1px; }
.ep-chat__send {
  flex: none;
  padding: 0 18px;
  border: 2px solid var(--ep-ink);
  border-radius: 12px;
  background: var(--ep-teal);
  color: #fff;
  font-family: var(--ep-display);
  font-weight: 800;
  font-size: 14.5px;
  cursor: pointer;
  transition: background .16s ease;
}
.ep-chat__send:hover { background: var(--ep-teal-deep); }
.ep-chat__send:disabled,
.ep-chat__input:disabled { opacity: .6; cursor: not-allowed; }

@media (max-width: 640px) {
  .ep-chat { right: 14px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); }
  .ep-chat__panel { height: min(72vh, calc(100vh - 120px)); width: calc(100vw - 24px); }
}

@media (prefers-reduced-motion: reduce) {
  .ep-chat__fab, .ep-chat__chip, .ep-chat__leadbtn,
  .ep-q__select, .ep-q__addon, .ep-lead__input { transition: none; }
}

/* ============================================================
   12 · FORMAL QUOTE PRINT DOC (#ep-print-doc / .ep-fq)
   Hidden on screen. When body.ep-printing + @media print, ONLY
   the document is visible: QUOTE heading + client, Date/Expiry/
   Quote No. meta, brand block, line-item table, Subtotal/TOTAL +
   chop, payment + signature block, party T&Cs, founder letter.
   ============================================================ */
.ep-print-doc { display: none; }
@media print {
  body.ep-printing > *:not(#ep-print-doc) { display: none !important; }
  /* kill decorative layers (confetti, bunting, waves live inside main,
     already hidden above; belt-and-braces for any pseudo bg layers) */
  body.ep-printing::before,
  body.ep-printing::after { display: none !important; content: none !important; }
  body.ep-printing { background: #fff !important; }
  body.ep-printing .ep-confetti { display: none !important; }
  body.ep-printing #ep-print-doc {
    display: block !important;
    padding: 34px 14px;
    color: #1b1b1b;
    font-family: "Noto Sans TC", "Inter", sans-serif;
    font-size: 12.5px; line-height: 1.55;
  }
  #ep-print-doc .ep-fq__top { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 26px; }
  #ep-print-doc .ep-fq__id { flex: 1.2; }
  #ep-print-doc .ep-fq__id h1 { font-size: 34px; font-weight: 700; letter-spacing: .01em; margin: 0 0 14px; }
  #ep-print-doc .ep-fq__client { font-size: 13px; margin: 0; color: #333; }
  #ep-print-doc .ep-fq__meta { flex: 1; }
  #ep-print-doc .ep-fq__meta p { margin: 0 0 12px; }
  #ep-print-doc .ep-fq__meta b { display: block; font-size: 12px; }
  #ep-print-doc .ep-fq__meta span { font-size: 12.5px; color: #222; }
  #ep-print-doc .ep-fq__brand { flex: 1; text-align: right; }
  #ep-print-doc .ep-fq__logo { display: inline-block; width: 56px; height: 56px; margin-bottom: 6px; }
  #ep-print-doc .ep-fq__logo svg { width: 100%; height: 100%; }
  #ep-print-doc .ep-fq__brand b {
    display: block; font-family: "Baloo 2", "Noto Sans TC", sans-serif;
    font-weight: 800; font-size: 15px; color: #00806F; margin-bottom: 6px;
  }
  #ep-print-doc .ep-fq__brand address { font-style: normal; font-size: 11.5px; color: #333; line-height: 1.5; }
  #ep-print-doc .ep-fq__items { width: 100%; border-collapse: collapse; margin: 6px 0 0; }
  #ep-print-doc .ep-fq__items th {
    text-align: left; font-size: 12px; font-weight: 700;
    border-top: 1.5px solid #1b1b1b; border-bottom: 1.5px solid #1b1b1b; padding: 7px 6px;
  }
  #ep-print-doc .ep-fq__items th.num, #ep-print-doc .ep-fq__items td.num { text-align: right; white-space: nowrap; }
  #ep-print-doc .ep-fq__items td { vertical-align: top; padding: 12px 6px 14px; border-bottom: 1px solid #cfcfcf; font-size: 12.5px; }
  #ep-print-doc .ep-fq__items td p { margin: 0 0 2px; }
  #ep-print-doc .ep-fq__totrow { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-top: 4px; }
  #ep-print-doc .ep-fq__chop { width: 110px; height: auto; flex: none; margin-left: 6px; }
  #ep-print-doc .ep-fq__totals { width: 46%; margin-left: auto; margin-top: 4px; }
  #ep-print-doc .ep-fq__totrow .ep-fq__totals { margin-top: 0; flex: none; }
  #ep-print-doc .ep-fq__totals p {
    display: flex; justify-content: space-between; margin: 0;
    padding: 7px 6px; border-bottom: 1px solid #cfcfcf; font-size: 12.5px;
  }
  #ep-print-doc .ep-fq__totals p.total { font-weight: 700; border-bottom: 2px solid #1b1b1b; }
  #ep-print-doc .ep-fq__grid { display: flex; gap: 30px; margin: 44px 0 0; }
  #ep-print-doc .ep-fq__pay { flex: 1.3; }
  #ep-print-doc .ep-fq__pay h3 { font-size: 13px; margin: 0 0 8px; }
  #ep-print-doc .ep-fq__pay p { margin: 0 0 3px; font-size: 12px; }
  #ep-print-doc .ep-fq__sign { flex: 1; }
  #ep-print-doc .ep-fq__sign p { margin: 0 0 6px; font-size: 12.5px; }
  #ep-print-doc .ep-fq__sign i { display: block; font-style: normal; border-bottom: 1px solid #555; height: 26px; margin: 0 0 18px; width: 85%; }
  #ep-print-doc .ep-fq__terms { margin-top: 40px; break-before: auto; }
  #ep-print-doc .ep-fq__terms h3 { font-size: 13.5px; margin: 0 0 14px; }
  #ep-print-doc .ep-fq__terms h4 { font-size: 12.5px; margin: 14px 0 4px; }
  #ep-print-doc .ep-fq__terms p { margin: 0; font-size: 11.5px; color: #222; line-height: 1.65; }
  #ep-print-doc .ep-fq__contact {
    font-size: 11px; color: #00806F; margin: 30px 0 0; border-top: 1px solid #cfcfcf; padding-top: 12px;
  }
  /* founder letter — its own page at the end of the quote pack */
  #ep-print-doc .ep-fq__letter {
    break-before: page; page-break-before: always;
    padding-top: 60px; max-width: 620px; margin: 0 auto;
    font-size: 13px; line-height: 1.9; color: #1b1b1b; text-align: left;
  }
  #ep-print-doc .ep-fq__letterlogo { display: block; width: 64px; height: 64px; margin: 0 auto 28px; }
  #ep-print-doc .ep-fq__letterlogo svg { width: 100%; height: 100%; }
  #ep-print-doc .ep-fq__letter p { margin: 0 0 14px; }
  #ep-print-doc .ep-fq__sig { margin-top: 30px; }
  #ep-print-doc .ep-fq__sig b { font-size: 15px; }
}

/* ---- emailed-PDF capture (html2canvas) ----
   The formal quote doc above is styled inside @media print only, but the
   emailed PDF is rasterised from SCREEN styles. quote.js adds .ep-pdf-capture
   to #ep-print-doc while capturing, so the same rules are mirrored here in an
   offscreen fixed-width (≈A4 @ 96dpi) container, then the class is removed. */
@media screen {
  #ep-print-doc.ep-pdf-capture {
    display: block;
    position: fixed; left: -10000px; top: 0;
    width: 794px;
    background: #fff;
    padding: 34px 14px;
    color: #1b1b1b;
    font-family: "Noto Sans TC", "Inter", sans-serif;
    font-size: 12.5px; line-height: 1.55;
  }
  #ep-print-doc.ep-pdf-capture .ep-fq__top { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 26px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__id { flex: 1.2; }
  #ep-print-doc.ep-pdf-capture .ep-fq__id h1 { font-size: 34px; font-weight: 700; letter-spacing: .01em; margin: 0 0 14px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__client { font-size: 13px; margin: 0; color: #333; }
  #ep-print-doc.ep-pdf-capture .ep-fq__meta { flex: 1; }
  #ep-print-doc.ep-pdf-capture .ep-fq__meta p { margin: 0 0 12px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__meta b { display: block; font-size: 12px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__meta span { font-size: 12.5px; color: #222; }
  #ep-print-doc.ep-pdf-capture .ep-fq__brand { flex: 1; text-align: right; }
  #ep-print-doc.ep-pdf-capture .ep-fq__logo { display: inline-block; width: 56px; height: 56px; margin-bottom: 6px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__logo svg { width: 100%; height: 100%; }
  #ep-print-doc.ep-pdf-capture .ep-fq__brand b {
    display: block; font-family: "Baloo 2", "Noto Sans TC", sans-serif;
    font-weight: 800; font-size: 15px; color: #00806F; margin-bottom: 6px;
  }
  #ep-print-doc.ep-pdf-capture .ep-fq__brand address { font-style: normal; font-size: 11.5px; color: #333; line-height: 1.5; }
  #ep-print-doc.ep-pdf-capture .ep-fq__items { width: 100%; border-collapse: collapse; margin: 6px 0 0; }
  #ep-print-doc.ep-pdf-capture .ep-fq__items th {
    text-align: left; font-size: 12px; font-weight: 700;
    border-top: 1.5px solid #1b1b1b; border-bottom: 1.5px solid #1b1b1b; padding: 7px 6px;
  }
  #ep-print-doc.ep-pdf-capture .ep-fq__items th.num, #ep-print-doc.ep-pdf-capture .ep-fq__items td.num { text-align: right; white-space: nowrap; }
  #ep-print-doc.ep-pdf-capture .ep-fq__items td { vertical-align: top; padding: 12px 6px 14px; border-bottom: 1px solid #cfcfcf; font-size: 12.5px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__items td p { margin: 0 0 2px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__totrow { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-top: 4px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__chop { width: 110px; height: auto; flex: none; margin-left: 6px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__totals { width: 46%; margin-left: auto; margin-top: 4px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__totrow .ep-fq__totals { margin-top: 0; flex: none; }
  #ep-print-doc.ep-pdf-capture .ep-fq__totals p {
    display: flex; justify-content: space-between; margin: 0;
    padding: 7px 6px; border-bottom: 1px solid #cfcfcf; font-size: 12.5px;
  }
  #ep-print-doc.ep-pdf-capture .ep-fq__totals p.total { font-weight: 700; border-bottom: 2px solid #1b1b1b; }
  #ep-print-doc.ep-pdf-capture .ep-fq__grid { display: flex; gap: 30px; margin: 44px 0 0; }
  #ep-print-doc.ep-pdf-capture .ep-fq__pay { flex: 1.3; }
  #ep-print-doc.ep-pdf-capture .ep-fq__pay h3 { font-size: 13px; margin: 0 0 8px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__pay p { margin: 0 0 3px; font-size: 12px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__sign { flex: 1; }
  #ep-print-doc.ep-pdf-capture .ep-fq__sign p { margin: 0 0 6px; font-size: 12.5px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__sign i { display: block; font-style: normal; border-bottom: 1px solid #555; height: 26px; margin: 0 0 18px; width: 85%; }
  #ep-print-doc.ep-pdf-capture .ep-fq__terms { margin-top: 40px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__terms h3 { font-size: 13.5px; margin: 0 0 14px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__terms h4 { font-size: 12.5px; margin: 14px 0 4px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__terms p { margin: 0; font-size: 11.5px; color: #222; line-height: 1.65; }
  #ep-print-doc.ep-pdf-capture .ep-fq__contact {
    font-size: 11px; color: #00806F; margin: 30px 0 0; border-top: 1px solid #cfcfcf; padding-top: 12px;
  }
  #ep-print-doc.ep-pdf-capture .ep-fq__letter {
    padding-top: 60px; max-width: 620px; margin: 0 auto;
    font-size: 13px; line-height: 1.9; color: #1b1b1b; text-align: left;
  }
  #ep-print-doc.ep-pdf-capture .ep-fq__letterlogo { display: block; width: 64px; height: 64px; margin: 0 auto 28px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__letterlogo svg { width: 100%; height: 100%; }
  #ep-print-doc.ep-pdf-capture .ep-fq__letter p { margin: 0 0 14px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__sig { margin-top: 30px; }
  #ep-print-doc.ep-pdf-capture .ep-fq__sig b { font-size: 15px; }
}
