/* ============================================================
   HK EVENTPRO — "PRODUCTION HOUSE" design language (homepage)
   Loaded AFTER styles.css + theme.css; the blog keeps party.css.
   Direction: cinematic · meticulous · celebratory-professional.
   Warm ivory paper, deep stage-green ink, teal brand accent with
   a gold spotlight highlight. Fraunces + Noto Serif TC display
   against Noto Sans TC body. Editorial chapters with oversized
   numerals; motion is a gated enhancement (html.motion).
   ============================================================ */
:root {
  /* Event PRO brand: deep plum ink, magenta→pink script, orange "PRO".
     Historical var names (--pr-teal/--pr-gold) kept — only values swap:
     teal slots now carry the pink/magenta accent, gold slots the orange. */
  --pr-ink: #1C1023;
  --pr-ink-2: #2B1935;
  --pr-ink-soft: #5A4B62;
  --pr-paper: #FBF8FB;
  --pr-paper-2: #F4EDF4;
  --pr-teal: #E85FAE;
  --pr-teal-deep: #A82E7E;
  --pr-gold: #FF8FC5;
  --pr-gold-soft: #FFC2DE;
  --pr-line: rgba(28, 16, 35, .14);
  --pr-line-dark: rgba(251, 248, 251, .16);
  --pr-serif: "Fraunces", "Noto Serif TC", "PingFang HK", serif;
  --pr-sans: "Noto Sans TC", system-ui, -apple-system, "PingFang HK", sans-serif;

  /* retune shared tokens so nav/footer/buttons inherit the new look */
  --paper: var(--pr-paper);
  --paper-2: var(--pr-paper-2);
  --ink: var(--pr-ink);
  --ink-soft: var(--pr-ink-soft);
  --brand: var(--pr-teal-deep);
  --brand-dark: #8E2569;
  --brand-darker: #6E1C51;
  --brand-tint: #F8E7F2;
  --line: var(--pr-line);
  --font-display: var(--pr-serif);
  --font-body: var(--pr-sans);
  --radius: 4px;
  --shadow-sm: 0 6px 18px -10px rgba(43, 25, 53, .18);
  --shadow-md: 0 12px 32px -12px rgba(43, 25, 53, .2);
  --shadow-lg: 0 22px 48px -18px rgba(43, 25, 53, .24);
}

body.pr {
  background: var(--pr-paper);
  color: var(--pr-ink);
  font-family: var(--pr-sans);
  font-size: 17px;
  line-height: 1.75;
  overflow-x: clip; /* ghost numerals bleed a few px past the container by design */
}
body.pr ::selection { background: var(--pr-gold-soft); color: var(--pr-ink); }

/* ---------- chrome: quieter, editorial ---------- */
body.pr .topbar { background: var(--pr-ink); color: rgba(251,248,251,.75); border-bottom: 0; }
body.pr .topbar a, body.pr .topbar__item { color: rgba(251,248,251,.75); }
body.pr .topbar__item .ico { color: var(--pr-gold); }
body.pr .topbar__item:hover { color: #fff; }
body.pr .nav { position: sticky; top: 0; z-index: 60; background: rgba(251,248,251,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--pr-line); }
body.pr .nav__link { font-family: var(--pr-sans); font-weight: 500; letter-spacing: .01em; border-radius: 0; }
body.pr .nav__link:hover { background: transparent; color: var(--pr-teal-deep); box-shadow: inset 0 -2px 0 var(--pr-teal); }
body.pr .logo__word b { font-family: var(--pr-serif); font-weight: 700; }
body.pr .logo__word > span { color: var(--pr-teal-deep); letter-spacing: .18em; }
body.pr .logo__img { height: 52px; width: auto; display: block; }
body.pr .footer .logo__img--footer { height: 76px; }
body.pr .btn--solid { background: var(--pr-ink); color: var(--pr-paper); border-radius: 999px; box-shadow: none; }
body.pr .btn--solid:hover { background: var(--pr-ink-2); transform: none; box-shadow: none; }

/* ============================================================
   Shared vocabulary — buttons, eyebrows, chapter heads, type
   ============================================================ */
.pr-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 13px 30px;
  font-family: var(--pr-sans); font-weight: 700; font-size: 16px; letter-spacing: .01em;
  border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; text-decoration: none;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.pr-btn--gold { background: var(--pr-gold); color: var(--pr-ink); }
.pr-btn--gold:hover { background: var(--pr-gold-soft); transform: translateY(-2px); }
.pr-btn--glass { background: rgba(251,248,251,.08); color: var(--pr-paper); border-color: rgba(251,248,251,.45); backdrop-filter: blur(6px); }
.pr-btn--glass:hover { background: rgba(251,248,251,.18); transform: translateY(-2px); }
.pr-btn--ink { background: var(--pr-ink); color: var(--pr-paper); }
.pr-btn--ink:hover { background: var(--pr-ink-2); transform: translateY(-2px); }

.pr-eyebrow {
  margin: 0 0 14px;
  font-family: var(--pr-sans); font-weight: 700; font-size: 12.5px;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--pr-teal-deep);
}
.pr-chap--dark .pr-eyebrow, .pr-hero .pr-eyebrow { color: var(--pr-gold); }

.pr-h2 {
  margin: 0 0 16px;
  font-family: var(--pr-serif); font-weight: 700;
  font-size: clamp(30px, 4.6vw, 52px); line-height: 1.14; letter-spacing: -.01em;
  color: var(--pr-ink);
}
.pr-h2 em { font-style: italic; color: var(--pr-teal-deep); }
.pr-sub { margin: 0; max-width: 560px; font-size: 17px; color: var(--pr-ink-soft); }

/* chapter head — eyebrow + title lockup (numerals removed 2026-07-16) */
.pr-chap { display: flex; align-items: flex-start; gap: clamp(18px, 3vw, 40px); padding: clamp(56px, 7vw, 92px) 0 clamp(30px, 4vw, 48px); }
.pr-chap--dark .pr-h2 { color: var(--pr-paper); }
.pr-chap--dark .pr-h2 em { color: var(--pr-gold); }
.pr-chap--dark .pr-sub { color: rgba(251,248,251,.62); }

/* ============================================================
   HERO — cinematic slideshow
   ============================================================ */
.pr-hero { position: relative; min-height: min(92svh, 860px); display: flex; align-items: flex-end; overflow: hidden; background: var(--pr-ink); color: var(--pr-paper); }
.pr-hero__slides, .pr-slide { position: absolute; inset: 0; margin: 0; }
.pr-slide { opacity: 0; transition: opacity 1.4s ease; }
.pr-slide.is-active { opacity: 1; }
.pr-slide img { width: 100%; height: 100%; object-fit: cover; }
html.motion .pr-slide.is-active img { animation: pr-kenburns 13s ease-out both; }
@keyframes pr-kenburns { from { transform: scale(1.08); } to { transform: scale(1); } }
.pr-hero__scrim { position: absolute; inset: 0; background:
  linear-gradient(to top, rgba(26,14,33,.94) 0%, rgba(26,14,33,.55) 42%, rgba(26,14,33,.25) 70%, rgba(26,14,33,.45) 100%); }
.pr-hero__inner { position: relative; z-index: 2; padding: clamp(120px, 16vh, 180px) 20px clamp(56px, 8vh, 96px); }
.pr-kicker { margin: 0 0 20px; font-weight: 700; font-size: 13px; letter-spacing: .26em; text-transform: uppercase; color: var(--pr-gold); }
.pr-h1 { margin: 0 0 22px; font-family: var(--pr-serif); font-weight: 700; letter-spacing: -.01em; line-height: 1.08; font-size: clamp(38px, 7vw, 84px); }
.pr-h1 span { display: block; }
.pr-h1__l2 em { font-style: italic; color: var(--pr-gold); }
.pr-lead { margin: 0 0 34px; max-width: 620px; font-size: clamp(16.5px, 1.6vw, 19px); line-height: 1.8; color: rgba(251,248,251,.85); }
.pr-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: clamp(36px, 6vh, 60px); }
.pr-hero__meta { display: flex; flex-wrap: wrap; gap: clamp(26px, 5vw, 64px); margin: 0; padding-top: 26px; border-top: 1px solid var(--pr-line-dark); }
.pr-hero__meta dt { font-family: var(--pr-serif); font-weight: 600; font-size: clamp(28px, 3.4vw, 42px); line-height: 1; color: var(--pr-paper); font-variant-numeric: tabular-nums; }
.pr-hero__meta dt::after { content: "+"; color: var(--pr-gold); }
.pr-hero__meta dd { margin: 6px 0 0; font-size: 13.5px; letter-spacing: .04em; color: rgba(251,248,251,.6); }
.pr-hero__panel { position: absolute; right: clamp(16px, 3vw, 44px); bottom: calc(clamp(56px, 8vh, 96px) + 118px); z-index: 3; text-align: right; }
.pr-hero__caps { position: relative; margin: 0 0 10px; min-height: 1.4em; }
.pr-hero__cap { position: absolute; right: 0; bottom: 0; margin: 0; white-space: nowrap; font-size: 12.5px; letter-spacing: .12em; color: rgba(251,248,251,.72); opacity: 0; transition: opacity .6s ease; }
.pr-hero__cap.is-active { opacity: 1; }
.pr-hero__dots { display: flex; gap: 8px; justify-content: flex-end; }
.pr-hero__dots button { width: 26px; height: 3px; border: 0; border-radius: 2px; padding: 0; background: rgba(251,248,251,.28); cursor: pointer; transition: background .2s; }
.pr-hero__dots button.is-active { background: var(--pr-gold); }
.pr-hero__scroll { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(251,248,251,.55); font-size: 11px; letter-spacing: .3em; }
.pr-hero__scroll i { width: 1px; height: 42px; background: linear-gradient(to bottom, transparent, var(--pr-gold)); }
html.motion .pr-hero__scroll i { animation: pr-drip 2.2s ease-in-out infinite; }
@keyframes pr-drip { 0% { transform: scaleY(.2); transform-origin: top; opacity: 0; } 40% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(1); transform-origin: top; opacity: 0; } }
@media (max-width: 720px) {
  .pr-hero__panel { display: none; }
}
@media (max-width: 720px), (max-height: 940px) {
  .pr-hero__scroll { display: none; }
}
@media (max-width: 480px) {
  .pr-kicker { font-size: 11px; letter-spacing: .16em; }
  .pr-h1 { font-size: clamp(30px, 9.4vw, 38px); }
  .pr-hero__meta { gap: 18px 26px; }
  .pr-hero__meta dt { font-size: 26px; }
  .pr-hero__meta dd { font-size: 12.5px; }
}

