/* =========================================================================
   Peter Claridge theme
   Colours, fonts and sizes come from theme.json (var(--wp--preset--*)).
   Sections are styled by class so their text stays editable blocks.
   ========================================================================= */

:root {
	--pc-navy: #16223A;
	--pc-ink: #414C63;
	--pc-muted: #5A6478;
	--pc-subtle: #7A8394;
	--pc-faint: #8A93A3;
	--pc-orange: #E9613C;
	--pc-orange-dark: #C4451F;
	--pc-cream: #FBF9F6;
	--pc-peach: #F7A88E;
	--pc-peach-ink: #7A3418;
	--pc-peach-tint: #FFF3ED;
	--pc-teal: #7ED0C2;
	--pc-teal-ink: #0D5A50;
	--pc-teal-tint: #EAF7F3;
	--pc-blue: #9DB0F2;
	--pc-blue-ink: #2B3C96;
	--pc-blue-tint: #EEF1FD;
	--pc-lilac-tint: #F3EEFB;
	--pc-line: rgba(22, 34, 58, .1);
	--pc-ease: cubic-bezier(.22, 1, .36, 1);
	--pc-bounce: cubic-bezier(.34, 1.56, .64, 1);
	--pc-shadow-card: 0 1px 2px rgba(22, 34, 58, .06), 0 8px 24px rgba(22, 34, 58, .07);
	--pc-shadow-card-hover: 0 2px 4px rgba(22, 34, 58, .08), 0 22px 48px rgba(22, 34, 58, .14);
	--pc-top: var(--wp-admin--admin-bar--height, 0px);
	--pc-header-h: 69px;
	--pc-section-gap: clamp(60px, 8vw, 110px);
	--pc-arrow: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14M13 6l6 6-6 6'/></svg>");
	--pc-arrow-diag: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M7 17L17 7'/><path d='M8 7h9v9'/></svg>");
}

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; position: relative; overflow-x: clip; }
::selection { background: #FFE3D8; }
img { max-width: 100%; height: auto; }

/* Keyframes ------------------------------------------------------------- */
@keyframes pcFloatA {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); border-radius: 58% 42% 38% 62% / 46% 54% 46% 54%; }
	25% { transform: translate3d(92px, -70px, 0) rotate(14deg) scale(1.07); border-radius: 42% 58% 62% 38% / 60% 38% 62% 40%; }
	50% { transform: translate3d(24px, -118px, 0) rotate(26deg) scale(.94); border-radius: 66% 34% 48% 52% / 38% 62% 38% 62%; }
	75% { transform: translate3d(-78px, -46px, 0) rotate(12deg) scale(1.04); border-radius: 38% 62% 56% 44% / 54% 46% 54% 46%; }
}
@keyframes pcFloatB {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); border-radius: 42% 58% 63% 37% / 58% 38% 62% 42%; }
	25% { transform: translate3d(-104px, 66px, 0) rotate(-18deg) scale(1.08); border-radius: 62% 38% 40% 60% / 36% 64% 36% 64%; }
	50% { transform: translate3d(-30px, 116px, 0) rotate(-30deg) scale(.93); border-radius: 34% 66% 58% 42% / 62% 40% 60% 38%; }
	75% { transform: translate3d(84px, 52px, 0) rotate(-10deg) scale(1.05); border-radius: 56% 44% 34% 66% / 44% 58% 42% 56%; }
}
@keyframes pcFloatC {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg) scale(1); border-radius: 60% 40% 45% 55% / 40% 60% 40% 60%; }
	25% { transform: translate3d(76px, 88px, 0) rotate(16deg) scale(1.12); border-radius: 38% 62% 60% 40% / 64% 36% 64% 36%; }
	50% { transform: translate3d(-44px, 112px, 0) rotate(-14deg) scale(.9); border-radius: 64% 36% 38% 62% / 42% 58% 42% 58%; }
	75% { transform: translate3d(-96px, -40px, 0) rotate(8deg) scale(1.06); border-radius: 46% 54% 66% 34% / 56% 44% 56% 44%; }
}
@keyframes pcRise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes pcDriftA { 0%, 100% { transform: translate3d(-6%, -4%, 0) scale(1.1); } 50% { transform: translate3d(8%, 6%, 0) scale(1.25); } }
@keyframes pcDriftB { 0%, 100% { transform: translate3d(10%, 8%, 0) scale(1.2); } 50% { transform: translate3d(-8%, -6%, 0) scale(1.05); } }
@keyframes pcTypingDot { 0%, 60%, 100% { transform: translateY(0); opacity: .35; } 30% { transform: translateY(-5px); opacity: 1; } }
@keyframes pcMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes vennInM { from { opacity: 0; translate: 0 -70px; scale: .82; } to { opacity: 1; translate: 0 0; scale: 1; } }
@keyframes vennInD { from { opacity: 0; translate: -80px 50px; scale: .82; } to { opacity: 1; translate: 0 0; scale: 1; } }
@keyframes vennInI { from { opacity: 0; translate: 80px 50px; scale: .82; } to { opacity: 1; translate: 0 0; scale: 1; } }
@keyframes vennDriftM { 0%, 100% { translate: 0 0; } 33% { translate: 5px -6px; } 66% { translate: -4px -2px; } }
@keyframes vennDriftD { 0%, 100% { translate: 0 0; } 30% { translate: -6px 3px; } 70% { translate: -2px 6px; } }
@keyframes vennDriftI { 0%, 100% { translate: 0 0; } 40% { translate: 6px 4px; } 75% { translate: 3px -4px; } }
@keyframes pcFade { from { opacity: 0; } to { opacity: 1; } }

