/* ==========================================================================
   Plan With YOLO — design system
   Ink for events (photos glow on dark), Paper for reading, Red + Blue from the
   logo. Every rule is scoped under .pwy so the theme and old HTML widgets are
   never touched.
   ========================================================================== */
:root {
  --pwy-ink: #09090d;
  --pwy-ink-2: #111118;
  --pwy-ink-3: #1b1b24;
  --pwy-paper: #f6f2ec;
  --pwy-paper-2: #ece6dc;
  --pwy-red: #e8344e;
  --pwy-red-2: #ff5c73;
  --pwy-blue: #1d4387;
  --pwy-blue-2: #4a78d6;
  --pwy-gold: #ffc36b;
  --pwy-txt: #14141b;
  --pwy-mute: #62606b;
  --pwy-line-d: rgba(255, 255, 255, .12);
  --pwy-line-l: rgba(20, 20, 27, .12);
  --pwy-display: "Bricolage Grotesque", "Outfit", system-ui, sans-serif;
  --pwy-serif: "Instrument Serif", Georgia, serif;
  --pwy-body: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --pwy-ease: cubic-bezier(.22, 1, .36, 1);
  --pwy-wrap: 1320px;
  --pwy-gut: clamp(18px, 4vw, 40px);
  --pwy-r: 22px;
  --pwy-sec: clamp(84px, 11vw, 150px);
}

/* ---------- base (scoped) ---------- */
.pwy, .pwy *, .pwy *::before, .pwy *::after { box-sizing: border-box; }
.pwy { font-family: var(--pwy-body); font-size: 17px; line-height: 1.6; color: var(--pwy-txt); -webkit-font-smoothing: antialiased; }
.pwy :where(h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd) { margin: 0; padding: 0; }
.pwy :where(ul, ol) { list-style: none; }
.pwy :where(a) { color: inherit; text-decoration: none; }
.pwy :where(img, video, svg) { display: block; max-width: 100%; }
.pwy :where(button) { font: inherit; color: inherit; background: none; border: 0; padding: 0; margin: 0; cursor: pointer; border-radius: 0; text-transform: none; letter-spacing: inherit; }
.pwy button:where(:hover, :focus) { background-color: transparent; color: inherit; }
.pwy :where(a, button):focus-visible { outline: 2px solid var(--pwy-red); outline-offset: 3px; border-radius: 6px; }
.pwy em { font-family: var(--pwy-serif); font-style: italic; font-weight: 400; letter-spacing: -.01em; }
.pwy .pwy-ico { width: 1em; height: 1em; flex: none; }

.pwy-sec { position: relative; padding: var(--pwy-sec) 0; overflow: clip; }
.pwy-sec.is-dark { background: var(--pwy-ink); color: #f4f1ec; }
.pwy-sec.is-paper { background: var(--pwy-paper); color: var(--pwy-txt); }
.pwy-sec.is-red { background: var(--pwy-red); color: #fff; }
.pwy-wrap { width: 100%; max-width: var(--pwy-wrap); margin: 0 auto; padding: 0 var(--pwy-gut); }

/* Elementor puts each widget in a container; let our sections run edge to edge. */
.elementor-widget[class*="elementor-widget-pwy-"] { width: 100%; }
.elementor-widget[class*="elementor-widget-pwy-"] > .elementor-widget-container { padding: 0; margin: 0; }
.e-con:has(> .elementor-widget[class*="elementor-widget-pwy-"]) { --padding-top: 0px; --padding-bottom: 0px; --padding-left: 0px; --padding-right: 0px; --gap: 0px; }

/* ---------- type ---------- */
.pwy-kicker { display: inline-flex; align-items: center; gap: 10px; font-family: var(--pwy-body); font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--pwy-red); }
.is-dark .pwy-kicker { color: var(--pwy-red-2); }
.pwy-kicker::before { content: ""; width: 26px; height: 1.5px; background: currentColor; opacity: .8; }
.pwy-h { display: flex; flex-direction: column; gap: 18px; }
.pwy-h__t { font-family: var(--pwy-display); font-weight: 700; font-size: clamp(38px, 5.6vw, 84px); line-height: .98; letter-spacing: -.035em; font-variation-settings: "opsz" 96; }
.pwy-h__t em { font-size: 1.08em; line-height: .8; color: var(--pwy-red); }
.is-dark .pwy-h__t em { color: var(--pwy-red-2); }
.pwy-lead { margin-top: 22px; max-width: 620px; font-size: clamp(17px, 1.4vw, 19px); color: var(--pwy-mute); }
.is-dark .pwy-lead { color: rgba(244, 241, 236, .66); }

/* ---------- buttons ---------- */
.pwy .pwy-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 22px; border-radius: 999px;
  font-family: var(--pwy-body); font-size: 15px; font-weight: 600; letter-spacing: .01em; white-space: nowrap; overflow: hidden; isolation: isolate;
  transition: transform .5s var(--pwy-ease), box-shadow .5s var(--pwy-ease), background-color .3s, color .3s, border-color .3s; }