/* ============================================================
   CLIENTS — trusted-by strip
   ============================================================ */
.pr-clients { background: var(--pr-paper); border-bottom: 1px solid var(--pr-line); }
.pr-clients__inner { display: flex; align-items: center; gap: clamp(20px, 4vw, 48px); padding: 26px 20px; flex-wrap: wrap; }
.pr-clients__label { margin: 0; flex: none; font-size: 12.5px; font-weight: 700; letter-spacing: .1em; color: var(--pr-ink-soft); max-width: 130px; line-height: 1.6; }
.pr-clients__logos { display: flex; align-items: center; gap: clamp(20px, 3.4vw, 44px); flex-wrap: wrap; }
.pr-clients__logos img { height: 30px; width: auto; opacity: .55; filter: grayscale(1) contrast(1.1); transition: opacity .2s, filter .2s; }
.pr-clients__logos img:hover { opacity: 1; filter: none; }
.pr-clients__names { margin: 0; margin-left: auto; font-family: var(--pr-serif); font-style: italic; font-size: 14px; color: var(--pr-ink-soft); }
@media (max-width: 880px) { .pr-clients__names { margin-left: 0; } }

/* ============================================================
   01 · SERVICES — editorial alternating rows
   ============================================================ */
.pr-services { background: var(--pr-paper); }
.pr-svc-list { display: flex; flex-direction: column; gap: clamp(40px, 6vw, 84px); padding-bottom: clamp(80px, 10vw, 130px); }
.pr-svc { position: relative; display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(24px, 4vw, 60px); align-items: center; }
.pr-svc--flip { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); }
.pr-svc--flip .pr-svc__img { order: 2; }
.pr-svc--flip .pr-svc__body { order: 1; text-align: right; }
.pr-svc--flip .pr-chips { justify-content: flex-end; }
.pr-svc__no {
  position: absolute; top: -0.35em; z-index: 0; pointer-events: none;
  font-family: var(--pr-serif); font-style: italic; font-weight: 600;
  font-size: clamp(120px, 17vw, 240px); line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px rgba(26,14,33,.09);
}
.pr-svc:nth-child(odd) .pr-svc__no { right: -8px; }
.pr-svc:nth-child(even) .pr-svc__no { left: -8px; }
.pr-svc__img { position: relative; z-index: 1; margin: 0; overflow: hidden; border-radius: 4px; box-shadow: 0 30px 60px -30px rgba(26,14,33,.45); }
.pr-svc__img img { display: block; width: 100%; height: clamp(260px, 32vw, 420px); object-fit: cover; transition: transform .6s ease; }
.pr-svc__img:hover img { transform: scale(1.04); }
.pr-svc__body { position: relative; z-index: 1; }
.pr-svc__body h3 { margin: 0 0 12px; font-family: var(--pr-serif); font-weight: 700; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.2; }
.pr-svc__body p { margin: 0 0 18px; max-width: 460px; color: var(--pr-ink-soft); }
.pr-svc--flip .pr-svc__body p { margin-left: auto; }
.pr-chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.pr-chips li { font-size: 13px; font-weight: 500; letter-spacing: .02em; color: var(--pr-ink); background: transparent; border: 1px solid var(--pr-line); border-radius: 999px; padding: 6px 14px; }
@media (max-width: 880px) {
  .pr-svc, .pr-svc--flip { grid-template-columns: 1fr; gap: 18px; }
  .pr-svc--flip .pr-svc__img { order: 1; }
  .pr-svc--flip .pr-svc__body { order: 2; text-align: left; }
  .pr-svc--flip .pr-chips { justify-content: flex-start; }
  .pr-svc--flip .pr-svc__body p { margin-left: 0; }
  .pr-svc__no { display: none; }
  .pr-svc__img img { height: 230px; }
}

/* ============================================================
   02 · WORK — pinned horizontal case rail (dark stage)
   ============================================================ */
.pr-work { background: var(--pr-ink); color: var(--pr-paper); }
.pr-work__pin { padding-bottom: clamp(60px, 8vh, 100px); }
.pr-work__head .pr-chap { padding-bottom: clamp(20px, 3vw, 40px); }
.pr-work__viewport { overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; scrollbar-width: none; }
.pr-work__viewport::-webkit-scrollbar { display: none; }
.pr-work__track { display: flex; gap: clamp(18px, 2.4vw, 30px); padding: 6px clamp(20px, 4vw, 60px) 10px; width: max-content; }
.pr-case {
  flex: none; width: min(400px, 80vw); scroll-snap-align: start;
  background: var(--pr-ink-2); border: 1px solid var(--pr-line-dark); border-radius: 6px; overflow: hidden;
  display: flex; flex-direction: column;
}
.pr-case figure { margin: 0; overflow: hidden; }
.pr-case figure img { display: block; width: 100%; height: 240px; object-fit: cover; transition: transform .6s ease; }
.pr-case:hover figure img { transform: scale(1.05); }
.pr-case__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pr-case__tag { align-self: flex-start; font-size: 11.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--pr-gold); border: 1px solid rgba(255,143,197,.45); border-radius: 999px; padding: 4px 12px; }
.pr-case__body h3 { margin: 2px 0 0; font-family: var(--pr-serif); font-weight: 600; font-size: 21px; line-height: 1.35; color: var(--pr-paper); }
.pr-case__body > p { margin: 0; font-size: 14.5px; line-height: 1.7; color: rgba(251,248,251,.66); }
.pr-case__scope { margin-top: auto !important; padding-top: 14px; border-top: 1px dashed var(--pr-line-dark); font-size: 12.5px; letter-spacing: .06em; color: rgba(251,248,251,.5); }
.pr-case--cta { justify-content: center; align-items: center; gap: 20px; padding: 40px 30px; background: transparent; border-style: dashed; text-align: center; }
.pr-case--cta p { margin: 0; font-family: var(--pr-serif); font-style: italic; font-size: 24px; color: var(--pr-paper); }
.pr-work__progress { height: 2px; margin: clamp(24px, 4vh, 40px) clamp(20px, 4vw, 60px) 0; background: var(--pr-line-dark); }
.pr-work__progress i { display: block; height: 100%; width: 0; background: var(--pr-gold); }

/* ============================================================
   03 · PROCESS — the production run sheet (cue cards + creed)
   ============================================================ */
.pr-process { background: #150B1E; }
.pr-process__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(28px, 4vw, 60px); padding-bottom: clamp(80px, 10vw, 130px); }
.pr-process__intro { position: sticky; top: 90px; align-self: start; }
.pr-process__intro .pr-btn { margin-top: 30px; }

/* the three promises, iconed */
.pr-creed { list-style: none; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 10px; }
.pr-creed li {
  display: grid; grid-template-columns: 30px 1fr auto; align-items: center; column-gap: 14px;
  border: 1px solid var(--pr-line-dark); border-radius: 8px; padding: 13px 16px;
  background: rgba(251,248,251,.03);
}
.pr-creed svg { width: 26px; height: 26px; color: var(--pr-gold); grid-row: span 1; }
.pr-creed b { font-size: 15px; font-weight: 700; color: var(--pr-paper); }
.pr-creed span { font-size: 13px; line-height: 1.5; color: rgba(251,248,251,.6); text-align: right; }
@media (max-width: 700px) {
  .pr-creed li { grid-template-columns: 26px 1fr; row-gap: 2px; }
  .pr-creed svg { grid-row: span 2; }
  .pr-creed span { text-align: left; }
}

/* cue cards down a pink timecode rail */
.pr-cue { position: relative; list-style: none; margin: 0; padding: clamp(70px, 9vw, 120px) 0 0 0; display: flex; flex-direction: column; gap: clamp(18px, 2.4vw, 26px); }
.pr-cue__line { position: absolute; left: 76px; top: clamp(80px, 10vw, 130px); bottom: 12px; width: 2px; background: rgba(251,248,251,.12); }
.pr-cue__line b { display: block; width: 100%; height: 100%; background: var(--pr-teal); transform: scaleY(0); transform-origin: top; }
html:not(.motion) .pr-cue__line b { transform: none; }
.pr-cue__card {
  position: relative; display: flex; gap: clamp(14px, 2vw, 22px); align-items: flex-start;
  margin-left: 126px; padding: clamp(18px, 2.2vw, 26px);
  background: rgba(251,248,251,.035); border: 1px solid var(--pr-line-dark); border-radius: 10px;
}
.pr-cue__card--show { background: rgba(232,95,174,.08); border-color: rgba(232,95,174,.4); }
.pr-cue__time {
  position: absolute; left: -126px; top: 22px; width: 62px; text-align: right;
  font-family: var(--pr-serif); font-style: italic; font-weight: 600;
  font-size: 14px; line-height: 1.3; letter-spacing: .02em; color: var(--pr-teal);
}
.pr-cue__card--show .pr-cue__time { color: var(--pr-gold); }
.pr-cue__card::before {
  content: ""; position: absolute; left: -57px; top: 27px; width: 10px; height: 10px;
  border-radius: 50%; background: #150B1E; border: 2.5px solid var(--pr-teal);
}
.pr-cue__card--show::before { border-color: var(--pr-gold); background: var(--pr-gold); }
.pr-cue__ico { flex: none; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 10px; border: 1px solid var(--pr-line-dark); color: var(--pr-teal); background: rgba(251,248,251,.03); }
.pr-cue__card--show .pr-cue__ico { color: var(--pr-gold); border-color: rgba(255,143,197,.45); }
.pr-cue__ico svg { width: 24px; height: 24px; }
.pr-cue__body h3 { margin: 0 0 6px; font-family: var(--pr-serif); font-weight: 700; font-size: clamp(19px, 2vw, 24px); color: var(--pr-paper); }
.pr-cue__body > p { margin: 0 0 12px; max-width: 460px; color: rgba(251,248,251,.62); font-size: 15px; }
.pr-cue__sp { display: flex; gap: 8px; align-items: baseline; margin: 0; padding-top: 10px; border-top: 1px dashed rgba(251,248,251,.16); font-size: 13.5px; line-height: 1.6; color: #F2A7D2; }
.pr-cue__sp i { font-style: normal; color: var(--pr-gold); flex: none; }
.pr-cue__card--show .pr-cue__sp { color: var(--pr-gold-soft); }
@media (max-width: 880px) {
  .pr-process__grid { grid-template-columns: 1fr; }
  .pr-process__intro { position: static; }
  .pr-creed { grid-template-columns: 1fr; gap: 8px; }
  .pr-creed li { padding: 10px; }
  .pr-cue { padding-top: 10px; }
  .pr-cue__line { display: none; }
  .pr-cue__card { margin-left: 0; flex-direction: column; }
  .pr-cue__card::before { display: none; }
  .pr-cue__time { position: static; width: auto; text-align: left; order: -1; }
}

/* ============================================================
   04 · SCALE — resources marquee + collage
   ============================================================ */
.pr-scale { background: var(--pr-paper); overflow: hidden; }
.pr-marquee { border-top: 1px solid var(--pr-line); border-bottom: 1px solid var(--pr-line); padding: 18px 0; overflow: hidden; }
.pr-marquee__row { display: flex; gap: 14px; width: max-content; }
html.motion .pr-marquee__row { animation: pr-marquee 36s linear infinite; }
@keyframes pr-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.pr-marquee__row span { flex: none; font-family: var(--pr-serif); font-style: italic; font-size: 20px; color: var(--pr-ink-soft); padding: 2px 10px; }
.pr-marquee__row span::after { content: "·"; margin-left: 20px; color: var(--pr-gold); }
.pr-scale__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; grid-auto-flow: dense; gap: 14px; padding: clamp(34px, 5vw, 60px) 20px 0; }
.pr-scale__shot { position: relative; margin: 0; overflow: hidden; border-radius: 4px; }
.pr-scale__shot--tall { grid-row: span 2; }
.pr-scale__shot--wide { grid-column: span 2; }
.pr-scale__shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.pr-scale__shot:hover img { transform: scale(1.05); }
.pr-scale__shot figcaption { position: absolute; left: 10px; bottom: 10px; font-size: 12px; font-weight: 700; letter-spacing: .08em; color: #fff; background: rgba(26,14,33,.72); border-radius: 999px; padding: 5px 12px; }
@media (max-width: 880px) { .pr-scale__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; } }
.pr-scale__brands { display: flex; align-items: baseline; gap: clamp(20px, 4vw, 44px); flex-wrap: wrap; padding: clamp(36px, 5vw, 56px) 20px clamp(80px, 10vw, 120px); }
.pr-scale__brands > p { margin: 0; flex: none; font-size: 13px; font-weight: 700; letter-spacing: .14em; color: var(--pr-ink-soft); }
.pr-scale__brands > div { display: flex; gap: clamp(18px, 3vw, 40px); flex-wrap: wrap; }
.pr-scale__brands a { display: flex; flex-direction: column; gap: 2px; text-decoration: none; font-family: var(--pr-serif); font-weight: 600; font-size: 18px; color: var(--pr-ink); border-bottom: 1px solid transparent; transition: color .2s; }
.pr-scale__brands a span { font-family: var(--pr-sans); font-weight: 400; font-size: 12.5px; color: var(--pr-ink-soft); }
.pr-scale__brands a:hover { color: var(--pr-teal-deep); }
@media (max-width: 640px) {
  .pr-scale__brands { flex-direction: column; gap: 16px; }
  .pr-scale__brands > div { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; width: 100%; }
  body.pr .footer__bar .container { white-space: normal; line-height: 1.6; }
}

