:root {
	--color-bg: #f5f0e7;
	--color-surface: #fffdfa;
	--color-text: #181713;
	--color-muted: #5b5447;
	--color-primary: #c75a2f;
	--color-primary-dark: #9b4320;
	--color-border: rgba(24, 23, 19, 0.12);
	--radius-lg: 24px;
	--radius-md: 14px;
	--shadow-soft: 0 20px 60px rgba(26, 20, 10, 0.14);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: radial-gradient(circle at top left, #fff4dd 0%, var(--color-bg) 44%, #f0e4d1 100%);
	color: var(--color-text);
	font-family: "DM Sans", "Segoe UI", sans-serif;
	line-height: 1.55;
}

a {
	color: inherit;
	text-decoration: none;
}

.container {
	width: min(1120px, 92%);
	margin-inline: auto;
}

.site-header .container {
	width: min(1820px, 89%);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	backdrop-filter: blur(8px);
	background: #ffffff;
	border-bottom: 0;
	box-shadow: 0 5px 18px rgba(24, 24, 24, 0.08);
	transition: box-shadow 220ms ease;
}

.site-header.is-scrolled {
	box-shadow: 0 8px 22px rgba(24, 24, 24, 0.12);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.2rem 0;
	min-height: 102px;
	transition: min-height 240ms ease, padding 240ms ease;
}

.site-header.is-scrolled .header-inner {
	min-height: 100px;
	padding: 0.78rem 0;
}

.site-branding {
	min-width: 0;
}

.brand-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: min(52vw, 320px);
	transition: transform 240ms ease;
	transform-origin: left center;
}

.brand-logo-img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 76px;
}

.site-header.is-scrolled .brand-logo-link {
	transform: scale(0.84);
}

.header-actions {
	display: inline-flex;
	align-items: center;
	gap: 1.45rem;
}

.hire-me-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0 2.05rem;
	height: 62px;
	min-width: 178px;
	border-radius: 999px;
	border: 1px solid rgba(99, 99, 99, 1);
	background: #fff;
	color: rgba(78, 78, 78, 1);
	font-family: "Kanit", "Segoe UI", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
	transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.hire-me-btn img {
	width: 19px;
	height: 19px;
	transition: transform 220ms ease;
}

.hire-me-btn:hover {
	background: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(17, 17, 17, 0.1);
}

.hire-me-btn:hover img {
	transform: translateX(3px) translateY(-2px);
}

.mobile-menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(99, 99, 99, 1);
	background: #fff;
	width: 64px;
	height: 64px;
	border-radius: 999px;
	padding: 0;
	cursor: pointer;
	transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.mobile-menu-toggle img {
	width: 20px;
	height: 20px;
	transition: transform 220ms ease;
}

.mobile-menu-toggle:hover {
	background: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(17, 17, 17, 0.12);
}

.mobile-menu-toggle:hover img {
	transform: rotate(8deg) scale(1.06);
}

.mobile-menu-toggle[aria-expanded="true"] {
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(17, 17, 17, 0.12);
}

.mobile-menu-toggle[aria-expanded="true"] img {
	transform: rotate(90deg);
}

.mobile-menu-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.48);
	opacity: 0;
	transition: opacity 240ms ease;
	z-index: 998;
	pointer-events: none;
}

.mobile-menu-overlay.active {
	opacity: 1;
	pointer-events: auto;
}

.mobile-menu-panel {
	position: fixed;
	right: 0;
	top: 0;
	height: 100dvh;
	width: min(80vw, 360px);
	padding: 1.25rem;
	background: var(--color-surface);
	box-shadow: -10px 0 28px rgba(0, 0, 0, 0.2);
	transform: translateX(100%);
	transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 999;
	pointer-events: none;
}

.mobile-menu-panel.active {
	transform: translateX(0);
	pointer-events: auto;
}

.mobile-menu-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	font-family: "Kanit", "Segoe UI", sans-serif;
	font-size: 1.25rem;
}

.mobile-menu-close {
	border: 1px solid #7d7d7d;
	border-radius: 999px;
	width: 44px;
	height: 44px;
	background: #f8f8f8;
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 1;
}

.mobile-menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.mobile-menu-list a {
	display: block;
	padding: 0.76rem 0.3rem;
	font-weight: 500;
	font-family: "Kanit", "Segoe UI", sans-serif;
	font-size: 1.15rem;
	color: rgba(78, 78, 78, 1);
}

.hero-section {
	position: relative;
	overflow: hidden;
	padding: clamp(2.4rem, 4vw, 3.4rem) 0 clamp(2.6rem, 4.2vw, 3.8rem);
	background: var(--hero-section-bg, #ffffff);
}

.hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 460px;
	gap: clamp(1.8rem, 3.4vw, 3.2rem);
	align-items: center;
}

.hero-kicker {
	margin: 0 0 0.85rem;
	font-family: "Kanit", "Segoe UI", sans-serif;
	font-size: clamp(0.95rem, 1.9vw, 1.18rem);
	font-weight: 400;
	color: rgba(35, 58, 95, 0.9);
}

.hero-title {
	max-width: 22ch;
	font-size: clamp(2rem, 3.3vw, 4.02rem);
	line-height: 1.06;
	font-weight: 600;
	font-family: "Work Sans", "Segoe UI", sans-serif;
	letter-spacing: 0;
	color: #162640;
	margin: 0 0 1rem;
}

.bccome {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bccome span {
    font-size: 10px;
    position: absolute;
    bottom: 3px;
}

.bccome a {
    padding: 0px 31px 0px 31px;
}

.hero-description {
	max-width: 56ch;
	font-size: clamp(0.96rem, 1.4vw, 1.14rem);
	line-height: 1.72;
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-weight: 400;
	color: rgba(59, 66, 79, 0.9);
	margin: 0 0 1.9rem;
}

.hero-cta {
	display: flex;
	gap: 0.3rem;
	flex-wrap: wrap;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.42rem;
	padding: 0 1.35rem;
	height: 52px;
	border: 0;
	border-radius: 999px;
	font-weight: 500;
	font-family: "Kanit", "Segoe UI", sans-serif;
	font-size: 1rem;
	transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.btn:hover {
	transform: translateY(-2px);
}

.btn-primary {
	background: rgba(135, 80, 247, 1);
	border: 1px solid rgba(135, 80, 247, 1);
	border-radius: 60px;
	font-family: "Kanit", "Segoe UI", sans-serif;
	font-weight: 400;
	color: #fff;
	box-shadow: none;
}

.btn-primary:hover {
	background: rgba(120, 67, 231, 1);
	border-color: rgba(120, 67, 231, 1);
	box-shadow: 0 10px 22px rgba(135, 80, 247, 0.28);
}

.btn-arrow-image {
	display: block;
	width: 15px;
	height: 15px;
	object-fit: contain;
	transition: transform 220ms ease;
}

.btn-primary:hover .btn-arrow-image {
	transform: translateX(2px) translateY(-2px);
}

.btn-outline {
	border: 1px solid var(--color-border);
	background: #fff;
}

.btn-secondary {
	background: #c75a2f;
	border: 1px solid #c75a2f;
	border-radius: 60px;
	font-family: "Kanit", "Segoe UI", sans-serif;
	color: #fff;
	box-shadow: none;
}

.btn-secondary:hover {
	background: #a84a25;
	border-color: #a84a25;
	box-shadow: 0 10px 22px rgba(199, 90, 47, 0.28);
}

.hero-portfolio-cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.btn-portfolio {
	height: 56px;
	padding: 0 2rem;
	font-size: 1.05rem;
	border: 2px solid var(--color-text);
	font-weight: 600;
	width: 100%;
	justify-content: space-between;
	max-width: 320px;
}

.btn-portfolio:hover .btn-arrow-image {
	transform: translateX(3px) translateY(-3px);
}

.hero-portfolio-tagline {
	font-size: 0.78rem;
	color: var(--color-muted);
	padding-left: 0.25rem;
}

.hero-media-wrap {
	justify-self: end;
	width: 460px;
	max-width: 100%;
	border-radius: 18px;
	overflow: hidden;
	background: #d8d8d8;
	box-shadow: 0 12px 30px rgba(16, 23, 36, 0.15);
	transition: transform 260ms ease, box-shadow 260ms ease;
}

.hero-media-wrap:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 42px rgba(16, 23, 36, 0.2);
}

.hero-media {
	display: block;
	width: 100%;
	height: 410px;
	object-fit: cover;
}

.competencies-section {
	background: var(--competencies-bg, #f2f2f2);
	padding: clamp(2.8rem, 5vw, 4.2rem) 0;
}

.competencies-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(0, 1fr);
	gap: clamp(1.8rem, 3.2vw, 4rem);
	align-items: center;
}

.competency-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.95rem;
}

