@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
/* ===========================================================
   Page Builder — public section styles (pb-*)
   Inherits the site's dark cinematic palette from site.css.
   =========================================================== */
.pb { position: relative; }
.pb-w-narrow { max-width: 760px; }
.pb-w-wide   { max-width: 1100px; }
.pb-center   { text-align: center; }

.pb-h2 { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: calc(clamp(1.6rem, 4vw, 2.6rem) * var(--h-mobile, 1)); line-height: 1.02; margin-bottom: 18px; color: hsl(var(--foreground)); }
.pb-eyebrow { font-family: var(--font-pixel); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: transparent; background-image: var(--accent-grad); background-size: 280% 100%; -webkit-background-clip: text; background-clip: text; animation: accentPan 9s linear infinite; margin-bottom: 14px; }
.pb-rich { color: hsl(var(--foreground)/0.82); font-size: clamp(1rem, 1.5vw, 1.12rem); line-height: 1.75; }
.pb-rich p { margin: 0 0 1em; }
.pb-rich a { color: hsl(var(--accent-2)); text-decoration: underline; }
.pb-rich h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); line-height: 1.25; margin: 1.6em 0 0.5em; color: hsl(var(--foreground)); }
.pb-rich h3 { font-size: clamp(1.1rem, 1.9vw, 1.32rem); margin: 1.3em 0 0.4em; color: hsl(var(--foreground)); }
/* Content-body headings globally: the theme forces `.pb-rich h2/h3` to 3em/2.4em !important, so
   long imported titles dominate the story. Shrink H2 by 30% (3em→2.1em) and H3 by 50%
   (2.4em→1.2em). `body ` prefix out-specifies the theme's `.pb-rich h2` so it wins regardless of
   stylesheet order. (Mirrored for non-builder article bodies in article.php's .article__body.) */
body .pb-rich h2 { font-size: 2.1em !important; line-height: 1.25; }
body .pb-rich h3 { font-size: 1.2em !important; }
.pb-rich ul, .pb-rich ol { margin: 0 0 1em 1.2em; }
.pb-rich li { margin: 0 0 0.4em; }
.pb-rich img { max-width: 100%; height: auto; border-radius: 12px; margin: 1em 0; }
.pb-rich blockquote { margin: 1.2em 0; padding: 4px 0 4px 18px; border-left: 3px solid hsl(var(--accent-2)); color: hsl(var(--foreground)/0.7); font-style: italic; }
/* Detail facts render as our global chips (.tag-chip) — a dark glass pill per fact, with a small
   pixel-font label prefix inside. Replaces the old "Date 01 …  Category …" plain text. */
.pb-factline { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; font-size: 14px; margin: 0; }
.pb-factline .fact-chip { display: inline-flex; align-items: baseline; gap: 7px; white-space: nowrap; --fc: hsl(var(--foreground)/0.5); }
.pb-factline .fact-chip b { font-family: var(--font-pixel); font-weight: 400; font-size: 8.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fc); margin: 0; }
/* Colour accent per fact type — a coloured border + label + soft glow on the dark glass pill
   (palette echoes the food icons: blue / green / orange / red). */