/* Decorative background ---------------------------------------------------- */
.pc-orbs { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.pc-orb-followers { position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: 0; transition: opacity .8s ease; }
.pc-orb-followers.is-on { opacity: 1; }
.pc-orb { position: absolute; will-change: transform; }
.pc-orb > div { width: 100%; height: 100%; }
.pc-orbs--still .pc-orb > div { animation: none !important; }
.wp-site-blocks { position: relative; z-index: 1; }

/* Layout ------------------------------------------------------------------- */
.pc-main { padding-bottom: 0; }
.pc-section { padding: 0 0 var(--pc-section-gap); scroll-margin-top: calc(var(--pc-header-h) + 15px + var(--pc-top)); }
.pc-section--tight { padding-bottom: clamp(40px, 5vw, 64px); }
:where(.pc-main) p { margin: 0; }
:where(.pc-main) :is(h1, h2, h3, h4) { margin: 0; text-wrap: balance; }
.pc-page-head { padding: clamp(48px, 7vw, 92px) 0 clamp(28px, 4vw, 40px); }

/* Type helpers ------------------------------------------------------------- */
.pc-h2 { font-size: var(--wp--preset--font-size--x-large); }
.pc-h2-sm { font-size: clamp(28px, 3.4vw, 40px) !important; line-height: 1.1 !important; letter-spacing: -.025em !important; margin-bottom: 20px !important; }
.pc-w-14 { max-width: 14ch; } .pc-w-15 { max-width: 15ch; } .pc-w-16 { max-width: 16ch; } .pc-w-17 { max-width: 17ch; } .pc-w-18 { max-width: 18ch; }
.pc-lead { margin-top: 22px !important; max-width: 50ch; font-size: var(--wp--preset--font-size--lead); line-height: 1.6; color: var(--pc-ink); text-wrap: pretty; }
.pc-lead + .pc-lead { margin-top: 16px !important; }
.pc-lead--sm { font-size: 17px; margin-top: 0 !important; }
.pc-muted { color: var(--pc-muted); margin-bottom: 22px !important; }
.pc-page-title { font-size: clamp(36px, 5vw, 60px) !important; line-height: 1.04 !important; letter-spacing: -.031em !important; margin-top: 18px !important; }

.is-style-pill {
	display: inline-block; width: fit-content; padding: 6px 13px; border-radius: 999px;
	background: #FFEAE0; color: var(--pc-peach-ink); font-size: 13.5px; font-weight: 600; letter-spacing: .02em; line-height: 1.3;
}
.pc-pill--blue { background: #DFEAFB; color: #23367A; }
.pc-pill--peach { background: #FFEAE0; color: var(--pc-peach-ink); }

/* Links in content get a quiet underline */
.pc-prose a, .pc-book__email a { text-decoration: none; }

/* Buttons ------------------------------------------------------------------ */
.wp-block-buttons { gap: 14px; }
.wp-block-button__link {
	position: relative; overflow: hidden; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	box-shadow: 0 1px 1px rgba(160, 60, 30, .2), 0 6px 16px rgba(233, 97, 60, .32);
	transition: transform .22s var(--pc-ease), box-shadow .22s, background-color .2s, border-color .2s, color .2s;
}
.wp-block-button__link::before {
	content: ""; position: absolute; left: 50%; bottom: -40%; width: 140%; height: 260%; border-radius: 50%;
	background: var(--pc-fill, var(--pc-navy)); transform: translateX(-50%) scale(0); transition: transform .5s var(--pc-ease); z-index: -1; pointer-events: none;
}
.wp-block-button__link:hover, .wp-block-button__link:focus-visible { transform: translateY(-2px); color: #fff; box-shadow: 0 2px 3px rgba(160, 60, 30, .24), 0 14px 30px rgba(233, 97, 60, .4); }
.wp-block-button__link:hover::before, .wp-block-button__link:focus-visible::before { transform: translateX(-50%) scale(1); }
.pc-arrow .wp-block-button__link::after, .pc-arrow.pc-quiz__start::after, .pc-quiz__btn.pc-arrow::after {
	content: ""; width: 16px; height: 16px; flex: none; background: currentColor;
	-webkit-mask: var(--pc-arrow) center / contain no-repeat; mask: var(--pc-arrow) center / contain no-repeat;
	transition: transform .3s var(--pc-ease);
}
.pc-arrow .wp-block-button__link:hover::after, .pc-arrow.pc-quiz__start:hover::after, .pc-quiz__btn.pc-arrow:hover::after { transform: translateX(4px); }
.pc-hover-navy { --pc-fill: var(--pc-navy); }
.pc-hover-orange-dark { --pc-fill: var(--pc-orange-dark); }
.pc-btn-block, .pc-btn-block .wp-block-button__link { width: 100%; }

.wp-block-button.is-style-dark .wp-block-button__link {
	background: var(--pc-navy); --pc-fill: var(--pc-orange); padding: 11px 20px; font-size: 15px;
	box-shadow: 0 1px 1px rgba(22, 34, 58, .12), 0 4px 12px rgba(22, 34, 58, .14);
}
.wp-block-button.is-style-dark .wp-block-button__link:hover { box-shadow: 0 2px 3px rgba(22, 34, 58, .14), 0 10px 24px rgba(22, 34, 58, .22); }
.wp-block-button.is-style-dark.pc-arrow .wp-block-button__link::after { width: 14px; height: 14px; }

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent; color: var(--pc-navy); border: 1.5px solid rgba(22, 34, 58, .16); padding: 15px 24px; box-shadow: none;
}
.wp-block-button.is-style-outline .wp-block-button__link::before { display: none; }
.wp-block-button.is-style-outline .wp-block-button__link:hover { background: #fff; border-color: rgba(22, 34, 58, .3); color: var(--pc-navy); transform: none; box-shadow: none; }

.wp-block-button.is-style-chip .wp-block-button__link {
	background: #fff; color: var(--pc-navy); border: 1px solid var(--pc-line); padding: 12px 20px; font-weight: 500; font-size: 16px; box-shadow: none;
}
.wp-block-button.is-style-chip .wp-block-button__link::before { display: none; }
.wp-block-button.is-style-chip .wp-block-button__link:hover { border-color: var(--pc-orange); color: var(--pc-orange); box-shadow: none; }
.wp-block-button.is-style-chip.is-active .wp-block-button__link { background: var(--pc-navy); border-color: var(--pc-navy); color: #fff; }

.wp-block-button.is-style-tab .wp-block-button__link {
	background: transparent; color: #6A7387; border: 1px solid transparent; padding: 10px 20px; font-size: 16.5px; box-shadow: none; transition: background .3s, color .3s;
}
.wp-block-button.is-style-tab .wp-block-button__link::before { display: none; }
.wp-block-button.is-style-tab .wp-block-button__link:hover { transform: none; box-shadow: none; color: var(--pc-navy); }

/* Header ------------------------------------------------------------------- */
.pc-header {
	position: sticky; top: var(--pc-top); z-index: 50;
	backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px);
	background: rgba(251, 249, 246, .82); border-bottom: 1px solid rgba(22, 34, 58, .07);
}
.pc-header__inner { padding: 14px 0; gap: 28px; min-height: 40px; }
.pc-header .pc-nav { flex: 1; font-size: 15px; font-weight: 500; }
.pc-header .pc-nav .wp-block-navigation__container { gap: 26px; }
.pc-nav .wp-block-navigation-item__content {
	color: var(--pc-muted); text-decoration: underline; text-decoration-color: transparent; text-decoration-thickness: 2.5px; text-underline-offset: 7px;
	transition: color .2s ease, text-decoration-color .2s ease;
}
.pc-nav .wp-block-navigation-item__content:hover,
.pc-nav .current-menu-item > .wp-block-navigation-item__content { color: var(--pc-navy); text-decoration-color: var(--pc-navy); }
.pc-header__cta { flex: none; }
.pc-progress { position: absolute; left: 0; bottom: -1px; height: 3px; width: 0; background: var(--pc-orange); border-radius: 0 3px 3px 0; }

/* Logo */
.pc-logo { display: flex; align-items: center; gap: 10px; color: var(--pc-navy); font-family: var(--wp--preset--font-family--display); font-weight: 700; font-size: 17px; letter-spacing: -.01em; text-decoration: none; flex: none; }
.pc-logo:hover { color: var(--pc-navy); }
.pc-logo__mark { display: block; width: 26px; height: 26px; position: relative; flex: none; }
.pc-logo__spin { position: absolute; inset: 0; display: block; transition: transform .5s cubic-bezier(.4, 0, .2, 1); }
.pc-logo.is-in .pc-logo__spin { transition-timing-function: cubic-bezier(.3, .9, .4, 1); transition-duration: .6s; }
.pc-logo [data-logo-c] {
	position: absolute; left: 4.5px; top: 4.5px; width: 17px; height: 17px; border-radius: 50%; mix-blend-mode: multiply;
	transition: transform .45s var(--pc-bounce), opacity .3s ease;
}
.pc-logo [data-logo-c="a"] { background: var(--pc-peach); }
.pc-logo [data-logo-c="b"] { background: var(--pc-teal); opacity: 0; }
.pc-logo [data-logo-c="c"] { background: var(--pc-blue); opacity: 0; }
.pc-logo:hover [data-logo-c] { opacity: 1; }
.pc-logo:hover [data-logo-c="a"] { transform: translate(-4.5px, -.5px); }
.pc-logo:hover [data-logo-c="b"] { transform: translate(4.5px, -.5px); }
.pc-logo:hover [data-logo-c="c"] { transform: translate(0, 4.5px); }

.pc-logo--footer { color: #fff; gap: 14px; font-size: clamp(26px, 3vw, 36px); letter-spacing: -.02em; }
.pc-logo--footer:hover { color: #fff; }
.pc-logo--footer .pc-logo__mark { width: 46px; height: 44px; }
.pc-logo--footer [data-logo-c] { width: 24px; height: 24px; opacity: 1 !important; mix-blend-mode: screen; transform: none !important; }
.pc-logo--footer [data-logo-c="a"] { left: 11px; top: 0; }
.pc-logo--footer [data-logo-c="b"] { left: 0; top: 18px; }
.pc-logo--footer [data-logo-c="c"] { left: 22px; top: 18px; }

/* Mobile menu (built by theme.js from the navigation block) */
.pc-menu-toggle {
	display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; padding: 0; flex: none;
	border: 1px solid rgba(22, 34, 58, .14); border-radius: 10px; background: #fff; cursor: pointer;
}
.pc-menu-toggle span { display: block; width: 18px; height: 2px; margin: 0 auto; background: var(--pc-navy); border-radius: 2px; transition: transform .3s, opacity .3s; }
.pc-menu-open .pc-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.pc-menu-open .pc-menu-toggle span:nth-child(2) { opacity: 0; }
.pc-menu-open .pc-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.pc-menu-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(22, 34, 58, .35); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.pc-menu-panel {
	position: fixed; top: 0; right: 0; bottom: 0; z-index: 91; width: min(84vw, 360px); background: var(--pc-cream);
	box-shadow: -8px 0 40px rgba(22, 34, 58, .18); display: flex; flex-direction: column;
	transform: translateX(100%); transition: transform .35s var(--pc-ease); visibility: hidden;
}
.pc-menu-open .pc-menu-backdrop { opacity: 1; pointer-events: auto; }
.pc-menu-open .pc-menu-panel { transform: none; visibility: visible; }
.pc-menu-open { overflow: hidden; }
.pc-menu-panel__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; }
.pc-menu-panel__head .pc-logo__mark { display: none; }
.pc-menu-close { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(22, 34, 58, .12); background: #fff; color: var(--pc-navy); cursor: pointer; }
.pc-menu-panel__links { display: flex; flex-direction: column; gap: 4px; padding: 8px 24px 24px; }
.pc-menu-panel__links a { padding: 16px 4px; border-bottom: 1px solid rgba(22, 34, 58, .08); color: var(--pc-navy); font-family: var(--wp--preset--font-family--display); font-weight: 600; font-size: 22px; }
.pc-menu-panel__cta { margin-top: auto; padding: 0 24px 32px; }
.pc-menu-panel__cta a {
	display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 20px; border-radius: 999px;
	background: var(--pc-orange); color: #fff; font-weight: 600; font-size: 17px;
}
.pc-menu-panel__cta a:hover { color: #fff; }

/* Hero --------------------------------------------------------------------- */
.pc-hero {
	display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 56px; align-items: center;
	padding: clamp(48px, 7vw, 104px) 0 clamp(40px, 6vw, 80px);
}
.pc-hero > * { min-width: 0; }
.pc-hero__who { gap: 14px; margin-bottom: 26px; animation: pcRise .7s var(--pc-ease) both; }
.pc-hero__avatar, .pc-hero__avatar img { width: 56px; height: 56px; margin: 0; flex: none; }
.pc-hero__avatar img { border-radius: 50%; object-fit: cover; object-position: 50% 22%; box-shadow: 0 1px 2px rgba(22, 34, 58, .1), 0 6px 18px rgba(22, 34, 58, .12); }
.pc-hero__who-text { font-size: 16px; color: var(--pc-muted); line-height: 1.35; }
.pc-hero__title { animation: pcRise .8s var(--pc-ease) .08s both; }
.pc-hero__lead { margin-top: 26px !important; max-width: 30em; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: var(--pc-ink); animation: pcRise .8s var(--pc-ease) .18s both; }
.pc-hero__ctas { margin-top: 34px; animation: pcRise .8s var(--pc-ease) .28s both; }

/* Venn */
.pc-venn { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.pc-venn__stage { position: relative; width: min(100%, 430px); aspect-ratio: 1 / .92; }
.pc-venn__c {
	position: absolute; width: 60%; height: 65%; border: 0; padding: 0; border-radius: 50%; mix-blend-mode: multiply; cursor: pointer;
	transition: transform .45s var(--pc-ease), opacity .3s;
}
.pc-venn__c:focus-visible { outline: 3px solid rgba(233, 97, 60, .55); outline-offset: 3px; }
.pc-venn__c--marketing { left: 20%; top: 0; background: var(--pc-peach); animation: vennInM 1.3s var(--pc-ease) .2s both, vennDriftM 11s ease-in-out 1.5s infinite; }
.pc-venn__c--dev { left: 0; bottom: 0; background: var(--pc-teal); animation: vennInD 1.3s var(--pc-ease) .42s both, vennDriftD 13s ease-in-out 1.72s infinite; }
.pc-venn__c--it { right: 0; bottom: 0; background: var(--pc-blue); animation: vennInI 1.3s var(--pc-ease) .64s both, vennDriftI 12s ease-in-out 1.94s infinite; }
.pc-venn[data-active] .pc-venn__c { opacity: .55; }
.pc-venn[data-active="marketing"] .pc-venn__c--marketing,
.pc-venn[data-active="dev"] .pc-venn__c--dev,
.pc-venn[data-active="it"] .pc-venn__c--it { opacity: 1; transform: scale(1.07); }
.pc-venn__label { position: absolute; font-family: var(--wp--preset--font-family--display); font-weight: 600; font-size: 17px; line-height: 1.15; pointer-events: none; animation: pcFade .7s ease both; }
.pc-venn__label--marketing { left: 50%; top: 13%; transform: translateX(-50%); white-space: nowrap; color: var(--pc-peach-ink); animation-delay: 1.1s; }
.pc-venn__label--dev { left: 9%; bottom: 20%; color: var(--pc-teal-ink); animation-delay: 1.25s; }
.pc-venn__label--it { right: 7%; bottom: 17%; width: 7.5em; text-align: center; color: var(--pc-blue-ink); animation-delay: 1.4s; }
.pc-venn__label--me { left: 50%; top: 52%; transform: translate(-50%, -50%); font-weight: 700; font-size: 15px; color: #1B1330; animation-delay: 1.7s; }
.pc-venn__caption { margin: 0; min-height: 3em; max-width: 34ch; text-align: center; font-size: 16px; line-height: 1.5; color: var(--pc-muted); animation: pcFade .8s ease 1.6s both; }

/* Client strip --------------------------------------------------------------- */
.pc-strip { display: flex; flex-wrap: wrap; align-items: center; gap: 28px 48px; padding-top: 22px; border-top: 1px solid rgba(22, 34, 58, .08); }
.pc-strip__label { font-size: 15px; color: var(--pc-subtle); }
.pc-strip__names { gap: 12px 40px; font-family: var(--wp--preset--font-family--display); font-weight: 600; font-size: clamp(18px, 2vw, 23px); letter-spacing: -.015em; }
.pc-strip__names p { transition: color .2s; }
.pc-strip__names p:nth-child(3n+1):hover { color: var(--pc-orange); }
.pc-strip__names p:nth-child(3n+2):hover { color: #12897A; }
.pc-strip__names p:nth-child(3n+3):hover { color: #4358CC; }

/* What: conversation + traits ------------------------------------------------- */
.pc-what__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(28px, 5vw, 72px); margin-top: clamp(36px, 5vw, 60px); align-items: start; }
.pc-convo { display: flex; flex-direction: column; gap: 10px; padding: 4px 2px; }
.pc-convo > p {
	align-self: flex-start; max-width: 80%; padding: 13px 17px; border-radius: 18px 18px 18px 5px; background: #fff; color: #2A3448;
	font-size: 15.5px; line-height: 1.45; box-shadow: 0 1px 1px rgba(22, 34, 58, .05), 0 3px 10px rgba(22, 34, 58, .06);
}
.pc-convo > p.is-style-bubble-me {
	align-self: flex-end; max-width: 62%; border-radius: 18px 18px 5px 18px; background: var(--pc-navy); color: #fff;
	box-shadow: 0 1px 1px rgba(22, 34, 58, .12), 0 6px 16px rgba(22, 34, 58, .2);
}
/* Front end: theme.js wraps the bubbles in a track and plays them in turn */
.pc-convo.is-live { display: block; height: 320px; overflow: hidden; padding: 0; -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 24px); mask-image: linear-gradient(to bottom, transparent 0, #000 24px); }
.pc-convo__track { display: flex; flex-direction: column; gap: 10px; padding: 4px 2px; transition: transform .6s cubic-bezier(.22, .8, .32, 1); }
.pc-convo.is-live > .pc-convo__track > p:not(.is-shown):not(.is-typing) { display: none; }
.pc-convo > .pc-convo__track > p { align-self: flex-start; max-width: 80%; padding: 13px 17px; border-radius: 18px 18px 18px 5px; background: #fff; color: #2A3448; font-size: 15.5px; line-height: 1.45; box-shadow: 0 1px 1px rgba(22, 34, 58, .05), 0 3px 10px rgba(22, 34, 58, .06); }
.pc-convo > .pc-convo__track > p.is-style-bubble-me { align-self: flex-end; max-width: 62%; border-radius: 18px 18px 5px 18px; background: var(--pc-navy); color: #fff; box-shadow: 0 1px 1px rgba(22, 34, 58, .12), 0 6px 16px rgba(22, 34, 58, .2); }
.pc-convo__track > p.is-shown.is-new { animation: pcRise .38s var(--pc-ease) both; }
.pc-convo__track > p.is-typing { font-size: 0; }
.pc-convo__dots { display: inline-flex; font-size: 15.5px; line-height: 1.45; }
.pc-convo__dots i { width: 7px; height: 7px; border-radius: 50%; display: inline-block; margin: 7px 2px; background: rgba(42, 52, 72, .4); animation: pcTypingDot 1.1s ease-in-out infinite; }
.is-style-bubble-me .pc-convo__dots i { background: rgba(255, 255, 255, .75); }
.pc-convo__dots i:nth-child(2) { animation-delay: .15s; }
.pc-convo__dots i:nth-child(3) { animation-delay: .3s; }

.pc-traits { display: flex; flex-direction: column; }
.pc-trait { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(22, 34, 58, .09); }
.pc-trait__k { flex: none; width: 44%; font-size: 16px; color: var(--pc-faint); }
.pc-trait__v { font-size: 16.5px; color: var(--pc-navy); font-weight: 500; }
.pc-traits__note { margin-top: 24px !important; font-size: 17px; line-height: 1.55; color: var(--pc-ink); }

/* Quiz ----------------------------------------------------------------------- */
.pc-quiz { padding: 0 0 var(--pc-section-gap); scroll-margin-top: calc(var(--pc-header-h) + 15px + var(--pc-top)); }
.pc-quiz__card {
	position: relative; max-width: 920px; margin: 0 auto; border-radius: 32px; background: var(--pc-navy); border: 1px solid rgba(22, 34, 58, .08);
	box-shadow: 0 1px 2px rgba(22, 34, 58, .04), 0 14px 40px rgba(22, 34, 58, .06);
	padding: clamp(28px, 5vw, 60px) clamp(20px, 5vw, 64px); overflow: hidden; transition: background-color .45s ease;
}
.pc-quiz.is-active .pc-quiz__card { background: #fff; }
.pc-quiz__blob { position: absolute; transition: background-color .45s ease; }
.pc-quiz__blob--a { right: -60px; top: -60px; width: 170px; height: 170px; border-radius: 52% 48% 40% 60% / 45% 55% 45% 55%; background: rgba(247, 168, 142, .22); }
.pc-quiz__blob--b { left: -40px; bottom: -50px; width: 120px; height: 120px; border-radius: 50%; background: rgba(126, 208, 194, .18); }
.pc-quiz.is-active .pc-quiz__blob--a { background: var(--pc-peach-tint); }
.pc-quiz.is-active .pc-quiz__blob--b { background: var(--pc-teal-tint); }
.pc-quiz__inner { position: relative; }
.pc-quiz__intro { display: flex; flex-direction: column; align-items: center; text-align: center; padding: clamp(8px, 2vw, 20px) 0; }
.pc-quiz__intro h2, .pc-quiz__intro .wp-block-heading { max-width: 20ch; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.08; letter-spacing: -.026em; color: #fff; margin: 0 auto; }
.pc-quiz__intro p { margin: 18px auto 0; max-width: 42ch; font-size: clamp(17px, 1.5vw, 19px); line-height: 1.55; color: rgba(255, 255, 255, .78); }
.pc-quiz__intro p.pc-quiz__note { font-size: 13px; color: rgba(255, 255, 255, .5); }
.pc-quiz.is-active .pc-quiz__intro { display: none; }
.pc-quiz__start, .pc-quiz__btn {
	display: inline-flex; align-items: center; gap: 10px; padding: 15px 28px; border: 0; border-radius: 999px; background: var(--pc-orange); color: #fff;
	font-family: var(--wp--preset--font-family--body); font-weight: 600; font-size: 16.5px; cursor: pointer; text-decoration: none;
	transition: transform .2s var(--pc-ease), background .2s;
}
.pc-quiz__start { margin-top: 30px; }
.pc-quiz__start:hover, .pc-quiz__btn:hover { transform: translateY(-2px); background: #D9542F; color: #fff; }
.pc-quiz button:focus { outline: none; }
.pc-quiz :is(button, a, h3):focus-visible { outline: 3px solid rgba(233, 97, 60, .55); outline-offset: 3px; }
.pc-quiz__pane { transition: opacity .18s ease, transform .18s ease; }
.pc-quiz__pane.is-fading { opacity: 0; transform: translateY(8px); }
.pc-quiz__steps { list-style: none; margin: 0 auto clamp(30px, 4.5vw, 48px); padding: 0; display: flex; align-items: center; max-width: 560px; }
.pc-quiz__steps li { display: flex; align-items: center; flex: 1 1 0; }
.pc-quiz__steps li:last-child { flex: none; }
.pc-quiz__dot {
	position: relative; flex: none; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
	font-family: var(--wp--preset--font-family--display); font-weight: 700; font-size: 20px; border: 2px solid rgba(22, 34, 58, .14); background: #fff; color: var(--pc-faint);
	transition: background .25s, border-color .25s, color .25s, box-shadow .25s;
}
.pc-quiz__steps .is-current .pc-quiz__dot { border-color: var(--pc-orange); background: var(--pc-peach-tint); color: var(--pc-navy); box-shadow: 0 0 0 5px rgba(233, 97, 60, .12); }
.pc-quiz__steps .is-done .pc-quiz__dot { border-color: var(--pc-orange); background: var(--pc-orange); color: #fff; }
.pc-quiz__line { flex: 1; height: 2px; margin: 0 6px; border-radius: 2px; background: rgba(22, 34, 58, .1); transition: background .25s; }
.pc-quiz__steps .is-done .pc-quiz__line { background: var(--pc-orange); }
.pc-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.pc-quiz__q { margin: 0 auto; max-width: 24ch; text-align: center; font-size: clamp(24px, 3vw, 34px); line-height: 1.12; letter-spacing: -.022em; }
.pc-quiz__help { margin: 12px 0 0; text-align: center; font-size: 16px; color: #6A7387; }
.pc-quiz__opts { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 12px; margin-top: clamp(24px, 3.5vw, 36px); }
.pc-quiz__opt {
	display: flex; align-items: center; gap: 14px; width: 100%; min-height: 66px; padding: 16px 20px; text-align: left; border-radius: 16px;
	border: 1.5px solid rgba(22, 34, 58, .13); background: var(--pc-cream); color: var(--pc-navy);
	font-family: var(--wp--preset--font-family--body); font-size: 16.5px; line-height: 1.35; font-weight: 500; cursor: pointer; transition: border-color .18s, background .18s;
}
.pc-quiz__opt[aria-checked="true"] { border-color: var(--q-ink); background: var(--q-bg); font-weight: 600; }
.pc-quiz__mark {
	flex: none; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
	border: 1.5px solid rgba(22, 34, 58, .25); background: #fff; transition: background .18s, border-color .18s;
}
.pc-quiz__opt[role="checkbox"] .pc-quiz__mark { border-radius: 7px; }
.pc-quiz__opt[aria-checked="true"] .pc-quiz__mark { border-color: var(--q-ink); background: var(--q-ink); }
.pc-quiz__mark svg { opacity: 0; transform: scale(.6); transition: opacity .15s, transform .15s; }
.pc-quiz__opt[aria-checked="true"] .pc-quiz__mark svg { opacity: 1; transform: scale(1); }
.pc-quiz__nav { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: clamp(28px, 4vw, 40px); flex-wrap: wrap; }
.pc-quiz__back {
	display: inline-flex; align-items: center; gap: 8px; padding: 14px 22px; border: 1px solid rgba(22, 34, 58, .16); border-radius: 999px; background: #fff; color: var(--pc-navy);
	font-family: var(--wp--preset--font-family--body); font-weight: 600; font-size: 16px; cursor: pointer; transition: border-color .2s;
}
.pc-quiz__back:hover { border-color: rgba(22, 34, 58, .4); }
.pc-quiz__next { background: var(--pc-navy); font-size: 16px; }
.pc-quiz__next:hover { background: var(--pc-navy); }
.pc-quiz__next[disabled] { background: #C9CDD5; cursor: not-allowed; transform: none; }
.pc-quiz__counter { margin: 16px 0 0; text-align: center; font-size: 14px; color: var(--pc-faint); }
.pc-quiz__result { padding: clamp(26px, 4vw, 44px) clamp(22px, 4vw, 44px); border-radius: 24px; background: var(--r-bg); }
.pc-quiz__chip { display: inline-flex; padding: 6px 14px; border-radius: 999px; background: var(--r-chip); color: var(--r-ink); font-weight: 600; font-size: 14px; letter-spacing: .01em; }
.pc-quiz__rtitle { margin: 16px 0 0; max-width: 24ch; font-size: clamp(26px, 3.3vw, 38px); line-height: 1.1; letter-spacing: -.024em; }
.pc-quiz__rbody { margin: 16px 0 0; max-width: 56ch; font-size: clamp(16.5px, 1.4vw, 18px); line-height: 1.6; color: var(--pc-ink); }
.pc-quiz__told { margin-top: 22px; padding: 20px 22px; border-radius: 18px; background: rgba(255, 255, 255, .75); }
.pc-quiz__told > p { margin: 0; font-weight: 600; font-size: 16px; }
.pc-quiz__told ul { margin: 12px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pc-quiz__told li { display: flex; gap: 12px; align-items: flex-start; font-size: 16.5px; line-height: 1.5; color: #2A3448; }
.pc-quiz__told li::before { content: ""; flex: none; width: 8px; height: 8px; margin-top: 9px; border-radius: 50%; background: var(--r-dot); }
.pc-quiz__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; margin-top: 28px; }
.pc-quiz__ghost { display: inline-flex; align-items: center; padding: 14px 22px; border-radius: 999px; border: 1px solid rgba(22, 34, 58, .18); background: #fff; color: var(--pc-navy); font-weight: 600; font-size: 16px; transition: border-color .2s; }
.pc-quiz__ghost:hover { border-color: rgba(22, 34, 58, .42); color: var(--pc-navy); }
.pc-quiz__reset { display: block; margin: 20px auto 0; padding: 8px 4px; border: 0; background: none; color: #6A7387; font-family: var(--wp--preset--font-family--body); font-size: 15px; font-weight: 500; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.pc-quiz__reset:hover { color: var(--pc-navy); }

/* Services --------------------------------------------------------------------- */
.pc-svc-tabs {
	position: sticky; top: calc(var(--pc-top) + var(--pc-header-h) + 2px); z-index: 30; margin-top: clamp(28px, 3.6vw, 42px); padding: 10px 0; gap: 8px;
	background: rgba(251, 249, 246, .9); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px);
}
.pc-svc-tabs .wp-block-button:nth-child(1).is-active .wp-block-button__link { background: var(--pc-peach-tint); color: var(--pc-peach-ink); }
.pc-svc-tabs .wp-block-button:nth-child(2).is-active .wp-block-button__link { background: var(--pc-teal-tint); color: var(--pc-teal-ink); }
.pc-svc-tabs .wp-block-button:nth-child(3).is-active .wp-block-button__link { background: var(--pc-blue-tint); color: var(--pc-blue-ink); }
.pc-svc-stack { margin-top: clamp(18px, 2.4vw, 26px); }
.pc-svc {
	--svc-ink: var(--pc-peach-ink); --svc-text: #6B5A50; --svc-line: rgba(122, 52, 24, .18); --svc-mute: #7E695B; --svc-strong: #43352E; --svc-bar: var(--pc-orange);
	--svc-pill: var(--pc-peach); --svc-pill-ink: #5C2510;
	--svc-grad-a: linear-gradient(155deg, #FFF0E6 0%, #F7A88E 46%, #E9613C 100%);
	--svc-grad-b: linear-gradient(155deg, #FFF3E8 0%, #F3B79C 44%, #C45B8C 100%);
	position: sticky; top: calc(var(--pc-top) + 130px); border-radius: 28px; background: var(--pc-peach-tint); padding: clamp(30px, 4.4vw, 62px);
	box-shadow: 0 30px 60px -24px rgba(22, 34, 58, .28); margin-bottom: clamp(18px, 2.4vw, 28px); scroll-margin-top: calc(var(--pc-top) + 150px);
}
.pc-svc:last-child { margin-bottom: 0; }
.pc-svc--web {
	--svc-ink: var(--pc-teal-ink); --svc-text: #4C6360; --svc-line: rgba(13, 90, 80, .18); --svc-mute: #4F6B66; --svc-strong: #26403C; --svc-bar: var(--pc-teal-ink);
	--svc-pill: var(--pc-teal); --svc-pill-ink: #0B4139;
	--svc-grad-a: linear-gradient(155deg, #EAF7F3 0%, #7ED0C2 48%, #0D5A50 100%);
	--svc-grad-b: linear-gradient(155deg, #E7F3FB 0%, #84CFD4 46%, #1E6E86 100%);
	background: var(--pc-teal-tint); z-index: 2;
}
.pc-svc--infra {
	--svc-ink: var(--pc-blue-ink); --svc-text: #585F7E; --svc-line: rgba(43, 60, 150, .18); --svc-mute: #5F678C; --svc-strong: #2E3450; --svc-bar: var(--pc-blue-ink);
	--svc-pill: var(--pc-blue); --svc-pill-ink: #1E2A66;
	--svc-grad-a: linear-gradient(155deg, #EEF1FD 0%, #9DB0F2 48%, #2B3C96 100%);
	--svc-grad-b: linear-gradient(155deg, #F1EEFD 0%, #A8A6F0 46%, #4358CC 100%);
	background: var(--pc-blue-tint); z-index: 3;
}
.pc-svc--vis { z-index: 1; }
.pc-svc__head { max-width: 42ch; }
.pc-svc__head .is-style-pill { background: var(--svc-pill); color: var(--svc-pill-ink); }
.pc-svc__title { margin-top: 18px !important; font-size: clamp(27px, 3.2vw, 40px) !important; line-height: 1.08 !important; letter-spacing: -.024em !important; color: var(--svc-ink) !important; }
.pc-svc__body { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: clamp(28px, 4vw, 58px); align-items: start; margin-top: 16px; }
.pc-svc--flip .pc-svc__visual { order: -1; }
.pc-svc__intro { max-width: 42ch; font-size: 17.5px; line-height: 1.6; color: var(--svc-text); }
.pc-svc__items { margin-top: 26px; border-top: 1px solid var(--svc-line); }
.pc-svc-item { position: relative; border-bottom: 1px solid var(--svc-line); }
.pc-svc-item::after { content: ""; position: absolute; left: 0; bottom: -1.5px; height: 2px; width: 0; border-radius: 2px; background: var(--svc-bar); transition: width .5s var(--pc-ease); }
.pc-svc-item[open]::after { width: 38%; }
.pc-svc-item summary {
	display: flex; align-items: center; gap: 11px; padding: 16px 0 14px; list-style: none; cursor: pointer;
	font-size: 17.5px; font-weight: 600; color: var(--svc-mute); transition: color .3s;
}
.pc-svc-item summary::-webkit-details-marker { display: none; }
.pc-svc-item summary::before {
	content: ""; flex: none; width: 19px; height: 19px; background: currentColor;
	-webkit-mask: var(--ico) center / contain no-repeat; mask: var(--ico) center / contain no-repeat;
}
.pc-svc-item[open] summary, .pc-svc-item summary:hover { color: var(--svc-strong); }
.pc-svc-item > p { position: relative; margin: 0; padding: 0 48px 16px 30px; font-size: 16px; line-height: 1.55; color: var(--svc-text); }
.pc-svc-item > p::after {
	content: ""; position: absolute; right: 0; top: 0; width: 32px; height: 32px; box-sizing: border-box; border-radius: 9px; border: 1px solid var(--svc-line);
}
.pc-svc-item > p::before {
	content: ""; position: absolute; right: 9px; top: 9px; width: 14px; height: 14px; background: var(--svc-ink);
	-webkit-mask: var(--pc-arrow-diag) center / contain no-repeat; mask: var(--pc-arrow-diag) center / contain no-repeat;
}
.pc-svc__visual {
	position: relative; aspect-ratio: 4 / 3; border-radius: 26px; overflow: hidden; display: grid; place-items: center; padding: 9%; box-sizing: border-box;
	background: var(--svc-grad-a); isolation: isolate;
}
.pc-svc__visual::after { content: ""; position: absolute; inset: 0; background: var(--svc-grad-b); opacity: 0; transition: opacity .6s ease; z-index: -1; }
.pc-svc__visual.is-alt::after { opacity: 1; }
.pc-svc__visual::before {
	content: ""; position: absolute; inset: -18%; pointer-events: none; z-index: 0;
	background: radial-gradient(38% 38% at 30% 28%, rgba(255, 255, 255, .55), transparent 70%), radial-gradient(34% 34% at 70% 74%, rgba(255, 255, 255, .4), transparent 70%);
	animation: pcDriftA 34s ease-in-out infinite;
}
.pc-svc__visual > * { position: relative; z-index: 1; }
.pc-svc__shot { width: 100%; margin: 0; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 2px 6px rgba(22, 34, 58, .1), 0 22px 50px rgba(22, 34, 58, .18); }
.pc-svc__shot img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* Service item icons */
.pc-ico-search { --ico: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><path d='M20 20l-3.6-3.6'/></svg>"); }
.pc-ico-listing { --ico: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M4 6h16v12H4z'/><path d='M4 9h16'/><path d='M9 13h7'/></svg>"); }
.pc-ico-chart { --ico: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M4 19h16'/><path d='M7 16V9'/><path d='M12 16V5'/><path d='M17 16v-4'/></svg>"); }
.pc-ico-target { --ico: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7'><circle cx='12' cy='12' r='8'/><circle cx='12' cy='12' r='3.2'/></svg>"); }
.pc-ico-browser { --ico: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><rect x='3.5' y='5' width='17' height='14' rx='2'/><path d='M3.5 9h17'/></svg>"); }
.pc-ico-sparkle { --ico: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M12 4l1.8 4.2L18 10l-4.2 1.8L12 16l-1.8-4.2L6 10l4.2-1.8z'/><path d='M18 16l.9 2.1 2.1.9-2.1.9-.9 2.1-.9-2.1-2.1-.9 2.1-.9z'/></svg>"); }
.pc-ico-bolt { --ico: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M13 3L5 13.5h6L10 21l8-10.5h-6z'/></svg>"); }
.pc-ico-link { --ico: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M10 14a4.5 4.5 0 006.4 0l2.6-2.6a4.5 4.5 0 00-6.4-6.4L11.5 6'/><path d='M14 10a4.5 4.5 0 00-6.4 0L5 12.6a4.5 4.5 0 006.4 6.4l1.1-1.1'/></svg>"); }
.pc-ico-globe { --ico: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='8'/><path d='M4 12h16'/><path d='M12 4c2.2 2.4 3.3 5.1 3.3 8s-1.1 5.6-3.3 8c-2.2-2.4-3.3-5.1-3.3-8S9.8 6.4 12 4z'/></svg>"); }
.pc-ico-mail { --ico: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><rect x='3.5' y='5.5' width='17' height='13' rx='2'/><path d='M4 7l8 6 8-6'/></svg>"); }
.pc-ico-key { --ico: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><circle cx='8.5' cy='12' r='4'/><path d='M12.5 12H21'/><path d='M17.5 12v3.5'/><path d='M20 12v2.5'/></svg>"); }
.pc-ico-shield { --ico: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3.5l7 2.8v5.2c0 4-2.9 7.3-7 8.5-4.1-1.2-7-4.5-7-8.5V6.3z'/><path d='M9 12l2 2 4-4'/></svg>"); }

/* Tools marquee ----------------------------------------------------------------- */
.pc-stack__chips { gap: 10px; margin-top: 26px; }
.pc-stack__chips .wp-block-button__link { padding: 9px 16px !important; font-size: 14.5px !important; font-weight: 600 !important; gap: 9px !important; color: var(--pc-navy) !important; border-color: rgba(22, 34, 58, .12) !important; transition: background .25s, border-color .25s, transform .25s; }
/* The chip's ::before (normally the hover fill) becomes the coloured dot */
.pc-stack__chips .wp-block-button.is-style-chip .wp-block-button__link::before { display: block; position: static; width: 10px; height: 10px; border-radius: 50%; transform: none; background: var(--dot); z-index: 0; }
.pc-chip--mkt { --dot: var(--pc-peach); --hov: #FFEAE0; }
.pc-chip--dev { --dot: var(--pc-teal); --hov: #DFF3EE; }
.pc-chip--it { --dot: var(--pc-blue); --hov: #E6EBFC; }
.pc-stack__chips .wp-block-button__link:hover, .pc-stack__chips .wp-block-button__link:focus-visible { background: var(--hov) !important; border-color: var(--dot) !important; transform: translateY(-2px); }

.pc-stack__rows {
	display: flex; flex-direction: column; gap: 4px; margin: clamp(24px, 3.5vw, 40px) -24px 0;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.pc-stack .wp-block-gallery.has-nested-images.pc-stack__row { --c: var(--pc-peach); display: block; margin: 0; padding: 12px 0; overflow: hidden; transition: opacity .5s ease, filter .5s ease; }
.pc-stack .wp-block-gallery.has-nested-images.pc-stack__row--dev { --c: var(--pc-teal); }
.pc-stack .wp-block-gallery.has-nested-images.pc-stack__row--it { --c: var(--pc-blue); }
.pc-stack__track { display: flex; align-items: center; width: max-content; animation: pcMarquee var(--dur, 56s) linear infinite; }
.pc-stack__row--dev .pc-stack__track { animation-direction: reverse; --dur: 50s; }
.pc-stack__row--it .pc-stack__track { --dur: 54s; }
.pc-stack__track:hover, .pc-stack__track:focus-within, .pc-stack__track.is-paused { animation-play-state: paused; }
.pc-stack .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	position: relative; flex: none; display: grid; place-items: center; width: 112px; height: 112px; margin: 0 24px 0 0; border-radius: 30px;
	background-color: #F1EDE7; cursor: pointer; overflow: visible; -webkit-tap-highlight-color: transparent;
	transition: background-color .35s var(--pc-ease), transform .45s var(--pc-bounce), box-shadow .35s;
}
.pc-stack .wp-block-gallery.has-nested-images figure.wp-block-image.is-wide:not(#individual-image) { width: 196px; }
.pc-stack .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image)::after {
	content: ""; position: absolute; left: calc(100% - 3px); top: 26px; width: 30px; height: 60px; background-color: #F1EDE7; transition: background-color .35s; pointer-events: none;
	-webkit-mask: radial-gradient(18px 21px at 50% 0, #0000 98%, #000) top / 100% 51% no-repeat, radial-gradient(18px 21px at 50% 100%, #0000 98%, #000) bottom / 100% 51% no-repeat;
	mask: radial-gradient(18px 21px at 50% 0, #0000 98%, #000) top / 100% 51% no-repeat, radial-gradient(18px 21px at 50% 100%, #0000 98%, #000) bottom / 100% 51% no-repeat;
}
.pc-stack .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img {
	width: 50px; height: 50px; object-fit: contain; flex: none; pointer-events: none; transition: transform .45s var(--pc-bounce), filter .35s;
}
.pc-stack .wp-block-gallery.has-nested-images figure.wp-block-image.is-wide:not(#individual-image) img { width: 150px; height: 30px; }
.pc-stack .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	position: absolute; left: 8px; right: 8px; bottom: 14px; top: auto; margin: 0; padding: 0; max-height: none; overflow: visible; background: none; box-sizing: border-box;
	text-align: center; font-family: var(--wp--preset--font-family--display); font-weight: 600; font-size: 13px; line-height: 1.1; letter-spacing: -.005em; color: var(--pc-navy);
	text-shadow: none; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .3s ease, transform .4s var(--pc-ease);
}
.pc-stack figure.wp-block-image:hover, .pc-stack figure.wp-block-image:focus-visible, .pc-stack figure.wp-block-image.is-picked { background-color: var(--c) !important; transform: translateY(-6px) scale(1.07); box-shadow: 0 14px 30px -12px rgba(22, 34, 58, .35); z-index: 2; outline: none; }
.pc-stack .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):is(:hover, :focus-visible, .is-picked) img { transform: translateY(-10px) scale(.84) rotate(-7deg); }
.pc-stack .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):is(:hover, :focus-visible, .is-picked) figcaption { opacity: 1; transform: none; }
.pc-stack figure.wp-block-image:hover::after, .pc-stack figure.wp-block-image:has(+ figure:hover)::after, .pc-stack figure.wp-block-image.is-picked::after, .pc-stack figure.wp-block-image:has(+ figure.is-picked)::after { background-color: var(--c) !important; }
.pc-stack[data-focus="mkt"] .pc-stack__row:not(.pc-stack__row--mkt),
.pc-stack[data-focus="dev"] .pc-stack__row:not(.pc-stack__row--dev),
.pc-stack[data-focus="it"] .pc-stack__row:not(.pc-stack__row--it) { opacity: .22; filter: grayscale(1); }
.pc-stack[data-focus="mkt"] .pc-stack__row--mkt figure, .pc-stack[data-focus="mkt"] .pc-stack__row--mkt figure::after,
.pc-stack[data-focus="dev"] .pc-stack__row--dev figure, .pc-stack[data-focus="dev"] .pc-stack__row--dev figure::after,
.pc-stack[data-focus="it"] .pc-stack__row--it figure, .pc-stack[data-focus="it"] .pc-stack__row--it figure::after { background-color: var(--c) !important; }

/* Clients -------------------------------------------------------------------------- */
.pc-clients { margin-top: clamp(30px, 4vw, 48px); border-top: 1px solid var(--pc-line); }
.pc-client { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 12px 40px; padding: 28px 0; border-bottom: 1px solid var(--pc-line); transition: background .25s; }
.pc-client:hover { background: rgba(255, 255, 255, .7); }
.pc-client__name { transition: transform .45s var(--pc-ease); will-change: transform; }
.pc-client:hover .pc-client__name { transform: translateX(10px); }
.pc-client__title { margin: 0 0 6px !important; font-size: 26px !important; letter-spacing: -.02em !important; }
.pc-client__sector { font-size: 15.5px; color: var(--pc-subtle); }
.pc-client__desc { font-size: 17px; line-height: 1.55; color: var(--pc-ink); grid-column: span 2; }
@media (max-width: 620px) { .pc-client__desc { grid-column: auto; } }

/* Cards (built + posts) ---------------------------------------------------------------- */
.is-style-card { border-radius: 22px; overflow: hidden; background: #fff; box-shadow: var(--pc-shadow-card); }
.pc-built { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 288px), 1fr)); gap: clamp(20px, 2.6vw, 30px); margin-top: clamp(34px, 5vw, 56px); }
.pc-built__card { transition: transform .35s var(--pc-ease), box-shadow .35s; }
.pc-built__card:hover { transform: translateY(-6px); box-shadow: var(--pc-shadow-card-hover); }
.pc-built__shot { margin: 0; height: 172px; background: var(--tint, var(--pc-peach-tint)); }
.pc-built__shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pc-built__card:not(:has(.pc-built__shot img))::before { content: ""; display: block; height: 172px; background: var(--tint, var(--pc-peach-tint)); }
.pc-built__card:nth-child(4n+1) { --tint: var(--pc-peach-tint); }
.pc-built__card:nth-child(4n+2) { --tint: var(--pc-teal-tint); }
.pc-built__card:nth-child(4n+3) { --tint: var(--pc-blue-tint); }
.pc-built__card:nth-child(4n+4) { --tint: var(--pc-lilac-tint); }
.pc-built__body { padding: 22px 24px 26px; }
.pc-built__title { margin: 0 0 9px !important; font-size: 20px !important; }
.pc-built__body p { font-size: 15.5px; line-height: 1.5; color: var(--pc-muted); }

.pc-posts { margin-top: clamp(30px, 4vw, 48px); }
.pc-posts__grid.is-layout-grid { gap: clamp(22px, 2.8vw, 32px); }
.pc-posts .wp-block-post-template { margin: 0; padding: 0; }
.pc-card-post {
	position: relative; display: flex; flex-direction: column; height: 100%; border-radius: 22px; overflow: hidden; background: #fff; color: var(--pc-navy);
	box-shadow: var(--pc-shadow-card); transition: transform .35s var(--pc-ease), box-shadow .35s;
}
.pc-card-post:hover { transform: translateY(-4px); box-shadow: 0 2px 4px rgba(22, 34, 58, .08), 0 18px 40px rgba(22, 34, 58, .12); }
.pc-card-post__media { height: 188px; background: var(--tint, var(--pc-peach-tint)); overflow: hidden; }
.wp-block-post:nth-child(4n+1) .pc-card-post { --tint: var(--pc-peach-tint); }
.wp-block-post:nth-child(4n+2) .pc-card-post { --tint: var(--pc-teal-tint); }
.wp-block-post:nth-child(4n+3) .pc-card-post { --tint: var(--pc-blue-tint); }
.wp-block-post:nth-child(4n+4) .pc-card-post { --tint: var(--pc-lilac-tint); }
.pc-card-post__media .wp-block-post-featured-image { margin: 0; height: 100%; }
.pc-card-post__media img { width: 100%; height: 100% !important; object-fit: cover; display: block; }
.pc-card-post__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.pc-card-post__cat { font-size: 13.5px; font-weight: 600; color: var(--pc-orange-dark); letter-spacing: .01em; position: relative; z-index: 2; }
.pc-card-post__cat a { color: inherit; }
.pc-card-post__cat a:not(:first-child), .pc-card-post__cat .wp-block-post-terms__separator { display: none; }
.pc-card-post__title { font-size: 21px !important; line-height: 1.22 !important; letter-spacing: -.018em !important; margin: 0 !important; }
.pc-card-post__title a { color: var(--pc-navy); }
.pc-card-post__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.pc-card-post__title a:hover { color: var(--pc-navy); }
.pc-card-post__excerpt { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--pc-muted); }
.pc-card-post__excerpt p { margin: 0; }
.pc-card-post__excerpt .wp-block-post-excerpt__more-text { display: none; }
.pc-card-post__meta { margin-top: auto; padding-top: 8px; font-size: 14px; color: var(--pc-subtle); gap: 0 !important; }
.pc-card-post__meta > * + *::before { content: "·"; margin: 0 .45em; }
.pc-posts--compact .pc-card-post__media { height: 170px; }
.pc-posts--compact .pc-card-post__excerpt, .pc-posts--compact .wp-block-post-date { display: none; }
.pc-posts--compact .pc-card-post__meta > * + *::before { content: none; }
.pc-posts--compact .pc-card-post__title { font-size: 19px !important; }
.pc-posts--compact .pc-card-post__body { padding: 20px 22px 24px; gap: 8px; }

/* Featured post */
.pc-featured { margin: 0; }
.pc-featured .wp-block-post-template { list-style: none; }
.pc-card-post--featured { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); border-radius: 28px; box-shadow: 0 1px 2px rgba(22, 34, 58, .06), 0 14px 40px rgba(22, 34, 58, .09); --tint: var(--pc-peach-tint) !important; }
.pc-card-post--featured:hover { box-shadow: 0 2px 4px rgba(22, 34, 58, .08), 0 24px 56px rgba(22, 34, 58, .14); }
.pc-card-post--featured .pc-card-post__media { height: auto; min-height: 300px; }
.pc-card-post--featured .pc-card-post__body { padding: clamp(28px, 4vw, 48px); justify-content: center; gap: 16px; }
.pc-featured__tags { gap: 12px; align-items: center; font-size: 14px; color: var(--pc-subtle); }
.pc-featured__tags .is-style-pill { padding: 5px 11px; font-size: 13px; }
.pc-featured__tags .pc-card-post__cat { color: var(--pc-subtle); font-weight: 400; font-size: 14px; }
.pc-card-post--featured .pc-card-post__title { font-size: clamp(26px, 3vw, 38px) !important; line-height: 1.1 !important; letter-spacing: -.025em !important; }
.pc-card-post--featured .pc-card-post__excerpt { font-size: 17px; line-height: 1.6; }
.pc-featured__byline { gap: 12px; align-items: center; margin-top: 6px; }
.pc-featured__avatar, .pc-featured__avatar img { width: 36px; height: 36px; margin: 0; }
.pc-featured__avatar img { border-radius: 50%; object-fit: cover; object-position: 50% 20%; }
.pc-featured__author { font-size: 15px; color: var(--pc-ink); font-weight: 500; }
.pc-featured__byline .pc-card-post__meta { margin: 0; padding: 0; font-size: 15px; }

/* Blog chips (All + categories) */
.pc-chips { gap: 10px; padding-bottom: 28px; border-bottom: 1px solid rgba(22, 34, 58, .08); }
.pc-chips .wp-block-button__link { padding: 10px 18px; font-size: 15px; }
.pc-chips__cats { display: contents; list-style: none; margin: 0; padding: 0; }
.pc-chips__cats li { list-style: none; margin: 0; }
.pc-chips__cats a {
	display: inline-flex; align-items: center; padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(22, 34, 58, .12); background: #fff;
	color: var(--pc-navy); font-size: 15px; font-weight: 500; line-height: 1.2; transition: background .2s, color .2s, border-color .2s;
}
.pc-chips__cats a:hover { border-color: var(--pc-orange); color: var(--pc-orange); }
.pc-chips__cats .current-cat a { background: var(--pc-navy); border-color: var(--pc-navy); color: #fff; }
.pc-pagination { margin-top: 40px; gap: 8px; font-weight: 600; }
.pc-pagination a, .pc-pagination .page-numbers { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 14px; border-radius: 999px; color: var(--pc-navy); background: #fff; border: 1px solid var(--pc-line); box-sizing: border-box; }
.pc-pagination .current { background: var(--pc-navy); color: #fff; border-color: var(--pc-navy); }
.pc-empty { margin-top: 36px; padding: 56px 24px; border-radius: 22px; background: rgba(255, 255, 255, .6); text-align: center; }
.pc-empty__title { font-family: var(--wp--preset--font-family--display); font-weight: 600; font-size: 20px; }
.pc-empty p + p { margin-top: 10px; font-size: 16px; color: var(--pc-muted); }

/* Search */
.pc-search .wp-block-search__inside-wrapper {
	display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-radius: 999px; background: #fff; border: 1px solid var(--pc-line);
	box-shadow: 0 1px 2px rgba(22, 34, 58, .05), 0 6px 18px rgba(22, 34, 58, .06);
}
.pc-search .wp-block-search__inside-wrapper::before {
	content: ""; width: 18px; height: 18px; flex: none; background: var(--pc-subtle);
	-webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'><circle cx='11' cy='11' r='7'/><path d='M20 20l-3.5-3.5'/></svg>") center / contain no-repeat;
	mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'><circle cx='11' cy='11' r='7'/><path d='M20 20l-3.5-3.5'/></svg>") center / contain no-repeat;
}
.pc-search .wp-block-search__input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 0; background: transparent; font: inherit; font-size: 16px; color: var(--pc-navy); }
.pc-search .wp-block-search__input::placeholder { color: var(--pc-faint); }

/* Panels & CTAs ------------------------------------------------------------------------- */
.is-style-panel-dark {
	position: relative; overflow: hidden; isolation: isolate; padding: clamp(36px, 5vw, 64px) clamp(28px, 5vw, 68px); border-radius: 32px; background: var(--pc-navy); color: #fff;
}
.is-style-panel-dark::before, .is-style-panel-dark::after { content: ""; position: absolute; z-index: -1; pointer-events: none; }
.is-style-panel-dark::before { right: -90px; top: -70px; width: 300px; height: 300px; border-radius: 52% 48% 40% 60% / 45% 55% 45% 55%; background: rgba(247, 168, 142, .22); animation: pcFloatA 27s ease-in-out infinite; }
.is-style-panel-dark::after { left: -70px; bottom: -110px; width: 260px; height: 260px; border-radius: 44% 56% 62% 38% / 58% 42% 58% 42%; background: rgba(126, 208, 194, .18); animation: pcFloatB 33s ease-in-out infinite; }
.is-style-panel-dark :is(h2, h3, .wp-block-heading) { color: #fff; }
.is-style-panel-tint { padding: clamp(34px, 5vw, 60px) clamp(28px, 4.5vw, 56px); border-radius: 32px; background: var(--pc-peach-tint); }
.pc-cta { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(28px, 4vw, 56px); align-items: center; }
.pc-cta .wp-block-buttons { justify-self: start; }
.pc-cta__title { max-width: 16ch; font-size: clamp(28px, 3.6vw, 42px) !important; line-height: 1.08 !important; letter-spacing: -.026em !important; }
.pc-cta__text { margin-top: 18px !important; max-width: 42ch; font-size: 17px; line-height: 1.55; color: #5C463C; }
.is-style-panel-dark.pc-cta::after { display: none; }
.is-style-panel-dark .pc-cta__title { max-width: 18ch; }
.is-style-panel-dark .pc-cta__text { color: rgba(255, 255, 255, .8); }

/* Testimonial */
.pc-testimonial__intro { position: relative; margin: 0 0 22px !important; max-width: 44ch; font-size: 16px; line-height: 1.55; color: rgba(255, 255, 255, .72); }
.pc-testimonial__quote { margin: 0; padding: 0; border: 0; }
.pc-testimonial__big { max-width: 22ch; font-family: var(--wp--preset--font-family--display); font-weight: 600; font-size: clamp(24px, 3vw, 38px); line-height: 1.22; letter-spacing: -.022em; text-wrap: balance; }
.pc-testimonial__body { margin-top: 26px !important; max-width: 52ch; font-size: 17px; line-height: 1.6; color: rgba(255, 255, 255, .78); }
.pc-testimonial__quote cite { display: block; margin-top: 24px; font-style: normal; font-size: 15.5px; color: rgba(255, 255, 255, .6); }

/* Steps */
.pc-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: clamp(24px, 3vw, 44px); margin-top: clamp(34px, 5vw, 54px); }
.pc-step__n { font-family: var(--wp--preset--font-family--display); font-weight: 700; font-size: 15px; color: var(--pc-orange); margin-bottom: 12px !important; }
.pc-step:nth-child(3n+2) .pc-step__n { color: #12897A; }
.pc-step:nth-child(3n+3) .pc-step__n { color: #4358CC; }
.pc-step h3 { margin: 0 0 10px !important; }
.pc-step p:last-child { font-size: 16.5px; line-height: 1.55; color: var(--pc-muted); }

/* Don't do + FAQ */
.pc-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(30px, 5vw, 72px); align-items: start; }
.wp-block-list.is-style-cross { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; font-size: 17px; color: var(--pc-ink); }
.wp-block-list.is-style-cross li { display: flex; gap: 12px; align-items: flex-start; }
.wp-block-list.is-style-cross li::before {
	content: ""; flex: none; width: 19px; height: 19px; margin-top: 3px; background: #C4341A;
	-webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'><path d='M18 6 6 18M6 6l12 12'/></svg>") center / contain no-repeat;
	mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round'><path d='M18 6 6 18M6 6l12 12'/></svg>") center / contain no-repeat;
}
.pc-faq { display: flex; flex-direction: column; border-top: 1px solid var(--pc-line); }
.pc-faq-item { border-bottom: 1px solid var(--pc-line); }
.pc-faq-item summary {
	display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 17px 0; list-style: none; cursor: pointer;
	font-size: 17px; font-weight: 600; color: var(--pc-navy); transition: color .2s;
}
.pc-faq-item summary::-webkit-details-marker { display: none; }
.pc-faq-item summary::after { content: "+"; flex: none; font-size: 22px; font-weight: 400; color: #9AA3B2; transition: transform .3s; }
.pc-faq-item[open] summary::after { transform: rotate(45deg); }
.pc-faq-item summary:hover { color: var(--pc-orange); }
.pc-faq-item > p { margin: 0 0 18px; padding-right: 32px; font-size: 16.5px; line-height: 1.55; color: var(--pc-muted); }

/* Smooth open/close for details (progressive: Chrome 131+) */
@supports (interpolate-size: allow-keywords) {
	:root { interpolate-size: allow-keywords; }
	.pc-faq-item::details-content, .pc-svc-item::details-content {
		block-size: 0; opacity: 0; overflow: clip;
		transition: block-size .42s var(--pc-ease), opacity .3s, content-visibility .42s allow-discrete;
	}
	.pc-faq-item[open]::details-content, .pc-svc-item[open]::details-content { block-size: auto; opacity: 1; }
}

/* Free tools chips */
.pc-tools { gap: 12px; margin-top: 28px; }

/* Book */
.pc-book { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(28px, 4vw, 56px); align-items: center; }
.pc-book__title { max-width: 14ch; font-size: clamp(30px, 3.8vw, 46px) !important; line-height: 1.06 !important; letter-spacing: -.028em !important; }
.pc-book__text { margin-top: 20px !important; max-width: 40ch; font-size: 17.5px; line-height: 1.55; color: #5C463C; }
.pc-book__email { margin-top: 22px !important; font-size: 16px; color: #8A6E62; }
.pc-book__email a { color: var(--pc-orange-dark); border-bottom: 1px solid rgba(196, 69, 31, .35); }
.pc-book__card { min-width: 0; border-radius: 22px; background: #fff; box-shadow: 0 1px 2px rgba(122, 52, 24, .08), 0 10px 30px rgba(122, 52, 24, .12); padding: 26px 24px; }
.pc-book__label { margin-bottom: 18px !important; font-family: var(--wp--preset--font-family--display); font-weight: 600; font-size: 18px; }
.pc-book__cal { margin: 0 0 18px; }
.pc-book__cal img { width: 100%; display: block; }
.pc-book__card .wp-block-button__link { padding: 14px 20px; font-size: 16px; width: 100%; }

/* Footer --------------------------------------------------------------------------------- */
.pc-footer { position: relative; z-index: 1; padding: 0 clamp(10px, 2vw, 24px) clamp(10px, 2vw, 24px); }
.pc-footer__panel {
	max-width: 1440px; margin: 0 auto; border-radius: clamp(22px, 3vw, 36px); background: var(--pc-navy); color: #fff;
	padding: clamp(48px, 7vw, 96px) clamp(24px, 5vw, 64px) clamp(28px, 3vw, 40px); position: relative; overflow: hidden; isolation: isolate;
}
.pc-footer__panel::before, .pc-footer__panel::after, .pc-footer__inner::before {
	content: ""; position: absolute; aspect-ratio: 1; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: -1;
}
.pc-footer__panel::before { right: -8%; top: -22%; width: clamp(280px, 38vw, 520px); background: var(--pc-orange); opacity: .28; }
.pc-footer__panel::after { left: -10%; bottom: -30%; width: clamp(260px, 34vw, 480px); background: var(--pc-teal); opacity: .22; }
.pc-footer__inner { max-width: 1080px; margin: 0 auto; position: relative; }
.pc-footer__inner::before { left: 38%; top: 40%; width: clamp(200px, 24vw, 340px); background: var(--pc-blue); opacity: .16; }
.pc-footer__top { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 48px clamp(32px, 5vw, 72px); }
.pc-footer__brand { display: flex; flex-direction: column; justify-content: space-between; gap: 40px; }
.pc-footer__title { max-width: 11ch; margin: 0; font-size: clamp(36px, 4.6vw, 58px) !important; line-height: 1.02 !important; letter-spacing: -.033em !important; color: #fff !important; }
.pc-footer__cta { margin-top: 28px; }
.pc-footer__cta .wp-block-button__link { padding: 13px 22px; font-size: 16px; box-shadow: 0 1px 1px rgba(0, 0, 0, .12), 0 4px 12px rgba(0, 0, 0, .14); }
.pc-footer__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 40px 32px; align-content: start; }
.pc-footer__h { margin: 0 0 15px !important; font-weight: 600 !important; font-size: 18px !important; letter-spacing: 0 !important; color: #fff !important; }
.pc-footer__links { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.pc-footer__links a { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; color: rgba(255, 255, 255, .72); font-size: 15.5px; transition: color .2s; }
.pc-footer__links a:hover { color: #fff; }
.pc-footer__links .pc-hover-peach a:hover { color: var(--pc-peach); }
.pc-footer__links .pc-hover-teal a:hover { color: var(--pc-teal); }
.pc-footer__links .pc-hover-blue a:hover { color: var(--pc-blue); }
.pc-tag { padding: 3px 8px; border-radius: 6px; background: var(--pc-orange); color: #fff; font-size: 12px; font-weight: 600; }
.pc-footer__bottom { margin-top: clamp(48px, 6vw, 80px); padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .12); gap: 20px 28px !important; align-items: center; }
.pc-footer__meta { font-size: 14.5px; color: rgba(255, 255, 255, .6); }
.pc-footer__bottom .pc-footer__meta + .pc-footer__meta { margin-right: auto; }
.pc-footer__social { gap: 10px !important; margin: 0; }
.pc-footer__social .wp-social-link { background: transparent !important; color: #fff !important; border-radius: 12px !important; border: 1px solid rgba(255, 255, 255, .16); transition: background .2s, border-color .2s; }
.pc-footer__social .wp-social-link:hover { background: rgba(255, 255, 255, .08) !important; border-color: rgba(255, 255, 255, .4); transform: none; }
.pc-footer__social .wp-social-link a { width: 44px; height: 44px; padding: 0 !important; display: grid; place-items: center; }
.pc-footer__social .wp-social-link svg { width: 18px; height: 18px; fill: currentColor; }

/* About ------------------------------------------------------------------------------------ */
.pc-about-hero { gap: 56px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); padding-bottom: clamp(40px, 6vw, 72px); }
.pc-about-hero__photo { display: flex; justify-content: center; margin: 0; }
.pc-about-hero__photo img { width: min(100%, 340px); aspect-ratio: 1 / 1.05; border-radius: 28px; object-fit: cover; object-position: 50% 20%; box-shadow: 0 2px 4px rgba(22, 34, 58, .1), 0 30px 60px -20px rgba(22, 34, 58, .3); }
.pc-connect { gap: 14px; align-items: center; margin-top: 28px; }
.pc-connect__label { font-size: 15px; color: var(--pc-subtle); }
.pc-social-round { gap: 14px !important; margin: 0; }
.pc-social-round .wp-social-link { background: #fff !important; color: var(--pc-muted) !important; box-shadow: 0 1px 2px rgba(22, 34, 58, .08), 0 4px 12px rgba(22, 34, 58, .1); transition: color .2s, transform .2s; }
.pc-social-round .wp-social-link:hover { transform: translateY(-2px); color: #0A66C2 !important; }
.pc-social-round .wp-social-link a { width: 38px; height: 38px; padding: 0 !important; display: grid; place-items: center; }
.pc-social-round .wp-social-link svg { width: 18px; height: 18px; fill: currentColor; }
.pc-about-story { border-top: 1px solid rgba(22, 34, 58, .08); padding-top: 40px; }
.pc-timeline { margin-top: clamp(36px, 5vw, 56px); display: flex; flex-direction: column; }
.pc-tl { display: grid; grid-template-columns: minmax(120px, 160px) 1fr; gap: 24px; padding: 26px 0; border-top: 1px solid var(--pc-line); }
.pc-tl:last-child { border-bottom: 1px solid var(--pc-line); }
.pc-tl__when { font-family: var(--wp--preset--font-family--display); font-weight: 600; font-size: 15px; color: var(--pc-subtle); }
.pc-tl--now .pc-tl__when { color: var(--pc-orange); }
.pc-tl__body { display: flex; flex-wrap: wrap; gap: 24px; align-items: flex-start; }
.pc-tl__text { flex: 1 1 300px; min-width: 0; }
.pc-tl__title { margin: 0 0 8px !important; }
.pc-tl__text p { max-width: 50ch; font-size: 16.5px; line-height: 1.55; color: var(--pc-muted); }
.pc-tl__img { flex: 0 1 280px; width: 280px; max-width: 100%; margin: 0; aspect-ratio: 4 / 3; border-radius: 12px; border: 1px solid var(--pc-line); overflow: hidden; }
.pc-tl__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pc-tl__img--crop img { width: 200%; max-width: none; height: auto; object-fit: initial; }
@media (max-width: 560px) { .pc-tl { grid-template-columns: 1fr; gap: 8px; } }
.pc-why__title { max-width: 20ch; font-size: clamp(26px, 3.2vw, 38px) !important; line-height: 1.12 !important; letter-spacing: -.024em !important; }
.pc-why__text { margin-top: 22px !important; max-width: 56ch; font-size: 17.5px; line-height: 1.62; color: rgba(255, 255, 255, .82); }
.pc-why__text + .pc-why__text { margin-top: 18px !important; }
.pc-why::after { display: none; }

/* Blog index -------------------------------------------------------------------------------- */
.pc-blog-hero { padding: clamp(48px, 7vw, 92px) 0 clamp(32px, 4vw, 48px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 32px 56px; align-items: end; }
.pc-blog-hero > * { min-width: 0; }
.pc-blog-hero .pc-search { max-width: 420px; width: 100%; justify-self: end; }
.pc-blog-list .pc-posts { margin-top: 36px; }
.pc-archive-head { padding: clamp(48px, 7vw, 92px) 0 clamp(32px, 4vw, 48px); }
.pc-archive-head .pc-search { max-width: 420px; margin-top: 28px; }
.pc-archive-head .pc-lead p { margin: 0; }
.pc-404 { padding-bottom: var(--pc-section-gap); }

/* Single post -------------------------------------------------------------------------------- */
.pc-post-head { max-width: 820px; margin-left: auto !important; margin-right: auto !important; padding: clamp(40px, 6vw, 76px) 0 clamp(28px, 4vw, 40px); text-align: center; }
.pc-post-head__crumbs { gap: 10px; align-items: center; font-size: 14.5px; color: var(--pc-subtle); }
.pc-post-head__crumbs a { color: var(--pc-muted); }
.pc-post-head__crumbs a:hover { color: var(--pc-orange); }
.pc-post-head__cat a { display: inline-block; padding: 5px 12px; border-radius: 999px; background: #DFEAFB; color: #23367A !important; font-weight: 600; font-size: 13px; }
.pc-post-head__cat .wp-block-post-terms__separator { display: none; }
.pc-post-head__cat a + a { margin-left: 6px; }
.pc-post-head__title { margin-top: 22px !important; font-size: clamp(34px, 5vw, 58px) !important; line-height: 1.05 !important; letter-spacing: -.03em !important; }
.pc-post-head__dek { margin: 22px auto 0 !important; max-width: 36em; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.6; color: var(--pc-ink); text-wrap: pretty; }
.pc-post-head__dek p { margin: 0; }
.pc-post-head__dek .wp-block-post-excerpt__more-text { display: none; }
.pc-byline { gap: 12px 14px; align-items: center; margin-top: 28px; }
.pc-byline__avatar, .pc-byline__avatar img { width: 42px; height: 42px; margin: 0; flex: none; }
.pc-byline__avatar img { border-radius: 50%; object-fit: cover; object-position: 50% 20%; }
.pc-byline__text { text-align: left; line-height: 1.35; }
.pc-byline__name { font-size: 15.5px; font-weight: 600; }
.pc-byline__meta { font-size: 14px; color: var(--pc-subtle); gap: 0 !important; }
.pc-byline__updated { margin-right: .3em !important; }
.pc-byline__meta .wp-block-post-date + *::before { content: "·"; margin: 0 .45em; }
.pc-post-hero { max-width: 1040px; margin: 0 auto !important; aspect-ratio: 16 / 8; border-radius: 28px; overflow: hidden; background: var(--pc-blue-tint); box-shadow: 0 2px 4px rgba(22, 34, 58, .06), 0 24px 50px -20px rgba(22, 34, 58, .22); }
.pc-post-hero img { width: 100%; height: 100% !important; object-fit: cover; }
.pc-post-body { display: flex; flex-wrap: wrap; gap: 48px 64px; max-width: 1040px; margin: 0 auto !important; padding: clamp(40px, 6vw, 72px) 0 clamp(48px, 6vw, 80px); align-items: flex-start; }
.pc-toc { position: sticky; top: calc(var(--pc-top) + 96px); flex: 0 1 220px; min-width: 0; }
.pc-toc__title { margin: 0 0 14px; font-family: var(--wp--preset--font-family--display); font-weight: 600; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: var(--pc-subtle); }
.pc-toc__note { font-size: 13px; color: var(--pc-subtle); }
.pc-toc__nav { display: flex; flex-direction: column; gap: 2px; max-height: calc(100vh - 260px); overflow: auto; }
.pc-toc__nav a { display: block; padding: 7px 12px; border-radius: 10px; font-size: 15px; line-height: 1.35; font-weight: 500; color: var(--pc-subtle); transition: background .2s, color .2s; }
.pc-toc__nav a:hover { color: var(--pc-navy); }
.pc-toc__nav a.is-active { font-weight: 600; color: var(--pc-navy); background: #fff; box-shadow: 0 1px 2px rgba(22, 34, 58, .06), 0 4px 12px rgba(22, 34, 58, .06); }
.pc-share { display: flex; gap: 10px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(22, 34, 58, .08); }
.pc-toc--empty .pc-share { margin-top: 0; padding-top: 0; border: 0; }
.pc-share__li, .pc-share__copy {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 38px; border: 0; border-radius: 999px; background: #fff; color: var(--pc-muted);
	box-shadow: 0 1px 2px rgba(22, 34, 58, .08), 0 4px 12px rgba(22, 34, 58, .1); font: inherit; font-size: 14px; font-weight: 500; cursor: pointer;
}
.pc-share__li { width: 38px; }
.pc-share__li:hover { color: #0A66C2; }
.pc-share__copy { padding: 0 16px; }
.pc-share__copy:hover { color: var(--pc-navy); }
.pc-article { flex: 1 1 520px; min-width: 0; max-width: 700px; }
@media (max-width: 860px) { .pc-toc { position: static; flex-basis: 100%; } .pc-toc__nav { max-height: none; } }

/* Post / page prose */
.pc-prose { font-size: 18.5px; line-height: 1.72; color: #2A3550; }
.pc-prose > * { margin-top: 0; margin-bottom: 22px; }
.pc-prose p { text-wrap: pretty; }
.pc-prose a { color: var(--pc-link, #4358CC); text-decoration: underline; text-decoration-color: rgba(67, 88, 204, .3); text-underline-offset: 3px; }
.pc-prose a:hover { color: var(--pc-orange); text-decoration-color: currentColor; }
.pc-prose h2 { margin: 52px 0 18px; scroll-margin-top: calc(var(--pc-top) + 96px); font-size: clamp(26px, 2.8vw, 32px); line-height: 1.15; letter-spacing: -.022em; }
.pc-prose h3 { margin: 36px 0 12px; font-size: 22px; line-height: 1.25; }
.pc-prose h4 { margin: 28px 0 10px; font-size: 19px; }
.pc-prose ul, .pc-prose ol { padding-left: 1.3em; }
.pc-prose li + li { margin-top: 6px; }
.pc-prose img { border-radius: 18px; height: auto; }
.pc-prose figure { margin: 32px 0; }
.pc-prose figcaption { font-size: 14px; color: var(--pc-subtle); text-align: center; margin-top: 10px; }
.pc-prose code { padding: 2px 7px; border-radius: 6px; background: var(--pc-blue-tint); color: #23367A; font-size: .84em; }
.pc-prose pre { padding: 20px 22px; border-radius: 16px; background: var(--pc-navy); color: #E6EAF2; font-size: 15px; overflow: auto; }
.pc-prose pre code { padding: 0; background: none; color: inherit; }
.pc-prose blockquote:not(.is-style-pull) { margin: 32px 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--pc-orange); color: var(--pc-navy); }
.pc-prose .wp-block-quote.is-style-pull, .wp-block-quote.is-style-pull { margin: 36px 0; padding: 0; border: 0; }
.wp-block-quote.is-style-pull p { font-family: var(--wp--preset--font-family--display); font-weight: 600; font-size: clamp(22px, 2.4vw, 27px); line-height: 1.3; letter-spacing: -.015em; color: var(--pc-navy); text-wrap: balance; }
.wp-block-quote.is-style-pull cite { display: block; margin-top: 12px; font-style: normal; font-size: 15px; color: var(--pc-subtle); }
.pc-prose--page { max-width: 700px; margin: 0 auto var(--pc-section-gap) !important; }

.wp-block-group.is-style-summary { padding: 26px 28px; border-radius: 22px; background: var(--pc-peach-tint); margin-bottom: 40px; }
.is-style-summary > :first-child { margin-top: 0; font-family: var(--wp--preset--font-family--display); font-weight: 700; font-size: 18px; color: var(--pc-navy); }
.is-style-summary ul { margin: 12px 0 0; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; font-size: 16.5px; line-height: 1.55; color: #5C463C; }
.is-style-summary li + li { margin-top: 0; }

.wp-block-table.is-style-soft { margin: 0 0 26px; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 1px 2px rgba(22, 34, 58, .06), 0 6px 18px rgba(22, 34, 58, .06); font-size: 16px; line-height: 1.5; }
.wp-block-table.is-style-soft table { border-collapse: collapse; width: 100%; }
.wp-block-table.is-style-soft :is(th, td) { padding: 14px 20px; border: 0; border-top: 1px solid rgba(22, 34, 58, .08); text-align: left; }
.wp-block-table.is-style-soft thead :is(th, td) { background: var(--pc-navy); color: #fff; font-weight: 600; border: 0; }
.wp-block-table.is-style-soft thead { border: 0; }
.wp-block-table.is-style-soft tbody td:first-child { font-weight: 600; color: var(--pc-navy); }

.pc-author { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start; margin-top: 56px; padding: 28px; border-radius: 24px; }
.pc-author__photo, .pc-author__photo img { width: 72px; height: 72px; margin: 0; }
.pc-author__photo img { border-radius: 50%; object-fit: cover; object-position: 50% 20%; }
.pc-author__name { font-family: var(--wp--preset--font-family--display); font-weight: 700; font-size: 19px; }
.pc-author__bio { margin-top: 6px !important; font-size: 16px; line-height: 1.55; color: var(--pc-muted); }
.pc-author__links { margin-top: 12px !important; font-size: 15px; font-weight: 600; display: flex; gap: 18px; }

.pc-keep-reading { padding-top: clamp(48px, 6vw, 72px); border-top: 1px solid rgba(22, 34, 58, .08); padding-bottom: clamp(48px, 6vw, 72px); }
.pc-keep-reading__head { gap: 20px; }
.pc-keep-reading__title { font-size: clamp(26px, 3vw, 36px) !important; letter-spacing: -.024em !important; }
.pc-keep-reading__all { font-weight: 600; font-size: 15.5px; }
.pc-keep-reading .pc-posts { margin-top: 30px; }
.pc-keep-reading .pc-posts__grid.is-layout-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); }

/* Booking overlay ---------------------------------------------------------------------------- */
.pc-booking { width: min(920px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: 24px; background: #fff; color: var(--pc-navy); box-shadow: 0 30px 80px rgba(22, 34, 58, .35); overflow: hidden; }
.pc-booking::backdrop { background: rgba(22, 34, 58, .55); backdrop-filter: blur(4px); }
.pc-booking[open] { animation: pcRise .35s var(--pc-ease) both; }
.pc-booking__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px 16px 26px; border-bottom: 1px solid var(--pc-line); }
.pc-booking__title { margin: 0; font-family: var(--wp--preset--font-family--display); font-weight: 700; font-size: 19px; }
.pc-booking__close { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(22, 34, 58, .12); background: #fff; color: var(--pc-navy); cursor: pointer; }
.pc-booking__body { height: min(720px, calc(100dvh - 32px - 73px)); overflow: auto; -webkit-overflow-scrolling: touch; }
.pc-booking__body { position: relative; }
.pc-booking__loading { position: absolute; left: 0; right: 0; top: 80px; margin: 0; text-align: center; color: var(--pc-muted); }
.pc-booking__body iframe { position: relative; z-index: 1; display: block; }
.pc-booking__fallback { padding: 0 24px 24px; text-align: center; font-size: 14px; color: var(--pc-subtle); }
html.pc-modal-open { overflow: hidden; }

/* Custom cursor ------------------------------------------------------------------------------- */
.pc-cursor {
	position: fixed; top: 0; left: 0; width: 14px; height: 14px; border-radius: 50%; background: var(--pc-orange); pointer-events: none; z-index: 2147483000;
	mix-blend-mode: multiply; opacity: 0; transition: width .28s var(--pc-ease), height .28s var(--pc-ease), opacity .25s;
	display: flex; align-items: center; justify-content: center; color: #fff; font-size: 17px; font-weight: 600; line-height: 1;
}
.pc-cursor::after { content: "+"; opacity: 0; transition: opacity .18s; }
.pc-cursor.is-link { width: 32px; height: 32px; }
.pc-cursor.is-expand { width: 48px; height: 48px; mix-blend-mode: normal; }
.pc-cursor.is-expand::after { opacity: 1; }
.pc-booking[open] ~ .pc-cursor, html.pc-modal-open .pc-cursor { display: none; }

/* Scroll reveal (classes added by theme.js) --------------------------------------------------- */
.pc-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--pc-ease), transform .7s var(--pc-ease); transition-delay: var(--d, 0ms); }
.pc-reveal.is-in { opacity: 1; transform: none; }

/* Responsive ----------------------------------------------------------------------------------- */
@media (max-width: 879px) {
	.pc-header .pc-nav, .pc-header .pc-header__cta { display: none !important; }
	.pc-menu-toggle { display: flex; }
	.pc-quiz__dot { width: 38px; height: 38px; font-size: 16px; }
}
@media (max-width: 600px) {
	.pc-svc { position: relative; top: auto; }
	.pc-svc-item > p { padding-left: 0; }
	.pc-trait { flex-direction: column; gap: 4px; }
	.pc-trait__k { width: auto; }
	.pc-blog-hero .pc-search { justify-self: stretch; max-width: none; }
}

/* Reduced motion: no animation, no parallax, marquee becomes a wrapped grid -------------------- */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation: none !important; transition: none !important; }
	.pc-reveal { opacity: 1; transform: none; }
	.pc-stack__track { flex-wrap: wrap; justify-content: center; width: auto; row-gap: 16px; }
	.pc-stack__track [data-dup] { display: none !important; }
	.pc-orb-followers { display: none; }
}