/* ============================================================
   VOICES — editorial quotes
   ============================================================ */
.pr-voices { background: var(--pr-paper); border-top: 1px solid var(--pr-line); }
.pr-voices__grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: clamp(20px, 3vw, 36px); align-items: start; padding: clamp(70px, 9vw, 110px) 0; }
.pr-voice { margin: 0; position: relative; padding-top: 44px; }
.pr-voice::before { content: "“"; position: absolute; top: -10px; left: -6px; font-family: var(--pr-serif); font-size: 96px; line-height: 1; color: var(--pr-gold); }
.pr-voice p { margin: 0 0 16px; font-family: var(--pr-serif); font-size: 18.5px; line-height: 1.75; color: var(--pr-ink); }
.pr-voice--lead { border-left: 2px solid var(--pr-gold); padding-left: clamp(18px, 2vw, 28px); }
.pr-voice--lead p { font-size: 21px; }
.pr-voice footer b { display: block; font-weight: 700; font-size: 15px; }
.pr-voice footer span { font-size: 13px; color: var(--pr-ink-soft); }
@media (max-width: 880px) { .pr-voices__grid { grid-template-columns: 1fr; } .pr-voice--lead { border-left: 0; padding-left: 0; } }

/* ============================================================
   05 · QUOTE — consultation lane + instant-quote widget
   ============================================================ */
.pr-quote { background: var(--pr-paper-2); }
.pr-quote__lanes { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); gap: clamp(22px, 3vw, 40px); align-items: start; padding-bottom: clamp(80px, 10vw, 120px); }
.pr-consult { background: var(--pr-ink); color: var(--pr-paper); border-radius: 6px; padding: clamp(26px, 3vw, 40px); position: sticky; top: 90px; }
.pr-consult__tag { margin: 0 0 10px; font-size: 11.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--pr-gold); }
.pr-consult h3 { margin: 0 0 18px; font-family: var(--pr-serif); font-weight: 700; font-size: clamp(24px, 2.6vw, 32px); }
.pr-consult ul { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.pr-consult li { position: relative; padding-left: 24px; font-size: 15px; color: rgba(251,248,251,.82); }
.pr-consult li::before { content: ""; position: absolute; left: 0; top: 9px; width: 12px; height: 2px; background: var(--pr-gold); }
.pr-consult .pr-btn { width: 100%; }
.pr-consult__meta { margin: 16px 0 0; font-size: 13px; text-align: center; color: rgba(251,248,251,.55); }
.pr-quote__tool { min-width: 0; }
.pr-quote__toolLabel { margin: 0 0 12px; font-size: 12.5px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--pr-ink-soft); }
@media (max-width: 960px) { .pr-quote__lanes { grid-template-columns: 1fr; } .pr-consult { position: static; } }