.pb-factline .fact-chip--client { --fc: #5aa9e6; }
.pb-factline .fact-chip--date   { --fc: #57d970; }
.pb-factline .fact-chip--loc    { --fc: #ff9d3b; }
.pb-factline .fact-chip--cat    { --fc: #f7444b; }
.pb-factline .fact-chip { border-color: color-mix(in srgb, var(--fc) 55%, transparent); box-shadow: 0 2px 10px rgba(0,0,0,0.3), 0 0 16px -8px color-mix(in srgb, var(--fc) 70%, transparent); }
/* Live "key facts" chips = a compact row, NOT a full-padding text section. The `.pb-text` compound
   selector is needed to beat the generic `.pb-text { padding: clamp(48px,8vh,96px) … }` shorthand
   (same specificity but declared later), which was inflating this row to ~80px top+bottom. */
.pb-text.project-meta { padding-top: 10px; padding-bottom: 0; }
.project-meta .pb-factline { margin-bottom: clamp(20px, 3vw, 34px); padding-bottom: clamp(14px, 2vw, 20px); border-bottom: 1px solid hsl(var(--foreground)/0.1); }
/* the story that follows the facts sits right under the divider — no extra 80px section gap on top. */
.project-meta + .pb-text { padding-top: 0; }
.project-meta .project-detail { text-align: left; }
.pb-cap { font-family: var(--font-pixel); font-size: 9px; letter-spacing: 0.05em; text-transform: uppercase; color: hsl(var(--foreground)/0.55); margin-top: 12px; text-align: center; }

.pb-btn { display: inline-flex; align-items: center; gap: 9px; background: var(--jewel); color: #0a0a0a; font-weight: 700; font-size: 14px; padding: 14px 26px; border-radius: 10px; margin-top: 22px; transition: transform 0.2s, opacity 0.2s; }
.pb-btn:hover { transform: translateY(-2px); opacity: 0.9; }

/* generic section spacing */
.pb-text, .pb-imgtext, .pb-fullimg, .pb-gallery, .pb-bullets, .pb-stats, .pb-cards, .pb-voices, .pb-video {
  padding: clamp(48px, 8vh, 96px) clamp(20px, 5vw, 64px);
  margin: 0 auto;
}
.pb-text { max-width: 980px; }

/* hero */
.pb-hero { position: relative; min-height: clamp(360px, 60vh, 600px); display: grid; align-items: center; background-size: cover; background-position: center; padding: clamp(60px, 12vh, 140px) clamp(20px, 5vw, 64px); }
.pb-hero__in { position: relative; z-index: 2; max-width: 860px; margin: 0 auto; width: 100%; }
/* Bottom REVEAL — the hero background fades to TRANSPARENT over the lower ~20%, so the real page
   background (solid / gradient / pattern from "Space & Fading Colour") shows through and flows
   seamlessly into the section below with no seam. The content is vertically centred, so the
   masked strip never touches it. (A mask beats a flat-colour overlay: it reveals the ACTUAL
   page background, so a repeating pattern lines up perfectly with the section underneath.) */
.pb-hero { -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent 100%); mask-image: linear-gradient(to bottom, #000 80%, transparent 100%); }
.pb-hero--center { text-align: center; }
.pb-hero--center .pb-hero__in { text-align: center; }
.pb-hero__h { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: calc(clamp(2.4rem, 8vw, 6rem) * var(--h-mobile, 1)); line-height: 0.95; color: hsl(var(--foreground)); }
.pb-hero__sub { font-size: clamp(1.05rem, 2vw, 1.4rem); color: hsl(var(--foreground)/0.8); margin-top: 18px; max-width: 640px; }
.pb-hero--center .pb-hero__sub { margin-left: auto; margin-right: auto; }

/* image + text */
.pb-imgtext { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; max-width: 1200px; }
.pb-imgtext.pb-side-right { direction: rtl; }
.pb-imgtext.pb-side-right > * { direction: ltr; }
.pb-imgtext__img img { width: 100%; border-radius: 14px; display: block; }
@media (max-width: 760px) { .pb-imgtext { grid-template-columns: 1fr; } }

/* full image */
.pb-fullimg img { width: 100%; display: block; border-radius: 14px; }

/* "no image yet" placeholder in image blocks: fill a clean banner box (cover,
   overflowing the sides) instead of rendering as a giant full-width square */
.pb-imgtext__img img[src$="placeholder-image.svg"],
.pb-fullimg img[src$="placeholder-image.svg"] { aspect-ratio: 16 / 9; height: auto; object-fit: cover; }
.pb-fullimg.pb-w-full { padding-left: 0; padding-right: 0; }
.pb-fullimg.pb-w-full img { border-radius: 0; }

/* gallery */
.pb-gallery { display: grid; grid-template-columns: repeat(var(--cols, 3), 1fr); gap: 14px; max-width: 1200px; }
.pb-gallery__it { margin: 0; }
.pb-gallery__it img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 12px; display: block; }
/* Media-Library caption + description shown under each gallery image */
.pb-gallery__cap { display: block; margin-top: 8px; }
.pb-gallery__t { display: block; font-weight: 600; font-size: 0.92rem; color: hsl(var(--foreground)/0.92); line-height: 1.3; }
.pb-gallery__d { display: block; margin-top: 3px; font-size: 0.82rem; color: hsl(var(--foreground)/0.6); line-height: 1.45; }
/* caption overlaid on a collage tile (album-style) */
.pb-collage__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 12px 10px; font-size: 0.85rem; font-weight: 600; color: #fff; text-align: left; background: linear-gradient(to top, rgba(12,12,12,0.78), transparent); border-radius: 0 0 12px 12px; pointer-events: none; }
/* Per-device gallery columns (chosen in the Page Builder via the device toggle).
   When a device isn't set explicitly: tablet → 2, mobile → 1. */
@media (max-width: 980px) { .pb-gallery { grid-template-columns: repeat(var(--cols-t, 2), 1fr); } }
@media (max-width: 620px) { .pb-gallery { grid-template-columns: repeat(var(--cols-m, 1), 1fr); } }

/* collage (masonry) */
.pb-collage { columns: var(--cols, 3); column-gap: 12px; max-width: 1280px; margin: 0 auto; padding: clamp(40px, 7vh, 80px) clamp(14px, 4vw, 56px); }
.pb-collage__it { display: block; width: 100%; padding: 0; border: none; background: none; cursor: pointer; break-inside: avoid; margin: 0 0 12px; border-radius: 12px; overflow: hidden; position: relative; }
.pb-collage__it img { width: 100%; display: block; transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.3s ease; filter: saturate(1.05); }
/* The global lazy-image fade (img.lz.lz-in, specificity 0,2,1) otherwise wins the cascade and leaves
   ONLY an opacity transition — so the hover zoom snapped instantly ("too quick"). Re-assert the zoom
   transition with higher specificity, keeping opacity so the fade-in still plays. */
.pb-collage__it img.lz, .pb-collage__it img.lz.lz-in { transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.3s ease, opacity 0.45s ease; }
.pb-collage__it:hover img { transform: scale(1.05); }
/* hover affordance: an 8-bit "VIEW" chip — no magnifier cursor or icon */
.pb-collage__it::after { content: "VIEW"; font-family: var(--font-pixel, monospace); letter-spacing: 0.08em; position: absolute; right: 12px; bottom: 12px; padding: 6px 9px; display: grid; place-items: center; background: rgba(12,12,12,0.72); border: 1px solid rgba(255,255,255,0.18); border-radius: 6px; color: #fff; font-size: 8px; opacity: 0; transform: translateY(4px); transition: opacity 0.2s, transform 0.2s; }
.pb-collage__it:hover::after { opacity: 1; transform: translateY(0); }
/* Per-device collage columns (Page Builder device toggle); default tablet 2, mobile 1. */
@media (max-width: 900px) { .pb-collage { columns: var(--cols-t, 2); } }
@media (max-width: 520px) { .pb-collage { columns: var(--cols-m, 1); } }
/* Project photo viewer: show at most 12 tiles; the 12th gets a "+N more" overlay
   (every photo stays in the DOM so the lightbox still pages through all of them). */
/* Project photo viewer: a responsive GRID of uniform cards (clean rows, real
   "last row"). Up to 12 photos + a dedicated "+N" card that is always the last
   cell (bottom-right). Hidden photos stay in the DOM for the lightbox. */
.pb-photoviewer { columns: unset; display: grid; gap: 12px; max-width: 1280px; margin: 0 auto;
  padding: clamp(20px,4vh,44px) clamp(14px,4vw,56px);
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)); }
@media (max-width: 520px) { .pb-photoviewer { grid-template-columns: repeat(2, 1fr); } }
.pb-photoviewer .pb-collage__it { margin: 0; aspect-ratio: 1 / 1; border-radius: 12px; }
.pb-photoviewer .pb-collage__it img { width: 100%; height: 100%; object-fit: cover; }
.pb-photoviewer .pb-collage__it.is-hidden { display: none; }
.pb-collage__morecard { position: relative; aspect-ratio: 1 / 1; border: 0; cursor: pointer; border-radius: 12px;
  overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  color: #fff; background: #0c0c0c; }
.pb-collage__morecard::before { content: ""; position: absolute; inset: 0; background-image: var(--more-bg);
  background-size: cover; background-position: center; filter: brightness(.4); transition: transform .5s ease, filter .3s ease; }
.pb-collage__morecard:hover::before { transform: scale(1.05); filter: brightness(.3); }
.pb-morecard__n { position: relative; font-weight: 800; font-size: clamp(1.5rem, 4vw, 2.3rem); line-height: 1; }
.pb-morecard__l { position: relative; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; opacity: .85; }
/* Projects with <3 photos: independent images (no gallery), real aspect ratio. */
.pb-proj-singles { display: flex; flex-direction: column; gap: 16px; max-width: 920px; margin: clamp(20px,4vh,40px) auto; padding: 0 clamp(14px,4vw,56px); }
.pb-proj-single { margin: 0; }
.pb-proj-single img { width: 100%; height: auto; display: block; border-radius: 14px; }
.pb-proj-single figcaption { margin-top: 8px; font-size: .85rem; color: var(--muted, #9aa); text-align: center; }

/* lightbox */
.pb-lb { position: fixed; inset: 0; z-index: 200; background: rgba(8,8,8,0.94); display: none; flex-direction: column; align-items: center; justify-content: center; padding: clamp(16px, 4vw, 48px); }
.pb-lb.open { display: flex; }
/* While swiping/dragging a photo, block text selection so the gesture can't
   "stick" on a selection (which broke the next drag). */
.pb-lb.is-dragging, .pb-lb.is-dragging * { user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; cursor: grabbing; }
/* Controls must never be text-selectable — on desktop a stray selection on a button's label
   ("Slideshow" / "Exit") can swallow its click, which is why the slideshow launched on touch
   (label hidden) but not on a wide mouse screen. */
.pb-lb__close, .pb-lb__nav, .pb-lb__slideshow, .pb-ss__exit, .pb-ss__play, .pb-ss__stage,
.pb-lb__close *, .pb-lb__slideshow *, .pb-ss__exit * { user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; }
.pb-lb__img { position: relative; z-index: 1; max-width: min(1100px, 94vw); max-height: 58vh; border-radius: 12px; object-fit: contain; box-shadow: 0 30px 90px rgba(0,0,0,0.6); cursor: pointer; opacity: 0; transition: opacity 0.22s ease; }
.pb-lb__img.is-in { opacity: 1; }
/* multi-row thumbnail grid — vertical scroll (mouse wheel), faded top & bottom,
   auto-follows the active photo (smooth) when you page to another row. */
.pb-lb__strip { display: grid; grid-template-columns: repeat(auto-fill, 66px); justify-content: center; align-content: start; gap: 7px; margin-top: 14px; width: min(900px, 92vw); max-height: clamp(106px, 16vh, 172px); overflow-y: auto; overscroll-behavior: contain; padding: 8px 6px; scrollbar-width: thin; -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%); mask-image: linear-gradient(180deg, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%); }
.pb-lb__strip::-webkit-scrollbar { width: 6px; }
.pb-lb__strip::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 3px; }
.pb-lb__thumb { width: 66px; height: 48px; border-radius: 8px; overflow: hidden; padding: 0; border: 2px solid transparent; cursor: pointer; opacity: 0.5; transition: opacity 0.15s, border-color 0.15s; background: none; }
.pb-lb__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pb-lb__thumb:hover { opacity: 0.85; }
.pb-lb__thumb.on { opacity: 1; border-color: #fff; }
.pb-lb--single .pb-lb__strip { display: none; }
.pb-lb__cap { margin-top: 20px; text-align: center; max-width: 900px; }
.pb-lb__line { font-size: clamp(0.9rem, 1.6vw, 1.05rem); color: hsl(0 0% 92%); font-weight: 500; letter-spacing: 0.01em; }
.pb-lb__line .sep { color: hsl(0 0% 50%); margin: 0 10px; }
.pb-lb__desc { margin-top: 8px; font-size: clamp(0.82rem, 1.3vw, 0.95rem); color: hsl(0 0% 72%); line-height: 1.5; }
.pb-lb__tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 14px; }
/* tag/bullet badge — solid dark glass; crisp body font (the pixel font + font-smoothing:none
   rendered fuzzy at this size). Normal antialiasing keeps the text sharp and readable. */
.pb-lb__tag, .tag-chip { font-family: var(--font-body, system-ui, sans-serif); font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; text-transform: none; padding: 6px 13px; border-radius: 999px; color: #fff; background: rgba(12,12,12,0.82); border: 1px solid rgba(255,255,255,0.16); box-shadow: 0 2px 10px rgba(0,0,0,0.3); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.pb-lb__close { position: absolute; top: 20px; right: 24px; z-index: 5; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; font-size: 22px; cursor: pointer; display: grid; place-items: center; }
.pb-lb__close:hover { background: rgba(255,255,255,0.2); }
.pb-lb__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); color: #fff; font-size: 22px; cursor: pointer; display: grid; place-items: center; }
.pb-lb__nav:hover { background: rgba(255,255,255,0.2); }
.pb-lb__prev { left: clamp(10px, 3vw, 36px); }
.pb-lb__next { right: clamp(10px, 3vw, 36px); }
.pb-lb__count { position: absolute; top: 22px; left: 24px; font-family: var(--font-pixel, monospace); font-size: 10px; letter-spacing: 0.06em; color: hsl(0 0% 72%); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; padding: 7px 13px; }
.pb-lb--single .pb-lb__nav, .pb-lb--single .pb-lb__count { display: none; }
@media (max-width: 600px) { .pb-lb__nav { top: auto; bottom: 24px; transform: none; } .pb-lb__prev { left: 30%; } .pb-lb__next { right: 30%; } }
/* slideshow trigger button (top bar of the lightbox) */
.pb-lb__slideshow { position: absolute; top: 20px; right: 80px; z-index: 5; display: inline-flex; align-items: center; gap: 7px; height: 44px; padding: 0 16px; border-radius: 999px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; font-size: 13px; font-weight: 600; cursor: pointer; }
.pb-lb__slideshow:hover { background: rgba(255,255,255,0.2); }
.pb-lb--single .pb-lb__slideshow { display: none; }
@media (max-width: 600px) { .pb-lb__slideshow span { display: none; } .pb-lb__slideshow { right: 74px; padding: 0; width: 44px; justify-content: center; } }

/* ===== fullscreen slideshow ===== */
.pb-ss { position: fixed; inset: 0; z-index: 240; display: none; flex-direction: column; align-items: center; justify-content: center; background: #050507; overflow: hidden; }
.pb-ss.open { display: flex; }
/* 45° step-and-repeat logo backdrop — like an event photo-wall */
.pb-ss__bg { position: absolute; inset: -55%; background-image: url('assets/logo-white.png'); background-repeat: repeat; background-size: 118px auto; opacity: 0.055; transform: rotate(-45deg); pointer-events: none; }
.pb-ss__stage { position: relative; z-index: 1; max-width: 90vw; max-height: 74vh; display: flex; align-items: center; justify-content: center; transition: transform .28s ease-out; will-change: transform; cursor: pointer; }
.pb-ss__img { max-width: 90vw; max-height: 74vh; object-fit: contain; border-radius: 10px; box-shadow: 0 40px 120px rgba(0,0,0,.7); animation: ssKen 7s ease-out both; opacity: 0; transition: opacity .35s ease; }
@keyframes ssKen { from { transform: scale(1.03); } to { transform: scale(1.12); } }
.pb-ss__cap { position: relative; z-index: 2; margin-top: 22px; text-align: center; max-width: min(900px, 90vw); color: #fff; }
.pb-ss__line { font-size: clamp(1rem, 1.8vw, 1.25rem); font-weight: 600; }
.pb-ss__line .sep { color: rgba(255,255,255,.45); margin: 0 10px; }
.pb-ss__desc { margin-top: 8px; font-size: clamp(.85rem, 1.3vw, .98rem); color: rgba(255,255,255,.82); line-height: 1.5; }
.pb-ss__exit { position: absolute; top: 22px; right: 24px; z-index: 5; display: inline-flex; align-items: center; gap: 7px; height: 44px; padding: 0 16px; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); color: #fff; font-size: 13px; font-weight: 600; cursor: pointer; }
.pb-ss__exit:hover { background: rgba(255,255,255,.24); }
.pb-ss__count { position: absolute; top: 24px; left: 24px; z-index: 5; font-family: var(--font-pixel, monospace); font-size: 10px; letter-spacing: .06em; color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 7px 13px; }
.pb-ss__play { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 5; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); color: #fff; cursor: pointer; display: grid; place-items: center; }
.pb-ss__play::before { content: '❚❚'; font-size: 12px; letter-spacing: 2px; }
.pb-ss.is-paused .pb-ss__play::before { content: '▶'; }
@media (prefers-reduced-motion: reduce) { .pb-ss__img { animation: none; } }

/* ===== Scroll Slider (Page Builder block) — pinned section pans sideways on scroll ===== */
.pb-ssl { position: relative; height: calc(var(--slides, 3) * 58vh + 40vh); }
.pb-ssl__h { position: relative; z-index: 2; text-align: center; padding-top: 7vh; }
.pb-ssl__pin { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; }
.pb-ssl__track { display: flex; gap: clamp(14px, 2vw, 30px); padding: 0 6vw; will-change: transform; }
.pb-ssl__slide { flex: 0 0 auto; width: min(72vw, 780px); height: 70vh; margin: 0; border-radius: 16px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.pb-ssl__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pb-ssl__bar { position: absolute; left: 6vw; right: 6vw; bottom: 5vh; height: 3px; background: rgba(255,255,255,.14); border-radius: 2px; }
.pb-ssl__bar span { display: block; height: 100%; width: 0; background: var(--accent-grad, #fff); border-radius: 2px; }
@media (max-width: 700px) { .pb-ssl { height: calc(var(--slides, 3) * 46vh + 30vh); } .pb-ssl__slide { width: 86vw; height: 56vh; } }
@media (prefers-reduced-motion: reduce) { .pb-ssl { height: auto; } .pb-ssl__pin { position: static; height: auto; overflow-x: auto; } .pb-ssl__track { transform: none !important; } }

/* video */
.pb-video { max-width: 980px; }
.pb-video__frame { position: relative; padding-bottom: 56.25%; border-radius: 14px; overflow: hidden; }
.pb-video__frame iframe, .pb-video__local { position: absolute; inset: 0; width: 100%; height: 100%; }
.pb-video__local { object-fit: cover; background: #000; }
/* Lightweight YouTube facade — poster + play button, zero player CPU until clicked */
.pb-video--lite { display: block; width: 100%; padding: 0 0 56.25%; border: 0; cursor: pointer; background: #000; }
.pb-video__poster { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .5s ease, filter .3s ease; }
.pb-video--lite:hover .pb-video__poster { transform: scale(1.03); filter: brightness(.85); }
.pb-video__play { position: absolute; inset: 0; margin: auto; width: 68px; height: 48px; display: grid; place-items: center; filter: drop-shadow(0 2px 10px rgba(0,0,0,.5)); transition: transform .2s ease; }
.pb-video--lite:hover .pb-video__play { transform: scale(1.12); }
.pb-video__play .pb-yt-bg { fill: #212121; opacity: .85; transition: fill .2s, opacity .2s; }
.pb-video--lite:hover .pb-video__play .pb-yt-bg { fill: #e10600; opacity: 1; }

/* bullets */
.pb-bullets { max-width: 980px; }
.pb-bullets__list { list-style: none; display: grid; grid-template-columns: repeat(var(--cols, 1), 1fr); gap: 12px 28px; }
/* Per-device bullet columns (Page Builder device toggle); default tablet/mobile 1. */
@media (max-width: 900px) { .pb-bullets__list { grid-template-columns: repeat(var(--cols-t, 1), 1fr); } }
@media (max-width: 560px) { .pb-bullets__list { grid-template-columns: repeat(var(--cols-m, 1), 1fr); } }
.pb-bullets__list li { position: relative; padding-left: 26px; color: hsl(var(--foreground)/0.85); font-size: 1.05rem; line-height: 1.5; }
.pb-bullets__list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 2px; background-image: var(--accent-grad); }

/* stats */
.pb-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px; max-width: 1100px; text-align: center; }
.pb-stat__n { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 5vw, 3.4rem); color: hsl(var(--foreground)); }
.pb-stat__l { font-size: 0.95rem; color: hsl(var(--foreground)/0.6); margin-top: 6px; }

/* cards (services / projects) */
.pb-cards { max-width: 1200px; }
.pb-cards__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin-top: 28px; }
.pb-card { display: block; border: 1px solid hsl(var(--line)/0.16); border-radius: 14px; overflow: hidden; background: hsl(var(--surface)); transition: transform 0.2s, border-color 0.2s; }
.pb-card:hover { transform: translateY(-5px); border-color: hsl(var(--line)/0.4); }
.pb-card__img { aspect-ratio: 16/10; background-size: cover; background-position: center; }
.pb-card__b { padding: 18px 20px; }
.pb-card__no, .pb-card__cat { font-family: var(--font-pixel); font-size: 9px; letter-spacing: 0.05em; text-transform: uppercase; color: hsl(var(--foreground)/0.6); }
.pb-card__t { font-family: var(--font-card, var(--font-display)); font-weight: 600; text-transform: uppercase; font-size: 1.25rem; margin-top: 8px; color: hsl(var(--foreground)); }
.pb-card__tag { font-size: 0.85rem; color: hsl(var(--foreground)/0.55); margin-top: 6px; }
.pb-card__d { font-size: 0.86rem; line-height: 1.5; color: hsl(var(--foreground)/0.6); margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
/* Horizontal card style: photo left, text right (reverts to vertical on phones). */
.pb-cards--horizontal .pb-card { display: grid; grid-template-columns: 40% 1fr; align-items: stretch; }
.pb-cards--horizontal .pb-card__img { aspect-ratio: auto; height: 100%; min-height: 150px; }
.pb-cards--horizontal .pb-card__b { display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 640px) { .pb-cards--horizontal .pb-card { display: block; } .pb-cards--horizontal .pb-card__img { aspect-ratio: 16/10; height: auto; min-height: 0; } }

/* voices */
.pb-voices { max-width: 1100px; }
.pb-voices__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }
.pb-voice { border: 1px solid hsl(var(--line)/0.16); border-radius: 14px; padding: 26px; background: hsl(var(--surface)); margin: 0; }
.pb-voice blockquote { margin: 0 0 18px; font-size: 1.1rem; line-height: 1.6; color: hsl(var(--foreground)/0.9); }
.pb-voice blockquote em { color: hsl(var(--accent-2)); font-style: normal; }
.pb-voice figcaption { display: flex; align-items: center; gap: 12px; font-size: 0.9rem; color: hsl(var(--foreground)/0.7); }
.pb-voice figcaption img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }

/* cta banner */
.pb-cta { text-align: center; padding: clamp(48px, 9vh, 110px) clamp(20px, 5vw, 64px); }
.pb-cta__h { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(1.8rem, 5vw, 3.2rem); color: hsl(var(--foreground)); }
.pb-cta__t { color: hsl(var(--foreground)/0.78); font-size: 1.1rem; margin-top: 14px; }

/* spacer */
.pb-spacer { width: 100%; }

/* button / quote / icon / table elements */
.pb-btnsec { padding: clamp(20px,4vh,40px) clamp(20px,5vw,64px); max-width: 1100px; margin: 0 auto; }
.pb-btn--outline { background: transparent; color: hsl(var(--foreground)); border: 1.5px solid hsl(var(--foreground)/0.5); }
.pb-quote { max-width: 820px; margin: 0 auto; padding: clamp(36px,6vh,72px) clamp(20px,5vw,64px); }
.pb-quote blockquote { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem,3.2vw,2.4rem); line-height: 1.25; color: hsl(var(--foreground)); margin: 0; }
.pb-quote--center { text-align: center; }
.pb-quote cite { display: block; margin-top: 18px; font-style: normal; font-family: var(--font-pixel); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: hsl(var(--accent-2)); }
.pb-iconsec { padding: clamp(24px,5vh,56px) clamp(20px,5vw,64px); }
.pb-iconsec i { line-height: 1; }
.pb-tablesec { max-width: 1000px; margin: 0 auto; padding: clamp(28px,5vh,56px) clamp(20px,5vw,64px); }
.pb-tablesec__scroll { overflow-x: auto; }
.pb-table { width: 100%; border-collapse: collapse; font-size: 0.98rem; border: 1px solid hsl(var(--foreground)/0.28); }
.pb-table th, .pb-table td { border: 1px solid hsl(var(--foreground)/0.22); padding: 12px 16px; text-align: left; color: hsl(var(--foreground)/0.88); }
.pb-table tr:last-child td, .pb-table tr:last-child th { border-bottom: 1px solid hsl(var(--foreground)/0.28); }
.pb-table th { background: hsl(var(--surface)); font-weight: 700; color: hsl(var(--foreground)); font-family: var(--font-pixel); font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; }
.pb-table tr:nth-child(even) td { background: hsl(var(--foreground)/0.03); }
/* TL;DR / Key-takeaways callout (answer-first GEO block) */
.pb-tldr { max-width: 820px; margin: 0 auto; padding: clamp(20px,4vh,40px) clamp(20px,5vw,64px); }
.pb-tldr__box { border: 1px solid hsl(var(--accent-2)/0.4); border-left: 3px solid hsl(var(--accent-2)); border-radius: 12px; background: hsl(var(--accent-2)/0.06); padding: 18px 22px; }
.pb-tldr__head { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: hsl(var(--foreground)); margin-bottom: 10px; }
.pb-tldr__badge { font-family: var(--font-pixel); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: hsl(var(--accent-2)); border-radius: 5px; padding: 3px 7px; }
.pb-tldr ul { margin: 0; padding-left: 20px; display: grid; gap: 6px; }
.pb-tldr li { color: hsl(var(--foreground)/0.86); line-height: 1.5; }
/* Comparison table (liftable by AI) */
.pb-compare { max-width: 1000px; margin: 0 auto; padding: clamp(28px,5vh,56px) clamp(20px,5vw,64px); }
.pb-compare__h { margin: 0 0 18px; }
.pb-compare__scroll { overflow-x: auto; }
.pb-compare__name { font-weight: 700; color: hsl(var(--foreground)); }
.pb-compare__cap { margin-top: 10px; font-size: 0.85rem; color: hsl(var(--foreground)/0.55); }
/* builder-only dummies */
.pb-dummy, .pb-dummy-btn { display: inline-block; color: hsl(var(--foreground)/0.4); border: 1px dashed hsl(var(--foreground)/0.3); border-radius: 8px; padding: 10px 18px; font-size: 0.9rem; }
.pb-dummy-img { background: repeating-linear-gradient(45deg, hsl(var(--foreground)/0.06), hsl(var(--foreground)/0.06) 12px, hsl(var(--foreground)/0.03) 12px, hsl(var(--foreground)/0.03) 24px) !important; display: grid; place-items: center; }
.pb-dummy-img::after { content: "🖼 image"; font-family: var(--font-pixel); font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; color: hsl(var(--foreground)/0.45); }

/* Empty blueprint block in the builder canvas — a glowing "fill me" prompt. EDITOR-ONLY:
   pb_empty_notice() returns '' on the public site, so this never ships to visitors. The accent
   glow draws the editor's eye to what's missing for SEO/GEO ranking. */
.pb-empty { margin: 12px auto; max-width: 760px; padding: 0 clamp(16px,4vw,24px); }
.pb-empty__in { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; padding: 22px 20px;
  border: 1.5px dashed var(--acc, #E11D2A); border-radius: 14px; color: hsl(var(--foreground)/0.9);
  animation: pbEmptyGlow 2.2s ease-in-out infinite; }
.pb-empty__plus { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--acc, #E11D2A); color: #fff; font-weight: 700; font-size: 18px; line-height: 1; }
.pb-empty__label { font-weight: 700; font-size: 1rem; }
.pb-empty__hint { font-size: 0.84rem; color: hsl(var(--foreground)/0.62); max-width: 54ch; line-height: 1.45; }
@keyframes pbEmptyGlow { 0%, 100% { box-shadow: 0 0 0 0 transparent; } 50% { box-shadow: 0 0 24px 2px rgba(225,29,42,0.32); } }
@supports (background: color-mix(in srgb, red, blue)) {
  .pb-empty__in { background: color-mix(in srgb, var(--acc, #E11D2A) 7%, transparent); }
  @keyframes pbEmptyGlow { 0%, 100% { box-shadow: 0 0 0 0 transparent; } 50% { box-shadow: 0 0 24px 2px color-mix(in srgb, var(--acc, #E11D2A) 40%, transparent); } }
}
@media (prefers-reduced-motion: reduce) { .pb-empty__in { animation: none; } }

/* FAQ block */
.pb-faq { margin: 0 auto; padding: clamp(10px,3vw,18px) clamp(16px,4vw,24px); }
.pb-faq__list { margin: 12px 0 0; }
.pb-faq__item { border-top: 1px solid hsl(var(--foreground)/0.12); padding: 14px 0; }
.pb-faq__q { font-weight: 700; font-size: 1.05rem; color: hsl(var(--foreground)); margin: 0 0 6px; }
.pb-faq__a { margin: 0; color: hsl(var(--foreground)/0.78); line-height: 1.6; }

/* Headline Q&A — the prominent "big question + answer-first" block right under the hero (GEO / AI). */
.pb-keyqa { margin: 0 auto; padding: clamp(14px,3.4vw,26px) clamp(16px,4vw,24px); }
.pb-keyqa__box { position: relative; border: 1px solid hsl(var(--foreground)/0.12); border-radius: 16px;
  background: linear-gradient(180deg, hsl(var(--foreground)/0.045), transparent); padding: clamp(20px,3vw,30px) clamp(20px,3.4vw,34px); }
.pb-keyqa__q { display: flex; align-items: flex-start; gap: 13px; margin: 0 0 15px;
  font-family: var(--font-display); font-weight: 800; line-height: 1.18;
  font-size: clamp(1.35rem, 1rem + 1.4vw, 2.05rem); color: hsl(var(--foreground)); }
.pb-keyqa__badge { flex: none; margin-top: 4px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px;
  background: var(--acc, #E11D2A); color: #fff; font-family: var(--font-pixel, monospace); font-size: 14px; font-weight: 700; }
.pb-keyqa__qt { flex: 1; min-width: 0; }
.pb-keyqa__a { margin: 0; padding: 4px 0 2px 22px; border-left: 3px solid var(--acc, #E11D2A);
  font-size: clamp(1.02rem, 0.95rem + 0.4vw, 1.22rem); line-height: 1.62; color: hsl(var(--foreground)/0.9); }
@media (max-width: 620px) { .pb-keyqa__q { gap: 10px; } .pb-keyqa__a { padding-left: 16px; } }

/* contact section inside a builder page — cancel the homepage-only negative margin overlap */
.pb-contactsec { padding-top: clamp(20px, 4vh, 48px); }
.pb-contactsec .pb-h2 { margin-bottom: 8px; }
.pb-contactsec .contact { margin-top: 0; border-radius: 0; }

/* back link helper for detail pages */
.pb-backbar { padding: clamp(90px, 14vh, 150px) clamp(20px, 5vw, 64px) 0; max-width: 1200px; margin: 0 auto; }
.pb-backlink { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-pixel); font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; color: hsl(var(--foreground)/0.7); }
.pb-backlink:hover { color: hsl(var(--foreground)); }
/* visible breadcrumb trail (mirrors the BreadcrumbList schema) */
.crumbs { margin: 0 0 10px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin: 0; padding: 0; font-size: 12.5px; }
.crumbs li { display: inline-flex; align-items: center; }
.crumbs a { color: hsl(var(--foreground)/0.6); text-decoration: none; }
.crumbs a:hover { color: hsl(var(--foreground)); }
.crumbs .crumbs__sep { color: hsl(var(--foreground)/0.32); margin: 0 2px; }
.crumbs .crumbs__cur { color: hsl(var(--foreground)/0.9); font-weight: 600; }
.pb-backbar .crumbs { padding-left: 1px; }

/* ===== Nested builder: Div container + drop zones ===== */
.pb-div { margin: 0 auto; }
.pb-div.pb-w-narrow { max-width: 760px; }
.pb-div.pb-w-medium { max-width: 1000px; }
.pb-div.pb-w-wide   { max-width: 1240px; }
.pb-div.pb-w-full   { max-width: none; }
.pb-zone { min-height: 8px; }
.pb-zone > .pb { margin-left: 0; margin-right: 0; }   /* nested sections fill their cell */
/* builder-only hint shown in an empty zone */
.pb-zone__hint { border: 2px dashed hsl(var(--line)/0.4); border-radius: 12px; padding: 22px; text-align: center; color: hsl(var(--foreground)/0.45); font-family: var(--font-pixel, monospace); font-size: 11px; letter-spacing: 0.04em; }
/* Container columns are driven by the --cols vars (Page Builder device toggle),
   so they respond per breakpoint. Tablet inherits desktop unless set; mobile → 1. */
.pb-div .pb-zone { grid-template-columns: repeat(var(--cols, 1), minmax(0, 1fr)); }
@media (max-width: 980px) { .pb-div .pb-zone { grid-template-columns: repeat(var(--cols-t, var(--cols, 1)), minmax(0, 1fr)); } }
@media (max-width: 620px) { .pb-div .pb-zone { grid-template-columns: repeat(var(--cols-m, 1), minmax(0, 1fr)); } }

/* hero headline size options (default keeps current; x-large matches the Showcase/Event School page H1) */
.pb-hsize-large { font-size: clamp(2.8rem, 9.5vw, 7.4rem) !important; }
.pb-hsize-x-large { font-size: clamp(3rem, 11vw, 132px) !important; line-height: 0.98 !important; }

/* DETAIL pages (individual project + Event School article): hero H1 ~40% smaller than the
   marketing pages so the story title doesn't shout as loud as the homepage. The global heading
   rule forces every h1 to calc(4em * --hl-scale) !important, so we override at 2.4em (= 60% of
   4em → 40% smaller) while still honoring the user's heading scale, and it stays readable on
   mobile. Specificity (0,2,0)+!important also beats the pb-hsize-large / x-large size options. */
.is-project-detail .pb-hero__h,
.is-article-detail .pb-hero__h { font-size: calc(2.4em * var(--hl-scale, 1) * var(--h-mobile, 1)) !important; line-height: 1.08 !important; }
@media (max-width: 620px) {
  .is-project-detail .pb-hero__h,
  .is-article-detail .pb-hero__h { font-size: calc(2.15em * var(--hl-scale, 1) * var(--h-mobile, 1)) !important; }
}

/* tag/bullet badge strip on detail pages */
.detail-tags { padding: 8px 24px 40px; }
.detail-tags__in { max-width: 64rem; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.detail-tags a.tag-chip { transition: transform .15s, border-color .15s; }
.detail-tags a.tag-chip:hover { transform: translateY(-2px); border-color: hsl(var(--gold-500)/0.6); }

/* ===== Event School comments ===== */
.comments { max-width: 50rem; margin: clamp(40px,7vh,80px) auto 0; }
.comments__h { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(1.3rem,3vw,1.8rem); margin-bottom: 22px; }
.comments__n { font-size: 0.65em; color: hsl(var(--foreground)/0.5); margin-left: 6px; }
.comments__form { background: hsl(var(--foreground)/0.04); border: 1px solid hsl(var(--foreground)/0.1); border-radius: 14px; padding: 18px; margin-bottom: 30px; }
.comments__as { font-size: 13px; color: hsl(var(--foreground)/0.7); margin-bottom: 10px; }
.comments__as a, .comments__signin a.social-out { color: hsl(var(--accent-2)); text-decoration: underline; }
.comments__replyto { font-size: 12px; color: hsl(var(--foreground)/0.7); margin-bottom: 8px; background: hsl(var(--foreground)/0.08); display: inline-block; padding: 4px 10px; border-radius: 999px; }
.comments__replyto button { color: inherit; margin-left: 6px; font-weight: 700; }
.comments__form textarea { width: 100%; background: hsl(var(--background)); border: 1px solid hsl(var(--foreground)/0.14); border-radius: 10px; padding: 12px; color: hsl(var(--foreground)); font-family: inherit; font-size: 15px; resize: vertical; }
.comments__form textarea:focus { outline: none; border-color: hsl(var(--accent-2)); box-shadow: 0 0 0 3px hsl(var(--accent-2)/0.18); }
.comments__form .pb-btn { margin-top: 12px; cursor: pointer; font-family: var(--font-pixel); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 4px; box-shadow: 3px 3px 0 0 hsl(var(--foreground)/0.28); }
.comments__msg { margin-left: 12px; font-size: 13px; }
.comments__msg.ok { color: #34c759; } .comments__msg.err { color: #ff6a8a; }
.comments__signin { background: hsl(var(--foreground)/0.04); border: 1px solid hsl(var(--foreground)/0.1); border-radius: 14px; padding: 20px; margin-bottom: 30px; }
.comments__signin p { color: hsl(var(--foreground)/0.78); margin-bottom: 14px; }
.comments__none { font-size: 13px; color: hsl(var(--foreground)/0.55); }
.sbtn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 9px; font-weight: 600; font-size: 14px; margin: 0 8px 8px 0; background: var(--sc); color: var(--st); border: 1px solid hsl(var(--foreground)/0.14); }
.sbtn:hover { filter: brightness(1.08); }
.comments__empty { color: hsl(var(--foreground)/0.55); }
.cmt { display: flex; gap: 12px; padding: 16px 0; border-top: 1px solid hsl(var(--foreground)/0.08); }
.cmt__av { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; flex: none; }
.cmt__av--i { display: grid; place-items: center; background: hsl(var(--foreground)/0.06); border: 1px solid hsl(var(--foreground)/0.14); color: hsl(var(--foreground)/0.72); font-weight: 700; font-size: 17px; }
.cmt__main { flex: 1; min-width: 0; }
.cmt__head { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.cmt__name { font-weight: 700; color: hsl(var(--foreground)); }
.cmt__role { font-family: var(--font-pixel); font-size: 8px; letter-spacing: 0.04em; text-transform: uppercase; padding: 3px 7px; border-radius: 5px; color: var(--rc); border: 1px solid var(--rc); background: hsl(var(--foreground)/0.04); }
.cmt__time { font-size: 12px; color: hsl(var(--foreground)/0.45); }
.cmt__body { color: hsl(var(--foreground)/0.85); line-height: 1.6; margin: 6px 0; }
.cmt__reply { font-size: 12px; font-weight: 600; color: hsl(var(--foreground)/0.45); cursor: pointer; transition: color 0.15s; }
.cmt__reply:hover { color: hsl(var(--accent-2)); }
.cmt__replies { margin-top: 6px; padding-left: 16px; border-left: 1px solid hsl(var(--foreground)/0.1); }
.cmt--staff { background: hsl(var(--accent-2)/0.045); border-left: 2px solid hsl(var(--accent-2)); border-radius: 0 10px 10px 0; padding-left: 12px; padding-right: 12px; }

/* ── Pricing packages module (Page Builder "packages") ──────────────── */
.pb-packages { max-width: 1180px; margin-left: auto; margin-right: auto; padding: 0 clamp(18px, 5vw, 64px); text-align: center; box-sizing: border-box; }
.pb-packages__note { color: hsl(var(--foreground)/0.6); font-size: 14px; margin: -6px 0 30px; }
.pb-pkg__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 26px); align-items: stretch; text-align: left; }
@media (max-width: 880px) { .pb-pkg__grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }
.pb-pkg { position: relative; display: flex; flex-direction: column; background: hsl(var(--surface)); border: 1px solid hsl(var(--line)/0.16); border-radius: 16px; padding: clamp(24px, 2.6vw, 34px); }
.pb-pkg--hl { border-color: hsl(var(--accent-2)/0.65); box-shadow: 0 18px 50px rgba(0,0,0,0.35), 0 0 0 1px hsl(var(--accent-2)/0.35) inset; transform: translateY(-8px); }
@media (max-width: 880px) { .pb-pkg--hl { transform: none; } }
.pb-pkg__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-family: var(--font-pixel); font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; color: #0a0a0a; background: var(--accent-grad); background-size: 280% 100%; padding: 7px 14px; border-radius: 999px; }
.pb-pkg__name { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(1.2rem, 2vw, 1.55rem); }
/* readable body font for the whole price line ("XXm THB" / "XXm – XXm THB") — the arcade
   display font was illegible at price sizes. Half-size + solid warm-yellow on the dark card. */
.pb-pkg__price { font-family: var(--font-body); font-weight: 800; font-size: clamp(0.75rem, 1.5vw, 1.05rem); letter-spacing: -0.01em; color: #ffd24a; margin: 8px 0 4px; }
.pb-pkg__feats { list-style: none; margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid hsl(var(--line)/0.14); display: flex; flex-direction: column; gap: 11px; flex: 1; }
.pb-pkg__feats li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.4; color: hsl(var(--foreground)/0.86); }
.pb-pkg__feats svg { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 2px; color: hsl(var(--accent-2)); }
.pb-pkg__cta { width: 100%; justify-content: center; margin-top: 22px; }