.competency-card {
	background: #ffffff;
	border-radius: 8px;
	padding: 0.95rem 0.95rem 0.9rem;
	box-shadow: 0 1px 2px rgba(19, 20, 20, 0.05);
	transform: translateY(0);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.competency-card h3 {
	margin: 0 0 0.45rem;
	font-family: "Work Sans", "Segoe UI", sans-serif;
	font-weight: 600;
	font-size: 1.18rem;
	line-height: 1.28;
	color: #172742;
}

.competency-card p {
	margin: 0;
	font-family: "Work Sans", "Segoe UI", sans-serif;
	font-weight: 200;
	font-size: 0.95rem;
	line-height: 1.52;
	color: rgba(85, 96, 112, 1);
}

.competency-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 24px rgba(18, 22, 33, 0.12);
}

.competency-card:hover .competency-icon-wrap{background: #8f4df7;}
.competency-card:hover .competency-icon{filter: brightness(0) invert(1);}
.competency-card.is-visible:hover {transform:translateY(-14px);}

.competency-card.is-featured {
	transform: translateY(-10px);
	box-shadow: 0 12px 24px rgba(18, 22, 33, 0.14);
/*	height: 114%;*/
}

.competency-card.is-featured:hover {
	transform: translateY(-14px);
}

.competency-icon-wrap {
	width: 52px;
	height: 52px;
	border-radius: 6px;
	background: #efe6ff;
	display: grid;
	place-items: center;
	margin-bottom: 0.85rem;
	transition: background-color 220ms ease;
}

.competency-icon {
	width: 23px;
	height: 23px;
	object-fit: contain;
	filter: saturate(0.9);
	transition: filter 220ms ease;
}

.competency-card.is-featured .competency-icon-wrap {
	background: #8f4df7;
}

.competency-card.is-featured .competency-icon {
	filter: brightness(0) invert(1);
}

.competencies-content h2 {
	margin: 0 0 1rem;
	font-family: "Work Sans", "Segoe UI", sans-serif;
	font-weight: 600;
	font-size: clamp(2rem, 3.1vw, 3.1rem);
	line-height: 1.1;
	color: #1b2a43;
}

.competencies-content p {
	margin: 0;
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-weight: 400;
	font-size: clamp(0.95rem, 1.08vw, 1.08rem);
	line-height: 1.9;
	color: #626d81;
}

.tools-marquee-section {
	background: #ffffff;
	padding: 1.2rem 0 0.8rem;
}

.tools-marquee {
	overflow: hidden;
}

.tools-marquee-track {
	display: flex;
	width: max-content;
	animation: tools-marquee-move var(--tools-speed, 42s) linear infinite;
	will-change: transform;
}

.tools-marquee:hover .tools-marquee-track {
	animation-play-state: paused;
}

.tools-marquee-list {
	list-style: none;
	margin: 0;
	padding: 5px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.tool-pill {
	white-space: nowrap;
	padding: 10px 22px;
	border: 1px solid rgba(210, 210, 210, 1);
	border-radius: 80px;
	background: #ffffff;
	font-family: "Work Sans", "Segoe UI", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	color: #39465d;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tool-pill:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(20, 21, 31, 0.08);
	border-color: #c5c5c5;
}

.pro-journey {
	background: #fff;
	padding: 80px 20px;
	font-family: "Work Sans", "Segoe UI", sans-serif;
}

.pro-journey .pj-title {
    margin: 0 0 2rem;
    font-family: "Work Sans", "Segoe UI", sans-serif;
    font-weight: 600;
    font-size: clamp(2rem, 3.1vw, 3.1rem);
    line-height: 1.1;
    color: #1b2a43;
    text-align: center;
}

.pro-journey .pj-timeline {
	position: relative;
	max-width: 1100px;
	margin: auto;
}

.pro-journey .pj-timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	border-left: 2px dashed #d4d4d4;
	transform: translateX(-50%);
}

.pro-journey .pj-item {
	position: relative;
	width: 50%;
	padding: 20px 40px;
	opacity: 0;
	transform: translateY(60px);
	animation: fadeUp 0.8s forwards;
}

.pro-journey .pj-item:nth-child(1) {
	animation-delay: 0.2s;
}

.pro-journey .pj-item:nth-child(2) {
	animation-delay: 0.4s;
}

.pro-journey .pj-item:nth-child(3) {
	animation-delay: 0.6s;
}

.pro-journey .pj-item.left {
	left: 0;
	text-align: right;
}

.pro-journey .pj-item.right {
	left: 50%;
}

.pro-journey .pj-card {
	background: #fff;
	padding: 28px;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
	display: inline-block;
	max-width: 420px;
	text-align: left;
}

.pro-journey .pj-card h3 {
	margin: 6px 0;
	font-size: 18px;
}

.pro-journey .pj-card .pj-year {
	font-size: 12px;
	color: #777;
}

.pro-journey .pj-card .pj-role {
	font-size: 13px;
	color: #9a9a9a;
	margin-bottom: 10px;
}

.pro-journey .pj-card ul {
	padding-left: 18px;
	margin: 0;
}

.pro-journey .pj-card li {
	margin: 6px 0;
	font-size: 14px;
}

.pj-card ul{
    list-style: none;
    padding-left: 20px;
}

.pj-card ul li{
    position: relative;
    margin-bottom: 12px;
}

.pj-card ul li::before{
    content: "";
    width: 10px;
    height: 10px;
    background: #8f4df7;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 8px;
}

.pro-journey .pj-icon {
	position: absolute;
	top: 32px;
	width: 46px;
	height: 46px;
	background: #7c5cff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: calc(100% - 23px);
	animation: bounce 2s infinite;
}

.pro-journey .pj-item.right .pj-icon {
	left: -23px;
}

.pro-journey .pj-icon img {
	width: 22px;
	filter: brightness(0) invert(1);
}

/* Professional Journey fallback: supports legacy timeline/card/icon class names too. */
.pro-journey .timeline {
	position: relative;
	max-width: 1100px;
	margin: auto;
}

.pro-journey .timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	border-left: 2px dashed #d4d4d4;
	transform: translateX(-50%);
}

.pro-journey .timeline-item {
	position: relative;
	width: 50%;
	padding: 20px 40px;
	opacity: 0;
	transform: translateY(60px);
	animation: fadeUp 0.8s forwards;
}

.pro-journey .timeline-item:nth-child(1) {
	animation-delay: 0.2s;
}

.pro-journey .timeline-item:nth-child(2) {
	animation-delay: 0.4s;
}

.pro-journey .timeline-item:nth-child(3) {
	animation-delay: 0.6s;
}

.pro-journey .timeline-item.left {
	left: 0;
	text-align: right;
}

.pro-journey .timeline-item.right {
	left: 50%;
}

.pro-journey .card {
	background: #fff;
	padding: 28px;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
	display: inline-block;
	max-width: 420px;
	text-align: left;
}

.pro-journey .card h3 {
	margin: 6px 0;
	font-size: 18px;
}

.pro-journey .card .year {
	font-size: 12px;
	color: #777;
}

.pro-journey .card .role {
	font-size: 13px;
	color: #9a9a9a;
	margin-bottom: 10px;
}

.pro-journey .card ul {
	padding-left: 18px;
	margin: 0;
}

.pro-journey .card li {
	margin: 6px 0;
	font-size: 14px;
}