/* ---------- the shared quote widget (.ep-q), reskinned ---------- */
.ep-q {
  position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 36px);
  background: #fff; border: 1px solid var(--pr-line); border-radius: 6px;
  padding: clamp(22px, 3vw, 36px);
  box-shadow: 0 24px 50px -30px rgba(26,14,33,.35);
}
.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(--pr-sans); font-weight: 700; font-size: 14.5px; color: var(--pr-ink); }
.ep-q__select {
  appearance: none; -webkit-appearance: none; width: 100%;
  padding: 13px 42px 13px 16px; font: inherit; font-weight: 500; font-size: 15.5px; color: var(--pr-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="%231C1023" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 14px center;
  border: 1px solid var(--pr-line); border-radius: 4px; cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.ep-q__select:hover { border-color: var(--pr-teal-deep); }
.ep-q__select:focus-visible { outline: 3px solid var(--pr-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-weight: 500; font-size: 13.5px; color: var(--pr-ink);
  background: var(--pr-paper); border: 1px solid var(--pr-line); border-radius: 999px;
  padding: 7px 14px; cursor: pointer; transition: border-color .15s ease, background .15s ease;
}
.ep-q__addon:hover { border-color: var(--pr-teal-deep); }
.ep-q__addon input { accent-color: var(--pr-teal-deep); width: 16px; height: 16px; margin: 0; cursor: pointer; }
.ep-q__addon:has(input:checked) { background: #F8E7F2; border-color: var(--pr-teal-deep); }
.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(--pr-paper); border: 1px solid var(--pr-line); border-radius: 4px; padding: 22px; }
.ep-q__breakdown { display: flex; flex-direction: column; gap: 8px; }
.ep-q__resultlabel { font-weight: 700; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--pr-teal-deep); }
.ep-q__price { font-family: var(--pr-serif); font-weight: 600; font-size: clamp(32px, 4vw, 44px); line-height: 1.1; color: var(--pr-ink); }
.ep-q__breakline { margin: 0; font-size: 13.5px; color: var(--pr-ink-soft); }
.ep-q__grandline { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin: 4px 0; font-size: 13px; }
.ep-q__grandline--disc span, .ep-q__grandline--disc b { color: #15803d; font-weight: 700; }
.ep-q__ebnote { margin: 6px 0; padding: 9px 11px; border-radius: 4px; background: #f0fdf4; border: 1px solid #bbf7d0; color: #14532d; font-size: 12.5px; line-height: 1.55; }
.ep-q__ebnote b { color: #15803d; font-weight: 800; }
.ep-q__ebhint { margin: 6px 0; font-size: 12px; line-height: 1.5; color: var(--pr-ink-soft); }
.ep-q__list { list-style: none; margin: 0; padding: 0; }
.ep-q__list li { font-size: 14px; padding: 3px 0 3px 20px; position: relative; color: var(--pr-ink); }
.ep-q__list li::before { content: ""; position: absolute; left: 2px; top: 11px; width: 10px; height: 2px; background: var(--pr-teal-deep); }
.ep-q__summary { margin: 0; font-size: 13px; color: var(--pr-ink-soft); border-top: 1px dashed var(--pr-line); padding-top: 10px; }
.ep-q__final { margin: 0; font-size: 12.5px; color: var(--pr-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; }
@media (max-width: 880px) { .ep-q { grid-template-columns: 1fr; } }

/* quote-widget buttons (emitted by quote.js) mapped to the new palette */
.ep-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 12px 22px;
  font-family: var(--pr-sans); font-weight: 700; font-size: 15px;
  border-radius: 999px; border: 1px solid transparent; cursor: pointer; text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.ep-btn--pink { background: var(--pr-gold); color: var(--pr-ink); }
.ep-btn--pink:hover { background: var(--pr-gold-soft); }
.ep-btn--teal { background: var(--pr-ink); color: var(--pr-paper); }
.ep-btn--teal:hover { background: var(--pr-ink-2); }
.ep-btn--line { background: transparent; color: var(--pr-ink); border-color: var(--pr-ink); }
.ep-btn--line:hover { background: var(--pr-ink); color: var(--pr-paper); }
.ep-btn--yellow { background: var(--pr-gold); color: var(--pr-ink); }
.ep-btn--ghost { background: transparent; color: var(--pr-paper); border-color: rgba(251,248,251,.5); }

/* lead capture inside the quote result */
.ep-lead { border-top: 1px dashed var(--pr-line); padding-top: 14px; }
.ep-lead__head { margin: 0 0 12px; font-weight: 700; font-size: 15px; color: var(--pr-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(--pr-ink); }
.ep-lead__input { width: 100%; padding: 11px 14px; font: inherit; font-size: 15px; color: var(--pr-ink); background: #fff; border: 1px solid var(--pr-line); border-radius: 4px; }
.ep-lead__input--area { resize: vertical; min-height: 56px; line-height: 1.5; }
.ep-lead__input::placeholder { color: var(--pr-ink-soft); opacity: .7; }
.ep-lead__input:focus-visible { outline: 3px solid var(--pr-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(--pr-ink-soft); }
.ep-lead__status--error { color: #B3261E; font-weight: 600; }
.ep-lead__status--ok { color: var(--pr-teal-deep); font-weight: 700; }

/* ============================================================
   FINAL CTA — dark stage
   ============================================================ */
.pr-cta { background: var(--pr-ink); color: var(--pr-paper); position: relative; overflow: hidden; }
.pr-cta::before { content: ""; position: absolute; left: 50%; top: -40%; width: 700px; height: 700px; transform: translateX(-50%); background: radial-gradient(circle, rgba(255,143,197,.14) 0%, transparent 62%); pointer-events: none; }
.pr-cta__inner { position: relative; text-align: center; padding: clamp(90px, 12vw, 150px) 20px; }
.pr-cta h2 { margin: 0 0 34px; font-family: var(--pr-serif); font-weight: 700; font-size: clamp(30px, 5.4vw, 60px); line-height: 1.18; }
.pr-cta h2 em { font-style: italic; color: var(--pr-gold); }
.pr-cta__acts { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.pr-cta__meta { margin: 28px 0 0; font-size: 14px; color: rgba(251,248,251,.55); }

/* ============================================================
   Footer — ink, editorial
   ============================================================ */
body.pr .footer { background: var(--pr-ink-2); color: rgba(251,248,251,.75); border-top: 1px solid var(--pr-line-dark); }
body.pr .footer a { color: rgba(251,248,251,.75); }
body.pr .footer a:hover { color: var(--pr-gold); }
body.pr .footer__col h4 { color: var(--pr-paper); font-family: var(--pr-sans); letter-spacing: .1em; }
body.pr .footer__tag { color: rgba(251,248,251,.6); }
body.pr .footer__bar { background: var(--pr-ink); color: rgba(251,248,251,.45); border-top: 1px solid var(--pr-line-dark); }
body.pr .footer .logo__word b, body.pr .footer .logo__word > span { color: var(--pr-paper); }

/* blog cross-links under the CTA */
body.pr .bl-rel { max-width: 880px; margin: 20px auto 0; border: 1px dashed var(--pr-line); border-radius: 4px; padding: 14px 16px; background: var(--pr-paper); }
body.pr .bl-rel:last-of-type { margin-bottom: 60px; }
body.pr .bl-rel__label { margin: 0 0 6px; font-size: .78rem; font-weight: 800; color: var(--pr-ink-soft); letter-spacing: .06em; }
body.pr .bl-rel a { color: var(--pr-teal-deep); font-weight: 700; text-decoration: none; }
body.pr .bl-rel a:hover { text-decoration: underline; }

/* ============================================================
   Motion layer — reveal fallback classes (used when GSAP absent)
   Content is visible by default; JS hides-then-reveals only
   under html.motion. GSAP path uses gsap.from() inline styles.
   ============================================================ */
html.motion .rv { opacity: 0; transform: translateY(26px); }
html.motion .rv-in { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.22,.8,.36,1); }

/* ============================================================
   FLOATING AI CHAT WIDGET (.ep-chat) — reskinned to pro theme
   ============================================================ */
.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: 0; border-radius: 999px; background: var(--pr-ink); color: var(--pr-paper);
  font-family: var(--pr-sans); font-weight: 700; font-size: 15px; cursor: pointer;
  box-shadow: 0 16px 30px -12px rgba(26,14,33,.5);
  transition: transform .15s ease, background .15s ease;
}
.ep-chat__fab:hover { transform: translateY(-2px); background: var(--pr-ink-2); }
.ep-chat__fab svg { width: 21px; height: 21px; fill: var(--pr-gold); 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: 1px solid var(--pr-line);
  border-radius: 8px; box-shadow: 0 26px 50px -20px rgba(26,14,33,.45); overflow: hidden;
}
.ep-chat__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; background: var(--pr-ink); color: var(--pr-paper); }
.ep-chat__head-text { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.ep-chat__head-text strong { font-family: var(--pr-serif); font-size: 16px; font-weight: 700; }
.ep-chat__sub { font-size: 12.5px; opacity: .8; }
.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: 6px; background: rgba(251,248,251,.14); color: var(--pr-paper); cursor: pointer; transition: background .16s ease; }
.ep-chat__icon:hover { background: rgba(251,248,251,.28); }
.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(--pr-paper); }
.ep-chat__msg { max-width: 84%; padding: 10px 13px; border-radius: 10px; 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(--pr-ink); border: 1px solid var(--pr-line); border-bottom-left-radius: 3px; }
.ep-chat__msg--user { align-self: flex-end; background: var(--pr-ink); color: var(--pr-paper); border-bottom-right-radius: 3px; }
.ep-chat__typing { color: var(--pr-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-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: 1px solid var(--pr-line); border-radius: 999px; background: #fff; color: var(--pr-ink); font-weight: 500; font-size: 13.5px; cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.ep-chat__chip:hover { border-color: var(--pr-teal-deep); background: #F8E7F2; }
.ep-chat__lead { padding: 10px 12px 0; background: #fff; }
.ep-chat__leadbtn { width: 100%; padding: 10px 14px; border: 1px solid var(--pr-line); border-radius: 6px; background: var(--pr-paper); color: var(--pr-teal-deep); font-weight: 700; font-size: 14px; cursor: pointer; transition: background .16s ease; }
.ep-chat__leadbtn:hover { background: #F8E7F2; }
.ep-chat__leadbtn:focus-visible { outline: 3px solid var(--pr-teal); outline-offset: 1px; }
.ep-chat__form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--pr-line); background: #fff; }
.ep-chat__input { flex: 1; min-width: 0; padding: 11px 14px; border: 1px solid var(--pr-line); border-radius: 6px; font: inherit; font-size: 16px; color: var(--pr-ink); background: #fff; }
.ep-chat__input:focus { outline: 3px solid var(--pr-teal); outline-offset: 1px; }
.ep-chat__send { flex: none; padding: 0 18px; border: 0; border-radius: 6px; background: var(--pr-ink); color: var(--pr-paper); font-weight: 700; font-size: 14.5px; cursor: pointer; transition: background .16s ease; }
.ep-chat__send:hover { background: var(--pr-ink-2); }
.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); }
}

/* Floating WhatsApp button — sits above the assistant FAB (injected by chat.js) */
.ep-wa-fab {
  position: fixed; right: 20px; bottom: 86px; z-index: 90;
  width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; background: #25d366; color: #fff;
  box-shadow: 0 16px 30px -12px rgba(6, 48, 26, .6);
  transition: transform .15s ease, filter .15s ease;
}
.ep-wa-fab:hover { transform: translateY(-2px); filter: brightness(1.05); }
.ep-wa-fab svg { width: 28px; height: 28px; fill: currentColor; }
@media (max-width: 640px) {
  .ep-wa-fab { right: 14px; bottom: calc(78px + env(safe-area-inset-bottom, 0px)); width: 48px; height: 48px; }
}

/* ============================================================
   FORMAL QUOTE PRINT DOC (#ep-print-doc / .ep-fq)
   Ported VERBATIM from party.css — the PDF/print pipeline
   depends on these exact metrics. Do not restyle.
   ============================================================ */
.ep-print-doc { display: none; }
@media print {
  body.ep-printing > *:not(#ep-print-doc) { display: none !important; }
  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;
  }
  #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) ----
   Rasterised from SCREEN styles in an offscreen A4-width box.
   Ported VERBATIM from party.css — do not restyle. */
@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; }
}

/* ============================================================
   Reduced motion + focus
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .pr-slide, .pr-btn, .ep-btn, .pr-svc__img img, .pr-case figure img, .pr-scale__shot img { transition: none !important; animation: none !important; }
}
:focus-visible { outline: 3px solid var(--pr-teal); outline-offset: 2px; }

/* ============================================================
   00 · WALKTHROUGH — first-person entry into the event.
   No-JS / reduced-motion: six stacked full-width stills, each
   with its caption — the story still reads top to bottom.
   With GSAP: section pins, frames crossfade + dolly-zoom while
   you scroll, captions ride their frames (.is-pinned mode).
   ============================================================ */
.pr-walk { background: #070310; color: var(--pr-paper); }
.pr-walk__pin { position: relative; }
.pr-walk__eyebrow {
  position: relative; z-index: 3; margin: 0; padding: 26px 20px 18px;
  text-align: center; font-weight: 700; font-size: 12.5px;
  letter-spacing: .24em; text-transform: uppercase; color: var(--pr-gold);
}
.pr-walk__frame { position: relative; margin: 0; height: min(78svh, 720px); overflow: hidden; }
.pr-walk__frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pr-walk__frame figcaption {
  position: absolute; left: clamp(18px, 5vw, 70px); bottom: clamp(18px, 5vh, 54px); z-index: 2;
  display: flex; align-items: flex-end; gap: 16px;
  text-shadow: 0 2px 18px rgba(0,0,0,.65);
}
.pr-walk__frame figcaption i {
  font-family: var(--pr-serif); font-style: italic; font-weight: 600;
  font-size: clamp(30px, 4vw, 52px); line-height: 1; color: var(--pr-gold);
}
.pr-walk__captext { display: flex; flex-direction: column; gap: 6px; }
.pr-walk__captext em {
  align-self: flex-start; font-style: normal; font-weight: 700;
  font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--pr-gold); border: 1px solid rgba(255,143,197,.55);
  border-radius: 999px; padding: 4px 12px;
  background: rgba(12,5,18,.45); backdrop-filter: blur(4px); text-shadow: none;
}
.pr-walk__captext b {
  font-family: var(--pr-serif); font-weight: 700;
  font-size: clamp(22px, 3.4vw, 44px); line-height: 1.15; color: var(--pr-paper);
}
.pr-walk__frame::after { /* readability scrim over the lower edge */
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(7,3,16,.62) 0%, transparent 38%);
  pointer-events: none;
}
.pr-walk__veil { position: absolute; inset: 0; z-index: 2; background: #070310; opacity: 0; pointer-events: none; }
.pr-walk__progress { display: none; }
/* The reel is a mobile-only container: `display: contents` keeps the frames
   direct layout children of .pr-walk__pin on desktop, so the pinned dolly and
   its absolute positioning are untouched. */
.pr-walk__reel { display: contents; }

/* pinned (JS-enhanced) mode */
html.motion .pr-walk.is-pinned .pr-walk__pin { height: 100svh; overflow: hidden; }
html.motion .pr-walk.is-pinned .pr-walk__frame {
  position: absolute; inset: 0; height: 100%; opacity: 0;
}
html.motion .pr-walk.is-pinned .pr-walk__frame.is-active { opacity: 1; }
/* exactly one caption at a time — frames crossfade, captions hard-switch */
html.motion .pr-walk.is-pinned .pr-walk__frame figcaption { opacity: 0; transition: opacity .3s ease; }
html.motion .pr-walk.is-pinned .pr-walk__frame.is-cap figcaption { opacity: 1; }
html.motion .pr-walk.is-pinned .pr-walk__eyebrow { position: absolute; top: 0; left: 0; right: 0; }
html.motion .pr-walk.is-pinned .pr-walk__progress {
  display: block; position: absolute; right: clamp(18px, 4vw, 60px); bottom: clamp(20px, 5vh, 56px); z-index: 3;
  font-family: var(--pr-serif); font-size: 15px; color: rgba(251,248,251,.75);
  text-shadow: 0 2px 12px rgba(0,0,0,.6);
}
html.motion .pr-walk.is-pinned .pr-walk__progress b { font-size: 24px; color: var(--pr-gold); font-weight: 600; }
html.motion .pr-walk.is-pinned .pr-walk__progress i {
  display: block; width: 120px; height: 2px; margin-top: 8px;
  background: rgba(251,248,251,.22); font-style: normal;
}
html.motion .pr-walk.is-pinned .pr-walk__progress u { display: block; width: 0; height: 100%; background: var(--pr-gold); text-decoration: none; }

/* Mobile: no pin. Six stacked 78svh frames cost ~5 screens to scroll past (and
   ~6 screens of scroll-jacking when the pin does run), so 01–06 read as six
   separate sections. Below 881px they become one swipeable scroll-snap reel.
   The .is-pinned variants are defensive: they only match if the viewport was
   resized down after the desktop JS already tagged the section. */
@media (max-width: 880px) {
  .pr-walk__pin,
  html.motion .pr-walk.is-pinned .pr-walk__pin { height: auto; overflow: visible; }
  .pr-walk__reel {
    display: flex; gap: 10px;
    overflow-x: auto; overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    padding: 0 16px 6px; scrollbar-width: none;
  }
  .pr-walk__reel::-webkit-scrollbar { display: none; }
  .pr-walk__frame,
  html.motion .pr-walk.is-pinned .pr-walk__frame {
    position: relative; inset: auto; opacity: 1;
    flex: 0 0 84%; height: 56svh; max-height: 420px;
    margin: 0; scroll-snap-align: center;
    border-radius: 14px; overflow: hidden;
  }
  /* every frame keeps its own caption — they no longer overlap side by side */
  html.motion .pr-walk.is-pinned .pr-walk__frame figcaption { opacity: 1; }
  .pr-walk__veil { display: none; }
  /* Caption retuned for the ~328px card: the desktop type wrapped mid-word and
     left the numeral floating against the second line. Smaller type keeps the
     CJK titles on one line, and top-aligning the numeral stays tidy for the
     longer EN titles that still wrap. */
  .pr-walk__frame figcaption { left: 14px; right: 14px; bottom: 14px; gap: 10px; align-items: flex-start; }
  .pr-walk__frame figcaption i { font-size: 22px; }
  .pr-walk__captext { gap: 5px; }
  .pr-walk__captext b { font-size: 17.5px; line-height: 1.3; }
  .pr-walk__captext em { font-size: 10px; letter-spacing: .16em; padding: 3px 9px; }
}

/* ============================================================
   NIGHT MODE — the whole site lives in the dark venue.
   Layered plum blacks per section; white functional cards
   (quote widget, chat) stay light for usability.
   ============================================================ */
body.pr { background: #0E0714; color: rgba(251,248,251,.92); }

/* chrome */
body.pr .nav { background: rgba(14,7,20,.82); border-bottom: 1px solid var(--pr-line-dark); backdrop-filter: blur(12px); }
body.pr .nav__link { color: rgba(251,248,251,.85); }
body.pr .nav__link:hover { color: var(--pr-teal); box-shadow: inset 0 -2px 0 var(--pr-teal); }
body.pr .nav__link[aria-current="page"] { color: var(--pr-teal); }
body.pr .btn--solid { background: var(--pr-gold); color: #1C1023; }
body.pr .btn--solid:hover { background: var(--pr-gold-soft); }
body.pr .nav__burger { background: transparent; border-color: var(--pr-line-dark); }
body.pr .nav__burger-box i { background: var(--pr-paper); }
body.pr .nav__quick-item { color: var(--pr-teal); }
body.pr .nav__panel { background: #150B1E; border-bottom-color: var(--pr-line-dark); }
body.pr .lang-dd__btn { color: rgba(251,248,251,.85); border-color: var(--pr-line-dark); }
body.pr .lang-dd__menu { background: #241329; border-color: var(--pr-line-dark); box-shadow: 0 16px 40px rgba(0,0,0,.55); }
body.pr .lang-dd__opt { color: rgba(251,248,251,.85); }
body.pr .lang-dd__opt:hover { background: rgba(232,95,174,.14); }
body.pr .lang-dd__opt.is-active { color: var(--pr-gold); }

/* shared headings flip to light (all sections are dark now) */
.pr-h2 { color: var(--pr-paper); }
.pr-h2 em { color: var(--pr-teal); }
.pr-sub { color: rgba(251,248,251,.6); }
.pr-eyebrow { color: var(--pr-teal); }

/* clients strip */
.pr-clients { background: #0B0512; border-bottom: 1px solid var(--pr-line-dark); }
.pr-clients__label { color: rgba(251,248,251,.55); }
.pr-clients__logos img { filter: none; opacity: .92; background: #fff; height: 42px; padding: 7px 12px; border-radius: 6px; box-sizing: border-box; }
.pr-clients__logos img:hover { opacity: 1; }
.pr-clients__names { color: rgba(251,248,251,.5); }

/* services */
.pr-services { background: linear-gradient(to bottom, #0E0714, #150B1E); }
.pr-svc__body h3 { color: var(--pr-paper); }
.pr-svc__body p { color: rgba(251,248,251,.62); }
.pr-chips li { color: rgba(251,248,251,.85); border-color: rgba(251,248,251,.22); }
.pr-svc__no { -webkit-text-stroke-color: rgba(251,248,251,.08); }
.pr-svc__img { box-shadow: 0 30px 60px -28px rgba(0,0,0,.8); border: 1px solid var(--pr-line-dark); }

/* process (run-sheet styles live in the section block above) */

/* scale */
.pr-scale { background: #0E0714; }
.pr-marquee { border-color: var(--pr-line-dark); }
.pr-marquee__row span { color: rgba(251,248,251,.5); }
.pr-scale__brands > p { color: rgba(251,248,251,.5); }
.pr-scale__brands a { color: var(--pr-paper); }
.pr-scale__brands a span { color: rgba(251,248,251,.5); }
.pr-scale__brands a:hover { color: var(--pr-teal); }

/* voices */
.pr-voices { background: #12091A; border-top: 1px solid var(--pr-line-dark); }
.pr-voice p { color: rgba(251,248,251,.9); }
.pr-voice footer b { color: var(--pr-paper); }
.pr-voice footer span { color: rgba(251,248,251,.5); }

/* quote section (widget cards stay white) */
.pr-quote { background: #150B1E; }
.pr-quote__toolLabel { color: rgba(251,248,251,.55); }
.pr-consult { border: 1px solid var(--pr-line-dark); }

/* blog cross-links */
body.pr .bl-rel { background: #12091A; border-color: rgba(251,248,251,.2); }
body.pr .bl-rel__label { color: rgba(251,248,251,.5); }
body.pr .bl-rel a { color: var(--pr-teal); }

/* ============================================================
   QUOTE, TWO-STEP — pick an event type first, then the plan.
   No-JS: tiles hidden, full widget shows (nothing breaks).
   With JS (html.pr-js): step 1 = photo tiles; the widget +
   step-2 header appear only after a choice (.is-on).
   ============================================================ */
.pr-qsteps { display: none; }
html.pr-js .pr-qsteps { display: block; }
html.pr-js .pr-quote__tool:not(.is-on) .ep-q { display: none; }
html.pr-js .pr-quote__tool.is-on .pr-qsteps__head,
html.pr-js .pr-quote__tool.is-on .pr-qsteps__tiles { display: none; }
.pr-qsteps__head { margin: 0 0 16px; }
.pr-qsteps__badge {
  display: inline-block; margin: 0 0 10px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--pr-gold); border: 1px solid rgba(255,143,197,.45); border-radius: 999px; padding: 4px 12px;
}
.pr-qsteps__head h3 { margin: 0; font-family: var(--pr-serif); font-weight: 700; font-size: clamp(22px, 2.4vw, 30px); color: var(--pr-paper); }
.pr-qsteps__tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 18px; }
.pr-qtile {
  position: relative; display: block; height: 172px; padding: 0; overflow: hidden;
  border: 1px solid var(--pr-line-dark); border-radius: 8px; cursor: pointer;
  background: var(--pr-ink-2); text-align: left;
  transition: transform .18s ease, border-color .18s ease;
}
.pr-qtile:hover { transform: translateY(-3px); border-color: var(--pr-teal); }
.pr-qtile:focus-visible { outline: 3px solid var(--pr-teal); outline-offset: 2px; }
/* Wide 4:1 tiles: a dead-centre crop cut the subject out of tall photos, so bias
   the focal point above centre (faces/stages sit high) and give each tile a
   little more height. Per-tile overrides below where the subject sits elsewhere. */
.pr-qtile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 34%; opacity: .8; transition: transform .4s ease; }
.pr-qtile[data-preset-value="games"] img { object-position: center 42%; }
.pr-qtile[data-preset-value="claw"] img { object-position: center 38%; }
.pr-qtile[data-preset-value="magic"] img { object-position: center 46%; }
.pr-qtile:hover img { transform: scale(1.05); }
.pr-qtile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,5,18,.92) 8%, rgba(12,5,18,.15) 62%); }
.pr-qtile__body { position: absolute; left: 14px; right: 12px; bottom: 12px; z-index: 2; display: flex; flex-direction: column; gap: 2px; }
.pr-qtile__body b { font-family: var(--pr-serif); font-weight: 700; font-size: 19px; color: var(--pr-paper); }
.pr-qtile__body small { font-size: 12.5px; color: rgba(251,248,251,.65); }
.pr-qsteps__s2 { display: none; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin: 0 0 14px; }
html.pr-js .pr-quote__tool.is-on .pr-qsteps__s2 { display: flex; }
.pr-qsteps__back {
  border: 0; background: transparent; padding: 6px 0; cursor: pointer;
  font-family: var(--pr-sans); font-size: 13.5px; font-weight: 700; color: var(--pr-teal);
}
.pr-qsteps__back:hover { text-decoration: underline; }
@media (max-width: 560px) { .pr-qsteps__tiles { grid-template-columns: 1fr; } .pr-qtile { height: 124px; } }

/* ---------- quote widget, night skin (screen only — the PDF
   capture uses #ep-print-doc which keeps its light styles) ---------- */
.ep-q { background: #1D1126; border-color: var(--pr-line-dark); box-shadow: 0 24px 50px -30px rgba(0,0,0,.8); }
.ep-q__label { color: var(--pr-paper); }
.ep-q__select {
  color: var(--pr-paper); background-color: #150B1E; border-color: rgba(251,248,251,.24);
  background-image: 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="%23FBF8FB" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.ep-q__select:hover { border-color: var(--pr-teal); }
.ep-q__addon { background: #150B1E; border-color: rgba(251,248,251,.22); color: rgba(251,248,251,.88); }
.ep-q__addon:hover { border-color: var(--pr-teal); }
.ep-q__addon:has(input:checked) { background: rgba(232,95,174,.18); border-color: var(--pr-teal); }
.ep-q__result { background: #150B1E; border-color: rgba(251,248,251,.18); }
.ep-q__resultlabel { color: var(--pr-teal); }
.ep-q__price { color: var(--pr-paper); }
.ep-q__breakline, .ep-q__summary, .ep-q__final, .ep-q__ebhint { color: rgba(251,248,251,.6); }
.ep-q__list li { color: rgba(251,248,251,.85); }
.ep-q__list li::before { background: var(--pr-teal); }
.ep-q__summary { border-top-color: rgba(251,248,251,.18); }
.ep-q__grandline--disc span, .ep-q__grandline--disc b { color: #6EE7A0; }
.ep-q__ebnote { background: rgba(21,128,61,.16); border-color: rgba(110,231,160,.35); color: #C6F1D6; }
.ep-q__ebnote b { color: #6EE7A0; }
.ep-lead { border-top-color: rgba(251,248,251,.18); }
.ep-lead__head { color: var(--pr-paper); }
.ep-lead__label { color: rgba(251,248,251,.8); }
.ep-lead__input { background: #150B1E; border-color: rgba(251,248,251,.24); color: var(--pr-paper); }
.ep-lead__input::placeholder { color: rgba(251,248,251,.4); }
.ep-lead__status { color: rgba(251,248,251,.6); }
.ep-lead__status--error { color: #FF9B9B; }
.ep-lead__status--ok { color: #6EE7A0; }

/* optional lead fields folded away until wanted */
.ep-lead__more { border: 1px dashed rgba(251,248,251,.22); border-radius: 6px; padding: 0 12px; }
.ep-lead__more summary {
  cursor: pointer; list-style: none; padding: 10px 0;
  font-size: 13px; font-weight: 700; color: rgba(251,248,251,.65);
}
.ep-lead__more summary::before { content: "+ "; color: var(--pr-gold); }
.ep-lead__more[open] summary::before { content: "− "; }
.ep-lead__more .ep-lead__field { margin-bottom: 12px; }


/* ============================================================
   MOBILE POLISH (≤560px) — use the full width everywhere.
   Chapter heads stack (the ghost numeral no longer steals the
   left half), creed cards become rows, tighter section rhythm.
   ============================================================ */
.pr-clients__inner { justify-content: center; }
.pr-clients__names { font-size: 15px; }

@media (max-width: 560px) {
  /* chapter heads: numeral on its own line, content full width */
  .pr-chap { display: block; padding: 48px 0 22px; }
  .pr-eyebrow { font-size: 11px; letter-spacing: .14em; margin-bottom: 10px; }
  .pr-h2 { font-size: clamp(26px, 7.4vw, 34px); }
  .pr-sub { font-size: 15.5px; line-height: 1.7; }

  /* hero: one-line headline spans, paired CTAs, 2×2 stats */
  .pr-h1 { font-size: clamp(24px, 8.6vw, 34px); }
  .pr-lead { font-size: 15.5px; margin-bottom: 26px; }
  .pr-hero__inner { padding-top: 96px; padding-bottom: 40px; }
  .pr-hero__cta { gap: 10px; margin-bottom: 30px; }
  /* `1 1 auto` (not `1 1 100%`) so the short CJK labels share one row and only
     the longer EN labels wrap — either way the pills stop eating 112px of the
     first screen. 44px keeps the tap target at the a11y minimum. */
  .pr-hero__cta .pr-btn {
    flex: 1 1 auto; min-width: 0;
    min-height: 44px; padding: 11px 16px; font-size: 14.5px;
  }
  .pr-hero__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 12px; padding-top: 20px; }
  .pr-hero__meta dt { font-size: 25px; }

  /* clients strip: compact caption row */
  .pr-clients__inner { padding: 18px 20px; gap: 8px; text-align: center; }
  .pr-clients__label { max-width: none; }
  .pr-clients__names { font-size: 13.5px; line-height: 1.8; }

  /* creed: rows, not squeezed columns */
  .pr-creed { grid-template-columns: 1fr; gap: 8px; margin-top: 20px; }
  .pr-creed li { flex-direction: row; align-items: center; gap: 12px; padding: 10px 14px; }
  .pr-creed svg { margin: 0; width: 22px; height: 22px; flex: none; }
  .pr-creed b { flex: none; font-size: 14px; }
  .pr-creed span { flex: 1; font-size: 12px; }
  .pr-process__intro .pr-btn { width: 100%; margin-top: 20px; }

  /* cue cards: icon column + full-width body */
  .pr-cue { gap: 14px; }
  .pr-cue__card { display: grid; grid-template-columns: 42px 1fr; gap: 10px 14px; padding: 16px; }
  .pr-cue__time { grid-column: 1 / -1; }
  .pr-cue__ico { width: 42px; height: 42px; }
  .pr-cue__ico svg { width: 21px; height: 21px; }
  .pr-cue__body h3 { font-size: 18px; }
  .pr-cue__body > p { font-size: 14px; margin-bottom: 10px; }
  .pr-cue__sp { font-size: 12.5px; }

  /* marquee + collage + brands */
  .pr-marquee { padding: 12px 0; }
  .pr-marquee__row span { font-size: 15px; padding: 2px 6px; }
  .pr-marquee__row span::after { margin-left: 12px; }
  .pr-scale__grid { gap: 10px; grid-auto-rows: 132px; padding-top: 26px; }
  .pr-scale__brands { padding-top: 28px; padding-bottom: 48px; gap: 14px; }
  .pr-scale__brands a { font-size: 16px; }

  /* tighter section rhythm — less dead vertical space */
  .pr-svc-list { gap: 34px; padding-bottom: 52px; }
  .pr-svc__body h3 { font-size: 21px; }
  .pr-svc__body p { font-size: 14.5px; margin-bottom: 14px; }
  .pr-chips li { font-size: 12px; padding: 5px 11px; }
  .pr-work__pin { padding-bottom: 44px; }
  .pr-work__head .pr-chap { padding-bottom: 16px; }
  .pr-case figure img { height: 190px; }
  .pr-case__body { padding: 16px 18px 20px; }
  .pr-process__grid { gap: 8px; padding-bottom: 52px; }
  .pr-voices__grid { padding: 48px 0; gap: 26px; }
  .pr-voice p { font-size: 16.5px; }
  .pr-voice--lead p { font-size: 18px; }
  .pr-quote__lanes { padding-bottom: 52px; gap: 16px; }
  .pr-consult { padding: 22px 20px; }
  .pr-cta__inner { padding: 64px 20px; }
  .pr-cta__acts .pr-btn { flex: 1 1 100%; }
  body.pr .bl-rel { margin-left: 16px; margin-right: 16px; }

  /* walkthrough caption sizing now lives in the ≤880px reel block, which sizes
     type for the ~328px card instead of a full-bleed frame. */
}

/* quote tool full width (consult card removed — 2026-07-15) */
.pr-quote__lanes { display: block; }
.pr-quote__toolbar { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 12px; }
.pr-quote__toolbar .pr-quote__toolLabel { margin: 0; }
.pr-quote__biglink { font-size: 13.5px; font-weight: 700; color: var(--pr-teal); text-decoration: none; }
.pr-quote__biglink:hover { text-decoration: underline; }
.ep-q { max-width: none; }

/* ============================================================
   Language dropdown (header) — replaces the three inline buttons
============================================================ */
.lang-dd { position: relative; }
.lang-dd__btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: transparent; border: 1px solid var(--pr-line); border-radius: 999px;
  color: var(--pr-ink); font: inherit; font-size: 13.5px; font-weight: 600;
  padding: 8px 14px; cursor: pointer;
}
.lang-dd__btn svg { width: 16px; height: 16px; opacity: .75; }
.lang-dd__btn:focus-visible { outline: 2px solid var(--pr-teal); outline-offset: 2px; }
.lang-dd__caret { width: 7px; height: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: rotate(45deg) translateY(-1px); }
.lang-dd__menu {
  position: absolute; top: calc(100% + 8px); right: 0; z-index: 60;
  min-width: 150px; padding: 6px;
  background: var(--pr-paper, #fff); border: 1px solid var(--pr-line); border-radius: 10px;
  box-shadow: 0 14px 34px rgba(28, 16, 35, .18);
}
.lang-dd__opt {
  display: block; width: 100%; text-align: left;
  background: none; border: 0; border-radius: 7px;
  font: inherit; font-size: 13.5px; color: var(--pr-ink);
  padding: 9px 12px; cursor: pointer;
}
.lang-dd__opt:hover { background: rgba(168, 46, 126, .08); }
.lang-dd__opt.is-active { color: var(--pr-teal-deep); font-weight: 700; }
.lang-dd__opt.is-active::after { content: " ✓"; }
.lang-dd__opt:focus-visible { outline: 2px solid var(--pr-teal); outline-offset: -2px; }

/* ============================================================
   Book a Consult — slot-picker modal
============================================================ */
html.pr-book-open { overflow: hidden; }
.pr-book { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 18px; }
.pr-book[hidden] { display: none; }
.pr-book__veil { position: absolute; inset: 0; background: rgba(16, 8, 20, .72); backdrop-filter: blur(4px); }
.pr-book__panel {
  position: relative; width: min(560px, 100%); max-height: min(88vh, 760px); overflow-y: auto;
  background: var(--pr-night, #1C1023); color: var(--pr-paper);
  border: 1px solid var(--pr-line-dark); border-radius: 16px;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.pr-book__x {
  position: absolute; top: 12px; right: 14px;
  background: none; border: 0; color: rgba(251,248,251,.65);
  font-size: 26px; line-height: 1; cursor: pointer; padding: 6px;
}
.pr-book__x:hover, .pr-book__x:focus-visible { color: var(--pr-paper); outline: none; }
.pr-book__title { font-family: var(--pr-serif); font-size: clamp(24px, 4vw, 30px); margin: 6px 0 8px; color: var(--pr-paper); }
.pr-book__sub { margin: 0 0 18px; font-size: 14px; line-height: 1.65; color: rgba(251,248,251,.66); }
.pr-book__days { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 10px; scrollbar-width: thin; }
.pr-book__day {
  flex: none; background: transparent; border: 1px solid var(--pr-line-dark); border-radius: 999px;
  color: rgba(251,248,251,.78); font: inherit; font-size: 12.5px; font-weight: 600;
  padding: 8px 14px; cursor: pointer; white-space: nowrap;
}
.pr-book__day.is-active { background: var(--pr-teal); border-color: var(--pr-teal); color: #fff; }
.pr-book__day:disabled { opacity: .32; cursor: not-allowed; }
.pr-book__slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 8px; margin-top: 10px; }
.pr-book__slot {
  background: rgba(251,248,251,.04); border: 1px solid var(--pr-line-dark); border-radius: 9px;
  color: var(--pr-paper); font: inherit; font-size: 14px; font-weight: 600;
  font-variant-numeric: tabular-nums; padding: 11px 0; cursor: pointer;
}
.pr-book__slot:hover:not(:disabled), .pr-book__slot:focus-visible { border-color: var(--pr-teal); color: var(--pr-gold); outline: none; }
.pr-book__slot:disabled { opacity: .3; cursor: not-allowed; text-decoration: line-through; }
.pr-book__note { margin: 12px 0 0; font-size: 12px; color: rgba(251,248,251,.45); }
.pr-book__loading { font-size: 13.5px; color: rgba(251,248,251,.6); }
.pr-book__form { display: grid; gap: 12px; margin-top: 4px; }
.pr-book__picked { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0 0 2px; font-size: 14.5px; color: var(--pr-gold); }
.pr-book__change { background: none; border: 0; color: rgba(251,248,251,.6); font: inherit; font-size: 12.5px; text-decoration: underline; cursor: pointer; }
.pr-book__form label { display: grid; gap: 5px; font-size: 12.5px; color: rgba(251,248,251,.62); }
.pr-book__form input, .pr-book__form textarea {
  background: rgba(251,248,251,.05); border: 1px solid var(--pr-line-dark); border-radius: 8px;
  color: var(--pr-paper); font: inherit; font-size: 14.5px; padding: 11px 12px;
}
.pr-book__form input:focus-visible, .pr-book__form textarea:focus-visible { outline: 2px solid var(--pr-teal); outline-offset: 0; border-color: var(--pr-teal); }
.pr-book__submit { margin-top: 4px; }
.pr-book__status { margin: 0; font-size: 13px; color: rgba(251,248,251,.66); min-height: 1em; }
.pr-book__status.is-error { color: #FF9DB0; }
.pr-book__done { text-align: center; padding: 14px 0 6px; }
.pr-book__done-ico { width: 52px; height: 52px; margin: 0 auto 10px; display: grid; place-items: center; border-radius: 50%; background: var(--pr-teal); color: #fff; font-size: 26px; font-weight: 700; }
.pr-book__done h4 { font-family: var(--pr-serif); font-size: 22px; margin: 0 0 6px; }
.pr-book__done-when { margin: 0 0 16px; color: var(--pr-gold); font-size: 15px; }
.pr-book__alt { margin: 20px 0 0; padding-top: 14px; border-top: 1px dashed var(--pr-line-dark); font-size: 13px; text-align: center; }
.pr-book__alt a { color: rgba(251,248,251,.66); }
.pr-book__alt a:hover { color: var(--pr-gold); }
@media (prefers-reduced-motion: no-preference) {
  .pr-book__panel { animation: prBookIn .28s cubic-bezier(.2, .9, .3, 1); }
  @keyframes prBookIn { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: none; } }
}
/* [hidden] must always win over the step blocks' explicit display values */
.pr-book [hidden] { display: none !important; }

/* ============================================================
   AI EVENT PLANNER (.ep-plan) + quote-section tabs (.pr-qtabs)
   Lives inside .pr-quote's night skin (#150B1E background).
   ============================================================ */
.nav__link--quote {
  border: 1px solid rgba(255, 143, 197, .5); border-radius: 999px;
  padding: 7px 14px !important; color: var(--pr-gold) !important;
}
.nav__link--quote:hover { background: rgba(255, 143, 197, .12); }

.pr-qtabs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; }
.pr-qtab {
  padding: 12px 22px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--pr-line-dark); background: transparent; color: rgba(251,248,251,.7);
  font-family: var(--pr-sans); font-weight: 700; font-size: 15px;
  transition: border-color .16s ease, color .16s ease, background .16s ease;
}
.pr-qtab:hover { border-color: var(--pr-teal); color: var(--pr-paper); }
.pr-qtab.is-on { background: var(--pr-teal); border-color: var(--pr-teal); color: #fff; }
.pr-qtab:focus-visible { outline: 3px solid var(--pr-teal); outline-offset: 2px; }
.pr-qpane[hidden] { display: none; }

.ep-plan {
  background: #1D1126; border: 1px solid var(--pr-line-dark); border-radius: 8px;
  padding: clamp(20px, 3vw, 34px); box-shadow: 0 24px 50px -30px rgba(0,0,0,.8);
  display: flex; flex-direction: column; gap: 18px;
}
.ep-plan__label { display: block; margin: 0 0 8px; font-size: 13px; font-weight: 700; letter-spacing: .06em; color: rgba(251,248,251,.75); }
.ep-plan__field { min-width: 0; }
.ep-plan__tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ep-plan__tile {
  position: relative; display: block; height: 108px; padding: 0; overflow: hidden;
  border: 1px solid var(--pr-line-dark); border-radius: 8px; cursor: pointer;
  background: var(--pr-ink-2); text-align: left;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ep-plan__tile:hover { transform: translateY(-2px); border-color: var(--pr-teal); }
.ep-plan__tile:focus-visible { outline: 3px solid var(--pr-teal); outline-offset: 2px; }
.ep-plan__tile.is-on { border-color: var(--pr-gold); box-shadow: 0 0 0 2px rgba(255,143,197,.55); }
.ep-plan__tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 36%; opacity: .72; }
.ep-plan__tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,5,18,.94) 10%, rgba(12,5,18,.2) 66%); }
.ep-plan__tile.is-on::before {
  content: "✓"; position: absolute; top: 8px; right: 8px; z-index: 3;
  width: 24px; height: 24px; display: grid; place-items: center;
  background: var(--pr-gold); color: #3d0f28; font-weight: 900; font-size: 14px; border-radius: 50%;
}
.ep-plan__tile-body { position: absolute; left: 12px; right: 10px; bottom: 10px; z-index: 2; display: flex; flex-direction: column; gap: 1px; }
.ep-plan__tile-body b { font-family: var(--pr-serif); font-weight: 700; font-size: 17px; color: var(--pr-paper); }
.ep-plan__tile-body small { font-size: 12px; color: rgba(251,248,251,.65); }
.ep-plan__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; }
.ep-plan__select, .ep-plan__input, .ep-plan__textarea {
  width: 100%; padding: 11px 13px; font: inherit; font-size: 15px;
  color: var(--pr-paper); background: #150B1E; border: 1px solid rgba(251,248,251,.24); border-radius: 6px;
}
.ep-plan__select { appearance: none; -webkit-appearance: none; padding-right: 34px;
  background-image: 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="%23FBF8FB" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat; background-position: right 10px center;
}
.ep-plan__select:hover, .ep-plan__input:hover, .ep-plan__textarea:hover { border-color: var(--pr-teal); }
.ep-plan__select:focus-visible, .ep-plan__input:focus-visible, .ep-plan__textarea:focus-visible { outline: 3px solid var(--pr-teal); outline-offset: 1px; }
.ep-plan__input::placeholder, .ep-plan__textarea::placeholder { color: rgba(251,248,251,.35); }
.ep-plan__textarea { resize: vertical; min-height: 58px; }
.ep-plan__chips { display: flex; flex-wrap: wrap; gap: 9px; }
.ep-plan__chip {
  padding: 9px 16px; border-radius: 999px; cursor: pointer;
  border: 1px solid rgba(251,248,251,.24); background: #150B1E; color: rgba(251,248,251,.85);
  font-family: var(--pr-sans); font-size: 14px; font-weight: 500;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.ep-plan__chip:hover { border-color: var(--pr-teal); }
.ep-plan__chip.is-on { background: rgba(232,95,174,.22); border-color: var(--pr-teal); color: #fff; font-weight: 700; }
.ep-plan__actions { display: flex; }
.ep-plan__submit {
  flex: 1; padding: 15px 26px; border: 0; border-radius: 6px; cursor: pointer;
  background: linear-gradient(120deg, var(--pr-teal), var(--pr-teal-deep)); color: #fff;
  font-family: var(--pr-sans); font-weight: 800; font-size: 16.5px;
  transition: filter .16s ease, transform .16s ease;
}
.ep-plan__submit:hover { filter: brightness(1.08); transform: translateY(-1px); }
.ep-plan__submit:disabled { opacity: .75; cursor: progress; transform: none; }
.ep-plan__err { margin: 0; font-size: 14px; color: #FF9DA4; }

/* ---- result card ---- */
.ep-plan--result { gap: 22px; }
.ep-plan__result-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.ep-plan__result-title { margin: 0; font-family: var(--pr-serif); font-weight: 700; font-size: clamp(22px, 2.4vw, 30px); color: var(--pr-paper); }
.ep-plan__redo { border: 0; background: transparent; padding: 4px 0; cursor: pointer; font-family: var(--pr-sans); font-size: 13.5px; font-weight: 700; color: var(--pr-teal); }
.ep-plan__redo:hover { text-decoration: underline; }
.ep-plan__summary { margin: 0; font-size: 16.5px; line-height: 1.8; color: rgba(251,248,251,.9); border-left: 3px solid var(--pr-gold); padding-left: 14px; }
.ep-plan__sec { display: flex; flex-direction: column; gap: 12px; }
.ep-plan__sec-title { margin: 0; font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--pr-gold); }
.ep-plan__lineup { display: flex; flex-direction: column; gap: 8px; }
.ep-plan__line {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 14px;
  padding: 12px 14px; border: 1px solid var(--pr-line-dark); border-radius: 6px; background: rgba(251,248,251,.03);
}
.ep-plan__line-main { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.ep-plan__line-main b { font-size: 15.5px; color: var(--pr-paper); }
.ep-plan__line-main span { font-size: 13.5px; line-height: 1.65; color: rgba(251,248,251,.62); }
.ep-plan__band { flex: none; font-size: 13.5px; font-weight: 800; color: var(--pr-gold); white-space: nowrap; }
.ep-plan__rundown { display: flex; flex-direction: column; }
.ep-plan__run { display: flex; gap: 14px; padding: 8px 0; border-bottom: 1px dashed rgba(251,248,251,.12); }
.ep-plan__run:last-child { border-bottom: 0; }
.ep-plan__run-time { flex: none; width: 88px; font-weight: 800; font-size: 14px; color: var(--pr-teal); font-variant-numeric: tabular-nums; }
.ep-plan__run-what { font-size: 14.5px; line-height: 1.6; color: rgba(251,248,251,.85); }
.ep-plan__ck { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
.ep-plan__ck-col { border: 1px solid var(--pr-line-dark); border-radius: 6px; padding: 14px; background: rgba(251,248,251,.03); }
.ep-plan__ck-col > b { display: block; margin: 0 0 8px; font-size: 13.5px; color: var(--pr-gold); }
.ep-plan__ck-col ul { margin: 0; padding: 0 0 0 18px; display: flex; flex-direction: column; gap: 6px; }
.ep-plan__ck-col li { font-size: 13.5px; line-height: 1.6; color: rgba(251,248,251,.78); }
.ep-plan__tr { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.ep-plan__list { margin: 0; padding: 0 0 0 20px; display: flex; flex-direction: column; gap: 7px; }
.ep-plan__list li { font-size: 14px; line-height: 1.65; color: rgba(251,248,251,.82); }
.ep-plan__list--risks li::marker { color: #FF9DA4; }
.ep-plan__list--tips li::marker { color: var(--pr-gold); }
.ep-plan__disclaimer { margin: 0; font-size: 12.5px; color: rgba(251,248,251,.45); }
.ep-plan__ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.ep-plan__wa {
  flex: 1 1 240px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px; border-radius: 6px; background: #25d366; color: #06301a;
  font-weight: 800; font-size: 15.5px; text-decoration: none; transition: filter .15s ease;
}
.ep-plan__wa:hover { filter: brightness(1.06); }
.ep-plan__book {
  flex: 1 1 200px; padding: 14px 22px; border-radius: 6px; cursor: pointer;
  border: 1px solid rgba(255,143,197,.5); background: transparent; color: var(--pr-gold);
  font-family: var(--pr-sans); font-weight: 800; font-size: 15.5px; transition: background .15s ease;
}
.ep-plan__book:hover { background: rgba(255,143,197,.12); }
.ep-plan__lead { border-top: 1px solid var(--pr-line-dark); padding-top: 16px; }
.ep-plan__lead-row { display: flex; gap: 10px; }
.ep-plan__lead-row .ep-plan__input { flex: 1; }
.ep-plan__lead-btn {
  flex: none; padding: 0 20px; border: 0; border-radius: 6px; cursor: pointer;
  background: var(--pr-ink-2); color: var(--pr-paper); font-family: var(--pr-sans); font-weight: 700; font-size: 14.5px;
  transition: background .15s ease;
}
.ep-plan__lead-btn:hover { background: var(--pr-teal-deep); }
.ep-plan__lead-btn:disabled { opacity: .6; cursor: not-allowed; }
.ep-plan__lead-msg { margin: 8px 0 0; font-size: 13.5px; color: var(--pr-gold); }

@media (max-width: 640px) {
  .ep-plan__tiles { grid-template-columns: repeat(2, 1fr); }
  .ep-plan__tile { height: 96px; }
  .ep-plan__line { flex-direction: column; gap: 6px; }
  .ep-plan__run-time { width: 64px; }
  .ep-plan__lead-row { flex-direction: column; }
  .ep-plan__lead-btn { padding: 12px 20px; }
  .nav__link--quote { padding: 7px 10px !important; }
}

/* plan tracking code (planner result + /plan/ viewer) */
.ep-plan__result-titlewrap { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ep-plan__code {
  padding: 4px 12px; border: 1px solid rgba(255,143,197,.5); border-radius: 999px;
  font-family: var(--pr-sans); font-size: 13px; font-weight: 800; letter-spacing: .06em; color: var(--pr-gold);
}
.ep-plan__code-hint { margin: 0; font-size: 13px; color: rgba(251,248,251,.6); }

/* ============================================================
   SERVICE / INFO PAGES (.sv-*) — dark Event PRO landing template
   used by /services/*, /packages/, /portfolio/, /about/, /contact/
   ============================================================ */
.sv-main { background: #0E0714; color: rgba(251,248,251,.85); }
.sv-hero { padding: clamp(48px, 7vw, 90px) 0 clamp(28px, 4vw, 48px); }
.sv-crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .85rem; color: rgba(251,248,251,.45); margin: 0 0 18px; }
.sv-crumbs a { color: var(--pr-gold); text-decoration: none; font-weight: 600; }
.sv-eyebrow { margin: 0 0 12px; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--pr-gold); }
.sv-h1 { margin: 0 0 14px; font-family: var(--pr-serif); font-weight: 900; font-size: clamp(30px, 4.6vw, 52px); line-height: 1.25; color: var(--pr-paper); text-wrap: balance; }
.sv-h1 em { font-style: italic; color: var(--pr-teal); }
.sv-lede { margin: 0 0 22px; max-width: 62ch; font-size: clamp(15.5px, 1.6vw, 18px); line-height: 1.85; color: rgba(251,248,251,.72); }
.sv-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.sv-answer {
  margin: 0 0 8px; padding: 16px 20px; max-width: 76ch;
  background: rgba(232,95,174,.09); border-left: 4px solid var(--pr-teal); border-radius: 0 10px 10px 0;
  color: rgba(251,248,251,.92); line-height: 1.85;
}
.sv-answer b { color: var(--pr-gold); }
.sv-sec { padding: clamp(30px, 4.5vw, 56px) 0 0; }
.sv-sec:last-of-type { padding-bottom: clamp(56px, 7vw, 90px); }
.sv-h2 { margin: 0 0 18px; font-family: var(--pr-serif); font-weight: 700; font-size: clamp(22px, 2.6vw, 32px); color: var(--pr-paper); border-left: 4px solid var(--pr-teal); padding-left: 14px; }
.sv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.sv-card { background: rgba(251,248,251,.04); border: 1px solid rgba(251,248,251,.14); border-radius: 10px; padding: 16px 18px; }
.sv-card b { display: block; margin-bottom: 6px; font-size: 15.5px; color: var(--pr-paper); }
.sv-card p { margin: 0; font-size: 13.5px; line-height: 1.7; color: rgba(251,248,251,.65); }
.sv-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; counter-reset: svstep; }
.sv-step { position: relative; background: rgba(251,248,251,.04); border: 1px solid rgba(232,95,174,.35); border-radius: 10px; padding: 18px 16px 14px; counter-increment: svstep; }
.sv-step::before { content: counter(svstep, decimal-leading-zero); position: absolute; top: -12px; left: 14px; background: var(--pr-teal); color: #fff; font-weight: 800; font-size: 12px; padding: 2px 10px; border-radius: 999px; }
.sv-step b { display: block; margin-bottom: 5px; font-size: 14.5px; color: var(--pr-gold); }
.sv-step p { margin: 0; font-size: 13px; line-height: 1.65; color: rgba(251,248,251,.68); }
.sv-tablewrap { overflow-x: auto; border: 1px solid rgba(251,248,251,.14); border-radius: 10px; }
.sv-table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: .92rem; }
.sv-table thead th { background: var(--pr-teal-deep); color: #fff; text-align: left; padding: 10px 14px; white-space: nowrap; }
.sv-table td { padding: 10px 14px; border-top: 1px solid rgba(251,248,251,.1); color: rgba(251,248,251,.82); line-height: 1.6; vertical-align: top; }
.sv-table td.num { font-variant-numeric: tabular-nums; white-space: nowrap; font-weight: 700; color: var(--pr-gold); }
.sv-note { margin: 10px 2px 0; font-size: 12.5px; color: rgba(251,248,251,.45); }
.sv-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.sv-gallery figure { margin: 0; border-radius: 10px; overflow: hidden; border: 1px solid rgba(251,248,251,.12); background: rgba(251,248,251,.03); }
.sv-gallery img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.sv-gallery figcaption { padding: 8px 12px; font-size: 12.5px; color: rgba(251,248,251,.6); }
.sv-faq details { border: 1px solid rgba(251,248,251,.14); border-radius: 10px; background: rgba(251,248,251,.04); margin-bottom: 10px; }
.sv-faq summary { cursor: pointer; font-weight: 700; padding: 13px 16px; color: var(--pr-paper); }
.sv-faq p { margin: 0; padding: 0 16px 14px; font-size: 14px; line-height: 1.75; color: rgba(251,248,251,.75); }
.sv-cta {
  margin-top: clamp(36px, 5vw, 60px); border-radius: 14px; padding: clamp(24px, 3.5vw, 40px);
  background: linear-gradient(135deg, rgba(168,46,126,.32), rgba(232,95,174,.12));
  border: 1px solid rgba(232,95,174,.4); text-align: center;
}
.sv-cta h2 { margin: 0 0 8px; font-family: var(--pr-serif); font-size: clamp(20px, 2.4vw, 28px); color: var(--pr-paper); }
.sv-cta p { margin: 0 0 18px; color: rgba(251,248,251,.7); }
.sv-cta .sv-ctas { justify-content: center; }
.sv-contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.sv-contact iframe { width: 100%; height: 320px; border: 0; border-radius: 10px; }
.sv-form { display: flex; flex-direction: column; gap: 10px; }
.sv-form input, .sv-form textarea { padding: 11px 13px; font: inherit; font-size: 15px; color: var(--pr-paper); background: #150B1E; border: 1px solid rgba(251,248,251,.24); border-radius: 6px; }
.sv-form button { padding: 13px; border: 0; border-radius: 6px; background: var(--pr-teal); color: #fff; font-weight: 800; font-size: 15px; cursor: pointer; }
.sv-form button:hover { background: var(--pr-teal-deep); }
.sv-form .ok { color: var(--pr-gold); font-size: 13.5px; }
@media (max-width: 640px) { .sv-steps { grid-template-columns: 1fr 1fr; } }


/* The blog is Chinese-only, so hide its cross-links on the English site
   rather than showing Chinese titles under an English page. */
html[lang="en"] .bl-rel { display: none; }