.pwy .pwy-btn .pwy-ico { width: 18px; height: 18px; transition: transform .45s var(--pwy-ease); }
.pwy .pwy-btn:hover .pwy-ico { transform: translateX(3px); }
.pwy .pwy-btn--lg { height: 58px; padding: 0 30px; font-size: 16px; }
.pwy .pwy-btn--block { width: 100%; }
.pwy .pwy-btn--red { background: var(--pwy-red); color: #fff; box-shadow: 0 10px 30px -10px rgba(232, 52, 78, .7); }
.pwy .pwy-btn--red::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(120px 60px at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, .35), transparent 70%); opacity: 0; transition: opacity .3s; }
.pwy .pwy-btn--red:hover { background: #d42a43; color: #fff; box-shadow: 0 16px 40px -12px rgba(232, 52, 78, .9); }
.pwy .pwy-btn--red:hover::before { opacity: 1; }
.pwy .pwy-btn--ghost { background: rgba(255, 255, 255, .06); color: #fff; border: 1px solid rgba(255, 255, 255, .22); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.pwy .pwy-btn--ghost:hover { background: rgba(255, 255, 255, .14); color: #fff; border-color: rgba(255, 255, 255, .4); }
.pwy .pwy-btn--dark { background: var(--pwy-ink); color: #fff; }
.pwy .pwy-btn--dark:hover { background: var(--pwy-red); color: #fff; }
.pwy .pwy-btn--line { border: 1px solid var(--pwy-line-l); color: var(--pwy-txt); background: transparent; }
.pwy .pwy-btn--line:hover { border-color: var(--pwy-txt); background: var(--pwy-txt); color: #fff; }
.pwy-btn__play { display: grid; place-items: center; width: 28px; height: 28px; margin-left: -10px; border-radius: 50%; background: #fff; color: var(--pwy-ink); }
.pwy-btn__play .pwy-ico { width: 11px !important; height: 11px !important; transform: translateX(1px) !important; }

/* ==========================================================================
   HEADER — the client's floating glass bar, kept; links and mobile rebuilt
   ========================================================================== */
.pwy-hdr { position: fixed; top: 0; left: 0; right: 0; z-index: 9990; padding: 14px 16px; font-family: var(--pwy-body); transition: padding .5s var(--pwy-ease), transform .5s var(--pwy-ease); }
.admin-bar .pwy-hdr { top: 32px; }
@media (max-width: 782px) { .admin-bar .pwy-hdr { top: 46px; } }
.pwy-hdr__bar { max-width: 1340px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 6px 10px 6px 24px;
  border: 1px solid transparent; border-radius: 18px; transition: all .5s var(--pwy-ease); color: #fff; }
/* over a light page, or once scrolled: the frosted glass pill */
.pwy-hdr.is-light .pwy-hdr__bar, .pwy-hdr.is-scrolled .pwy-hdr__bar { background: rgba(255, 255, 255, .78); backdrop-filter: blur(22px) saturate(1.7); -webkit-backdrop-filter: blur(22px) saturate(1.7);
  border-color: rgba(0, 0, 0, .07); box-shadow: 0 12px 36px rgba(10, 10, 16, .10), inset 0 0 0 1px rgba(255, 255, 255, .55); color: var(--pwy-txt); }
.pwy-hdr.is-scrolled { padding: 8px 16px; }
.pwy-hdr.is-scrolled .pwy-hdr__bar { padding-top: 4px; padding-bottom: 4px; }
.pwy-hdr.is-hidden { transform: translateY(-120%); }

.pwy-hdr__logo { position: relative; display: flex; align-items: center; min-width: 110px; height: 48px; }
.pwy-hdr__logo img, .pwy-hdr .pwy-hdr__logo img { width: auto; max-width: none; transition: opacity .45s var(--pwy-ease), transform .45s var(--pwy-ease); }
.pwy-hdr__logo .pwy-hdr__logo-full { height: 42px; }
.pwy-hdr__logo .pwy-hdr__logo-mini { position: absolute; left: 0; height: 36px; opacity: 0; transform: scale(.85); }
.pwy-hdr.is-scrolled .pwy-hdr__logo .pwy-hdr__logo-full { opacity: 0; transform: scale(.85) translateX(-8px); }
.pwy-hdr.is-scrolled .pwy-hdr__logo .pwy-hdr__logo-mini { opacity: 1; transform: none; }

.pwy-hdr__nav > ul { display: flex; align-items: center; }
.pwy-hdr__nav > ul > li { position: relative; }
.pwy-hdr__nav > ul > li > a, .pwy-hdr__nav > ul > li > button { position: relative; display: inline-flex; align-items: center; gap: 5px; padding: 10px 14px; font-size: 14.5px; font-weight: 500; opacity: .78; transition: opacity .3s; }
.pwy-hdr__nav > ul > li > a:hover, .pwy-hdr__nav > ul > li > button:hover, .pwy-hdr__nav > ul > li.is-open > button, .pwy-hdr__nav > ul > li.is-current > a { opacity: 1; }
.pwy-hdr__nav > ul > li > a::after, .pwy-hdr__nav > ul > li > button::after { content: ""; position: absolute; left: 14px; bottom: 4px; width: 0; height: 2px; border-radius: 2px; background: var(--pwy-red); transition: width .35s var(--pwy-ease); }
.pwy-hdr__nav > ul > li:hover > a::after, .pwy-hdr__nav > ul > li:hover > button::after, .pwy-hdr__nav > ul > li.is-open > button::after, .pwy-hdr__nav > ul > li.is-current > a::after { width: calc(100% - 28px); }
.pwy-chev { width: 13px; height: 13px; opacity: .6; transition: transform .35s var(--pwy-ease); }
.has-mega:hover .pwy-chev, .has-mega.is-open .pwy-chev { transform: rotate(180deg); }

.pwy-mega { position: absolute; top: 100%; left: 50%; width: min(980px, calc(100vw - 48px)); padding-top: 18px; transform: translate(-50%, 10px); opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .35s var(--pwy-ease), transform .45s var(--pwy-ease), visibility .35s; }
.has-mega:hover > .pwy-mega, .has-mega.is-open > .pwy-mega, .has-mega:focus-within > .pwy-mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.has-mega:nth-child(4) > .pwy-mega { width: min(760px, calc(100vw - 48px)); }
.pwy-mega__in { display: flex; gap: 8px; padding: 10px; border-radius: 22px; background: rgba(12, 12, 18, .96); backdrop-filter: blur(30px) saturate(1.5); -webkit-backdrop-filter: blur(30px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, .08); box-shadow: 0 40px 100px rgba(0, 0, 0, .5); color: #fff; }
.pwy-mega__feat { width: 250px; flex: none; display: flex; flex-direction: column; gap: 10px; padding: 14px; border-radius: 16px; background: rgba(255, 255, 255, .03); }
.pwy-mega__img { aspect-ratio: 4 / 3; border-radius: 12px; overflow: hidden; }
.pwy-mega__img img { width: 100%; height: 100%; object-fit: cover; }
.pwy-mega__label { display: flex; align-items: center; gap: 8px; margin-top: 4px; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--pwy-red-2); }
.pwy-mega__label i { width: 6px; height: 6px; border-radius: 50%; background: var(--pwy-red); box-shadow: 0 0 10px var(--pwy-red); }
.pwy-mega__blurb { font-size: 13.5px; line-height: 1.55; color: rgba(255, 255, 255, .5); }
.pwy-mega__cta { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; font-size: 13px; font-weight: 600; color: #fff; }
.pwy-mega__cta .pwy-ico { width: 15px; height: 15px; color: var(--pwy-red-2); transition: transform .35s var(--pwy-ease); }
.pwy-mega__cta:hover .pwy-ico { transform: translate(2px, -2px); }
.pwy-mega__grid { flex: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; align-content: start; }
.pwy-mega__grid a { display: flex; align-items: center; gap: 14px; padding: 12px; border-radius: 14px; transition: background .3s; }
.pwy-mega__grid a:hover { background: rgba(255, 255, 255, .05); }
.pwy-mega__ico { display: grid; place-items: center; width: 46px; height: 46px; flex: none; border-radius: 13px; color: var(--tone); background: color-mix(in srgb, var(--tone) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--tone) 26%, transparent); transition: transform .45s var(--pwy-ease); }
.pwy-mega__ico .pwy-ico { width: 22px; height: 22px; }
.pwy-mega__grid a:hover .pwy-mega__ico { transform: translateY(-2px) scale(1.06); }
.pwy-mega__txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.pwy-mega__txt b { font-size: 14.5px; font-weight: 600; color: #fff; }
.pwy-mega__txt small { font-size: 12px; color: rgba(255, 255, 255, .42); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.pwy-hdr__right { display: flex; align-items: center; gap: 8px; }
.pwy-hdr__call { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; height: 44px; padding: 0 12px; border-radius: 12px; font-size: 14px; font-weight: 500; opacity: .8; transition: opacity .3s, background .3s; }
.pwy-hdr__call:hover { opacity: 1; background: rgba(127, 127, 127, .1); }
.pwy-hdr__call .pwy-ico { width: 17px; height: 17px; }
.pwy .pwy-hdr__cta { height: 44px; padding: 0 20px; font-size: 14px; }

/* burger: two lines that fold into an X */
.pwy .pwy-burger { display: none; align-items: center; gap: 10px; height: 44px; padding: 0 16px 0 14px; border-radius: 999px; border: 1px solid currentColor; border-color: rgba(127, 127, 127, .35); position: relative; }
.pwy .pwy-burger:hover { border-color: currentColor; background: transparent; }
.pwy-burger__l { position: absolute; left: 14px; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .5s var(--pwy-ease), width .5s var(--pwy-ease), top .5s var(--pwy-ease); }
.pwy-burger__l:nth-child(1) { top: 17px; }
.pwy-burger__l:nth-child(2) { top: 24px; width: 13px; }
.pwy-burger:hover .pwy-burger__l:nth-child(2) { width: 20px; }
.pwy-burger__txt { margin-left: 28px; font-size: 14px; font-weight: 600; }
.pwy-burger[aria-expanded="true"] .pwy-burger__l { top: 20.5px; width: 20px; }
.pwy-burger[aria-expanded="true"] .pwy-burger__l:nth-child(1) { transform: rotate(45deg); }
.pwy-burger[aria-expanded="true"] .pwy-burger__l:nth-child(2) { transform: rotate(-45deg); }

@media (max-width: 1180px) { .pwy-hdr__call span { display: none; } }
@media (max-width: 1080px) {
  .pwy-hdr__nav, .pwy-hdr__call { display: none; }
  .pwy .pwy-burger { display: inline-flex; }
  .pwy-hdr__bar { padding: 6px 8px 6px 18px; }
}
@media (max-width: 560px) {
  .pwy-hdr { padding: 10px 10px; }
  .pwy .pwy-hdr__cta { display: none; }
  .pwy-hdr__logo .pwy-hdr__logo-full { height: 36px; }
}
/* while the menu is open the header sits on the dark overlay */
.pwy-menu-open .pwy-hdr .pwy-hdr__bar { background: transparent !important; border-color: transparent !important; box-shadow: none !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; color: #fff !important; }
.pwy-menu-open .pwy-hdr .pwy-hdr__cta { opacity: 0; pointer-events: none; }
.pwy-menu-open { overflow: hidden; }

/* full-screen mobile menu, opens as a circle from the burger */
.pwy-menu { position: fixed; inset: 0; z-index: 9980; visibility: hidden; color: #fff; }
.pwy-menu.is-open { visibility: visible; }
.pwy-menu__bg { position: absolute; inset: 0; background: radial-gradient(120% 60% at 100% 0%, rgba(232, 52, 78, .35), transparent 60%), radial-gradient(80% 50% at 0% 100%, rgba(29, 67, 135, .45), transparent 60%), var(--pwy-ink);
  clip-path: circle(0 at var(--cx, 92%) var(--cy, 40px)); transition: clip-path .75s cubic-bezier(.7, 0, .2, 1); }
.pwy-menu.is-open .pwy-menu__bg { clip-path: circle(150% at var(--cx, 92%) var(--cy, 40px)); }
.pwy-menu__in { position: relative; height: 100%; overflow-y: auto; overscroll-behavior: contain; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; padding: 100px 22px 28px; }
.pwy-menu__nav { display: flex; flex-direction: column; }
.pwy-menu__link { display: flex; align-items: baseline; gap: 14px; width: 100%; padding: 12px 0; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, .08);
  font-family: var(--pwy-display); font-size: clamp(30px, 8.4vw, 46px); font-weight: 600; line-height: 1.05; letter-spacing: -.03em;
  opacity: 0; transform: translateY(26px); transition: opacity .5s var(--pwy-ease), transform .7s var(--pwy-ease), color .3s; }
.pwy-menu__link i { font-family: var(--pwy-body); font-style: normal; font-size: 12px; font-weight: 500; letter-spacing: .1em; color: var(--pwy-red-2); transform: translateY(-14px); }
.pwy-menu__link:hover span { color: var(--pwy-red-2); }
.pwy-menu__plus { margin-left: auto; align-self: center; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .2); transition: transform .45s var(--pwy-ease), background .3s; }
.pwy-menu__plus .pwy-ico { width: 16px; height: 16px; }
.pwy-menu__group.is-open .pwy-menu__plus { transform: rotate(45deg); background: var(--pwy-red); border-color: var(--pwy-red); }
.pwy-menu__sub { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s var(--pwy-ease); }
.pwy-menu__group.is-open .pwy-menu__sub { grid-template-rows: 1fr; }
.pwy-menu__sub > div { overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.pwy-menu__group.is-open .pwy-menu__sub > div { padding: 12px 0 16px; }
.pwy-menu__sub a { display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: 12px; background: rgba(255, 255, 255, .04); font-size: 14px; font-weight: 500; line-height: 1.2; }
.pwy-menu__ico { display: grid; place-items: center; width: 32px; height: 32px; flex: none; border-radius: 9px; color: var(--tone); background: color-mix(in srgb, var(--tone) 16%, transparent); }
.pwy-menu__ico .pwy-ico { width: 17px; height: 17px; }
.pwy-menu__foot { display: flex; flex-direction: column; gap: 14px; opacity: 0; transform: translateY(20px); transition: opacity .5s var(--pwy-ease) .35s, transform .7s var(--pwy-ease) .35s; }
.pwy-menu__quick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.pwy-menu__quick a { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 6px; border-radius: 16px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .08); font-size: 13px; font-weight: 500; }
.pwy-menu__quick .pwy-ico { width: 22px; height: 22px; color: var(--pwy-red-2); }
.pwy-menu__addr { display: flex; gap: 8px; font-size: 13px; color: rgba(255, 255, 255, .5); }
.pwy-menu__addr .pwy-ico { width: 16px; height: 16px; margin-top: 2px; }
.pwy-menu.is-open .pwy-menu__link { opacity: 1; transform: none; }
.pwy-menu.is-open .pwy-menu__foot { opacity: 1; transform: none; }
.pwy-menu.is-open .pwy-menu__nav > :nth-child(1) .pwy-menu__link, .pwy-menu.is-open .pwy-menu__nav > .pwy-menu__link:nth-child(1) { transition-delay: .18s; }
.pwy-menu.is-open .pwy-menu__nav > :nth-child(2) { transition-delay: .23s; }
.pwy-menu.is-open .pwy-menu__nav > :nth-child(3) .pwy-menu__link { transition-delay: .28s; }
.pwy-menu.is-open .pwy-menu__nav > :nth-child(4) .pwy-menu__link { transition-delay: .33s; }
.pwy-menu.is-open .pwy-menu__nav > :nth-child(5) { transition-delay: .38s; }
.pwy-menu.is-open .pwy-menu__nav > :nth-child(6) { transition-delay: .43s; }
@media (min-width: 1081px) { .pwy-menu { display: none; } }

/* ==========================================================================
   HERO — stage spotlight
   ========================================================================== */
.pwy-hero { min-height: max(680px, 100svh); padding: 0; display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; }
.pwy-hero__media { position: absolute; inset: 0; z-index: -1; background: #000; }
.pwy-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.pwy-hero__base { filter: brightness(.34) saturate(.75) contrast(1.05); transform: scale(1.04); }
.pwy-hero__lit { filter: brightness(1.08) saturate(1.2); transform: scale(1.04);
  -webkit-mask-image: radial-gradient(circle var(--r, 320px) at var(--x, 68%) var(--y, 38%), #000 0%, rgba(0, 0, 0, .55) 45%, transparent 72%);
          mask-image: radial-gradient(circle var(--r, 320px) at var(--x, 68%) var(--y, 38%), #000 0%, rgba(0, 0, 0, .55) 45%, transparent 72%); }
.pwy-hero__beam { position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(9, 9, 13, .55) 0%, rgba(9, 9, 13, 0) 22%, rgba(9, 9, 13, 0) 45%, rgba(9, 9, 13, .92) 88%, var(--pwy-ink) 100%),
  linear-gradient(90deg, rgba(9, 9, 13, .7) 0%, rgba(9, 9, 13, 0) 60%); }
.pwy-hero__content { position: relative; padding-top: 150px; }
.pwy-hero__title { display: flex; flex-direction: column; gap: 22px; max-width: 1040px; }
.pwy-hero__title .pwy-kicker { color: #fff; font-size: 13px; }
.pwy-hero__title .pwy-kicker::before { display: none; }
.pwy-live { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--pwy-red); box-shadow: 0 0 0 0 rgba(232, 52, 78, .6); animation: pwy-pulse 2s infinite; }
@keyframes pwy-pulse { 70% { box-shadow: 0 0 0 12px rgba(232, 52, 78, 0); } 100% { box-shadow: 0 0 0 0 rgba(232, 52, 78, 0); } }
.pwy-hero__t { display: block; font-family: var(--pwy-display); font-weight: 700; font-size: clamp(50px, 9.2vw, 142px); line-height: .9; letter-spacing: -.045em; color: #fff; font-variation-settings: "opsz" 96; }
.pwy-hero__t em { color: var(--pwy-gold); font-size: 1.06em; padding-right: .04em; }
.pwy-hero__sub { max-width: 640px; margin-top: 30px; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: rgba(255, 255, 255, .74); }
.pwy-rot { position: relative; display: inline-grid; vertical-align: bottom; overflow: hidden; height: 1.5em; color: #fff; font-weight: 600; }
.pwy-rot__w { display: inline-block; white-space: nowrap; border-bottom: 2px solid var(--pwy-red); line-height: 1.35; }
.pwy-hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.pwy-hero__foot { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-top: 60px; padding-bottom: 34px; }
.pwy-hero__facts { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--pwy-line-d); }
.pwy-hero__facts li { display: flex; flex-direction: column; gap: 2px; padding: 18px 34px 0 0; margin-right: 34px; border-right: 1px solid var(--pwy-line-d); }
.pwy-hero__facts li:last-child { border-right: 0; margin-right: 0; }
.pwy-hero__facts b { font-family: var(--pwy-display); font-size: 22px; font-weight: 600; letter-spacing: -.02em; color: #fff; }
.pwy-hero__facts span { font-size: 13.5px; color: rgba(255, 255, 255, .55); }
.pwy-hero__scroll { display: flex; flex-direction: column; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .25em; text-transform: uppercase; color: rgba(255, 255, 255, .5); writing-mode: vertical-rl; }
.pwy-hero__scroll i { width: 1px; height: 54px; background: linear-gradient(var(--pwy-red), transparent); animation: pwy-drip 2.2s var(--pwy-ease) infinite; transform-origin: top; }
@keyframes pwy-drip { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }
@media (max-width: 760px) {
  .pwy-hero__content { padding-top: 120px; }
  .pwy-hero__facts li { padding-right: 18px; margin-right: 18px; }
  .pwy-hero__facts li:nth-child(3) { display: none; }
  .pwy-hero__scroll { display: none; }
  .pwy-hero__ctas .pwy-btn { flex: 1 1 auto; }
  .pwy-hero__media img { object-position: 62% 40%; }
}

/* reveal helpers — JS adds .is-in; without JS everything is simply visible */
.pwy-js [data-pwy-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--pwy-ease), transform 1.1s var(--pwy-ease); }
.pwy-js [data-pwy-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .pwy *, .pwy *::before, .pwy *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .pwy-js [data-pwy-reveal] { opacity: 1; transform: none; }
}

/* small shared bits */
.pwy .pwy-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; border-bottom: 1.5px solid currentColor; padding-bottom: 2px; transition: gap .35s var(--pwy-ease), color .3s; }
.pwy .pwy-link .pwy-ico { width: 17px; height: 17px; }
.pwy .pwy-link:hover { gap: 12px; color: var(--pwy-red); }

/* ==========================================================================
   TAPES — two crossing bands
   ========================================================================== */
.pwy-tape { position: relative; height: clamp(170px, 20vw, 250px); overflow: hidden; display: grid; place-items: center; }
.pwy-tape--ink-paper { background: linear-gradient(180deg, var(--pwy-ink) 50%, var(--pwy-paper) 50%); }
.pwy-tape--paper-ink { background: linear-gradient(180deg, var(--pwy-paper) 50%, var(--pwy-ink) 50%); }
.pwy-tape--ink-ink { background: var(--pwy-ink); }
.pwy-tape--paper-paper { background: var(--pwy-paper); }
.pwy-tape__band { position: absolute; left: -5%; width: 110%; padding: 16px 0; overflow: hidden; box-shadow: 0 18px 40px -18px rgba(0, 0, 0, .5); }
.pwy-tape__band--a { background: var(--pwy-red); color: #fff; transform: rotate(-3.2deg); z-index: 2; }
.pwy-tape__band--b { background: #fff8ee; color: var(--pwy-ink); transform: rotate(2.6deg); z-index: 1; border-block: 1px solid rgba(0, 0, 0, .06); }
.pwy-tape__track { display: flex; width: max-content; will-change: transform; }
.pwy-tape__run { display: flex; align-items: center; flex: none; }
.pwy-tape__i { padding: 0 26px; font-family: var(--pwy-display); font-size: clamp(24px, 3.2vw, 44px); font-weight: 700; letter-spacing: -.02em; white-space: nowrap; line-height: 1.1; }
.pwy-tape__i em { font-size: 1.12em; font-weight: 400; }
.pwy-tape__s { display: grid; place-items: center; opacity: .9; }
.pwy-tape__band--a .pwy-tape__s { color: #ffd1d8; }
.pwy-tape__band--b .pwy-tape__s { color: var(--pwy-red); }

/* ==========================================================================
   INTRO — manifesto
   ========================================================================== */
.pwy-intro__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: clamp(30px, 6vw, 90px); align-items: start; }
.pwy-intro__label { font-size: 13px; line-height: 1.5; max-width: 260px; }
.pwy-intro__stack { position: relative; height: 380px; margin-top: 50px; }
.pwy-intro__card { position: absolute; width: 62%; aspect-ratio: 4 / 5; border-radius: 18px; overflow: hidden; background: #ddd; box-shadow: 0 30px 60px -24px rgba(20, 20, 27, .45); border: 6px solid #fff; transition: transform .8s var(--pwy-ease); }
.pwy .pwy-intro__card img { width: 100%; height: 100%; object-fit: cover; }
.pwy-intro__card--1 { left: 0; top: 30px; transform: rotate(-7deg); z-index: 1; }
.pwy-intro__card--2 { left: 22%; top: 0; transform: rotate(3deg); z-index: 3; }
.pwy-intro__card--3 { left: 40%; top: 70px; transform: rotate(10deg); z-index: 2; }
.pwy-intro__stack:hover .pwy-intro__card--1 { transform: rotate(-12deg) translate(-16px, 6px); }
.pwy-intro__stack:hover .pwy-intro__card--3 { transform: rotate(15deg) translate(18px, 8px); }
.pwy-intro__text { font-family: var(--pwy-display); font-size: clamp(28px, 3.5vw, 52px); font-weight: 500; line-height: 1.14; letter-spacing: -.028em; color: var(--pwy-txt); }
.pwy-intro__text em { color: var(--pwy-red); font-size: 1.05em; }
.pwy-js .pwy-intro__text .pwy-word { opacity: .14; transition: opacity .35s linear; }
.pwy-js .pwy-intro__text .pwy-word.is-lit { opacity: 1; }
.pwy-intro__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--pwy-line-l); }
.pwy-intro__sign { font-family: var(--pwy-serif); font-style: italic; font-size: 22px; color: var(--pwy-mute); }
@media (max-width: 860px) {
  .pwy-intro__grid { grid-template-columns: 1fr; }
  .pwy-intro__stack { height: 250px; margin-top: 26px; max-width: 420px; }
  .pwy-intro__card { width: 48%; }
}

/* ==========================================================================
   SERVICES — numbered list with floating photo
   ========================================================================== */
.pwy-services__head { display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 20px; margin-bottom: 50px; }
.pwy-services__head .pwy-lead { margin-top: 0; max-width: 420px; justify-self: end; }
.pwy-services__list { border-top: 1px solid var(--pwy-line-d); }
.pwy-services__row > a { position: relative; display: grid; grid-template-columns: 70px minmax(0, 1fr) minmax(0, .9fr) 56px; align-items: center; gap: 20px; padding: 26px 8px;
  border-bottom: 1px solid var(--pwy-line-d); isolation: isolate; transition: padding .5s var(--pwy-ease), color .3s; }
.pwy-services__row > a::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(232, 52, 78, .16), rgba(232, 52, 78, 0) 80%); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--pwy-ease); }
.pwy-services__row > a:hover::before { transform: scaleX(1); }
.pwy-services__row > a:hover { padding-left: 22px; }
.pwy-services__no { font-family: var(--pwy-body); font-size: 13px; letter-spacing: .12em; color: rgba(255, 255, 255, .4); }
.pwy-services__t { font-family: var(--pwy-display); font-size: clamp(26px, 3vw, 44px); font-weight: 600; line-height: 1.05; letter-spacing: -.03em; color: #fff; transition: color .3s; }
.pwy-services__row > a:hover .pwy-services__t { color: var(--pwy-red-2); }
.pwy-services__d { display: block; max-height: 0; overflow: hidden; opacity: 0; margin-top: 0; font-size: 15px; color: rgba(255, 255, 255, .62); transition: max-height .6s var(--pwy-ease), opacity .4s, margin .5s var(--pwy-ease); }
.pwy-services__row > a:hover .pwy-services__d, .pwy-services__row > a:focus-visible .pwy-services__d { max-height: 80px; opacity: 1; margin-top: 8px; }
.pwy-services__tags { font-size: 14px; color: rgba(255, 255, 255, .5); }
.pwy-services__thumb { display: none; }
.pwy-services__go { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--pwy-line-d); color: #fff; transition: background .4s, border-color .4s, transform .5s var(--pwy-ease); }
.pwy-services__go .pwy-ico { width: 20px; height: 20px; }
.pwy-services__row > a:hover .pwy-services__go { background: var(--pwy-red); border-color: var(--pwy-red); transform: rotate(45deg); }
.pwy-services__cta { margin-top: 44px; display: flex; justify-content: center; }
.pwy-services__float { position: fixed; left: 0; top: 0; z-index: 5; width: 300px; aspect-ratio: 4 / 5; pointer-events: none; opacity: 0; transition: opacity .35s; }
.pwy-services__float.is-on { opacity: 1; }
.pwy-services__pic { position: absolute; inset: 0; border-radius: 18px; overflow: hidden; clip-path: inset(100% 0 0 0 round 18px); transition: clip-path .6s var(--pwy-ease); box-shadow: 0 40px 80px -20px rgba(0, 0, 0, .7); }
.pwy-services__pic.is-on { clip-path: inset(0 0 0 0 round 18px); z-index: 2; }
.pwy .pwy-services__pic img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.15); transition: transform 1.2s var(--pwy-ease); }
.pwy .pwy-services__pic.is-on img { transform: scale(1); }
@media (hover: none), (max-width: 900px) {
  .pwy-services__float { display: none; }
  .pwy-services__head { grid-template-columns: 1fr; }
  .pwy-services__head .pwy-lead { justify-self: start; }
  .pwy-services__row > a { grid-template-columns: minmax(0, 1fr) 88px; gap: 6px 16px; padding: 20px 0; }
  .pwy-services__row > a:hover { padding-left: 0; }
  .pwy-services__no { grid-column: 1 / -1; }
  .pwy-services__main { grid-column: 1; }
  .pwy-services__d { max-height: none; opacity: 1; margin-top: 6px; font-size: 14.5px; }
  .pwy-services__tags { grid-column: 1; font-size: 13px; }
  .pwy-services__thumb { display: block; grid-column: 2; grid-row: 2 / span 2; width: 88px; aspect-ratio: 1; border-radius: 14px; overflow: hidden; }
  .pwy .pwy-services__thumb img { width: 100%; height: 100%; object-fit: cover; }
  .pwy-services__go { display: none; }
}

/* ==========================================================================
   SHOWREEL — card grows to full screen
   ========================================================================== */
.pwy-showreel { padding: 0; }
.pwy-showreel__pin { position: relative; height: 100svh; min-height: 600px; display: grid; place-items: center; overflow: hidden; }
.pwy-showreel__words { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 2vw; pointer-events: none;
  font-family: var(--pwy-display); font-weight: 800; font-size: clamp(60px, 13vw, 230px); letter-spacing: -.05em; line-height: .8; color: #fff; white-space: nowrap; }
.pwy-showreel__w--3 em { color: var(--pwy-red-2); font-weight: 400; }
.pwy-showreel__frame { position: relative; z-index: 2; width: 100vw; height: 100svh; min-height: 600px; overflow: hidden; background: #000; }
.pwy .pwy-showreel__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; max-width: none; }
.pwy-showreel__over { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 16px; padding: clamp(24px, 5vw, 64px);
  background: linear-gradient(0deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, 0) 55%); }
.pwy-showreel__cap { max-width: 760px; font-family: var(--pwy-display); font-weight: 700; font-size: clamp(34px, 5vw, 72px); line-height: 1; letter-spacing: -.035em; color: #fff; }
.pwy-showreel__cap em { color: var(--pwy-gold); }
.pwy-showreel__note { font-size: 14px; color: rgba(255, 255, 255, .6); }
.pwy-js .pwy-showreel.is-live .pwy-showreel__frame { clip-path: inset(var(--ci, 26%) var(--cx, 30%) var(--ci, 26%) var(--cx, 30%) round var(--cr, 28px)); }
.pwy-js .pwy-showreel.is-live .pwy-showreel__over { opacity: var(--co, 0); }
@media (max-width: 900px) {
  .pwy-showreel { padding: 70px 0; }
  .pwy-showreel__pin { height: auto; min-height: 0; display: block; padding: 0 var(--pwy-gut); }
  .pwy-showreel__words { position: relative; justify-content: flex-start; flex-wrap: wrap; font-size: 17vw; margin-bottom: 20px; gap: 0 3vw; }
  .pwy-showreel__frame { width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 5; border-radius: 22px; }
}

/* ==========================================================================
   NUMBERS — bento
   ========================================================================== */
.pwy-numbers__head { margin-bottom: 48px; max-width: 860px; }
.pwy-bento { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: minmax(190px, auto); gap: 14px; }
.pwy-bento__c { position: relative; border-radius: var(--pwy-r); overflow: hidden; }
.pwy-bento__stat { display: flex; flex-direction: column; justify-content: space-between; gap: 16px; padding: 26px; }
.pwy-bento__stat b { font-family: var(--pwy-display); font-weight: 700; font-size: clamp(48px, 5.2vw, 84px); line-height: .9; letter-spacing: -.05em; }
.pwy-bento__stat > span { font-size: 15px; max-width: 200px; }
.pwy-bento__stat.is-red { background: var(--pwy-red); color: #fff; }
.pwy-bento__stat.is-ink { background: var(--pwy-ink); color: #fff; }
.pwy-bento__stat.is-ink b { color: var(--pwy-gold); }
.pwy-bento__stat.is-line { background: #fff; border: 1px solid var(--pwy-line-l); }
.pwy-bento__stat.is-line b { color: var(--pwy-red); }
.pwy-bento__stat.is-blue { background: var(--pwy-blue); color: #fff; }
.pwy .pwy-bento__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--pwy-ease); }
.pwy .pwy-bento__photo:hover img { transform: scale(1.05); }
.pwy-bento > :nth-child(1) { grid-column: 1; grid-row: 1; }
.pwy-bento > .pwy-bento__photo--tall { grid-column: 2 / span 2; grid-row: 1 / span 2; }
.pwy-bento > :nth-child(3) { grid-column: 4; grid-row: 1; }
.pwy-bento > :nth-child(4) { grid-column: 1; grid-row: 2; }
.pwy-bento > :nth-child(5) { grid-column: 4; grid-row: 2; }
.pwy-bento > :nth-child(6) { grid-column: 1; grid-row: 3; }
.pwy-bento > .pwy-bento__crew { grid-column: 2 / span 3; grid-row: 3; }
.pwy-bento__crew { padding: 26px 28px; background: var(--pwy-paper-2); }
.pwy-bento__crew h3 { font-family: var(--pwy-display); font-size: 24px; font-weight: 600; letter-spacing: -.02em; margin-bottom: 16px; }
.pwy-bento__crew ul { display: flex; flex-wrap: wrap; gap: 8px; }
.pwy-bento__crew li { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 999px; background: #fff; font-size: 14px; font-weight: 500; }
.pwy-bento__crew .pwy-ico { width: 15px; height: 15px; color: var(--pwy-red); }
@media (max-width: 900px) {
  .pwy-bento { grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(150px, auto); }
  .pwy-bento > * { grid-column: auto !important; grid-row: auto !important; }
  .pwy-bento > .pwy-bento__photo--tall { grid-column: 1 / -1 !important; aspect-ratio: 16 / 10; }
  .pwy-bento > .pwy-bento__crew { grid-column: 1 / -1 !important; }
  .pwy-bento__stat { padding: 20px; }
}

/* ==========================================================================
   PROCESS — horizontal pinned track
   ========================================================================== */
.pwy-process__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.pwy-process__bar { flex: none; width: min(320px, 30vw); height: 3px; border-radius: 3px; background: var(--pwy-line-d); overflow: hidden; }
.pwy-process__bar i { display: block; height: 100%; width: 100%; background: var(--pwy-red); transform-origin: left; transform: scaleX(var(--p, 0)); }
.pwy-process__viewport { overflow: hidden; }
.pwy-process__track { display: flex; gap: 18px; padding: 0 var(--pwy-gut); padding-left: max(var(--pwy-gut), calc((100vw - var(--pwy-wrap)) / 2 + var(--pwy-gut))); width: max-content; will-change: transform; }
.pwy-process__card { position: relative; flex: none; width: clamp(300px, 30vw, 430px); min-height: 420px; padding: 30px; border-radius: 26px; background: var(--pwy-ink-2); border: 1px solid var(--pwy-line-d);
  display: flex; flex-direction: column; gap: 14px; overflow: hidden; }
.pwy-process__card::after { content: ""; position: absolute; right: -60px; top: -60px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(232, 52, 78, .25), transparent 70%); }
.pwy-process__no { font-family: var(--pwy-display); font-size: 92px; font-weight: 800; line-height: .8; letter-spacing: -.06em; color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, .28); }
.pwy-process__when { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 6px 12px; border-radius: 999px; background: rgba(232, 52, 78, .14); color: var(--pwy-red-2); font-size: 13px; font-weight: 600; }
.pwy-process__when .pwy-ico { width: 14px; height: 14px; }
.pwy-process__card h3 { font-family: var(--pwy-display); font-size: 30px; font-weight: 600; letter-spacing: -.025em; color: #fff; line-height: 1.1; }
.pwy-process__card p { font-size: 15.5px; color: rgba(255, 255, 255, .65); }
.pwy-process__card .pwy-process__get { margin-top: auto; padding-top: 16px; border-top: 1px dashed var(--pwy-line-d); color: #fff; }
.pwy-process__get b { display: block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255, 255, 255, .4); margin-bottom: 4px; }
.pwy-process__card--end { background: var(--pwy-red); border-color: var(--pwy-red); justify-content: flex-end; }
.pwy-process__card--end p { font-family: var(--pwy-display); font-size: 58px; font-weight: 700; letter-spacing: -.04em; line-height: .95; color: #fff !important; }
.pwy .pwy-process__card--end .pwy-btn--red { background: #fff; color: var(--pwy-ink); box-shadow: none; }
.pwy-process__card--end::after { display: none; }
@media (max-width: 900px) {
  .pwy-process__bar { display: none; }
  .pwy-process__track { flex-direction: column; width: auto; padding: 0 var(--pwy-gut); }
  .pwy-process__card { width: 100%; min-height: 0; }
  .pwy-process__no { font-size: 64px; }
}

/* ==========================================================================
   GALLERY — two drifting rows + lightbox
   ========================================================================== */
.pwy-gallery__head { margin-bottom: 44px; }
.pwy-gallery__rows { display: flex; flex-direction: column; gap: 14px; }
.pwy-gallery__row { display: flex; gap: 14px; width: max-content; will-change: transform; }
.pwy-gallery__row[data-dir="1"] { margin-left: -18vw; }
.pwy .pwy-gallery__item { position: relative; flex: none; width: clamp(240px, 26vw, 400px); aspect-ratio: 4 / 3; border-radius: 18px; overflow: hidden; background: #111; }
.pwy .pwy-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--pwy-ease); }
.pwy .pwy-gallery__item:hover img { transform: scale(1.06); }
.pwy-gallery__cap { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 12px; background: rgba(9, 9, 13, .62);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-size: 14px; font-weight: 500; color: #fff; text-align: left; opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .5s var(--pwy-ease); }
.pwy-gallery__cap i { font-style: normal; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--pwy-gold); }
.pwy-gallery__item:hover .pwy-gallery__cap, .pwy-gallery__item:focus-visible .pwy-gallery__cap { opacity: 1; transform: none; }
@media (hover: none) { .pwy-gallery__cap { opacity: 1; transform: none; } }
.pwy-lightbox { position: fixed; inset: 0; z-index: 99999; display: grid; grid-template-columns: 80px 1fr 80px; align-items: center; background: rgba(5, 5, 8, .94); }
.pwy-lightbox[hidden] { display: none; }
.pwy-lightbox figure { grid-column: 2; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.pwy .pwy-lightbox img { max-height: 80vh; max-width: 100%; width: auto; border-radius: 14px; object-fit: contain; }
.pwy-lightbox figcaption { color: rgba(255, 255, 255, .75); font-size: 15px; }
.pwy .pwy-lightbox__x { position: absolute; top: 20px; right: 20px; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: rgba(255, 255, 255, .1); color: #fff; }
.pwy .pwy-lightbox__nav { display: grid; place-items: center; width: 50px; height: 50px; margin: auto; border-radius: 50%; background: rgba(255, 255, 255, .1); color: #fff; }
.pwy .pwy-lightbox__x:hover, .pwy .pwy-lightbox__nav:hover { background: var(--pwy-red); color: #fff; }
.pwy-lightbox .pwy-ico { width: 22px; height: 22px; }
.pwy-lightbox__prev .pwy-ico { transform: rotate(180deg); }
@media (max-width: 700px) { .pwy-lightbox { grid-template-columns: 0 1fr 0; } .pwy .pwy-lightbox__nav { position: absolute; bottom: 24px; } .pwy .pwy-lightbox__prev { left: 30%; } .pwy .pwy-lightbox__next { right: 30%; } }

/* ==========================================================================
   DIGITAL — spotlight bento
   ========================================================================== */
.pwy-digital__head { margin-bottom: 48px; max-width: 900px; }
.pwy-digital__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pwy-digital__card { position: relative; display: flex; flex-direction: column; gap: 12px; min-height: 250px; padding: 28px; border-radius: var(--pwy-r); background: #fff; border: 1px solid var(--pwy-line-l); overflow: hidden; isolation: isolate;
  transition: transform .6s var(--pwy-ease), box-shadow .6s var(--pwy-ease), border-color .4s; }
.pwy-digital__card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(20, 20, 27, .35); border-color: color-mix(in srgb, var(--tone) 40%, transparent); }
.pwy-digital__glow { position: absolute; inset: 0; z-index: -1; background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 0%), color-mix(in srgb, var(--tone) 22%, transparent), transparent 70%); opacity: 0; transition: opacity .4s; }
.pwy-digital__card:hover .pwy-digital__glow { opacity: 1; }
.pwy-digital__ico { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: var(--tone); background: color-mix(in srgb, var(--tone) 12%, transparent); }
.pwy-digital__ico .pwy-ico { width: 26px; height: 26px; }
.pwy-digital__card h3 { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; font-family: var(--pwy-display); font-size: 28px; font-weight: 600; letter-spacing: -.025em; }
.pwy-digital__go { display: grid; place-items: center; flex: none; width: 40px; height: 40px; border-radius: 50%; background: var(--pwy-paper-2); transition: background .4s, color .4s, transform .5s var(--pwy-ease); }
.pwy-digital__go .pwy-ico { width: 18px; height: 18px; }
.pwy-digital__card:hover .pwy-digital__go { background: var(--tone); color: #fff; transform: rotate(45deg); }
.pwy-digital__card p { font-size: 15.5px; color: var(--pwy-mute); }
.pwy-digital__card small { font-size: 12.5px; letter-spacing: .06em; color: #99959f; }
.pwy-digital__card.is-big { grid-column: span 2; grid-row: span 2; background: var(--pwy-ink); color: #fff; border-color: var(--pwy-ink); min-height: 420px; }
.pwy-digital__card.is-big h3 { font-size: clamp(34px, 4vw, 54px); }
.pwy-digital__card.is-big p { color: rgba(255, 255, 255, .65); max-width: 460px; font-size: 17px; }
.pwy-digital__card.is-big .pwy-digital__go { background: rgba(255, 255, 255, .1); }
.pwy-digital__art { position: absolute; right: -40px; top: -40px; width: 320px; height: 320px; z-index: -1; }
.pwy-digital__art i { position: absolute; inset: 0; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .1); animation: pwy-spin 24s linear infinite; }
.pwy-digital__art i:nth-child(2) { inset: 40px; border-color: color-mix(in srgb, var(--tone) 50%, transparent); border-style: dashed; animation-duration: 36s; animation-direction: reverse; }
.pwy-digital__art i:nth-child(3) { inset: 90px; background: radial-gradient(circle, color-mix(in srgb, var(--tone) 60%, transparent), transparent 70%); border: 0; }
.pwy-digital__art i:nth-child(4) { border: 0; }
.pwy-digital__art i:nth-child(4)::after { content: ""; position: absolute; top: 20px; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--pwy-red); box-shadow: 0 0 20px var(--pwy-red); }
@keyframes pwy-spin { to { transform: rotate(360deg); } }
@media (max-width: 900px) {
  .pwy-digital__grid { grid-template-columns: 1fr; }
  .pwy-digital__card.is-big { grid-column: auto; grid-row: auto; min-height: 320px; }
  .pwy-digital__card { min-height: 0; }
}

/* ==========================================================================
   AREAS — constellation map
   ========================================================================== */
.pwy-areas__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(30px, 5vw, 70px); align-items: center; }
.pwy-areas__sub { margin: 38px 0 14px; font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .5); }
.pwy-areas__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pwy-areas__chips li { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px 7px 10px; border-radius: 999px; background: rgba(255, 255, 255, .05); border: 1px solid var(--pwy-line-d); font-size: 14px; color: rgba(255, 255, 255, .8); transition: background .3s, border-color .3s; }
.pwy-areas__chips li:hover { background: rgba(232, 52, 78, .15); border-color: rgba(232, 52, 78, .5); }
.pwy-areas__chips .pwy-ico { width: 14px; height: 14px; color: var(--pwy-red-2); }
.pwy-areas__note { margin-top: 18px; font-size: 14px; color: rgba(255, 255, 255, .5); }
.pwy-areas__map { position: relative; padding: 18px; border-radius: 28px; background: linear-gradient(160deg, rgba(29, 67, 135, .35), rgba(17, 17, 24, .9)); border: 1px solid var(--pwy-line-d); }
.pwy .pwy-areas__svg { width: 100%; height: auto; overflow: visible; }
.pwy-areas__arc { fill: none; stroke: rgba(232, 52, 78, .75); stroke-width: 1.4; stroke-dasharray: 1; stroke-dashoffset: 0; }
.pwy-js .pwy-areas__arc { stroke-dashoffset: 1; transition: stroke-dashoffset 1.6s var(--pwy-ease); }
.pwy-js .pwy-areas.is-drawn .pwy-areas__arc { stroke-dashoffset: 0; }
.pwy-areas__city { cursor: pointer; outline: none; }
.pwy-areas__dot { fill: #fff; transition: fill .3s; }
.pwy-areas__ring { fill: none; stroke: rgba(255, 255, 255, .25); stroke-width: 1; transform-box: fill-box; transform-origin: center; transition: stroke .3s, transform .4s var(--pwy-ease); }
.pwy-areas__city text { fill: rgba(255, 255, 255, .78); font-family: var(--pwy-body); font-size: 13px; font-weight: 500; paint-order: stroke; stroke: rgba(9, 9, 13, .8); stroke-width: 3px; }
.pwy-areas__city.is-hub .pwy-areas__dot { fill: var(--pwy-red); }
.pwy-areas__city.is-hub .pwy-areas__ring { stroke: var(--pwy-red); animation: pwy-ring 2s var(--pwy-ease) infinite; }
.pwy-areas__city.is-hub text { fill: #fff; font-size: 16px; font-weight: 700; }
.pwy-areas__city:hover .pwy-areas__dot, .pwy-areas__city:focus .pwy-areas__dot { fill: var(--pwy-gold); }
.pwy-areas__city:hover .pwy-areas__ring, .pwy-areas__city:focus .pwy-areas__ring { stroke: var(--pwy-gold); transform: scale(1.4); }
@keyframes pwy-ring { 0% { transform: scale(.8); opacity: 1; } 100% { transform: scale(2.2); opacity: 0; } }
.pwy-areas__tip { min-height: 22px; margin-top: 8px; font-size: 14px; color: rgba(255, 255, 255, .7); text-align: center; }
@media (max-width: 900px) { .pwy-areas__grid { grid-template-columns: 1fr; } .pwy-areas__map { order: -1; } }

/* ==========================================================================
   FAQ
   ========================================================================== */
.pwy-faq__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(30px, 6vw, 90px); align-items: start; }
.pwy-faq__side { position: sticky; top: 110px; }
.pwy-faq__contact { display: flex; flex-direction: column; gap: 10px; margin-top: 34px; }
.pwy-faq__contact a { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 18px; background: #fff; border: 1px solid var(--pwy-line-l); transition: border-color .3s, transform .4s var(--pwy-ease); }
.pwy-faq__contact a:hover { border-color: var(--pwy-red); transform: translateX(4px); }
.pwy-faq__contact .pwy-ico { width: 24px; height: 24px; color: var(--pwy-red); }
.pwy-faq__contact span { display: flex; flex-direction: column; font-weight: 600; font-size: 16px; line-height: 1.3; }
.pwy-faq__contact small { font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--pwy-mute); }
.pwy-faq__item { border-bottom: 1px solid var(--pwy-line-l); }
.pwy-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; }
.pwy-faq__item summary::-webkit-details-marker { display: none; }
.pwy-faq__item h3 { font-family: var(--pwy-display); font-size: clamp(19px, 1.7vw, 24px); font-weight: 600; letter-spacing: -.015em; line-height: 1.25; transition: color .3s; }
.pwy-faq__item summary:hover h3 { color: var(--pwy-red); }
.pwy-faq__pm { display: grid; place-items: center; flex: none; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--pwy-line-l); transition: transform .45s var(--pwy-ease), background .3s, color .3s, border-color .3s; }
.pwy-faq__pm .pwy-ico { width: 18px; height: 18px; }
.pwy-faq__item[open] .pwy-faq__pm { transform: rotate(45deg); background: var(--pwy-red); border-color: var(--pwy-red); color: #fff; }
.pwy-faq__a { overflow: hidden; }
.pwy-faq__a p { padding: 0 60px 26px 0; font-size: 16.5px; color: var(--pwy-mute); }
@media (max-width: 900px) { .pwy-faq__grid { grid-template-columns: 1fr; } .pwy-faq__side { position: static; } .pwy-faq__a p { padding-right: 0; } }

/* ==========================================================================
   ENQUIRE — form
   ========================================================================== */
.pwy-sec.pwy-enquire { background: radial-gradient(70% 60% at 0% 0%, rgba(232, 52, 78, .28), transparent 60%), radial-gradient(60% 60% at 100% 100%, rgba(29, 67, 135, .4), transparent 60%), var(--pwy-ink); }
.pwy-enquire__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(30px, 5vw, 80px); align-items: start; }
.pwy-enquire__ways { display: flex; flex-direction: column; gap: 4px; margin-top: 36px; }
.pwy-enquire__ways a { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--pwy-line-d); transition: padding .4s var(--pwy-ease); }
.pwy-enquire__ways a:hover { padding-left: 8px; }
.pwy-enquire__ways .pwy-ico { width: 24px; height: 24px; color: var(--pwy-red-2); }
.pwy-enquire__ways span { display: flex; flex-direction: column; font-size: 16px; font-weight: 500; line-height: 1.35; color: #fff; }
.pwy-enquire__ways small { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .45); }
.pwy-form { position: relative; display: flex; flex-direction: column; gap: 16px; padding: clamp(22px, 3vw, 38px); border-radius: 28px; background: var(--pwy-paper); color: var(--pwy-txt); box-shadow: 0 40px 100px -30px rgba(0, 0, 0, .7); }
.pwy .pwy-form__chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; border: 0; min-width: 0; }
.pwy-form__chips legend { width: 100%; margin-bottom: 10px; padding: 0; font-family: var(--pwy-display); font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.pwy-form__chips label { position: relative; cursor: pointer; }
.pwy-form__chips input { position: absolute; opacity: 0; pointer-events: none; }
.pwy-form__chips span { display: inline-block; padding: 9px 15px; border-radius: 999px; border: 1px solid var(--pwy-line-l); background: #fff; font-size: 14px; font-weight: 500; transition: all .25s; }
.pwy-form__chips label:hover span { border-color: var(--pwy-txt); }
.pwy-form__chips input:checked + span { background: var(--pwy-ink); border-color: var(--pwy-ink); color: #fff; }
.pwy-form__chips input:focus-visible + span { outline: 2px solid var(--pwy-red); outline-offset: 2px; }
.pwy-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pwy-form__row--3 { grid-template-columns: 1fr 1fr 1fr; }
.pwy-field { display: flex; flex-direction: column; gap: 6px; }
.pwy-field > span { font-size: 13px; font-weight: 600; color: var(--pwy-mute); }
.pwy .pwy-field input, .pwy .pwy-field select, .pwy .pwy-field textarea { width: 100%; height: 52px; margin: 0; padding: 0 16px; border-radius: 14px; border: 1px solid var(--pwy-line-l); background-color: #fff; color: var(--pwy-txt);
  font-family: var(--pwy-body); font-size: 16px; line-height: 1.3; transition: border-color .25s, box-shadow .25s; -webkit-appearance: none; appearance: none; }
.pwy .pwy-field textarea { height: auto; padding: 14px 16px; resize: vertical; }
.pwy .pwy-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2362606b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.pwy .pwy-field input:focus, .pwy .pwy-field select:focus, .pwy .pwy-field textarea:focus { outline: none; border-color: var(--pwy-red); box-shadow: 0 0 0 4px rgba(232, 52, 78, .12); }
.pwy .pwy-field.is-bad input { border-color: var(--pwy-red); }
.pwy-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.pwy-form__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 4px; }
.pwy-form__msg { font-size: 14px; color: var(--pwy-red); }
.pwy-form.is-busy button[type="submit"] { opacity: .6; pointer-events: none; }
.pwy-form__done { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 30px; border-radius: 28px; background: var(--pwy-paper); text-align: center; }
.pwy-form__done[hidden] { display: none; }
.pwy-form__done p { max-width: 380px; font-size: 18px; }
.pwy-form__tick { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; background: #16a34a; color: #fff; }
.pwy-form__tick .pwy-ico { width: 36px; height: 36px; }
.pwy .pwy-form__done .pwy-btn--ghost { color: var(--pwy-txt); border-color: var(--pwy-line-l); background: #fff; }
@media (max-width: 900px) {
  .pwy-enquire__grid { grid-template-columns: 1fr; }
  .pwy-form__row, .pwy-form__row--3 { grid-template-columns: 1fr; }
  .pwy-form__foot .pwy-btn { width: 100%; }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.pwy-foot { position: relative; background: var(--pwy-ink); color: rgba(255, 255, 255, .7); padding: clamp(70px, 9vw, 120px) 0 0; overflow: hidden; }
.pwy-foot__cta { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 30px; padding-bottom: 60px; border-bottom: 1px solid var(--pwy-line-d); }
.pwy-foot__line { font-family: var(--pwy-display); font-size: clamp(40px, 6vw, 92px); font-weight: 700; line-height: .95; letter-spacing: -.045em; color: #fff; max-width: 820px; }
.pwy-foot__line em { color: var(--pwy-red-2); }
.pwy-foot__btns { display: flex; flex-wrap: wrap; gap: 10px; }
.pwy-foot__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .9fr; gap: 40px; padding: 60px 0; }
.pwy .pwy-foot__logo { height: 44px; width: auto; background: #fff; border-radius: 10px; padding: 4px 8px; margin-bottom: 20px; }
.pwy-foot__about p { font-size: 15px; max-width: 380px; }
.pwy-foot__about address { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; font-style: normal; }
.pwy-foot__about address a { display: flex; gap: 10px; font-size: 15px; color: rgba(255, 255, 255, .8); transition: color .3s; }
.pwy-foot__about address a:hover { color: #fff; }
.pwy-foot__about address .pwy-ico { width: 18px; height: 18px; margin-top: 3px; color: var(--pwy-red-2); }
.pwy-foot__social { display: flex; gap: 8px; margin-top: 22px; }
.pwy-foot__social a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--pwy-line-d); color: #fff; transition: background .3s, border-color .3s; }
.pwy-foot__social a:hover { background: var(--pwy-red); border-color: var(--pwy-red); }
.pwy-foot__social .pwy-ico { width: 18px; height: 18px; }
.pwy-foot__col h3 { margin-bottom: 16px; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255, 255, 255, .45); }
.pwy-foot__col ul { display: flex; flex-direction: column; gap: 9px; }
.pwy-foot__col a { font-size: 15px; color: rgba(255, 255, 255, .78); transition: color .3s, padding .3s var(--pwy-ease); }
.pwy-foot__col a:hover { color: #fff; padding-left: 4px; }
.pwy-foot__mark { font-family: var(--pwy-display); font-weight: 800; font-size: 15.5vw; line-height: .78; letter-spacing: -.06em; white-space: nowrap; text-align: center; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .16); user-select: none; margin-bottom: -2vw; }
.pwy-foot__mark b { color: rgba(232, 52, 78, .9); -webkit-text-stroke: 0; font-weight: 800; }
.pwy-foot__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-top: 22px; padding-bottom: 26px; border-top: 1px solid var(--pwy-line-d); font-size: 13.5px; color: rgba(255, 255, 255, .45); position: relative; }
.pwy-foot__base a:hover { color: #fff; }
@media (max-width: 1000px) { .pwy-foot__grid { grid-template-columns: 1fr 1fr; } .pwy-foot__about { grid-column: 1 / -1; } }
@media (max-width: 560px) { .pwy-foot__grid { grid-template-columns: 1fr; gap: 30px; } .pwy-foot__base { padding-bottom: 90px; } }

/* floating WhatsApp (replaces the click-to-chat plugin) */
.pwy.pwy-wa { position: fixed; right: 18px; bottom: 18px; z-index: 9970; display: inline-flex; align-items: center; gap: 0; height: 56px; padding: 0 15px; border-radius: 999px; background: #25d366; color: #fff;
  box-shadow: 0 14px 34px -10px rgba(37, 211, 102, .7); font-size: 15px; font-weight: 600; transition: gap .45s var(--pwy-ease), transform .45s var(--pwy-ease), opacity .3s; }
.pwy.pwy-wa .pwy-ico { width: 26px; height: 26px; }
.pwy.pwy-wa span { max-width: 0; overflow: hidden; white-space: nowrap; transition: max-width .5s var(--pwy-ease); }
.pwy.pwy-wa:hover { gap: 8px; transform: translateY(-2px); color: #fff; }
.pwy.pwy-wa:hover span { max-width: 140px; }
.pwy-menu-open .pwy-wa { opacity: 0; pointer-events: none; }
.pwy-digital__card--cta { background: var(--pwy-red); border-color: var(--pwy-red); color: #fff; --tone: #fff; }
.pwy-digital__card--cta h3 { color: #fff; }
.pwy-digital__card--cta p { color: rgba(255, 255, 255, .85); }
.pwy-digital__card--cta .pwy-digital__ico { background: rgba(255, 255, 255, .16); color: #fff; }
.pwy .pwy-digital__card--cta .pwy-btn { align-self: flex-start; }
.pwy-digital__card--cta:hover { border-color: var(--pwy-red); }
.pwy-areas__city text { font-size: 14px; }
@media (max-width: 760px) { .pwy-areas__city text { font-size: 22px; } .pwy-areas__city.is-hub text { font-size: 26px; } }

/* ==========================================================================
   HEADER v2 — premium dark glass in the logo's navy, red edge light
   (replaces the white frosted pill)
   ========================================================================== */
.pwy-hdr.is-light .pwy-hdr__bar, .pwy-hdr.is-scrolled .pwy-hdr__bar {
  background: linear-gradient(120deg, rgba(14, 22, 48, .78), rgba(9, 9, 13, .72) 55%, rgba(40, 12, 22, .74));
  backdrop-filter: blur(24px) saturate(1.8); -webkit-backdrop-filter: blur(24px) saturate(1.8);
  border: 1px solid rgba(255, 255, 255, .10);
  box-shadow: 0 18px 50px -18px rgba(0, 0, 0, .65), inset 0 1px 0 rgba(255, 255, 255, .10), inset 0 -1px 0 rgba(232, 52, 78, .25);
  color: #fff; position: relative; }
.pwy-hdr.is-light .pwy-hdr__bar::after, .pwy-hdr.is-scrolled .pwy-hdr__bar::after {
  content: ""; position: absolute; left: 14%; right: 14%; bottom: -1px; height: 1px; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(232, 52, 78, .9), rgba(74, 120, 214, .9), transparent); }
.pwy-hdr.is-scrolled .pwy-hdr__logo .pwy-hdr__logo-mini { background: #fff; border-radius: 9px; padding: 2px; }
.pwy-hdr .pwy-burger { border-color: rgba(255, 255, 255, .25); }

/* ==========================================================================
   FLOATING CONTACT (call + WhatsApp) and SCROLL TO TOP
   ========================================================================== */
.pwy.pwy-dock { position: fixed; right: 18px; bottom: 18px; z-index: 9970; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.pwy-dock a, .pwy-dock button { display: inline-flex; align-items: center; justify-content: center; gap: 0; height: 54px; min-width: 54px; padding: 0 15px; border-radius: 999px; color: #fff; font-size: 15px; font-weight: 600;
  box-shadow: 0 14px 34px -12px rgba(0, 0, 0, .55); transition: gap .45s var(--pwy-ease), transform .45s var(--pwy-ease), opacity .35s, visibility .35s; }
.pwy-dock .pwy-ico { width: 24px; height: 24px; }
.pwy-dock span { max-width: 0; overflow: hidden; white-space: nowrap; transition: max-width .5s var(--pwy-ease); }
.pwy-dock a:hover { gap: 8px; transform: translateY(-2px); color: #fff; }
.pwy-dock a:hover span { max-width: 140px; }
.pwy-dock__wa { background: #25d366; }
.pwy-dock__call { background: linear-gradient(135deg, var(--pwy-red), #c81f3b); }
.pwy .pwy-dock__top { width: 46px; min-width: 46px; height: 46px; padding: 0; background: rgba(14, 22, 48, .85); border: 1px solid rgba(255, 255, 255, .14); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  opacity: 0; visibility: hidden; transform: translateY(10px); }
.pwy .pwy-dock__top.is-on { opacity: 1; visibility: visible; transform: none; }
.pwy .pwy-dock__top:hover { background: var(--pwy-blue); color: #fff; }
.pwy-dock__top .pwy-ico { transform: rotate(-90deg); width: 20px; height: 20px; }
.pwy-dock__top svg circle { fill: none; stroke: var(--pwy-red); stroke-width: 2.5; }
.pwy-dock__ring { position: absolute; inset: -3px; width: calc(100% + 6px) !important; height: calc(100% + 6px) !important; transform: rotate(-90deg) !important; pointer-events: none; }
.pwy-menu-open .pwy-dock { opacity: 0; pointer-events: none; }
@media (max-width: 560px) { .pwy-dock a, .pwy-dock button { height: 50px; min-width: 50px; } }

/* ==========================================================================
   PAGE HERO
   ========================================================================== */
.pwy-page-hero { min-height: max(560px, 78svh); padding: 0; display: flex; align-items: flex-end; isolation: isolate; }
.pwy-phero__media { position: absolute; inset: 0; z-index: -1; background: #000; }
.pwy .pwy-phero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.55) saturate(1.1); transform: scale(1.03); }
.pwy-phero__media > span { position: absolute; inset: 0; background:
  radial-gradient(60% 70% at 80% 20%, rgba(255, 195, 107, .18), transparent 60%),
  linear-gradient(90deg, rgba(9, 9, 13, .92) 0%, rgba(9, 9, 13, .55) 55%, rgba(9, 9, 13, .2) 100%),
  linear-gradient(0deg, var(--pwy-ink) 0%, rgba(9, 9, 13, 0) 40%); }
.pwy-phero__in { padding-top: 150px; padding-bottom: 70px; }
.pwy-crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 26px; font-size: 13.5px; color: rgba(255, 255, 255, .6); }
.pwy-crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.pwy-crumbs a { color: rgba(255, 255, 255, .8); } .pwy-crumbs a:hover { color: #fff; text-decoration: underline; }
.pwy-crumbs [aria-current] { color: var(--pwy-gold); }
.pwy-phero__h1 { display: flex; flex-direction: column; gap: 18px; max-width: 980px; }
.pwy-phero__h1 .pwy-kicker { color: #fff; font-size: 13.5px; }
.pwy-phero__h1 .pwy-kicker::before { display: none; }
.pwy-phero__t { font-family: var(--pwy-display); font-weight: 700; font-size: clamp(44px, 6.6vw, 104px); line-height: .95; letter-spacing: -.045em; color: #fff; }
.pwy-phero__t em { color: var(--pwy-gold); }
.pwy-phero__intro { max-width: 640px; margin-top: 24px; font-size: clamp(17px, 1.4vw, 20px); color: rgba(255, 255, 255, .76); }
.pwy-phero__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.pwy-phero__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.pwy-phero__chips li { padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .06); backdrop-filter: blur(8px); font-size: 14px; color: rgba(255, 255, 255, .88); }
@media (max-width: 700px) { .pwy-phero__in { padding-top: 120px; padding-bottom: 50px; } .pwy-phero__ctas .pwy-btn { flex: 1 1 auto; } }

/* ==========================================================================
   SPLIT, RICH TEXT, TICKS
   ========================================================================== */
.pwy-split__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(30px, 6vw, 90px); align-items: center; }
.pwy-split.is-rev .pwy-split__fig { order: -1; }
.pwy-rich { margin-top: 26px; font-size: 17.5px; line-height: 1.72; color: var(--pwy-mute); }
.is-dark .pwy-rich { color: rgba(255, 255, 255, .72); }
.pwy-rich p + p, .pwy-rich ul, .pwy-rich ol, .pwy-rich p + h3 { margin-top: 16px; }
.pwy-rich strong { color: var(--pwy-txt); font-weight: 600; }
.is-dark .pwy-rich strong { color: #fff; }
.pwy-rich a { color: var(--pwy-red); font-weight: 500; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.pwy-rich h3 { margin-top: 34px; font-family: var(--pwy-display); font-size: clamp(22px, 2vw, 28px); font-weight: 600; letter-spacing: -.02em; line-height: 1.2; color: var(--pwy-txt); scroll-margin-top: 110px; }
.pwy-rich ul, .pwy-rich ol { padding-left: 0; list-style: none; display: grid; gap: 8px; }
.pwy-rich ul li, .pwy-rich ol li { position: relative; padding-left: 26px; }
.pwy-rich ul li::before { content: ""; position: absolute; left: 4px; top: .7em; width: 8px; height: 8px; border-radius: 50%; background: var(--pwy-red); }
.pwy-rich ol { counter-reset: n; } .pwy-rich ol li { counter-increment: n; } .pwy-rich ol li::before { content: counter(n); position: absolute; left: 0; top: .15em; width: 20px; height: 20px; border-radius: 6px; background: var(--pwy-ink); color: #fff; font-size: 11px; font-weight: 700; display: grid; place-items: center; }
.pwy-ticks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-top: 28px; }
.pwy-ticks li { display: flex; gap: 10px; font-size: 15.5px; font-weight: 500; line-height: 1.4; }
.pwy-ticks .pwy-ico { flex: none; width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: rgba(232, 52, 78, .12); color: var(--pwy-red); }
.pwy-split__fig { position: relative; aspect-ratio: 4 / 4.6; border-radius: 28px; overflow: hidden; box-shadow: 0 40px 80px -40px rgba(9, 9, 13, .55); }
.pwy .pwy-split__fig img { width: 100%; height: 100%; object-fit: cover; }
.pwy-split__badge { position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: rgba(9, 9, 13, .7); backdrop-filter: blur(10px); color: #fff; font-size: 14px; font-weight: 600; }
.pwy-split__badge .pwy-ico { width: 16px; height: 16px; color: var(--pwy-gold); }
@media (max-width: 900px) { .pwy-split__grid { grid-template-columns: 1fr; } .pwy-split.is-rev .pwy-split__fig { order: 0; } .pwy-split__fig { aspect-ratio: 4 / 3.4; } .pwy-ticks { grid-template-columns: 1fr; } }

/* ==========================================================================
   CARDS
   ========================================================================== */
.pwy-cards__head { margin-bottom: 44px; max-width: 880px; }
.pwy-cards__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pwy-cards__grid.is-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pwy-card { position: relative; display: flex; flex-direction: column; gap: 12px; padding: 28px; border-radius: 24px; overflow: hidden; isolation: isolate; transition: transform .5s var(--pwy-ease), border-color .4s; }
.is-dark .pwy-card { background: linear-gradient(160deg, rgba(29, 67, 135, .22), rgba(17, 17, 24, .9) 60%); border: 1px solid var(--pwy-line-d); }
.is-paper .pwy-card { background: #fff; border: 1px solid var(--pwy-line-l); }
.pwy-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(220px circle at 0% 0%, rgba(232, 52, 78, .22), transparent 70%); opacity: 0; transition: opacity .5s; }
.pwy-card:hover { transform: translateY(-4px); border-color: rgba(232, 52, 78, .45); }
.pwy-card:hover::before { opacity: 1; }
.pwy-card__mark { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: rgba(232, 52, 78, .14); color: var(--pwy-red-2); font-family: var(--pwy-display); font-weight: 700; font-size: 18px; }
.is-paper .pwy-card__mark { color: var(--pwy-red); }
.pwy-card__mark .pwy-ico { width: 24px; height: 24px; }
.pwy-card h3 { margin-top: 6px; font-family: var(--pwy-display); font-size: 22px; font-weight: 600; letter-spacing: -.02em; line-height: 1.2; }
.is-dark .pwy-card h3 { color: #fff; }
.pwy-card p { font-size: 15.5px; color: var(--pwy-mute); }
.is-dark .pwy-card p { color: rgba(255, 255, 255, .64); }
.pwy-cards.is-num .pwy-card__mark { background: transparent; border: 1px solid currentColor; }
@media (max-width: 1000px) { .pwy-cards__grid, .pwy-cards__grid.is-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .pwy-cards__grid, .pwy-cards__grid.is-4 { grid-template-columns: 1fr; } .pwy-card { padding: 22px; } }

/* ==========================================================================
   PROSE (long-form guide) — sticky index + readable column
   ========================================================================== */
.pwy-prose__grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(30px, 6vw, 90px); align-items: start; }
.pwy-prose__side { position: sticky; top: 110px; }
.pwy-prose__toc { margin-top: 30px; padding: 20px 22px; border-radius: 20px; background: #fff; border: 1px solid var(--pwy-line-l); }
.pwy-prose__toc p { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--pwy-mute); margin-bottom: 10px; }
.pwy-prose__toc ol { display: grid; gap: 8px; counter-reset: t; }
.pwy-prose__toc li { counter-increment: t; display: flex; gap: 10px; font-size: 15px; font-weight: 500; line-height: 1.35; }
.pwy-prose__toc li::before { content: counter(t, decimal-leading-zero); font-size: 12px; color: var(--pwy-red); padding-top: 2px; }
.pwy-prose__toc a:hover { color: var(--pwy-red); }
.pwy-prose__body { margin-top: 0; font-size: 18px; }
.pwy-prose__body > p:first-child { font-size: 20px; color: var(--pwy-txt); }
@media (max-width: 900px) { .pwy-prose__grid { grid-template-columns: 1fr; } .pwy-prose__side { position: static; } }

/* ==========================================================================
   RELATED
   ========================================================================== */
.pwy-related__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.pwy .pwy-link--light { color: #fff; }
.pwy-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pwy-rel { position: relative; display: flex; flex-direction: column; border-radius: 24px; overflow: hidden; background: var(--pwy-ink-2); border: 1px solid var(--pwy-line-d); transition: transform .5s var(--pwy-ease), border-color .4s; }
.pwy-rel:hover { transform: translateY(-5px); border-color: rgba(232, 52, 78, .5); }
.pwy-rel__img { aspect-ratio: 16 / 10; overflow: hidden; }
.pwy .pwy-rel__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--pwy-ease); }
.pwy-rel:hover .pwy-rel__img img { transform: scale(1.06); }
.pwy-rel__body { display: flex; flex-direction: column; gap: 6px; padding: 22px 24px 26px; }
.pwy-rel__body small { font-size: 12px; letter-spacing: .08em; color: var(--pwy-gold); }
.pwy-rel__body h3 { font-family: var(--pwy-display); font-size: 26px; font-weight: 600; letter-spacing: -.02em; color: #fff; }
.pwy-rel__body > span { font-size: 15px; color: rgba(255, 255, 255, .62); }
.pwy-rel__go { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(9, 9, 13, .6); color: #fff; backdrop-filter: blur(8px); transition: background .4s, transform .5s var(--pwy-ease); }
.pwy-rel__go .pwy-ico { width: 18px; height: 18px; }
.pwy-rel:hover .pwy-rel__go { background: var(--pwy-red); transform: rotate(45deg); }
@media (max-width: 900px) { .pwy-related__grid { grid-template-columns: 1fr; } .pwy-related__head { flex-direction: column; align-items: flex-start; } }

/* ==========================================================================
   TEAM
   ========================================================================== */
.pwy-team__head { margin-bottom: 40px; max-width: 760px; }
.pwy-team__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.pwy-person { margin: 0; padding: 14px 14px 22px; border-radius: 26px; background: #fff; border: 1px solid var(--pwy-line-l); }
.pwy-person__img { aspect-ratio: 1; border-radius: 18px; overflow: hidden; background: linear-gradient(145deg, var(--pwy-blue), var(--pwy-ink)); display: grid; place-items: center; }
.pwy .pwy-person__img img { width: 100%; height: 100%; object-fit: cover; }
.pwy-person__img.is-empty span { font-family: var(--pwy-display); font-size: 72px; font-weight: 800; color: #fff; letter-spacing: -.04em; }
.pwy-person figcaption { padding: 16px 8px 0; }
.pwy-person h3 { font-family: var(--pwy-display); font-size: 24px; font-weight: 600; letter-spacing: -.02em; }
.pwy-person__role { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--pwy-red); margin: 2px 0 8px; }
.pwy-person p:last-child { font-size: 15px; color: var(--pwy-mute); }

/* ==========================================================================
   BLOG — single post and index (plugin templates)
   ========================================================================== */
.pwy-post-hero { padding: 150px 0 60px; background: radial-gradient(70% 90% at 90% 0%, rgba(29, 67, 135, .5), transparent 60%), radial-gradient(50% 60% at 0% 100%, rgba(232, 52, 78, .22), transparent 60%), var(--pwy-ink); color: #fff; }
.pwy-post-hero .pwy-crumbs ol { margin-bottom: 22px; }
.pwy-post-hero h1 { max-width: 980px; font-family: var(--pwy-display); font-weight: 700; font-size: clamp(36px, 5vw, 72px); line-height: 1; letter-spacing: -.04em; }
.pwy-post-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; font-size: 14.5px; color: rgba(255, 255, 255, .65); }
.pwy-post-meta a { color: var(--pwy-gold); }
.pwy-post-meta span { display: inline-flex; align-items: center; gap: 6px; }
.pwy-post-meta .pwy-ico { width: 15px; height: 15px; }
.pwy-post-cover { margin-top: -1px; background: linear-gradient(var(--pwy-ink) 50%, var(--pwy-paper) 50%); }
.pwy-post-cover figure { max-width: 1100px; margin: 0 auto; aspect-ratio: 16 / 8; border-radius: 28px; overflow: hidden; box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .7); }
.pwy .pwy-post-cover img { width: 100%; height: 100%; object-fit: cover; }
.pwy-post-body { background: var(--pwy-paper); padding: 60px 0 100px; }
.pwy-post-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 60px; max-width: 1100px; margin: 0 auto; }
.pwy-answer { position: relative; padding: 24px 26px 24px 30px; border-radius: 20px; background: #fff; border: 1px solid var(--pwy-line-l); margin-bottom: 34px; }
.pwy-answer::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 4px; border-radius: 4px; background: linear-gradient(var(--pwy-red), var(--pwy-blue)); }
.pwy-answer b { display: block; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--pwy-red); margin-bottom: 8px; }
.pwy-answer p { font-size: 18px; line-height: 1.6; color: var(--pwy-txt); }
.pwy-article { font-size: 18px; line-height: 1.78; color: #34323b; }
.pwy-article > * + * { margin-top: 18px; }
.pwy-article h2 { margin-top: 48px; font-family: var(--pwy-display); font-size: clamp(28px, 2.6vw, 36px); font-weight: 700; letter-spacing: -.03em; line-height: 1.12; color: var(--pwy-txt); scroll-margin-top: 110px; }
.pwy-article h3 { margin-top: 32px; font-family: var(--pwy-display); font-size: 23px; font-weight: 600; letter-spacing: -.02em; color: var(--pwy-txt); }
.pwy-article a { color: var(--pwy-red); text-decoration: underline; text-underline-offset: 3px; }
.pwy-article ul, .pwy-article ol { padding-left: 1.3em; }
.pwy-article li + li { margin-top: 6px; }
.pwy-article img { border-radius: 16px; height: auto; }
.pwy-article table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 15.5px; line-height: 1.5; background: #fff; border: 1px solid var(--pwy-line-l); border-radius: 16px; overflow: hidden; display: block; overflow-x: auto; }
.pwy-article th { background: var(--pwy-ink); color: #fff; font-weight: 600; text-align: left; }
.pwy-article th, .pwy-article td { padding: 12px 16px; vertical-align: top; border-bottom: 1px solid var(--pwy-line-l); }
.pwy-article tr:last-child td { border-bottom: 0; }
.pwy-article blockquote { margin: 26px 0; padding: 18px 24px; border-left: 4px solid var(--pwy-red); background: #fff; border-radius: 0 16px 16px 0; font-family: var(--pwy-serif); font-style: italic; font-size: 22px; color: var(--pwy-txt); }
.pwy-side { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 16px; align-self: start; }
.pwy-side__toc, .pwy-side__cta { padding: 22px; border-radius: 22px; }
.pwy-side__toc { background: #fff; border: 1px solid var(--pwy-line-l); }
.pwy-side__toc p { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--pwy-mute); margin-bottom: 10px; }
.pwy-side__toc ol { display: grid; gap: 8px; font-size: 14.5px; line-height: 1.35; padding-left: 1.1em; }
.pwy-side__toc a:hover { color: var(--pwy-red); }
.pwy-side__cta { background: var(--pwy-ink); color: #fff; }
.pwy-side__cta h3 { font-family: var(--pwy-display); font-size: 24px; font-weight: 700; letter-spacing: -.02em; line-height: 1.1; margin-bottom: 8px; }
.pwy-side__cta p { font-size: 14.5px; color: rgba(255, 255, 255, .7); margin-bottom: 16px; }
.pwy-side__cta .pwy-btn { width: 100%; }
.pwy-side__cta .pwy-btn + .pwy-btn { margin-top: 8px; }
.pwy-post-faq { margin-top: 56px; }
.pwy-post-faq h2 { font-family: var(--pwy-display); font-size: 32px; font-weight: 700; letter-spacing: -.03em; margin-bottom: 10px; }
.pwy-author { display: flex; gap: 16px; align-items: center; margin-top: 50px; padding: 22px; border-radius: 22px; background: #fff; border: 1px solid var(--pwy-line-l); }
.pwy-author__av { flex: none; width: 60px; height: 60px; border-radius: 16px; background: linear-gradient(145deg, var(--pwy-red), var(--pwy-blue)); display: grid; place-items: center; color: #fff; font-family: var(--pwy-display); font-weight: 800; font-size: 20px; }
.pwy-author b { display: block; font-size: 17px; } .pwy-author p { font-size: 14.5px; color: var(--pwy-mute); }
@media (max-width: 1000px) { .pwy-post-grid { grid-template-columns: 1fr; } .pwy-side { position: static; } .pwy-post-cover figure { border-radius: 0; aspect-ratio: 16 / 10; } }

.pwy-blog-hero { padding: 160px 0 70px; background: radial-gradient(60% 80% at 100% 0%, rgba(232, 52, 78, .3), transparent 60%), radial-gradient(60% 80% at 0% 100%, rgba(29, 67, 135, .45), transparent 60%), var(--pwy-ink); color: #fff; }
.pwy-blog-hero h1 { font-family: var(--pwy-display); font-weight: 700; font-size: clamp(46px, 7vw, 110px); line-height: .92; letter-spacing: -.05em; display: flex; flex-direction: column; gap: 18px; }
.pwy-blog-hero h1 em { color: var(--pwy-gold); }
.pwy-blog-hero p { max-width: 620px; margin-top: 22px; font-size: 19px; color: rgba(255, 255, 255, .7); }
.pwy-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.pwy-cats a { padding: 9px 16px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .2); font-size: 14.5px; font-weight: 500; color: rgba(255, 255, 255, .85); transition: all .3s; }
.pwy-cats a:hover, .pwy-cats a.is-on { background: var(--pwy-red); border-color: var(--pwy-red); color: #fff; }
.pwy-posts { background: var(--pwy-paper); padding: 70px 0 110px; }
.pwy-posts__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pwy-pcard { display: flex; flex-direction: column; border-radius: 24px; overflow: hidden; background: #fff; border: 1px solid var(--pwy-line-l); transition: transform .5s var(--pwy-ease), box-shadow .5s var(--pwy-ease); }
.pwy-pcard:hover { transform: translateY(-5px); box-shadow: 0 30px 60px -34px rgba(9, 9, 13, .45); }
.pwy-pcard__img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--pwy-paper-2); }
.pwy .pwy-pcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--pwy-ease); }
.pwy-pcard:hover .pwy-pcard__img img { transform: scale(1.05); }
.pwy-pcard__body { display: flex; flex-direction: column; gap: 10px; padding: 22px 24px 26px; flex: 1; }
.pwy-pcard__cat { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--pwy-red); }
.pwy-pcard h2, .pwy-pcard h3 { font-family: var(--pwy-display); font-size: 23px; font-weight: 600; letter-spacing: -.02em; line-height: 1.18; }
.pwy-pcard p { font-size: 15px; color: var(--pwy-mute); }
.pwy-pcard__more { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 14.5px; font-weight: 600; }
.pwy-pcard__more .pwy-ico { width: 16px; height: 16px; transition: transform .35s var(--pwy-ease); }
.pwy-pcard:hover .pwy-pcard__more .pwy-ico { transform: translateX(4px); }
.pwy-pcard.is-feature { grid-column: span 2; flex-direction: row; }
.pwy-pcard.is-feature .pwy-pcard__img { flex: 1.2; aspect-ratio: auto; min-height: 340px; }
.pwy-pcard.is-feature .pwy-pcard__body { flex: 1; padding: 34px; }
.pwy-pcard.is-feature h2 { font-size: 34px; }
.pwy-pager { display: flex; justify-content: center; gap: 8px; margin-top: 50px; }
.pwy-pager a, .pwy-pager span { display: grid; place-items: center; min-width: 46px; height: 46px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--pwy-line-l); font-weight: 600; }
.pwy-pager .current { background: var(--pwy-ink); color: #fff; border-color: var(--pwy-ink); }
.pwy-pager a:hover { border-color: var(--pwy-red); color: var(--pwy-red); }
@media (max-width: 1000px) { .pwy-posts__grid { grid-template-columns: 1fr 1fr; } .pwy-pcard.is-feature { grid-column: 1 / -1; } }
@media (max-width: 640px) { .pwy-posts__grid { grid-template-columns: 1fr; } .pwy-pcard.is-feature { flex-direction: column; } .pwy-pcard.is-feature .pwy-pcard__img { min-height: 220px; } }

/* image loading: soft shimmer until the photo arrives */
.pwy img[loading="lazy"] { background: linear-gradient(110deg, rgba(127, 127, 127, .08) 30%, rgba(127, 127, 127, .18) 50%, rgba(127, 127, 127, .08) 70%) 0 0 / 200% 100%; animation: pwy-shimmer 1.4s linear infinite; }
.pwy img.is-loaded { animation: none; background: none; }
@keyframes pwy-shimmer { to { background-position: -200% 0; } }
.pwy-js .pwy img.pwy-fade { opacity: 0; transition: opacity .8s var(--pwy-ease); }
.pwy-js .pwy img.pwy-fade.is-loaded { opacity: 1; }
.pwy-areas__chips { max-height: 340px; overflow-y: auto; padding-right: 6px; scrollbar-width: thin; scrollbar-color: rgba(232,52,78,.6) transparent; } .pwy-areas__chips li { padding: 6px 11px 6px 9px; font-size: 13.5px; }
.pwy-side__cta h3, .pwy-side__cta p { color: #fff; } .pwy-side__cta p { opacity: .72; }

/* ==========================================================================
   v2 — premium palette (royal navy, gold, silver + logo pink), per-page
   accent (pink for events, royal blue for technical pages), fixes.
   Everything below overrides earlier rules on purpose.
   ========================================================================== */
:root {
  --pwy-red: #e31e5a;          /* logo pink-red */
  --pwy-red-2: #ff5a86;
  --pwy-gold: #d8b36a;
  --pwy-gold-2: #f2d99b;
  --pwy-gold-3: #a8813b;
  --pwy-silver: #c9cfd9;
  --pwy-silver-2: #eef1f6;
  --pwy-royal: #0d1433;
  --pwy-royal-2: #16215a;
  --pwy-royal-3: #1f2f7a;
  --pwy-ink: #080a14;
  --pwy-ink-2: #10142a;
  --pwy-ink-3: #182040;
  --pwy-gold-grad: linear-gradient(135deg, #f6e3ae 0%, #d8b36a 40%, #a8813b 70%, #f2d99b 100%);
  --pwy-silver-grad: linear-gradient(135deg, #ffffff 0%, #c9cfd9 45%, #8d96a8 75%, #eef1f6 100%);
}
body.pwy-tech { --pwy-red: #2f5ee6; --pwy-red-2: #7b9bff; }

/* dark sections: royal, not flat black */
.pwy-sec.is-dark { background: radial-gradient(120% 80% at 100% 0%, rgba(31, 47, 122, .45), transparent 55%), radial-gradient(90% 70% at 0% 100%, rgba(227, 30, 90, .10), transparent 60%), var(--pwy-ink); }
.pwy-sec.is-paper { background: #faf7f1; }
.is-dark .pwy-kicker { color: var(--pwy-gold-2); }
.is-dark .pwy-kicker::before { background: var(--pwy-gold); }
.is-dark .pwy-h__t em, .pwy-hero__t em, .pwy-phero--cinema .pwy-phero__t em, .pwy-phero--split .pwy-phero__t em, .pwy-phero--mosaic .pwy-phero__t em,
.pwy-phero--editorial .pwy-phero__t em, .pwy-foot__line em, .pwy-showreel__cap em, .pwy-ctab__t em, .pwy-blog-hero h1 em {
  background: var(--pwy-gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .06em; }
.is-paper .pwy-h__t em { color: var(--pwy-red); }
.pwy-bento__stat.is-ink b, .pwy-bento__stat b { letter-spacing: -.045em; }
.pwy-bento__stat.is-ink b { background: var(--pwy-gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pwy-bento__stat.is-ink { background: linear-gradient(160deg, var(--pwy-royal-2), var(--pwy-ink)); }
.pwy-bento__stat.is-blue { background: linear-gradient(160deg, var(--pwy-royal-3), var(--pwy-royal)); }
.pwy-bento__stat.is-line { border-color: rgba(216, 179, 106, .45); }
.pwy-bento__stat.is-red { background: linear-gradient(150deg, var(--pwy-red), #b3134a); }

/* text never escapes its box */
.pwy :where(h1, h2, h3, h4, p, li, a, span, b, q) { overflow-wrap: break-word; }
.pwy-h__t, .pwy-hero__t, .pwy-phero__t, .pwy-showreel__cap, .pwy-foot__line, .pwy-intro__text { hyphens: manual; text-wrap: balance; }
.pwy-lead, .pwy-rich p, .pwy-card p { text-wrap: pretty; }
.pwy img { max-width: 100%; }

/* buttons */
.pwy .pwy-btn--gold { background: var(--pwy-gold-grad); color: #1a1406; box-shadow: 0 12px 34px -12px rgba(216, 179, 106, .8); }
.pwy .pwy-btn--gold:hover { filter: brightness(1.06); color: #1a1406; transform: translateY(-2px); }
.pwy .pwy-btn--wa { background: #25d366; color: #fff; box-shadow: 0 12px 30px -12px rgba(37, 211, 102, .8); }
.pwy .pwy-btn--wa:hover { background: #1ebe5b; color: #fff; }
.pwy .pwy-btn--glass { background: rgba(255, 255, 255, .08); color: #fff; border: 1px solid rgba(242, 217, 155, .45); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.pwy .pwy-btn--glass:hover { background: rgba(242, 217, 155, .16); color: #fff; border-color: var(--pwy-gold-2); }
.pwy .pwy-btn--glass .pwy-btn__play { background: var(--pwy-gold-grad); color: #1a1406; }
.is-wa .pwy-ico, a.is-wa .pwy-ico { color: #25d366 !important; }

/* header: gold hover pill, gold CTA edge */
.pwy-hdr__nav > ul > li > a, .pwy-hdr__nav > ul > li > button { border-radius: 999px; transition: color .3s, background .3s, opacity .3s; }
.pwy-hdr__nav > ul > li > a:hover, .pwy-hdr__nav > ul > li > button:hover, .pwy-hdr__nav > ul > li.is-open > button, .pwy-hdr__nav > ul > li.is-current > a {
  color: var(--pwy-gold-2); background: rgba(242, 217, 155, .10); opacity: 1; }
.pwy-hdr__nav > ul > li > a::after, .pwy-hdr__nav > ul > li > button::after { background: var(--pwy-gold-grad); height: 2px; bottom: 3px; }
.pwy-mega__in { border-color: rgba(216, 179, 106, .22); background: linear-gradient(160deg, rgba(22, 33, 90, .97), rgba(8, 10, 20, .97)); }
.pwy-mega__label { color: var(--pwy-gold-2); }
.pwy-mega__grid a:hover { background: rgba(242, 217, 155, .07); }
.pwy-mega__grid a:hover b { color: var(--pwy-gold-2); }
.pwy-hdr__call:hover { color: var(--pwy-gold-2); background: rgba(242, 217, 155, .1); }
.pwy-hdr.is-light .pwy-hdr__bar, .pwy-hdr.is-scrolled .pwy-hdr__bar { border-color: rgba(216, 179, 106, .22); }
.pwy-hdr.is-light .pwy-hdr__bar::after, .pwy-hdr.is-scrolled .pwy-hdr__bar::after { background: linear-gradient(90deg, transparent, var(--pwy-gold), var(--pwy-red), transparent); }

/* dock: ring centred on the button */
.pwy .pwy-dock__top { position: relative; overflow: visible; }
.pwy .pwy-dock__top .pwy-dock__ring { position: absolute; left: -4px; top: -4px; width: 54px !important; height: 54px !important; max-width: none; transform: rotate(-90deg) !important; pointer-events: none; }
.pwy .pwy-dock__top .pwy-dock__ring circle { stroke: var(--pwy-gold); stroke-width: 2.5; stroke-linecap: round; transition: stroke-dashoffset .1s linear; }
.pwy .pwy-dock__top > .pwy-ico { transform: rotate(-90deg); }
.pwy-dock__call { background: linear-gradient(135deg, var(--pwy-red), #b3134a) !important; }

/* social icons in official colours */
.pwy-foot__social a { border: 0; color: #fff; }
.pwy-foot__social a.is-instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.pwy-foot__social a.is-facebook { background: #1877f2; }
.pwy-foot__social a.is-linkedin { background: #0a66c2; }
.pwy-foot__social a.is-pinterest { background: #e60023; }
.pwy-foot__social a.is-youtube { background: #ff0000; }
.pwy-foot__social a:hover { transform: translateY(-3px); filter: brightness(1.08); background-color: inherit; }
.pwy-foot { background: radial-gradient(90% 60% at 100% 0%, rgba(31, 47, 122, .5), transparent 60%), var(--pwy-ink); }
.pwy-foot__mark b { background: var(--pwy-gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pwy-foot__legal { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.pwy-foot__legal a:hover { color: var(--pwy-gold-2); }
.pwy-foot__col h3 { color: var(--pwy-gold-2); opacity: .85; }

/* ==========================================================================
   PAGE HERO VARIANTS
   ========================================================================== */
.pwy-page-hero { min-height: 0; }
.pwy-phero__chips li { border-color: rgba(242, 217, 155, .3); }
.pwy-phero--cinema { min-height: max(540px, 74svh); }
/* split */
.pwy-phero--split, .pwy-phero--tech, .pwy-phero--mosaic, .pwy-phero--editorial { padding: 140px 0 80px; display: block; }
.pwy-phero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(30px, 5vw, 80px); align-items: center; }
.pwy-phero--split .pwy-phero__t, .pwy-phero--arch .pwy-phero__t, .pwy-phero--tech .pwy-phero__t { font-size: clamp(40px, 5.4vw, 84px); }
.pwy-phero__frame { position: relative; margin: 0; aspect-ratio: 4 / 4.8; border-radius: 30px; padding: 10px; background: var(--pwy-gold-grad); box-shadow: 0 50px 90px -40px rgba(0, 0, 0, .8); transform: rotate(1.5deg); }
.pwy .pwy-phero__frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; }
.pwy-phero__seal { position: absolute; left: -26px; bottom: 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 128px; height: 128px; border-radius: 50%;
  background: var(--pwy-royal); border: 2px solid var(--pwy-gold); color: #fff; text-align: center; transform: rotate(-8deg); box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .6); }
.pwy-phero__seal b { font-family: var(--pwy-display); font-size: 34px; line-height: 1; background: var(--pwy-gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pwy-phero__seal span { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; line-height: 1.3; margin-top: 4px; padding: 0 14px; color: var(--pwy-silver); }
/* mosaic */
.pwy-phero__center { text-align: center; display: flex; flex-direction: column; align-items: center; }
.pwy-phero__center .pwy-crumbs ol { justify-content: center; }
.pwy-phero__center .pwy-phero__h1 { align-items: center; }
.pwy-phero__center .pwy-phero__intro { margin-left: auto; margin-right: auto; }
.pwy-phero--mosaic .pwy-phero__t { font-size: clamp(42px, 6vw, 96px); }
.pwy-phero__mosaic { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 18px; align-items: center; max-width: 1180px; margin: 50px auto 0; padding: 0 var(--pwy-gut); }
.pwy-phero__mosaic figure { margin: 0; border-radius: 26px; overflow: hidden; box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .9); border: 1px solid rgba(242, 217, 155, .35); }
.pwy .pwy-phero__mosaic img { width: 100%; height: 100%; object-fit: cover; }
.pwy-phero__mosaic .m1 { aspect-ratio: 3 / 4; transform: rotate(-5deg) translateY(30px); }
.pwy-phero__mosaic .m2 { aspect-ratio: 4 / 3.6; z-index: 2; }
.pwy-phero__mosaic .m3 { aspect-ratio: 3 / 4; transform: rotate(5deg) translateY(30px); }
.pwy-phero--mosaic .pwy-phero__chips { justify-content: center; margin-top: 56px; }
/* editorial */
.pwy-phero--editorial .pwy-phero__t { font-size: clamp(46px, 8vw, 140px); line-height: .9; }
.pwy-phero__row { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-top: 10px; }
.pwy-phero__row .pwy-phero__chips { justify-content: flex-end; margin-top: 0; }
.pwy-phero__pano { margin: 46px 0 0; height: clamp(260px, 38vw, 520px); overflow: hidden; position: relative; border-top: 1px solid rgba(242, 217, 155, .3); }
.pwy .pwy-phero__pano img { width: 100%; height: 130%; object-fit: cover; transform: translateY(var(--py, 0)); }
.pwy-phero__pano::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 10, 20, .6), transparent 30%, transparent 70%, var(--pwy-ink)); }
/* arch (light) */
.pwy-phero--arch { padding: 150px 0 90px; background: radial-gradient(70% 70% at 90% 10%, rgba(216, 179, 106, .25), transparent 60%), radial-gradient(60% 60% at 0% 100%, rgba(227, 30, 90, .08), transparent 60%), #faf7f1; }
.pwy-phero--arch .pwy-phero__h1 .pwy-kicker { color: var(--pwy-red); }
.pwy-phero--arch .pwy-phero__t { color: var(--pwy-txt); }
.pwy-phero--arch .pwy-phero__t em { color: var(--pwy-red); }
.pwy-phero--arch .pwy-phero__intro { color: var(--pwy-mute); }
.pwy-phero--arch .pwy-crumbs ol, .pwy-phero--arch .pwy-crumbs a { color: var(--pwy-mute); }
.pwy-phero--arch .pwy-crumbs [aria-current] { color: var(--pwy-gold-3); }
.pwy-phero--arch .pwy-phero__chips li { background: #fff; color: var(--pwy-txt); border-color: rgba(168, 129, 59, .35); }
.pwy-phero__arch { position: relative; margin: 0 auto; width: min(100%, 470px); aspect-ratio: 4 / 5.4; border-radius: 999px 999px 26px 26px; overflow: hidden; border: 8px solid #fff; box-shadow: 0 50px 90px -40px rgba(60, 40, 10, .45), 0 0 0 1px rgba(168, 129, 59, .35); }
.pwy .pwy-phero__arch img { width: 100%; height: 100%; object-fit: cover; }
.pwy-phero__arch i { position: absolute; inset: 14px; border-radius: 999px 999px 18px 18px; border: 1.5px solid rgba(242, 217, 155, .9); pointer-events: none; }
/* tech (digital pages) */
.pwy-phero--tech { background: radial-gradient(90% 80% at 80% 20%, rgba(47, 94, 230, .45), transparent 60%), radial-gradient(70% 70% at 0% 100%, rgba(123, 155, 255, .18), transparent 60%), #070b1f; overflow: hidden; }
.pwy-phero__mesh { position: absolute; inset: 0; background-image: linear-gradient(rgba(201, 207, 217, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 207, 217, .07) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(80% 70% at 70% 40%, #000, transparent 75%); -webkit-mask-image: radial-gradient(80% 70% at 70% 40%, #000, transparent 75%); }
.pwy-phero__mesh i { position: absolute; width: 380px; height: 380px; border-radius: 50%; filter: blur(70px); opacity: .5; animation: pwy-float 12s ease-in-out infinite alternate; }
.pwy-phero__mesh i:nth-child(1) { background: #2f5ee6; right: 10%; top: 10%; }
.pwy-phero__mesh i:nth-child(2) { background: #7b9bff; right: 30%; bottom: -10%; animation-delay: -4s; }
.pwy-phero__mesh i:nth-child(3) { background: #c9cfd9; left: 5%; top: 30%; width: 220px; height: 220px; opacity: .15; animation-delay: -8s; }
@keyframes pwy-float { to { transform: translate(40px, -30px) scale(1.1); } }
.pwy-phero--tech .pwy-phero__t em { background: var(--pwy-silver-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pwy-phero--tech .pwy-kicker { color: #9fb6ff !important; }
.pwy-phero__ui { position: relative; height: 420px; }
.ui-win { position: absolute; inset: 20px 40px 60px 0; border-radius: 20px; background: rgba(13, 20, 51, .85); border: 1px solid rgba(201, 207, 217, .22); box-shadow: 0 50px 100px -40px rgba(0, 0, 0, .9); overflow: hidden; backdrop-filter: blur(10px); }
.ui-bar { display: flex; align-items: center; gap: 6px; padding: 12px 16px; border-bottom: 1px solid rgba(201, 207, 217, .12); }
.ui-bar i { width: 10px; height: 10px; border-radius: 50%; background: #ff5f57; } .ui-bar i:nth-child(2) { background: #febc2e; } .ui-bar i:nth-child(3) { background: #28c840; }
.ui-bar span { margin-left: 12px; padding: 4px 12px; border-radius: 999px; background: rgba(255, 255, 255, .06); font-size: 12px; color: var(--pwy-silver); }
.ui-body { padding: 26px; display: flex; flex-direction: column; gap: 12px; }
.ui-body b { width: 70%; height: 22px; border-radius: 8px; background: var(--pwy-silver-grad); opacity: .85; }
.ui-body em { display: block; height: 10px; border-radius: 6px; background: rgba(201, 207, 217, .18); }
.ui-body em.s { width: 55%; }
.ui-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.ui-cards span { height: 90px; border-radius: 12px; background: linear-gradient(160deg, rgba(47, 94, 230, .5), rgba(47, 94, 230, .1)); border: 1px solid rgba(123, 155, 255, .35); }
.ui-chip { position: absolute; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 14px; background: #fff; color: var(--pwy-royal); font-size: 13.5px; font-weight: 600; box-shadow: 0 20px 40px -14px rgba(0, 0, 0, .6); animation: pwy-bob 5s ease-in-out infinite; }
.ui-chip .pwy-ico { width: 18px; height: 18px; color: #2f5ee6; }
.ui-chip--a { left: -10px; bottom: 40px; } .ui-chip--b { right: 0; top: 0; animation-delay: -2.5s; }
@keyframes pwy-bob { 50% { transform: translateY(-10px); } }
.ui-graph { position: absolute; right: 0; bottom: 0; width: 180px; height: 120px; display: flex; align-items: flex-end; gap: 8px; padding: 14px; border-radius: 16px; background: rgba(13, 20, 51, .9); border: 1px solid rgba(201, 207, 217, .2); }
.ui-graph i { flex: 1; height: var(--h); border-radius: 5px 5px 2px 2px; background: linear-gradient(0deg, #2f5ee6, #9fb6ff); }
@media (max-width: 900px) {
  .pwy-phero--split, .pwy-phero--tech, .pwy-phero--mosaic, .pwy-phero--editorial { padding: 116px 0 56px; }
  .pwy-phero--arch { padding: 116px 0 60px; }
  .pwy-phero__grid { grid-template-columns: 1fr; }
  .pwy-phero__frame { max-width: 440px; transform: none; }
  .pwy-phero__seal { left: auto; right: -6px; bottom: -18px; width: 104px; height: 104px; }
  .pwy-phero__seal b { font-size: 28px; }
  .pwy-phero__mosaic { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 34px; }
  .pwy-phero__mosaic .m2 { grid-column: 1 / -1; order: -1; }
  .pwy-phero__mosaic .m1, .pwy-phero__mosaic .m3 { transform: none; aspect-ratio: 1; }
  .pwy-phero__row { grid-template-columns: 1fr; gap: 20px; }
  .pwy-phero__row .pwy-phero__chips { justify-content: flex-start; }
  .pwy-phero__ui { height: 300px; margin-top: 10px; }
  .ui-win { inset: 10px 10px 50px 0; }
  .ui-graph { width: 130px; height: 90px; }
  .pwy-phero__arch { width: min(84%, 380px); }
}

/* ==========================================================================
   CARD VARIANTS
   ========================================================================== */
.pwy-clist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 60px; counter-reset: c; }
.pwy-clist li { display: grid; grid-template-columns: 64px 1fr; gap: 4px 18px; padding: 26px 0; border-top: 1px solid var(--pwy-line-l); }
.is-dark .pwy-clist li { border-color: var(--pwy-line-d); }
.pwy-clist__no { grid-row: span 2; font-family: var(--pwy-display); font-size: 44px; font-weight: 700; line-height: 1; letter-spacing: -.04em; background: var(--pwy-gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pwy-clist h3 { font-family: var(--pwy-display); font-size: 23px; font-weight: 600; letter-spacing: -.02em; }
.is-dark .pwy-clist h3 { color: #fff; }
.pwy-clist p { font-size: 15.5px; color: var(--pwy-mute); }
.is-dark .pwy-clist p { color: rgba(255, 255, 255, .65); }
.pwy-cbento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.pwy-cbento__img { grid-row: span 2; margin: 0; border-radius: 24px; overflow: hidden; min-height: 320px; border: 1px solid rgba(216, 179, 106, .35); }
.pwy .pwy-cbento__img img { width: 100%; height: 100%; object-fit: cover; }
.pwy-cpills { display: flex; flex-wrap: wrap; gap: 12px; }
.pwy-cpills li { position: relative; flex: 1 1 260px; padding: 20px 22px; border-radius: 22px; background: #fff; border: 1px solid rgba(168, 129, 59, .28); cursor: default; transition: background .4s, transform .5s var(--pwy-ease), box-shadow .4s; }
.is-dark .pwy-cpills li { background: rgba(255, 255, 255, .04); border-color: rgba(242, 217, 155, .22); }
.pwy-cpills b { display: block; font-family: var(--pwy-display); font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.is-dark .pwy-cpills b { color: #fff; }
.pwy-cpills span { display: block; margin-top: 6px; font-size: 15px; color: var(--pwy-mute); }
.is-dark .pwy-cpills span { color: rgba(255, 255, 255, .62); }
.pwy-cpills li:hover, .pwy-cpills li:focus { transform: translateY(-4px); box-shadow: 0 24px 50px -30px rgba(60, 40, 10, .5); background: linear-gradient(160deg, #fff, #fbf3e2); }
.is-dark .pwy-cpills li:hover { background: rgba(242, 217, 155, .08); }
.pwy-crows { border-top: 1px solid var(--pwy-line-l); }
.is-dark .pwy-crows { border-color: var(--pwy-line-d); }
.pwy-crows li { position: relative; display: grid; grid-template-columns: 60px minmax(0, .8fr) minmax(0, 1.2fr) 48px; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--pwy-line-l); transition: padding .5s var(--pwy-ease); }
.is-dark .pwy-crows li { border-color: var(--pwy-line-d); }
.pwy-crows li:hover { padding-left: 14px; }
.pwy-crows__no { font-size: 13px; letter-spacing: .14em; color: var(--pwy-gold-3); }
.is-dark .pwy-crows__no { color: var(--pwy-gold-2); }
.pwy-crows h3 { font-family: var(--pwy-display); font-size: clamp(22px, 2.2vw, 30px); font-weight: 600; letter-spacing: -.02em; }
.is-dark .pwy-crows h3 { color: #fff; }
.pwy-crows p { font-size: 15.5px; color: var(--pwy-mute); }
.is-dark .pwy-crows p { color: rgba(255, 255, 255, .62); }
.pwy-crows__go { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(168, 129, 59, .4); color: var(--pwy-gold-3); transition: all .4s; }
.pwy-crows__go .pwy-ico { width: 18px; height: 18px; }
.pwy-crows li:hover .pwy-crows__go { background: var(--pwy-gold-grad); color: #1a1406; transform: rotate(45deg); border-color: transparent; }
.is-dark .pwy-card { background: linear-gradient(160deg, rgba(31, 47, 122, .35), rgba(16, 20, 42, .92) 60%); border-color: rgba(242, 217, 155, .14); }
.pwy-card__mark { background: rgba(216, 179, 106, .14); color: var(--pwy-gold-2); }
.is-paper .pwy-card__mark { background: rgba(227, 30, 90, .08); color: var(--pwy-red); }
.pwy-card:hover { border-color: rgba(216, 179, 106, .6); }
@media (max-width: 900px) {
  .pwy-clist { grid-template-columns: 1fr; }
  .pwy-cbento { grid-template-columns: 1fr; }
  .pwy-cbento__img { grid-row: auto; min-height: 220px; aspect-ratio: 16 / 10; }
  .pwy-crows li { grid-template-columns: 40px 1fr; gap: 6px 12px; }
  .pwy-crows p { grid-column: 2; }
  .pwy-crows__go { display: none; }
  .pwy-cpills li { flex-basis: 100%; }
}

/* ==========================================================================
   CTA BAND, REVIEWS, MAP
   ========================================================================== */
.pwy-cta-band { padding: clamp(60px, 7vw, 100px) 0; }
.pwy-ctab { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px; padding: clamp(28px, 4vw, 50px); border-radius: 30px; background: linear-gradient(120deg, rgba(31, 47, 122, .55), rgba(16, 20, 42, .8)); border: 1px solid rgba(242, 217, 155, .3); }
.pwy-ctab__t { font-family: var(--pwy-display); font-size: clamp(30px, 3.6vw, 52px); font-weight: 700; letter-spacing: -.035em; line-height: 1; color: #fff; }
.pwy-ctab__s { margin-top: 10px; color: rgba(255, 255, 255, .65); }
.pwy-reviews__head { margin-bottom: 40px; max-width: 820px; }
.pwy-reviews__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 18px; }
.pwy-stars { position: relative; display: inline-flex; gap: 2px; color: #d9dde5; }
.pwy-stars .pwy-ico { width: 18px; height: 18px; }
.pwy-tp { display: flex; flex-direction: column; gap: 18px; padding: 30px; border-radius: 28px; background: #fff; border: 1px solid rgba(168, 129, 59, .28); }
.pwy-tp__top { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 14px; }
.pwy-tp__top a { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; } .pwy-tp__top .pwy-ico { width: 15px; height: 15px; }
.pwy-tp__logo { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 18px; letter-spacing: -.01em; }
.pwy-tp__logo .pwy-ico { width: 22px; height: 22px; color: #00b67a; }
.pwy-tp__score { display: flex; align-items: center; gap: 18px; }
.pwy-tp__score b { font-family: var(--pwy-display); font-size: 64px; font-weight: 700; line-height: 1; letter-spacing: -.05em; }
.pwy-tp__score > div { display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: var(--pwy-mute); }
.pwy-tp__score .pwy-ico { width: 26px; height: 26px; }
.pwy-tp__list { display: grid; gap: 10px; }
.pwy-tp__list li { display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; align-items: center; padding: 12px 14px; border-radius: 14px; background: #faf7f1; }
.pwy-tp__list li .pwy-stars { grid-row: span 2; } .pwy-tp__list .pwy-ico { width: 13px; height: 13px; }
.pwy-tp__list q { font-weight: 600; font-size: 15px; quotes: "“" "”"; }
.pwy-tp__list cite { font-style: normal; font-size: 13px; color: var(--pwy-mute); }
.pwy .pwy-tp .pwy-btn { align-self: flex-start; }
.pwy-gmap { position: relative; border-radius: 28px; overflow: hidden; min-height: 420px; border: 1px solid rgba(168, 129, 59, .28); background: #e8e4dc; }
.pwy-gmap__frame, .pwy-gmap__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.pwy-gmap__card { position: absolute; left: 16px; right: 16px; bottom: 16px; display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 18px; background: rgba(255, 255, 255, .96); box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .45); }
.pwy-gmap__g { display: grid; place-items: center; flex: none; width: 44px; height: 44px; border-radius: 50%; background: conic-gradient(#ea4335 0 25%, #fbbc04 0 50%, #34a853 0 75%, #4285f4 0); color: #fff; font-weight: 800; font-size: 20px; }
.pwy-gmap__card > div { flex: 1; display: flex; flex-direction: column; font-size: 13.5px; color: var(--pwy-mute); line-height: 1.35; }
.pwy-gmap__card b { font-size: 16px; color: var(--pwy-txt); }
.pwy-gmap__r { display: inline-flex; align-items: center; gap: 6px; margin-top: 3px; }
.pwy .pwy-gmap__card .pwy-btn { height: 42px; padding: 0 16px; font-size: 14px; }
@media (max-width: 900px) { .pwy-reviews__grid { grid-template-columns: 1fr; } .pwy-gmap { min-height: 380px; } .pwy-gmap__card { flex-wrap: wrap; } .pwy-tp__score b { font-size: 52px; } }

/* ==========================================================================
   SHOWREEL + PROCESS on CSS sticky (desktop), reel modal
   ========================================================================== */
.pwy-showreel.is-live { height: 250vh; overflow: visible; }
.pwy-showreel.is-live .pwy-showreel__pin { position: sticky; top: 0; height: 100vh; }
.pwy-process.is-live { padding: 0; overflow: visible; }
.pwy-process.is-live .pwy-process__pin { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.pwy-process.is-live .pwy-process__head { margin-bottom: 30px; }
.pwy-process__card { background: linear-gradient(160deg, rgba(31, 47, 122, .4), rgba(16, 20, 42, .95) 60%); border-color: rgba(242, 217, 155, .16); }
.pwy-process__no { -webkit-text-stroke: 1.5px rgba(242, 217, 155, .5); }
.pwy-process__when { background: rgba(216, 179, 106, .14); color: var(--pwy-gold-2); }
.pwy-process__bar i { background: var(--pwy-gold-grad); }
.pwy.pwy-reel { position: fixed; inset: 0; z-index: 100000; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 20px; background: rgba(5, 6, 14, .94); backdrop-filter: blur(8px); }
.pwy.pwy-reel[hidden] { display: none; }
.pwy .pwy-reel video { width: min(1100px, 100%); max-height: 80vh; border-radius: 18px; background: #000; box-shadow: 0 40px 100px rgba(0, 0, 0, .7); border: 1px solid rgba(242, 217, 155, .3); }
.pwy-reel p { color: var(--pwy-silver); font-size: 14px; }
.pwy .pwy-reel__x { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: rgba(255, 255, 255, .1); color: #fff; }
.pwy .pwy-reel__x:hover { background: var(--pwy-red); color: #fff; }
.pwy-reel__x .pwy-ico { width: 22px; height: 22px; }

/* gallery: phones get an endless marquee (rows are rendered twice) */
.pwy-gallery__item.is-dup { display: none; }
@media (max-width: 900px) {
  .pwy-gallery__item.is-dup { display: block; }
  .pwy-gallery__row { animation: pwy-marq 46s linear infinite; margin-left: 0 !important; }
  .pwy-gallery__row[data-dir="1"] { animation-direction: reverse; animation-duration: 52s; }
  .pwy .pwy-gallery__item { width: 68vw; }
}
@keyframes pwy-marq { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(calc(-50% - 7px), 0, 0); } }
@media (prefers-reduced-motion: reduce) { .pwy-gallery__row { animation: none !important; } }

/* ==========================================================================
   CAREERS, LEGAL, BLOG CARDS v2
   ========================================================================== */
.pwy-careers__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.pwy-jobs { display: grid; gap: 12px; margin-top: 30px; }
.pwy-job { border-radius: 22px; background: #fff; border: 1px solid rgba(168, 129, 59, .28); padding: 0 22px; }
.pwy-job[open] { box-shadow: 0 30px 60px -40px rgba(60, 40, 10, .5); }
.pwy-job summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; cursor: pointer; list-style: none; }
.pwy-job summary::-webkit-details-marker { display: none; }
.pwy-job__t h3 { font-family: var(--pwy-display); font-size: 23px; font-weight: 600; letter-spacing: -.02em; }
.pwy-job__meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 6px; font-size: 13.5px; color: var(--pwy-mute); }
.pwy-job__meta span { display: inline-flex; align-items: center; gap: 5px; } .pwy-job__meta .pwy-ico { width: 14px; height: 14px; color: var(--pwy-gold-3); }
.pwy-job[open] .pwy-faq__pm { transform: rotate(45deg); background: var(--pwy-red); border-color: var(--pwy-red); color: #fff; }
.pwy-job__body { padding: 0 0 22px; }
.pwy-job__body > p { color: var(--pwy-mute); }
.pwy-job__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 18px 0 20px; }
.pwy-job__cols h4 { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--pwy-gold-3); margin-bottom: 8px; }
.pwy-job__cols ul { display: grid; gap: 6px; font-size: 15px; }
.pwy-job__cols li { position: relative; padding-left: 16px; } .pwy-job__cols li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; border-radius: 50%; background: var(--pwy-red); }
.pwy-careers__note { margin-top: 16px; font-size: 15px; color: var(--pwy-mute); }
.pwy-apply { position: sticky; top: 110px; }
.pwy-form__title { font-family: var(--pwy-display); font-size: 26px; font-weight: 700; letter-spacing: -.02em; }
.pwy-file { position: relative; }
.pwy .pwy-file input { position: absolute; inset: 24px 0 0; opacity: 0; cursor: pointer; height: 52px; }
.pwy-file em { display: flex; align-items: center; height: 52px; padding: 0 16px; border-radius: 14px; border: 1.5px dashed rgba(168, 129, 59, .55); background: #fff; font-style: normal; font-size: 15px; color: var(--pwy-mute); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 900px) { .pwy-careers__grid { grid-template-columns: 1fr; } .pwy-apply { position: static; } .pwy-job__cols { grid-template-columns: 1fr; } }

.pwy-legal__intro { max-width: 760px; margin-top: 18px; font-size: 18px; color: rgba(255, 255, 255, .72); }
.pwy-legal__contact { display: grid; gap: 10px; font-size: 14.5px; }
.pwy-legal__contact a { display: flex; align-items: center; gap: 8px; } .pwy-legal__contact .pwy-ico { width: 16px; height: 16px; color: var(--pwy-red); }
.pwy-sitemap ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 24px; padding-left: 0; list-style: none; }
.pwy-sitemap ul li { padding-left: 0; } .pwy-sitemap ul li::before { display: none; }
@media (max-width: 640px) { .pwy-sitemap ul { grid-template-columns: 1fr; } }

.pwy-pcard { position: relative; border-color: rgba(168, 129, 59, .22); }
.pwy-pcard__img { position: relative; }
.pwy-pcard__cat { position: absolute; left: 14px; top: 14px; padding: 6px 12px; border-radius: 999px; background: rgba(8, 10, 20, .72); backdrop-filter: blur(8px); color: var(--pwy-gold-2); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.pwy-pcard__meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--pwy-mute); }
.pwy-pcard__meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--pwy-gold); }
.pwy-pcard__more { justify-content: space-between; width: 100%; padding-top: 12px; border-top: 1px solid var(--pwy-line-l); }
.pwy-pcard__more em { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--pwy-paper-2); transition: background .4s, transform .5s var(--pwy-ease); }
.pwy-pcard__more em .pwy-ico { width: 16px; height: 16px; }
.pwy-pcard:hover { border-color: rgba(216, 179, 106, .65); box-shadow: 0 34px 70px -40px rgba(60, 40, 10, .55); }
.pwy-pcard:hover .pwy-pcard__more em { background: var(--pwy-gold-grad); transform: rotate(45deg); }
.pwy-pcard.is-feature { background: var(--pwy-ink); border-color: rgba(242, 217, 155, .3); }
.pwy-pcard.is-feature h2 { color: #fff; } .pwy-pcard.is-feature p, .pwy-pcard.is-feature .pwy-pcard__meta { color: rgba(255, 255, 255, .66); }
.pwy-pcard.is-feature .pwy-pcard__more { border-color: var(--pwy-line-d); color: #fff; }
.pwy-pcard.is-feature .pwy-pcard__more em { background: rgba(255, 255, 255, .1); color: #fff; }
.pwy-post-hero { background: radial-gradient(70% 90% at 90% 0%, rgba(31, 47, 122, .6), transparent 60%), radial-gradient(50% 60% at 0% 100%, rgba(216, 179, 106, .16), transparent 60%), var(--pwy-ink); }
.pwy-blog-hero { background: radial-gradient(60% 80% at 100% 0%, rgba(31, 47, 122, .6), transparent 60%), radial-gradient(60% 80% at 0% 100%, rgba(216, 179, 106, .18), transparent 60%), var(--pwy-ink); }
.pwy-cats a.is-on, .pwy-cats a:hover { background: var(--pwy-gold-grad); border-color: transparent; color: #1a1406; }
.pwy-answer::before { background: var(--pwy-gold-grad); }
.pwy-answer b { color: var(--pwy-gold-3); }
.pwy-article th { background: var(--pwy-royal); }

/* ==========================================================================
   MOBILE polish
   ========================================================================== */
@media (max-width: 760px) {
  :root { --pwy-sec: 76px; }
  .pwy { font-size: 16px; }
  .pwy-h__t { font-size: clamp(32px, 9vw, 44px); line-height: 1.02; }
  .pwy-hero__t { font-size: clamp(42px, 12vw, 58px); }
  .pwy-phero__t, .pwy-phero--split .pwy-phero__t, .pwy-phero--arch .pwy-phero__t, .pwy-phero--tech .pwy-phero__t, .pwy-phero--mosaic .pwy-phero__t { font-size: clamp(34px, 10vw, 48px); line-height: 1; }
  .pwy-phero--editorial .pwy-phero__t { font-size: clamp(38px, 11.5vw, 56px); }
  .pwy-kicker { font-size: 11.5px; letter-spacing: .12em; }
  .pwy-kicker::before { width: 18px; }
  .pwy-intro__text { font-size: clamp(24px, 7vw, 32px); }
  .pwy-showreel__words { font-size: 15vw; }
  .pwy-showreel__cap { font-size: 30px; }
  .pwy-bento__stat b { font-size: 44px; }
  .pwy-bento__stat > span { font-size: 13.5px; }
  .pwy-foot__line { font-size: 36px; }
  .pwy-foot__mark { font-size: 17vw; }
  .pwy-services__t { font-size: 25px; }
  .pwy-tape__i { font-size: 22px; padding: 0 16px; }
  .pwy-ctab { border-radius: 22px; }
  .pwy-ctab .pwy-btn { width: 100%; }
  .pwy-rich, .pwy-prose__body { font-size: 16.5px; }
  .pwy-article { font-size: 17px; }
  .pwy-post-hero h1 { font-size: clamp(30px, 8.6vw, 40px); }
  .pwy-blog-hero h1 { font-size: clamp(40px, 12vw, 56px); }
  .pwy-faq__item h3 { font-size: 18px; }
  .pwy-areas__chips { max-height: 260px; }
  .pwy-hdr__logo { min-width: 90px; }
  .pwy-dock { right: 12px; bottom: 12px; gap: 8px; }
}

.pwy-stars .pwy-ico { color: #d9dde5; }
.pwy-tp .pwy-stars .pwy-ico.is-on { color: #00b67a; }
.pwy-gmap .pwy-stars .pwy-ico.is-on { color: #fbbc04; }
.pwy-foot__grid { grid-template-columns: 1.4fr 1fr 1fr .8fr .8fr; } @media (max-width: 1100px) { .pwy-foot__grid { grid-template-columns: 1fr 1fr 1fr; } .pwy-foot__about { grid-column: 1 / -1; } } @media (max-width: 560px) { .pwy-foot__grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; } }
.pwy-mega__grid.is-wide { grid-template-columns: repeat(3, minmax(0, 1fr)); } .has-mega:nth-child(3) > .pwy-mega { width: min(1160px, calc(100vw - 48px)); } .pwy-mega__grid.is-wide .pwy-mega__txt small { white-space: normal; }