.pro-journey .icon {
	position: absolute;
	top: 32px;
	width: 46px;
	height: 46px;
	background: #7c5cff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: calc(100% - 23px);
	animation: bounce 2s infinite;
}

.pro-journey .timeline-item.right .icon {
	left: -23px;
}

.pro-journey .icon img {
	width: 22px;
	filter: brightness(0) invert(1);
}

.content-section {
	padding: clamp(3rem, 7vw, 5rem) 0;
}

.content-section.alt {
	background: rgba(255, 255, 255, 0.58);
}

.site-footer {
	background: #f2f2f2;
	color: #e6dfd3;
}

.footer-grid {
	padding: 3rem 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.footer-title {
	margin-top: 0;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 0.5rem;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	padding: 1rem 0;
	font-size: 0.92rem;
}

[data-animate] {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 500ms ease, transform 500ms ease;
	transition-delay: var(--reveal-delay, 0ms);
}

[data-animate].is-visible {
	opacity: 1;
    transform: translateY(0);
}


[data-animate="fade-left"] {
	transform: translateX(28px);
}

[data-animate="fade-left"].is-visible {
	transform: translateX(0);
}

@keyframes tools-marquee-move {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bounce {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-6px);
	}
}

@media (max-width: 980px) {
	.site-header .container {
		width: min(1400px, 93%);
	}

	.header-inner {
		min-height: 102px;
		padding: 0.88rem 0;
	}

	.site-header.is-scrolled .header-inner {
		min-height: 100px;
		padding: 0.62rem 0;
	}

	.brand-logo-img {
		max-height: 56px;
	}

	.hire-me-btn {
		height: 50px;
		min-width: 95px;
		padding: 0 1rem;
		font-size: 17px;
	}

	.mobile-menu-toggle {
		width: 52px;
		height: 52px;
	}

	.mobile-menu-toggle img {
		width: 17px;
		height: 17px;
	}

	.hero-grid {
		grid-template-columns: 1fr;
		gap: 1.8rem;
	}

	.hero-title {
		max-width: 19ch;
	}

	.hero-media-wrap {
		justify-self: start;
		width: min(100%, 440px);
	}

	.hero-media {
		height: 360px;
	}

	.competencies-grid {
		grid-template-columns: 1fr;
	}

	.competencies-content {
		order: 2;
	}

	.tool-pill {
		font-size: 16px;
		line-height: 22px;
		padding: 9px 18px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.site-header .container {
		width: min(1200px, 94%);
	}

	.header-inner {
		min-height: 108px;
		padding: 0.7rem 0;
	}

	.site-header.is-scrolled .header-inner {
		min-height: 70px;
		padding: 0.56rem 0;
	}

	.brand-logo-img {
		max-height: 45px;
	}

	.header-actions {
		gap: 0.42rem;
	}

	.hire-me-btn {
		height: 34px;
        min-width: 91px;
        padding: 0 0.75rem;
        font-size: 15px;
	}

	.hire-me-btn img {
		width: 13px;
		height: 13px;
	}

	.mobile-menu-toggle {
		width: 34px;
		height: 34px;
	}

	.mobile-menu-toggle img {
		width: 15px;
		height: 15px;
	}

	.mobile-menu-panel {
		width: min(86vw, 350px);
	}

	.hero-section {
		padding-top: 2rem;
	}

	.hero-title {
		max-width: 100%;
		font-size: clamp(1.82rem, 8.6vw, 2.45rem);
	}

	.hero-description {
		font-size: 0.95rem;
		line-height: 1.62;
	}

	.hero-media-wrap {
		width: 100%;
		max-width: 100%;
		order: 1;
	}

	.hero-media {
		height: auto;
		aspect-ratio: 4 / 3.2;
	}

	.hero-content {
		order: 2;
	}

	.competency-cards {
		grid-template-columns: 1fr;
		order: 2;
	}

	.competencies-content {
		order: 1;
	}

	.competency-card {
		padding: 0.95rem;
	}

	.competency-card.is-featured {
		transform: translateY(-4px);
	}

	.tools-marquee-section {
		padding-top: 0.9rem;
	}

	.tool-pill {
		font-size: 14px;
		line-height: 20px;
		padding: 8px 14px;
	}

	.btn {
		height: 46px;
		padding: 0 1.05rem;
		font-size: 0.95rem;
	}
	
	.home .btn {
		padding: 0 0.85rem;
	}
	.bccome span {
		font-size: 8px;}

}

@media (max-width: 768px) {
	.pro-journey .pj-timeline::before,
	.pro-journey .timeline::before {
		left: 24px;
		top: 0;
		bottom: 0;
		transform: none;
	}

	.pro-journey .pj-item,
	.pro-journey .pj-item.right,
	.pro-journey .pj-item.left,
	.pro-journey .timeline-item,
	.pro-journey .timeline-item.right,
	.pro-journey .timeline-item.left {
		width: 100%;
		left: 0;
		text-align: left;
		padding: 20px 0 20px 70px;
	}

	.pro-journey .pj-icon,
	.pro-journey .pj-item.right .pj-icon,
	.pro-journey .icon,
	.pro-journey .timeline-item.right .icon {
		left: 0;
		top: 32px;
		width: 46px;
		height: 46px;
	}

	.page-template-page-portfolio-php .pdf-final-note {
    margin: 0px 0px 35px 0px;
    padding-top: 0;}
	.site-prefooter-final-note .pdf-note-card p{text-align: left;}
	.site-prefooter-final-note .pdf-note-card{height: unset; margin-top: 35px;}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation: none !important;
		transition-duration: 1ms !important;
	}
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Featured Projects */
.featured-projects-section {
	padding: 64px 0 88px;
	background: #ffffff;
}

.featured-projects-title {
	margin: 0 0 28px;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(32px, 4.2vw, 48px);
	font-weight: 600;
	line-height: 1.16;
	letter-spacing: 0;
	color: #132238;
	text-align: center;
}

.featured-projects-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	max-width: 780px;
	margin: 0 auto;
}

.featured-project-card {
	border-radius: 12px;
	overflow: hidden;
	background: #080808;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.featured-project-link {
	display: block;
	position: relative;
	min-height: 268px;
	text-decoration: none;
	color: inherit;
}

.featured-project-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 268px;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.45s ease;
}

.featured-project-overlay {
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 16px;
	border-radius: 8px;
	background: linear-gradient(90deg, #8750f7 0%, #6f41f3 100%);
	transform: translateY(115%);
	opacity: 0;
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.featured-project-text h3 {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(19px, 2.1vw, 30px);
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff;
}

.featured-project-text p {
	margin: 4px 0 0;
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.86);
}

.featured-project-arrow {
	width: 25px;
	height: 25px;
	object-fit: cover;
	filter: brightness(0) invert(1);
	/*transform: rotate(-45deg);
	flex-shrink: 0;*/
}

.featured-project-card:hover .featured-project-overlay,
.featured-project-card:focus-within .featured-project-overlay,
.featured-project-card.is-active .featured-project-overlay {
	transform: translateY(0);
	opacity: 1;
}

.featured-project-card:hover .featured-project-image,
.featured-project-card:focus-within .featured-project-image {
	transform: scale(1.04);
}

.featured-project-card:hover,
.featured-project-card:focus-within {
	transform: translateY(-6px);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.featured-project-card[data-animate].is-visible {
	animation: featuredProjectLift 640ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes featuredProjectLift {
	0% {
		opacity: 0;
		transform: translateY(22px) scale(0.985);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 767px) {
	.featured-projects-section {
		padding: 46px 0 62px;
	}

	.featured-projects-grid {
		grid-template-columns: 1fr;
		max-width: 480px;
		gap: 16px;
	}

	.featured-project-link,
	.featured-project-image {
		min-height: 230px;
	}

	.featured-project-overlay {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Education */
.education-section {
	padding: 64px 0 82px;
	background: #f2f2f2;
}

.education-title {
	margin: 0 0 28px;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(28px, 3.2vw, 38px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #132238;
	text-align: center;
}

.education-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 860px;
	margin: 0 auto;
}

.education-card {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	background: #ffffff;
	border-radius: 10px;
	padding: 16px 18px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	transition: transform 280ms ease, box-shadow 280ms ease;
}

.education-icon {
	width: 30px;
	height: 30px;
	object-fit: contain;
	flex-shrink: 0;
	margin-top: 2px;
}

.education-content h3 {
	margin: 0 0 4px;
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #8750f7;
}

.education-content p {
	margin: 0 0 6px;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: rgba(85, 96, 112, 0.8);
}

.education-content span {
	display: inline-block;
	font-family: Poppins, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: rgba(85, 96, 112, 1);
}

.education-card:hover,
.education-card:focus-within {
	transform: translateY(-6px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.education-card:hover .education-icon,
.education-card:focus-within .education-icon {
	transform: rotate(-6deg) scale(1.04);
	transition: transform 260ms ease;
}

@media (max-width: 767px) {
	.education-section {
		padding: 46px 0 62px;
	}

	.education-grid {
		grid-template-columns: 1fr;
	}
}

/* Footer */
.site-footer {
	background: #f2f2f2;
	color: #132238;
	padding-top: 72px;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 44px 25px;
    align-items: start;
    overflow: hidden;
}

.footer-copy {
	max-width: 530px;
}

.footer-title {
    margin: 0;
    font-family: "Work Sans", sans-serif;
    font-size: clamp(25px, 6vw, 35px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0;
    color: #132238;
}

.footer-subtitle {
    margin: 21px 0 0;
    font-family: 'Work Sans';
    font-size: clamp(15px, 1vw, 21px);
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    color: rgba(85, 96, 112, 1);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	min-width: 0;
}

.footer-contact-icon {
	width: 35px;
	height: 35px;
	border-radius: 999px;
	background: #8750f7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 10px 22px rgba(135, 80, 247, 0.22);
}

.footer-contact-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    padding: 5px;
}

.footer-contact-label {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #353535;
}

.footer-contact-value {
    display: block;
    margin: 5px 0 0;
    font-family: "Kanit", sans-serif;
    font-size: clamp(16px, 1.4vw, 24px);
    font-weight: 400;
    line-height: 1.2;
    color: #353535;
    text-decoration: none;
}

.footer-contact-value:hover {
	color: #8750f7;
}

.footer-bottom {
    margin-top: 35px;
    padding-bottom: 15px;
}

.footer-divider {
	width: 100%;
	height: 1px;
	background: rgba(145, 145, 145, 0.35);
}

.footer-bottom p {
    margin: 15px 0 0;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    color: rgba(85, 96, 112, 1);
}

@media (max-width: 1024px) {
	.footer-main {
		grid-template-columns: 1fr;
	}

	.footer-contact {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding-top: 48px;
	}

	.footer-subtitle {
		margin-top: 18px;
	}

	.footer-contact-icon {
		width: 35px;
		height: 35px;
	}

	.footer-contact-icon img {
		width: 22px;
		height: 22px;
	}

	.footer-contact-label {
		font-size: 13px;
	}

	.footer-contact-value {
		font-size: 17px;
	}

	.footer-bottom {
		margin-top: 42px;
		padding-bottom: 24px;
	}

	.footer-bottom p {
		margin-top: 20px;
		font-size: 14px;
	}
}

/* PDF Templates */
.page-template-page-portfolio-php,
.page-template-page-portfolio-detail-php {
	background: #f2f2f2;
}

.pdf-portfolio-hero,
.pdf-detail-hero {
	padding: 56px 0 38px;
	/* background: #e9e6f4; */
	background: linear-gradient(266.9deg, rgb(135 80 247 / 80%) -31.03%, rgba(255, 255, 255, 0.4) 54.74%, rgb(135 80 247 / 72%) 150.92%);padding: 75px 0 75px;
}

.pdf-portfolio-hero h1,
.pdf-detail-hero h1 {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(34px, 4.6vw, 64px);
	line-height: 1.08;
	font-weight: 600;
	color: #132238;
}

.pdf-portfolio-hero p,
.pdf-detail-hero p {
	margin: 14px 0 0;
	font-family: Poppins, sans-serif;
	font-size: clamp(15px, 1.35vw, 18px);
	line-height: 1.5;
	color: rgba(85, 96, 112, 1);
}
.pdf-portfolio-hero p {
    color: #A53DFF;
}

.pdf-kicker {
    display: inline-block;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #8750f7;
}

.pdf-purpose,
.pdf-navigate,
.pdf-folder-overview,
.pdf-detail-media,
.pdf-detail-quote,
.pdf-deliverables {
	padding: 48px 0 0;
}

.pdf-two-col {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 36px;
	align-items: center;
}

.pdf-purpose h2,
.pdf-section-head h2,
.pdf-detail-quote blockquote,
.pdf-deliverables h2 {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	color: #132238;
}

.pdf-purpose h2,
.pdf-section-head h2,
.pdf-deliverables h2 {
	font-size: clamp(30px, 3.2vw, 46px);
	line-height: 1.12;
	font-weight: 600;
}

.pdf-purpose p {
	margin: 16px 0 0;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 1.65;
	color: #697484;
}

.pdf-navigate-card {
	background: #ffffff;
	border: 1px solid rgba(221, 221, 221, 1);
	border-radius: 14px;
	padding: 24px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.pdf-navigate-card h3 {
	margin: 0 0 18px;
	font-size: 28px;
	font-family: "Work Sans", sans-serif;
	color: #132238;
	font-weight: 600;
}

.pdf-nav-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.pdf-nav-grid article,
.pdf-pillars article,
.pdf-deliver-grid article {
	/* background: #f8f7fc;
	border-radius: 12px;
	padding: 14px; */
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.pdf-nav-grid article:hover,
.pdf-pillars article:hover,
.pdf-deliver-grid article:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.pdf-nav-grid img,
.pdf-pillars img,
.pdf-deliver-grid img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.pdf-nav-grid h4,
.pdf-pillars h4,
.pdf-deliver-grid h4 {
	margin: 10px 0 4px;
	font-family: "Work Sans", sans-serif;
	font-size: 14px;
	color: #8750f7;
}

.pdf-nav-grid p,
.pdf-pillars p,
.pdf-deliver-grid p {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: rgba(85, 96, 112, 0.95);
	font-family: Poppins, sans-serif;
}

.pdf-folder-overview .pdf-section-head,
.pdf-deliverables .pdf-section-head {
	margin-bottom: 16px;
}

.pdf-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pdf-folder-card {
	background: #ffffff;
	border: 1px solid rgba(224, 224, 224, 1);
	border-radius: 12px;
	padding: 16px;
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.pdf-folder-card:hover {
	transform: translateY(-4px);
	border-color: rgba(135, 80, 247, 0.35);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.pdf-folder-card span {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8750F7;
    font-family: "Work Sans", sans-serif;
    background-color: #efe6ff;
    padding: 6px 11px;
    border-radius: 15px;
}

.pdf-folder-card h3 {
    margin: 15px 0px 15px 0px;
    font-size: 19px;
    color: #132238;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
}

.pdf-folder-card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    font-family: 'Work Sans';
    color: rgba(85, 96, 112, 0.95);
}

.pdf-final-note {
	padding: 30px 0 64px;
}

.pdf-final-wrap {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 20px;
	align-items: end;
}

.pdf-note-card {
	background: #1f0f56;
	border-radius: 14px;
	padding: 24px;
	color: #ffffff;
}

.pdf-note-card h2 {
	margin: 0;
	font-size: 34px;
	font-family: "Work Sans", sans-serif;
	    font-weight: 500;
}

.pdf-note-card p {
	margin: 12px 0 0;
	font-size: 14px;
	line-height: 1.6;
	font-family: Poppins, sans-serif;
	color: #B7B7B7;
	font-weight: 200;
}

.pdf-note-cta {
	margin-top: 16px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.pdf-note-image {
	width: 100%;
	max-width: 280px;
	border-radius: 12px;
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.pdf-video-card {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
}

.pdf-video-card img {
	display: block;
	width: 100%;
	height: auto;
}

.pdf-video-card button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	border: 0;
	border-radius: 999px;
	background: rgba(135, 80, 247, 0.92);
	cursor: pointer;
	transition: transform 220ms ease;
}

.pdf-video-card button:hover {
	transform: translate(-50%, -50%) scale(1.07);
}

.pdf-video-card button img {
	width: 22px;
	height: 22px;
	filter: brightness(0) invert(1);
}

.pdf-challenge h3 {
	margin: 0 0 8px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.08em;
	color: #8750f7;
	font-family: "Work Sans", sans-serif;
}

.pdf-challenge p {
	margin: 0 0 16px;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(85, 96, 112, 1);
}

.pdf-role-chip {
	background: #ece6ff;
	border-radius: 10px;
	padding: 12px 14px;
}

.pdf-role-chip strong {
	display: block;
	font-size: 14px;
	font-family: "Work Sans", sans-serif;
	color: #132238;
}

.pdf-role-chip span {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	font-family: Poppins, sans-serif;
	color: rgba(85, 96, 112, 1);
}

.pdf-detail-quote blockquote {
	font-size: clamp(28px, 2.6vw, 40px);
	font-style: italic;
	
}

.pdf-pillars,
.pdf-deliver-grid {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.pdf-deliver-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
	.pdf-two-col,
	.pdf-final-wrap,
	.pdf-card-grid,
	.pdf-pillars,
	.pdf-deliver-grid,
	.pdf-nav-grid {
		grid-template-columns: 1fr;
	}

	.pdf-final-wrap {
		gap: 16px;
	}

	.pdf-note-image {
		max-width: 220px;
	}
}

/* Portfolio PDF - SS match refinements */
.page-template-page-portfolio-php .pdf-portfolio-hero {
	padding: 72px 0 86px;
}

.page-template-page-portfolio-php .pdf-hero-line {
	display: block;
	margin-top: 22px;
	width: 210px;
	height: 8px;
	border-radius: 999px;
	background: #8750f7;
}

.page-template-page-portfolio-php .pdf-navigate-card {
	padding: 32px;
}

.page-template-page-portfolio-php .pdf-nav-grid {
	gap: 20px;
}

.page-template-page-portfolio-php .pdf-nav-grid article {
	background: transparent;
	/* padding: 0; */
}

.page-template-page-portfolio-php .pdf-nav-grid img {
	width: 48px;
	height: 48px;
	padding: 10px;
	background: #ece6ff;
	border-radius: 8px;
}

.page-template-page-portfolio-php .pdf-nav-grid h4 {
	font-size: 18px;
	line-height: 1.2;
	margin-top: 14px;
	font-weight: 500;
}

.page-template-page-portfolio-php .pdf-nav-grid p {
	font-size: 13px;
	line-height: 1.45;
}

.page-template-page-portfolio-php .pdf-nav-quote {
	margin-top: 24px;
	background: #ece6f4;
	border: 1px solid #e3dbf5;
	border-radius: 12px;
	padding: 25px;
}
.page-template-page-portfolio-php .pdf-nav-quote p strong {
    font-weight: 500;
}
.page-template-page-portfolio-php .pdf-nav-quote p {
    margin: 0;
    font-size: clamp(15px, 2vw, 20px);
    line-height: 1.35;
    font-family: "Work Sans", sans-serif;
    color: #111111;
}

.page-template-page-portfolio-php .pdf-nav-quote strong {
	color: #8750f7;
}

.page-template-page-portfolio-php .pdf-head-row {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 20px;
}

.page-template-page-portfolio-php .pdf-focus-pill {
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #d4d4d4;
	border-radius: 999px;
	font-family: "Work Sans", sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #353535;
	white-space: nowrap;
}

.page-template-page-portfolio-php .pdf-card-grid {
	gap: 18px;
	margin-top: 35px;
}

.page-template-page-portfolio-php .pdf-folder-card {
	padding: 18px 18px 16px;
}

.page-template-page-portfolio-php .pdf-folder-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.page-template-page-portfolio-php .pdf-folder-icons {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.page-template-page-portfolio-php .pdf-folder-icons img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	opacity: 0.9;
}

.page-template-page-portfolio-php .pdf-folder-card .pdf-card-subtitle {
    margin: 8px 0 4px;
    font-size: 13px;
    font-style: italic;
    color: rgba(100, 100, 100, 0.85);
    font-family: "Work Sans", sans-serif;
}

.page-template-page-portfolio-php .pdf-folder-card .pdf-label {
    margin: 15px 0px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(100, 100, 100, 0.85);
    font-family: "Work Sans", sans-serif;
}

.page-template-page-portfolio-php .pdf-folder-wide {
	grid-column: 1 / -1;
}

.page-template-page-portfolio-php .pdf-folder-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.page-template-page-portfolio-php .pdf-folder-columns h3 {
	margin-top: 12px;
}

.page-template-page-portfolio-php .pdf-subpoint {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #8750f7;
	font-family: "Work Sans", sans-serif;
}

.page-template-page-portfolio-php .pdf-tip {
	margin-top: 12px;
	padding: 10px 12px;
	border: 1px solid #f0d99b;
	background: #fff8e6;
	border-radius: 8px;
	font-size: 12px;
	color: #8d6a1f;
	font-family: Poppins, sans-serif;
}

.page-template-page-portfolio-php .pdf-final-note {
	padding-top: 34px;
}

.page-template-page-portfolio-php .pdf-final-wrap {
	grid-template-columns: 1fr;
	position: relative;
	/* min-height: 290px; */
}
.page-template-page-portfolio-php .pdf-final-note {
    margin: 75px 0px;
}

.page-template-page-portfolio-php .pdf-note-card {
	max-width: 66%;
	padding: 40px;
	border-radius: 18px;
}

.page-template-page-portfolio-php .pdf-note-image {
	position: absolute;
	right: 0;
	top: -55px;
	max-width: 400px;
	border-radius: 16px;
}

.page-template-page-portfolio-php .pdf-note-cta .btn {
	height: 44px;
	padding: 0 20px;
	border-radius: 999px;
	font-size: 14px;
}

@media (max-width: 980px) {
	.page-template-page-portfolio-php .pdf-head-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.page-template-page-portfolio-php .pdf-folder-columns {
		grid-template-columns: 1fr;
	}

	.page-template-page-portfolio-php .pdf-note-card {
		max-width: 100%;
	}

	.page-template-page-portfolio-php .pdf-note-image {
		position: static;
		margin-top: 12px;
	}
}

/* Portfolio PDF CTA button visual fix (additive only) */
.page-template-page-portfolio-php .pdf-note-cta .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	font-family: "Work Sans", sans-serif;
	font-weight: 600;
	line-height: 1;
}

.page-template-page-portfolio-php .pdf-note-cta .btn img {
	width: 14px;
	height: 14px;
	object-fit: contain;
	transition: transform 220ms ease;
}

.page-template-page-portfolio-php .pdf-note-cta .btn.btn-primary {
	background: linear-gradient(90deg, #8750f7 0%, #6f41f3 100%) !important;
	color: #ffffff !important;
	border: 1px solid transparent !important;
}

.page-template-page-portfolio-php .pdf-note-cta .btn.btn-primary img {
	filter: brightness(0) invert(1);
}

.page-template-page-portfolio-php .pdf-note-cta .btn.btn-outline {
	background: #ffffff !important;
	color: #8750f7 !important;
	border: 1px solid #dfdfdf !important;
}

.page-template-page-portfolio-php .pdf-note-cta .btn.btn-outline img {
	filter: none;
}

.page-template-page-portfolio-php .pdf-note-cta .btn:hover img {
	transform: translateX(2px) translateY(-1px);
}

/* Portfolio card detail link */
.page-template-page-portfolio-php .pdf-card-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 10px;
	font-family: "Work Sans", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #8750f7;
	text-decoration: none;
}

.page-template-page-portfolio-php .pdf-card-link img {
	width: 12px;
	height: 12px;
}

/* Single Portfolio Detail - required SS match (additive, scoped) */
body.single-portfolio .site-main,
body.single-post .site-main .pdf-detail-hero,
body.single-page .site-main .pdf-detail-hero {
	margin-top: 0;
}

body.single-portfolio .pdf-detail-hero,
body.single-post .pdf-detail-hero,
body.single-page .pdf-detail-hero {
	padding: 84px 0 74px;
	background: linear-gradient(90deg, #ede7fb 0%, #e8e2f6 45%, #d3c2eb 100%);
}

body.single-portfolio .pdf-detail-hero .pdf-kicker, body.single-post .pdf-detail-hero .pdf-kicker, body.single-page .pdf-detail-hero .pdf-kicker {
    margin-bottom: 16px;
    font-size: clamp(17px, 1.9vw, 36px);
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.single-portfolio .pdf-detail-hero h1,
body.single-post .pdf-detail-hero h1,
body.single-page .pdf-detail-hero h1 {
	max-width: 1050px;
	font-size: clamp(58px, 6.2vw, 112px);
	line-height: 1.03;
	font-weight: 600;
}

body.single-portfolio .pdf-detail-hero p,
body.single-post .pdf-detail-hero p,
body.single-page .pdf-detail-hero p {
	max-width: 1560px;
	margin-top: 22px;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(28px, 2.7vw, 58px);
	line-height: 1.25;
	color: #556070;
}

body.single-portfolio .pdf-detail-hero .pdf-hero-line,
body.single-post .pdf-detail-hero .pdf-hero-line,
body.single-page .pdf-detail-hero .pdf-hero-line {
	display: block;
	margin-top: 34px;
	width: 268px;
	height: 9px;
	border-radius: 999px;
	background: #8750f7;
}

body.single-portfolio .pdf-detail-media,
body.single-portfolio .pdf-detail-quote,
body.single-portfolio .pdf-deliverables,
/* body.single-portfolio .pdf-final-note, */
body.single-post .pdf-detail-media,
body.single-post .pdf-detail-quote,
body.single-post .pdf-deliverables,
body.single-post .pdf-final-note,
body.single-page .pdf-detail-media,
body.single-page .pdf-detail-quote,
body.single-page .pdf-deliverables,
body.single-page .pdf-final-note {
	background: #fff;
}

body.single-portfolio .pdf-detail-media,
body.single-post .pdf-detail-media,
body.single-page .pdf-detail-media {
	padding-top: 56px;
}

body.single-portfolio .pdf-detail-media .pdf-two-col,
body.single-post .pdf-detail-media .pdf-two-col,
body.single-page .pdf-detail-media .pdf-two-col {
	grid-template-columns: 1.05fr 1fr;
	gap: 54px;
}

body.single-portfolio .pdf-video-card,
body.single-post .pdf-video-card,
body.single-page .pdf-video-card {
	border-radius: 28px;
}

body.single-portfolio .pdf-video-card::after,
body.single-post .pdf-video-card::after,
body.single-page .pdf-video-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(19, 24, 36, 0.24);
	pointer-events: none;
}

body.single-portfolio .pdf-video-card img,
body.single-post .pdf-video-card img,
body.single-page .pdf-video-card img {
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

body.single-portfolio .pdf-video-card button,
body.single-post .pdf-video-card button,
body.single-page .pdf-video-card button {
	z-index: 2;
	width: 108px;
	height: 108px;
	background: transparent;
	padding: 0;
}

body.single-portfolio .pdf-video-card button img,
body.single-post .pdf-video-card button img,
body.single-page .pdf-video-card button img {
	width: 108px;
	height: 108px;
	filter: none;
}

body.single-portfolio .pdf-challenge h3,
body.single-post .pdf-challenge h3,
body.single-page .pdf-challenge h3 {
	margin-bottom: 14px;
	font-size: clamp(20px, 1.45vw, 34px);
	letter-spacing: 0.06em;
}

body.single-portfolio .pdf-challenge p,
body.single-post .pdf-challenge p,
body.single-page .pdf-challenge p {
	margin-bottom: 26px;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(17px, 1vw, 25px);
	line-height: 1.45;
}

body.single-portfolio .pdf-role-chip,
body.single-post .pdf-role-chip,
body.single-page .pdf-role-chip {
	padding: 22px 28px;
	border-radius: 24px;
	background: #d8cff1;
}

body.single-portfolio .pdf-role-chip strong,
body.single-post .pdf-role-chip strong,
body.single-page .pdf-role-chip strong {
	font-size: clamp(19px, 2vw, 25px);
    font-weight: 500;
}

body.single-portfolio .pdf-role-chip span,
body.single-post .pdf-role-chip span,
body.single-page .pdf-role-chip span {
	margin-top: 8px;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(17px, 1vw, 25px);
}

/* body.single-portfolio .pdf-final-note, */
body.single-post .pdf-final-note,
body.single-page .pdf-final-note {
	padding: 56px 0 70px;
}

/* body.single-portfolio .pdf-final-wrap, */
body.single-post .pdf-final-wrap,
body.single-page .pdf-final-wrap {
	grid-template-columns: 1fr 420px;
	gap: 18px;
	align-items: center;
}

/* body.single-portfolio .pdf-note-card, */
body.single-post .pdf-note-card,
body.single-page .pdf-note-card {
	border-radius: 26px;
	padding: 48px 46px;
	background: #241065;
}

/* body.single-portfolio .pdf-note-card h2, */
body.single-post .pdf-note-card h2,
body.single-page .pdf-note-card h2 {
	font-size: clamp(48px, 3.8vw, 74px);
	line-height: 1.08;
}

/* body.single-portfolio .pdf-note-card p, */
body.single-post .pdf-note-card p,
body.single-page .pdf-note-card p {
	font-family: "Work Sans", sans-serif;
	 font-size: clamp(20px, 1.4vw, 30px);
	line-height: 1.5;
}

body.single-portfolio .pdf-note-cta,
body.single-post .pdf-note-cta,
body.single-page .pdf-note-cta {
	margin-top: 32px;
}

body.single-portfolio .pdf-note-cta .btn,
body.single-post .pdf-note-cta .btn,
body.single-page .pdf-note-cta .btn {
	padding: 0 30px;
	font-size: clamp(16px, 1vw, 22px);
	height: 58px;
	gap: 14px;
}

body.single-portfolio .pdf-note-cta .btn img,
body.single-post .pdf-note-cta .btn img,
body.single-page .pdf-note-cta .btn img {
	width: 20px;
	height: 20px;
}

/* body.single-portfolio .pdf-note-image, */
body.single-post .pdf-note-image,
body.single-page .pdf-note-image {
	position: relative;
	right: auto;
	top: auto;
	max-width: 100%;
	width: 420px;
	height: 420px;
	border-radius: 24px;
	object-fit: cover;
}

@media (max-width: 1200px) {
	body.single-portfolio .pdf-detail-media .pdf-two-col,
	body.single-post .pdf-detail-media .pdf-two-col,
	body.single-page .pdf-detail-media .pdf-two-col,
	/* body.single-portfolio .pdf-final-wrap, */
	body.single-post .pdf-final-wrap,
	body.single-page .pdf-final-wrap {
		grid-template-columns: 1fr;
	}

	/* body.single-portfolio .pdf-note-image, */
	body.single-post .pdf-note-image,
	body.single-page .pdf-note-image {
		width: min(420px, 100%);
		height: auto;
	}
}


body.single-portfolio .pdf-detail-hero p {
    max-width: 60%;
    font-size: 18px;
}
a.btn.btn-outline span {
    color: #8750f6;
}

.btn.btn-outline:hover {
    background-color: #ffffffed;
    border: 1px solid #8750f6;
}
@media (max-width: 768px) {
	body.single-portfolio .pdf-detail-hero p {max-width: 100%;}

	body.single-portfolio .pdf-detail-hero,
	body.single-post .pdf-detail-hero,
	body.single-page .pdf-detail-hero {
		padding: 52px 0 46px;
	}

	body.single-portfolio .pdf-deliverables .pdf-section-head,
	body.single-post .pdf-deliverables .pdf-section-head,
	body.single-page .pdf-deliverables .pdf-section-head {
		flex-direction: column;
		align-items: flex-start;
	}

	body.single-portfolio .pdf-pillars,
	body.single-portfolio .pdf-deliver-grid,
	body.single-post .pdf-pillars,
	body.single-post .pdf-deliver-grid,
	body.single-page .pdf-pillars,
	body.single-page .pdf-deliver-grid {
		grid-template-columns: 1fr;
	}

	.single-portfolio .pdf-video-card button,body.single-portfolio .pdf-video-card button img {width: 55px;height: 55px;}

	/* body.single-portfolio .pdf-note-card {padding: 25px;} */

	/* body.single-portfolio .pdf-final-note {padding: 25px 0 25px;} */
	
	body.single-portfolio .pdf-note-cta .btn {padding: 0 15px;width: 100%;}
}

/* Portfolio page icon actions + video popup (additive only) */
.page-template-page-portfolio-php .pdf-icon-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
}

.page-template-page-portfolio-php .pdf-folder-icons .pdf-icon-action img {
	width: 19px;
	height: 19px;
	object-fit: contain;
}

.page-template-page-portfolio-php .pdf-subpoint {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.page-template-page-portfolio-php .pdf-subpoint img {
	width: 14px;
	height: 14px;
	object-fit: contain;
}

.pdf-video-modal[hidden] {
	display: none;
}

.pdf-video-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
}

.pdf-video-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 10, 15, 0.75);
}

.pdf-video-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(880px, calc(100% - 32px));
	background: #11141c;
	border-radius: 14px;
	padding: 14px;
}

.pdf-video-modal__frame video {
	display: block;
	width: 100%;
	max-height: min(70vh, 560px);
	background: #000;
	border-radius: 10px;
}

.pdf-video-modal__close {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	background: #ffffff;
	color: #111;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

/* Portfolio page match refinements (additive, do not remove manual CSS) */
.page-template-page-portfolio-php .pdf-folder-icons {
	gap: 14px;
}

.page-template-page-portfolio-php .pdf-nav-video {
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.page-template-page-portfolio-php .pdf-note-card {
	background: #110825;
}

.page-template-page-portfolio-php .pdf-note-card p {
	max-width: 940px;
	line-height: 1.7;
}

.page-template-page-portfolio-php .pdf-note-card .pdf-highlight {
	color: #8750f7;
	font-weight: 300;
}

/* Global pre-footer Final Note */
.site-prefooter-final-note {
	background: #f2f2f2;
	padding: 50px 0 24px;
}

.site-prefooter-final-note .pdf-final-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 0;
	align-items: center;
}

.site-prefooter-final-note .pdf-note-card {
	background: #110825;
	border-radius: 30px;
	padding: 54px 50px;
}

.site-prefooter-final-note .pdf-note-card p {
	max-width: 930px;
	line-height: 1.45;
}

.site-prefooter-final-note .pdf-note-card .pdf-highlight {
	color: #8750f7;
	font-weight: 500;
}

.site-prefooter-final-note .pdf-note-image {
	width: 390px;
	height: 430px;
	object-fit: cover;
	border-radius: 28px;
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.16);
}

@media (max-width: 980px) {
	.site-prefooter-final-note .pdf-final-wrap {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.site-prefooter-final-note .pdf-note-card {
		padding: 32px 26px;
		border-radius: 24px;
	}

	.site-prefooter-final-note .pdf-note-cta {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.site-prefooter-final-note .pdf-note-cta .btn {
		width: 100%;
		max-width: 280px;
	}

	.site-prefooter-final-note .pdf-note-image {
		width: 100%;
		max-width: none;
		height: auto;
		border-radius: 22px;
		margin: 0;
	}

	.site-prefooter-final-note {
		padding-bottom: 8px;
	}
}

/* Strict pre-footer final note match (overrides legacy page/single rules) */
.site-prefooter-final-note .pdf-final-wrap {
	position: relative;
	grid-template-columns: minmax(0, 1fr) 307px;
	align-items: center;
	gap: 0;
}

.site-prefooter-final-note .pdf-note-card {
	width: 100%;
	max-width: none;
	min-height: auto;
	padding: 35px 35px 35px;
	border-radius: 34px;
	background: #110825;
	height: 80%;
}

.site-prefooter-final-note .pdf-note-card h2 {
	margin: 0;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(43px, 3.2vw, 65px);
	line-height: 1.05;
	font-weight: 600;
	color: #ffffff;
}

.site-prefooter-final-note .pdf-note-card p {
	margin: 15px 0 0;
	max-width: 670px;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(17px, 1vw, 29px);
	line-height: 1.48;
	color: rgba(255, 255, 255, 0.72);
	font-weight: 400;
	text-align: justify;
}

.site-prefooter-final-note .pdf-note-card .pdf-highlight {
	color: #8750f7;
	font-weight: 500;
}

.site-prefooter-final-note .pdf-note-cta {
	margin-top: 25px;
	gap: 18px;
}

.site-prefooter-final-note .pdf-note-cta .btn {
	height: 57px;
	padding: 0 25px;
	font-size: clamp(14px, 1.1vw, 27px);
}

.site-prefooter-final-note .pdf-note-image {
	position: relative;
	right: auto;
	top: auto;
	max-width: none;
	width: 400px;
	height: auto;
	object-fit: cover;
	border-radius: 34px;
	box-shadow: 0 22px 42px rgba(0, 0, 0, 0.16);
	transform: translateX(-92px);
}


/* body.single-portfolio .pdf-final-wrap {
    position: relative;
    grid-template-columns: minmax(0, 1fr) 307px;
    align-items: center;
    gap: 0;
} */

/* body.single-portfolio .site-prefooter-final-note .pdf-note-card{
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 35px 35px 35px;
    border-radius: 34px;
    background: #110825;
    height: 80%;
} */

/* body.single-portfolio .site-prefooter-final-note img.pdf-note-image {
    position: relative;
    right: auto;
    top: auto;
    max-width: none;
    width: 400px;
    height: auto;
    object-fit: cover;
    border-radius: 34px;
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.16);
    transform: translateX(-92px);
} */

/* body.single-portfolio .site-prefooter-final-note .pdf-note-card p{
    margin: 15px 0 0;
    max-width: 670px;
    font-family: "Work Sans", sans-serif;
    font-size: clamp(17px, 1vw, 29px);
    line-height: 1.48;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 400;
    text-align: justify;} */

@media (max-width: 980px) {
	.site-prefooter-final-note {
		padding: 28px 0 6px;
	}

	.site-prefooter-final-note .pdf-final-wrap {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.site-prefooter-final-note .pdf-note-card {
		min-height: 0;
		padding: 34px 26px 30px;
		border-radius: 26px;
	}

	.site-prefooter-final-note .pdf-note-card h2 {
		font-size: clamp(40px, 10vw, 64px);
	}

	.site-prefooter-final-note .pdf-note-card p {
		margin-top: 16px;
		font-size: clamp(18px, 5.2vw, 32px);
		line-height: 1.42;
	}

	.site-prefooter-final-note .pdf-note-cta {
		margin-top: 20px;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.site-prefooter-final-note .pdf-note-cta .btn {
		width: 100%;
		max-width: 320px;
		height: 66px;
		padding: 0 24px;
		font-size: clamp(17px, 4.8vw, 28px);
	}

	.site-prefooter-final-note .pdf-note-image {
		transform: none;
		width: 100%;
		height: auto;
		max-width: none;
		border-radius: 22px;
		margin-top: 2px;
	}
	.site-prefooter-final-note .pdf-note-card {height: auto;}
	.page-template-page-portfolio-php .pdf-final-note {margin: 0px 0px 45px 0px;}
}

/* Detail hero kicker case fix (additive, keeps manual CSS intact) */
body.single-portfolio .pdf-detail-hero .pdf-kicker {
	text-transform: none !important;
}

/* Single Portfolio Detail - PDF match refinements (additive only, keep manual CSS intact) */
body.single-portfolio .pdf-detail-hero {
	padding: 74px 0 64px !important;
	background: linear-gradient(90deg, #efeaf9 0%, #e6d9f7 100%) !important;
}

body.single-portfolio .pdf-detail-hero .container {
	max-width: 1280px;
}

body.single-portfolio .pdf-detail-hero .pdf-kicker {
	font-size: 17px !important;
	font-weight: 400 !important;
	letter-spacing: 0.14em !important;
	text-transform: none !important;
}

body.single-portfolio .pdf-detail-hero h1 {
	max-width: 980px !important;
	font-size: clamp(44px, 5vw, 64px) !important;
	line-height: 1.08 !important;
	font-weight: 600 !important;
}

body.single-portfolio .pdf-detail-hero p {
	max-width: 820px !important;
	margin: 16px 0 0 !important;
	font-family: Poppins, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	font-weight: 300 !important;
	color: #697484 !important;
}

body.single-portfolio .pdf-challenge h3 {
	margin: 0 0 10px !important;
	font-family: "Work Sans", sans-serif !important;
	font-size: 17px !important;
	line-height: 1.4 !important;
	font-weight: 400 !important;
	letter-spacing: 0.07em !important;
	text-transform: uppercase !important;
	color: #8750f7 !important;
}

body.single-portfolio .pdf-challenge p {
	margin: 0 0 17px !important;
	font-family: Poppins, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	font-weight: 300 !important;
	color: #697484 !important;
}

body.single-portfolio .pdf-role-chip {
	background: #cec4ea !important;
	border-radius: 20px !important;
	padding: 16px 20px !important;
}

body.single-portfolio .pdf-role-chip strong {
	display: block !important;
	margin: 0 0 8px !important;
	font-family: "Work Sans", sans-serif !important;
	font-size: 17px !important;
	line-height: 1.4 !important;
	font-weight: 400 !important;
	color: #132238 !important;
}

body.single-portfolio .pdf-role-chip span {
	margin-top: 0 !important;
	font-family: Poppins, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
	font-weight: 300 !important;
	color: #697484 !important;
}

body.single-portfolio .pdf-detail-quote {
	padding-top: 46px !important;
}

/* body.single-portfolio .pdf-detail-quote blockquote {
	margin: 0 !important;
	background: #f4f4fa !important;
	border: 1px solid #cfd2db !important;
	border-radius: 24px !important;
	padding: 34px 44px !important;
	font-family: "Work Sans", sans-serif !important;
	font-style: italic !important;
	font-size: clamp(28px, 3.1vw, 58px) !important;
	line-height: 1.15 !important;
	font-weight: 400 !important;
	color: #132238 !important;
} */

body.single-portfolio .pdf-pillars {
	margin-top: 22px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 20px !important;
}

/* body.single-portfolio .pdf-pillars article {
	background: #e9e3f4 !important;
	border-radius: 24px !important;
	padding: 30px 34px !important;
	box-shadow: none !important;
} */

 .pdf-pillars article{background-color: none;}

body.single-portfolio .pdf-pillars img {
    width: 60px !important;
    height: 60px !important;
    background: #E9E2FF;
    padding: 11px;
    border-radius: 6px;
}

body.single-portfolio .pdf-pillars h4 {
    margin: 16px 0 13px 0px;
    font-family: "Work Sans", sans-serif;
    font-size: clamp(23px, 1.1vw, 38px);
    line-height: 1.1;
    font-weight: 400;
    color: #7f52f6;
}

body.single-portfolio .pdf-pillars p {
    font-family: Poppins, sans-serif;
    font-size: clamp(14px, 1.2vw, 33px);
    line-height: 1.5;
    font-weight: 300;
    color: #5c6678;
}

body.single-portfolio .pdf-deliverables {
    padding: 75px 0px;
}

section.pdf-detail-quote .container {
    background-color: #f4f4fa;
    border-radius: 24px !important;
    padding: 34px 44px !important;
    font-family: "Work Sans", sans-serif !important;
}

.pdf-deliverables .pdf-section-head {
    display: flex;
    justify-content: space-between;
}

body.single-portfolio .site-prefooter-final-note {
    background: #fff;
}

body.single-portfolio .pdf-deliverables .pdf-kicker {
	font-size: clamp(18px, 1.1vw, 28px) !important;
	font-weight: 600 !important;
	letter-spacing: 0.22em !important;
}

body.single-portfolio .pdf-deliverables h2 {
    font-size: clamp(35px, 3vw, 46px);
    line-height: 1.05;
}

body.single-portfolio .pdf-section-blurb {
    max-width: 377px;
    font-family: Poppins, sans-serif;
    font-size: clamp(11px, 1.15vw, 15px);
    line-height: 1.5;
    font-weight: 300;
    color: #697484;
    text-align: justify;
}

body.single-portfolio .pdf-deliver-grid {
	margin-top: 55px;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 22px !important;
}

body.single-portfolio .pdf-deliver-grid article {
	background: none;
}

body.single-portfolio .pdf-deliver-grid img {
    width: 52px !important;
    height: 52px !important;
    background: #E9E2FF;
    padding: 11px;
    border-radius: 6px;
}

body.single-portfolio .pdf-deliver-grid h4 {
	margin: 16px 0 13px 0px;
    font-family: "Work Sans", sans-serif;
    font-size: clamp(23px, 1.1vw, 38px);
    line-height: 1.1;
    font-weight: 400;
    color: #7f52f6;
}

body.single-portfolio .pdf-deliver-grid p {
	font-family: Poppins, sans-serif;
    font-size: clamp(14px, 1.2vw, 33px);
    line-height: 1.5;
    font-weight: 300;
    color: #5c6678;
}


.pdf-folder-item-head{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:16px;
}

.pdf-folder-item-head .pdf-folder-icons{
	flex-shrink:0;
	display:flex;
	align-items:center;
	gap:10px;
}


@media (max-width: 980px) {
	body.single-portfolio .pdf-detail-hero h1 {
		font-size: clamp(36px, 10.5vw, 54px) !important;
	}

	body.single-portfolio .pdf-pillars,
	body.single-portfolio .pdf-deliver-grid {
		grid-template-columns: 1fr !important;
	}

	body.single-portfolio .pdf-detail-quote blockquote {
		padding: 24px 22px !important;
		font-size: clamp(24px, 8vw, 42px) !important;
	}

	section.pdf-detail-quote .container{padding: 15px;}
	    body.single-portfolio .pdf-detail-quote blockquote {
        padding: 0;
        font-size: clamp(22px, 5vw, 42px);}
		body.single-portfolio .pdf-deliverables {
    padding: 35px 0px;}
}
/* ─── About Section ───────────────────────────────────────────────────── */
.about-section {
	padding: clamp(2.8rem, 5vw, 4.8rem) 0;
	background: #ffffff;
}

.about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: clamp(2rem, 4vw, 5rem);
	align-items: start;
}

.about-kicker {
	margin: 0 0 0.75rem;
	font-family: "Kanit", "Segoe UI", sans-serif;
	font-size: clamp(0.95rem, 1.9vw, 1.18rem);
	font-weight: 400;
	color: rgba(35, 58, 95, 0.9);
}

.about-title {
	margin: 0 0 1.1rem;
	font-family: "Work Sans", "Segoe UI", sans-serif;
	font-size: clamp(1.6rem, 2.6vw, 2.6rem);
	font-weight: 600;
	line-height: 1.15;
	color: #162640;
}

.about-bio {
	margin: 0;
	font-size: clamp(0.95rem, 1.5vw, 1.08rem);
	line-height: 1.75;
	color: #3d4d5e;
}

.about-skills {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.about-skills li {
	position: relative;
	padding: 0.85rem 1rem 0.85rem 1.25rem;
	background: #f6f8fb;
	border-radius: 8px;
	font-size: clamp(0.88rem, 1.3vw, 0.97rem);
	line-height: 1.55;
	color: #3d4d5e;
	border-left: 3px solid #162640;
}

@media (max-width: 820px) {
	.about-grid {
		grid-template-columns: 1fr;
	}
}
