@font-face {
	font-family: "Zad";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/zad/Zad-Light.woff2") format("woff2");
}

@font-face {
	font-family: "Zad";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/zad/Zad-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Zad";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/zad/Zad-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Zad";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/zad/Zad-SemiBold.woff2") format("woff2");
}

@font-face {
	font-family: "Zad";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/zad/Zad-Bold.woff2") format("woff2");
}

:root {
	--theme_text: #171815;
	--theme_text-weak: rgba(23,24,21,0.68);
	--theme_button-text-secondary-active: rgba(23,24,21,0.84);
	--theme_button-text-spotlight: rgba(255,253,247,0.98);
	--theme_primary: #1f6b4f;
	--theme_primary-hover: #164a39;
	--theme_surface: #fffdf7;
	--theme_surface-subtle: #f4f0e6;
	--theme_border: #ded7ca;
	--theme_border-active: #b9a982;
	--theme_success-text: #1f6b4f;
	--theme_success-surface: #e8f3eb;
	--theme_warning-text: #8c5b12;
	--theme_warning-surface: #fff1d2;
	--theme_focus: #2a7d5d;
	--theme_radius-small: 2px;
	--theme_radius-button: 10px;
	--theme_radius-card: 8px;
	--theme_radius-section: 18px;
	--theme_shadow-blue: rgba(23,24,21,0.16) 0px 1px 2px, rgba(23,24,21,0.08) 0px 10px 28px, rgba(23,24,21,0.06) 0px 0px 0px 1px inset;
	--theme_shadow-soft: rgba(23,24,21,0.06) 0px 14px 34px;
	--navy: var(--theme_text);
	--navy-2: var(--theme_button-text-secondary-active);
	--teal: var(--theme_primary);
	--teal-dark: var(--theme_primary-hover);
	--teal-soft: #edf5ff;
	--amber: #b87918;
	--amber-soft: var(--theme_warning-surface);
	--off: var(--theme_surface);
	--paper: var(--theme_surface);
	--gray: var(--theme_border);
	--gray-2: var(--theme_border-active);
	--muted: var(--theme_text-weak);
	--ink: var(--theme_text);
	--focus: var(--theme_focus);
	--shadow: var(--theme_shadow-blue);
	--shadow-hover: rgba(23,24,21,0.18) 0px 2px 6px, rgba(23,24,21,0.12) 0px 18px 44px, rgba(31,107,79,0.14) 0px 0px 0px 1px inset;
	--ease: cubic-bezier(.2, .8, .2, 1);
	--font-haas: "Haas", "Zad", -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans Arabic", sans-serif;
	--font-display: "Haas Groot Disp", "Haas", "Zad", -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans Arabic", sans-serif;
	--font-zad: var(--font-haas);
}
[hidden] { display: none !important; }
* { box-sizing: border-box; }
html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	background: var(--off);
	color: var(--ink);
	font-family: var(--font-zad);
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: right;
	overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
a, button, input, select, textarea, summary { transition: background-color .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
	outline: 3px solid var(--focus);
	outline-offset: 3px;
}
img { height: auto; max-width: 100%; }
.container { max-width: 1580px; margin: 0 auto; padding: 0 20px; }
.skip-link { position: absolute; right: 20px; top: -100px; background: var(--teal); color: #fff; padding: 8px 12px; z-index: 20; }
.skip-link:focus { top: 12px; }
.screen-reader-text {
	position: fixed !important;
	left: 0 !important;
	right: auto !important;
	top: 0 !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none !important;
	height: auto !important;
	left: 20px !important;
	padding: 8px 12px !important;
	right: auto !important;
	top: 12px !important;
	width: auto !important;
	z-index: 30;
}
.widget_shopping_cart_live_region.screen-reader-text {
	display: none !important;
}
.site-header {
	position: sticky;
	top: 0;
	z-index: 10;
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid rgba(24, 29, 38, .08);
	backdrop-filter: blur(12px);
}
.header-inner { display: flex; align-items: center; gap: 18px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; color: var(--navy); }
.brand-mark { display: inline-grid; place-items: center; width: 38px; height: 38px; background: var(--theme_primary); color: #fff; border-radius: var(--theme_radius-button); letter-spacing: 0; box-shadow: var(--theme_shadow-blue); }
.primary-nav { margin-inline-start: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { display: block; min-height: 44px; padding: 10px 12px; border-radius: var(--theme_radius-button); color: var(--navy-2); font-weight: 500; font-size: 14px; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { background: var(--theme_surface-subtle); color: var(--theme_primary-hover); }
.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--gray);
	background: #fff;
	border-radius: var(--theme_radius-button);
	cursor: pointer;
}
.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--navy);
	border-radius: 999px;
	content: "";
}
.nav-toggle-icon { position: relative; }
.nav-toggle-icon::before, .nav-toggle-icon::after { position: absolute; inset-inline-start: 0; }
.nav-toggle-icon::before { top: -7px; }
.nav-toggle-icon::after { top: 7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after { top: 0; transform: rotate(-45deg); }
.header-cta, .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	background: var(--teal);
	color: #fff;
	border: 0;
	border-radius: var(--theme_radius-button);
	box-shadow: var(--theme_shadow-blue);
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	white-space: normal;
}
.button:hover, .header-cta:hover { background: var(--teal-dark); transform: translateY(-1px); }
.button-secondary { background: #fff; color: var(--navy); border: 1px solid var(--gray); }
.button-secondary:hover { background: var(--teal-soft); border-color: var(--theme_border-active); color: var(--teal-dark); }
.button-light { background: #fff; color: var(--navy); }
.button-light:hover { background: var(--teal-soft); color: var(--navy); }
.hero, .page-hero {
	position: relative;
	overflow: hidden;
}
.agency-three-canvas {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	opacity: .24;
}
.hero > .container, .page-hero > .container {
	position: relative;
	z-index: 1;
}
.hero {
	background:
		linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96)),
		linear-gradient(135deg, rgba(27,97,201,.09), rgba(255,255,255,0) 48%);
	border-bottom: 1px solid var(--theme_border);
	color: var(--theme_text);
	padding: 88px 0 72px;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 44px; align-items: center; }
.eyebrow { margin: 0 0 10px; color: var(--theme_primary); font-weight: 700; letter-spacing: 0; }
.hero h1, .page-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(36px, 6vw, 72px); font-weight: 400; line-height: 1.08; letter-spacing: 0; }
.hero-subtitle, .page-hero p { max-width: 760px; color: var(--theme_text-weak); font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-panel { display: grid; gap: 14px; }
.hero-panel div {
	background: var(--theme_surface);
	border: 1px solid var(--theme_border);
	border-radius: var(--theme_radius-card);
	box-shadow: var(--theme_shadow-soft);
	color: var(--theme_text);
	padding: 22px;
}
.hero-panel strong { display: block; font-size: 34px; }
.hero-panel span { color: var(--theme_text-weak); }
.section { padding: 72px 0; }
.band { background: #fff; }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 26px; }
.section-head h2 { margin: 0; color: var(--navy); font-size: clamp(26px, 4vw, 42px); line-height: 1.2; max-width: 760px; }
.section-head a { color: var(--teal-dark); font-weight: 700; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card, .price-card, .single-side, .form-shell, details {
	background: var(--paper);
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	box-shadow: var(--shadow);
}
.card, .price-card, .project-card, .showcase-card, .info-panel, .archive-tools, .featured-strip, .quote-teaser, details { transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease); }
.card:hover, .price-card:hover, .project-card:hover, .showcase-card:hover { border-color: var(--gray-2); box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.card-link { display: block; min-height: 230px; padding: 24px; cursor: pointer; }
.card-kicker { color: var(--teal-dark); font-weight: 700; font-size: 13px; }
.card h3, .price-card h3, .price-card h2 { margin: 10px 0; color: var(--navy); font-size: 24px; font-weight: 400; line-height: 1.25; }
.card p, .price-card p { color: var(--muted); margin: 0 0 16px; }
.price-hint { display: block; margin-top: 16px; color: var(--navy); font-size: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.chips span { background: var(--teal-soft); color: var(--teal-dark); border-radius: var(--theme_radius-button); padding: 5px 9px; font-size: 13px; font-weight: 700; }
.portfolio-intro { padding-bottom: 32px; }
.portfolio-showcase .section-head { align-items: start; }
.portfolio-showcase .section-head p, .tech-stack-section .section-head p { max-width: 760px; color: var(--muted); margin: 8px 0 0; }
.project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.project-grid.compact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.project-card {
	display: grid;
	grid-template-rows: 1fr auto auto;
	background: var(--paper);
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	box-shadow: var(--shadow);
	overflow: hidden;
	min-height: 100%;
}
.project-card-main {
	display: grid;
	gap: 10px;
	padding: 18px 18px 0;
}
.project-visual {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: var(--theme_radius-card);
	background: var(--theme_surface-subtle);
	margin: 0 0 6px;
}
.project-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.project-visual-fallback {
	display: grid;
	align-content: space-between;
	gap: 14px;
	background:
		linear-gradient(135deg, rgba(27, 97, 201, .12), rgba(24, 29, 38, .05)),
		#fff;
	border: 1px solid var(--gray);
	padding: 16px;
}
.project-visual-frame { display: grid; grid-template-columns: auto 1fr; gap: 6px 10px; align-items: center; }
.project-visual-mark { display: inline-grid; place-items: center; width: 56px; height: 56px; background: var(--theme_primary); color: #fff; border-radius: var(--theme_radius-button); box-shadow: var(--theme_shadow-blue); font-size: 32px; font-weight: 700; line-height: 1; }
.project-visual-fallback small { color: var(--muted); font-weight: 700; }
.project-visual-fallback em { color: var(--theme_warning-text); font-style: normal; font-weight: 700; font-size: 12px; }
.project-visual-lines { display: grid; gap: 7px; }
.project-visual-lines i { display: block; height: 8px; border-radius: var(--theme_radius-small); background: rgba(24, 29, 38, .11); }
.project-visual-lines i:nth-child(2) { width: 78%; }
.project-visual-lines i:nth-child(3) { width: 54%; }
.project-visual-tech { display: flex; flex-wrap: wrap; gap: 6px; }
.project-visual-tech b { background: rgba(255,255,255,.82); border: 1px solid rgba(24, 29, 38, .08); border-radius: var(--theme_radius-button); color: var(--teal-dark); font-size: 11px; padding: 3px 7px; }
.project-type-badge, .project-status-badge, .project-hero-badges span {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	border-radius: var(--theme_radius-button);
	font-size: 12px;
	font-weight: 700;
	padding: 4px 9px;
}
.project-type-badge { background: var(--theme_success-surface); color: var(--theme_success-text); }
.project-status-badge { background: var(--amber-soft); color: var(--theme_warning-text); }
.project-card h3 { margin: 0; color: var(--navy); font-size: 24px; font-weight: 400; line-height: 1.25; overflow-wrap: anywhere; }
.project-card p { margin: 0; color: var(--muted); }
.project-card-meta { padding: 0 18px 6px; }
.tech-chip-list span { background: var(--teal-soft); }
.audience-chip-list span { background: var(--theme_surface-subtle); color: var(--navy-2); }
.project-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 16px 18px 18px;
}
.project-card-actions .button { flex: 1 1 132px; }
.button-small { min-height: 44px; padding: 7px 12px; font-size: 13px; }
.tech-stack-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .56fr);
	gap: 18px;
	align-items: start;
}
.stack-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	min-width: 0;
}
.stack-grid span {
	min-height: 84px;
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	color: var(--navy);
	font-weight: 700;
	padding: 16px;
}
.capability-chart-card {
	min-width: 0;
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	box-shadow: var(--shadow);
	padding: 20px;
}
.capability-chart-card h3 {
	margin: 0 0 8px;
	color: var(--navy);
	font-size: 24px;
	line-height: 1.25;
}
.capability-chart-card p {
	margin: 0 0 14px;
	color: var(--muted);
}
.capability-chart-frame {
	position: relative;
	min-height: 260px;
}
.capability-chart-frame canvas {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 260px;
}
.audience-grid, .process-grid, .pricing-grid, .faq-grid, .feature-grid, .single-sections { display: grid; gap: 16px; }
.audience-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.audience-grid a, .process-grid div {
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	padding: 18px;
	font-weight: 700;
}
.audience-grid a { min-height: 58px; display: flex; align-items: center; cursor: pointer; }
.audience-grid a:hover, .taxonomy-filters a:hover { border-color: var(--theme_border-active); background: var(--teal-soft); color: var(--teal-dark); }
.process-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.process-grid span { display: inline-grid; place-items: center; width: 32px; height: 32px; background: var(--teal); color: #fff; border-radius: var(--theme_radius-button); margin-bottom: 12px; }
.timeline { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.timeline div {
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	padding: 16px;
}
.timeline span { display: inline-grid; place-items: center; width: 30px; height: 30px; background: var(--teal); color: #fff; border-radius: var(--theme_radius-button); margin-bottom: 10px; font-weight: 700; }
.timeline strong { display: block; color: var(--navy); line-height: 1.35; }
.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.price-card { padding: 26px; }
.price-card h2 { overflow-wrap: anywhere; }
.price-card ul { padding-inline-start: 22px; color: var(--muted); }
.price-card .button { margin-top: 16px; width: 100%; }
.faq-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
details { padding: 18px; }
summary { cursor: pointer; font-weight: 700; color: var(--navy); }
.trust-badges, .audience-chips, .tech-badges, .taxonomy-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.trust-badges span, .audience-chips span, .tech-badges span, .taxonomy-filters a {
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-button);
	color: var(--navy);
	font-weight: 700;
	padding: 8px 11px;
}
.hero .trust-badges span { background: #fff; border-color: var(--theme_border); color: var(--theme_text); box-shadow: var(--theme_shadow-soft); }
.conversion-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	background: linear-gradient(135deg, var(--navy), var(--navy-2));
	color: #fff;
	border-radius: var(--theme_radius-section);
	padding: 30px;
	margin: 28px 0;
}
.conversion-cta h2 { margin: 0 0 8px; color: #fff; font-size: 32px; line-height: 1.2; }
.conversion-cta p { margin: 0; color: rgba(255,255,255,.76); }
.conversion-cta .eyebrow { color: #dbeafe; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; min-width: 260px; justify-content: flex-end; }
.quote-teaser {
	background: var(--teal-soft);
	border: 1px solid var(--theme_border-active);
	border-radius: var(--theme_radius-card);
	padding: 22px;
}
.quote-teaser h2 { margin: 0 0 8px; color: var(--navy); }
.quote-teaser p { color: var(--muted); }
.related-block { margin-top: 38px; }
.section-head.compact { margin-bottom: 16px; }
.section-head.compact h2 { font-size: 28px; }
.single-sections { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
.info-panel {
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	padding: 24px;
}
.info-panel h2 { margin: 0 0 10px; color: var(--navy); font-size: 24px; }
.info-panel p, .info-panel li { color: var(--muted); }
.archive-tools {
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	padding: 18px;
	margin-bottom: 22px;
}
.archive-tools .filter-bar { margin-bottom: 16px; }
.portfolio-tools .filter-bar { margin-bottom: 0; }
.portfolio-filter-bar { display: grid; grid-template-columns: 1.25fr repeat(4, minmax(140px, .75fr)); }
.portfolio-empty { margin-top: 18px; }
.featured-strip {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 20px;
	align-items: center;
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	padding: 24px;
	margin-bottom: 24px;
}
.featured-strip h2 { margin: 0; color: var(--navy); font-size: 30px; }
.featured-strip p { color: var(--muted); }
.final-cta { background: var(--teal); color: #fff; padding: 42px 0; }
.split { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.final-cta .eyebrow { color: #dbeafe; }
.final-cta h2 { margin: 0; font-size: 34px; line-height: 1.2; }
.site-footer { background: var(--navy); color: rgba(255,255,255,.78); padding: 46px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 32px; }
.footer-brand { color: #fff; margin-bottom: 12px; }
.site-footer nav { display: grid; gap: 8px; align-content: start; }
.site-footer nav strong { color: #fff; font-size: 15px; margin-bottom: 4px; }
.site-footer a { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 32px; padding-top: 18px; }
.page-hero {
	background:
		linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96)),
		linear-gradient(135deg, rgba(27,97,201,.09), rgba(255,255,255,0) 48%);
	border-bottom: 1px solid var(--theme_border);
	color: var(--theme_text);
	padding: 70px 0 58px;
}
.breadcrumbs { max-width: 1180px; margin: 18px auto 0; padding: 0 20px; color: var(--muted); font-size: 14px; }
.breadcrumbs a { color: var(--teal-dark); font-weight: 700; }
.breadcrumbs span { margin-inline: 6px; }
.content-area { background: #fff; border: 1px solid var(--gray); border-radius: var(--theme_radius-card); padding: 28px; }
.section-nested { margin-top: 24px; }
.single-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; padding-top: 56px; padding-bottom: 70px; }
.single-side { padding: 22px; align-self: start; position: sticky; top: 96px; }
.single-side .button { min-width: 0; }
.meta-row { border-bottom: 1px solid var(--gray); padding: 12px 0; }
.meta-row span { display: block; color: var(--muted); font-size: 13px; }
.meta-row strong { display: block; color: var(--navy); overflow-wrap: anywhere; }
.project-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 32px; align-items: end; }
.project-hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.project-hero-badges span { background: #fff; border: 1px solid var(--theme_border); color: var(--theme_text); box-shadow: var(--theme_shadow-soft); }
.project-hero-actions { display: grid; gap: 10px; }
.project-gallery-section { margin-bottom: 24px; }
.project-gallery {
	display: grid;
	grid-template-columns: 1.35fr .8fr;
	gap: 14px;
}
.project-gallery figure {
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	overflow: hidden;
	margin: 0;
	min-height: 180px;
}
.project-gallery figure:first-child { grid-row: span 2; }
.project-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; }
.project-gallery-empty {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, .45fr);
	align-items: center;
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	padding: 18px;
}
.project-content:empty { display: none; }
.feature-list {
	display: grid;
	gap: 8px;
	margin: 0;
}
.feature-list span {
	background: var(--teal-soft);
	border-radius: var(--theme_radius-button);
	color: var(--teal-dark);
	font-weight: 700;
	padding: 7px 10px;
}
.project-testimonial {
	background: #fff;
	border-inline-start: 5px solid var(--teal);
	border-radius: var(--theme_radius-card);
	box-shadow: var(--shadow);
	color: var(--navy);
	font-size: 22px;
	font-weight: 700;
	margin: 24px 0;
	padding: 24px;
}
.project-link-list { display: grid; gap: 8px; margin-bottom: 18px; }
.project-link-list .button { width: 100%; }
.cinematic-single .single-visual-band {
	background: linear-gradient(180deg, var(--navy) 0, var(--navy) 34%, var(--off) 34%, var(--off) 100%);
	padding: 0 0 40px;
}
.cinematic-single .single-visual-band .section-head {
	color: #fff;
	margin-bottom: 18px;
	padding-top: 8px;
}
.cinematic-single .single-visual-band .section-head h2 { color: #fff; }
.single-story-grid { align-items: start; padding-top: 48px; padding-bottom: 70px; }
.portfolio-story, .conversion-single .single-story-grid > div { display: grid; gap: 22px; }
.story-section, .related-proof-block, .capability-profile-card {
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	box-shadow: var(--shadow);
	padding: 28px;
}
.story-section.banded {
	background:
		linear-gradient(135deg, rgba(27, 97, 201, .08), rgba(24, 29, 38, .02)),
		#fff;
}
.story-section h2, .related-proof-block h2, .capability-profile-card h2 {
	margin: 0 0 10px;
	color: var(--navy);
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.2;
}
.story-section p, .related-proof-block p, .capability-profile-card p { color: var(--muted); margin: 0; }
.story-feature-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.single-decision-rail {
	display: grid;
	gap: 12px;
}
.single-decision-rail h2 {
	margin: 0;
	color: var(--navy);
	font-size: 24px;
	line-height: 1.25;
}
.single-decision-rail .button { width: 100%; }
.safe-note {
	background: var(--teal-soft);
	border: 1px solid var(--theme_border-active);
	border-radius: var(--theme_radius-card);
	padding: 14px;
}
.safe-note strong { color: var(--navy); }
.safe-note p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.capability-profile-card {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(280px, .55fr);
	gap: 18px;
	align-items: center;
}
.capability-profile-card .capability-chart-frame {
	min-height: 230px;
}
.capability-profile-card canvas {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 230px;
}
.conversion-single-hero .project-hero-actions,
.single-cinematic-hero .project-hero-actions {
	align-self: center;
}
.conversion-content {
	margin-bottom: 0;
}
.proof-tech-panel {
	background: var(--off);
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	padding: 18px;
	margin-bottom: 22px;
}
.proof-tech-panel h3 {
	margin: 0 0 12px;
	color: var(--navy);
	font-size: 22px;
	line-height: 1.25;
}
.form-note {
	margin: 0;
	color: var(--muted);
	background: var(--teal-soft);
	border: 1px solid var(--theme_border-active);
	border-radius: var(--theme_radius-card);
	padding: 12px 14px;
	font-weight: 700;
}
.showcase-hero {
	background:
		linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96)),
		linear-gradient(135deg, rgba(27,97,201,.09), rgba(255,255,255,0) 48%);
}
.showcase-hero-grid, .showcase-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 28px;
	align-items: start;
}
.showcase-layout { padding-top: 56px; padding-bottom: 70px; }
.showcase-index-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.showcase-card {
	background: var(--paper);
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	box-shadow: var(--shadow);
	overflow: hidden;
}
.showcase-card a { display: grid; gap: 12px; padding: 18px; min-height: 100%; }
.showcase-card h2 { margin: 0; color: var(--navy); font-size: 24px; font-weight: 400; line-height: 1.25; }
.showcase-card p { margin: 0; color: var(--muted); }
.showcase-section { margin-bottom: 28px; }
.showcase-intro {
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	padding: 24px;
}
.showcase-intro > p { color: var(--muted); margin-top: 0; }
.showcase-gallery {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 12px;
	margin-top: 18px;
}
.showcase-gallery figure {
	position: relative;
	aspect-ratio: 16 / 10;
	background: var(--theme_surface-subtle);
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	margin: 0;
	overflow: hidden;
}
.showcase-gallery figure:first-child { grid-row: span 2; }
.showcase-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
.showcase-gallery figcaption {
	background: rgba(24, 29, 38, .86);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 10px;
	position: absolute;
	inset-inline: 10px;
	bottom: 10px;
	border-radius: var(--theme_radius-button);
	width: fit-content;
	max-width: calc(100% - 20px);
}
.showcase-visual-fallback {
	display: grid;
	align-content: end;
	gap: 10px;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, rgba(27, 97, 201, .14), rgba(24, 29, 38, .05)), #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	margin-top: 18px;
	padding: 20px;
}
.showcase-visual-fallback strong { color: var(--navy); font-size: 24px; line-height: 1.2; }
.showcase-visual-fallback span { display: block; height: 9px; background: rgba(24, 29, 38, .11); border-radius: var(--theme_radius-small); }
.showcase-visual-fallback span:nth-child(3) { width: 74%; }
.showcase-visual-fallback span:nth-child(4) { width: 52%; }
.showcase-problem-grid, .showcase-feature-grid, .showcase-architecture {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.showcase-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.showcase-feature-grid span, .showcase-list span {
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	color: var(--navy);
	font-weight: 700;
	padding: 13px 14px;
}
.showcase-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.showcase-architecture { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.showcase-architecture div {
	position: relative;
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	padding: 16px;
	min-height: 118px;
}
.showcase-architecture div:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	inset-inline-end: -11px;
	width: 20px;
	height: 2px;
	background: var(--teal);
}
.showcase-architecture small { display: block; color: var(--teal-dark); font-weight: 700; margin-bottom: 10px; }
.showcase-architecture strong { display: block; color: var(--navy); line-height: 1.35; }
.safety-panel {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 18px;
	background: #fff;
	border: 1px solid #efd7a9;
	border-radius: var(--theme_radius-card);
	padding: 24px;
}
.safety-panel h2 { margin: 0 0 8px; color: var(--navy); }
.safety-panel p { color: var(--muted); margin: 0; }
.muted-list span { background: #fff8ec; border-color: #efd7a9; color: var(--theme_warning-text); }
.showcase-side .button { width: 100%; margin-top: 12px; }
.filter-bar { display: flex; gap: 14px; align-items: end; margin-bottom: 20px; }
.agency-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 26px; }
.agency-form label, .filter-bar label { display: grid; gap: 6px; font-weight: 700; color: var(--navy); }
.filter-bar label { min-width: 0; }
.agency-form input, .agency-form textarea, .agency-form select, .filter-bar input, .filter-bar select, .search-field {
	width: 100%;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-button);
	min-height: 48px;
	padding: 11px 12px;
	font: inherit;
	background: #fff;
	color: var(--ink);
}
.agency-form input:hover, .agency-form textarea:hover, .agency-form select:hover, .filter-bar input:hover, .filter-bar select:hover, .search-field:hover { border-color: var(--gray-2); }
.agency-form textarea { resize: vertical; }
.agency-form .full, .agency-form button, .agency-form .consent-field { grid-column: 1 / -1; }
.hp-field {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
.consent-field { display: flex !important; grid-template-columns: none !important; align-items: start; gap: 10px; color: var(--muted) !important; font-weight: 700 !important; }
.consent-field input { width: auto; min-height: auto; margin-top: 8px; }
.notice-success { max-width: 1180px; margin: 18px auto 0; padding: 12px 18px; background: var(--theme_success-surface); color: var(--theme_success-text); border: 1px solid #bfe8d6; border-radius: var(--theme_radius-card); }
.pagination { margin-top: 28px; }
.empty-state { background: #fff; border: 1px solid var(--gray); border-radius: var(--theme_radius-card); padding: 22px; color: var(--muted); }
.search-form { display: flex; gap: 8px; }
.search-submit { min-height: 44px; border: 0; background: var(--teal); color: #fff; border-radius: var(--theme_radius-button); box-shadow: var(--theme_shadow-blue); padding: 8px 12px; font-weight: 500; cursor: pointer; }
.search-submit:hover { background: var(--teal-dark); }
@media (max-width: 980px) {
	.hero-grid, .single-grid, .footer-grid, .project-hero-grid, .showcase-hero-grid, .showcase-layout, .safety-panel { grid-template-columns: 1fr; }
	.card-grid, .project-grid, .project-grid.compact-grid, .pricing-grid, .faq-grid, .single-sections, .featured-strip, .stack-grid, .showcase-index-grid, .showcase-feature-grid, .showcase-problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tech-stack-layout { grid-template-columns: 1fr; }
	.capability-profile-card { grid-template-columns: 1fr; }
	.cinematic-single .single-visual-band { background: var(--off); padding-top: 34px; }
	.cinematic-single .single-visual-band .section-head { color: var(--ink); }
	.cinematic-single .single-visual-band .section-head h2 { color: var(--navy); }
	.single-side { position: static; }
	.audience-grid, .process-grid, .timeline, .showcase-architecture { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.portfolio-filter-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nav-toggle { display: inline-grid; place-items: center; }
	.primary-nav { display: none; position: absolute; top: 76px; inset-inline: 20px; background: #fff; border: 1px solid var(--gray); border-radius: var(--theme_radius-card); padding: 12px; box-shadow: var(--shadow); }
	.primary-nav.is-open { display: block; }
	.primary-nav ul { display: grid; gap: 4px; }
	.primary-nav a { min-height: 48px; }
	.header-cta { margin-inline-start: auto; }
}
@media (max-width: 680px) {
	.container { padding: 0 16px; }
	.hero { padding: 56px 0; }
	.page-hero { padding: 52px 0 46px; }
	.card-grid, .project-grid, .project-grid.compact-grid, .pricing-grid, .faq-grid, .audience-grid, .process-grid, .timeline, .agency-form, .single-sections, .featured-strip, .stack-grid, .portfolio-filter-bar, .project-gallery, .project-gallery-empty, .showcase-index-grid, .showcase-gallery, .showcase-feature-grid, .showcase-problem-grid, .showcase-architecture { grid-template-columns: 1fr; }
	.section-head, .split, .footer-bottom, .filter-bar, .conversion-cta { display: grid; align-items: start; }
	.cta-actions { justify-content: stretch; min-width: 0; }
	.cta-actions .button { width: 100%; }
	.hero-actions .button, .project-hero-actions .button, .project-card-actions .button { width: 100%; }
	.project-gallery figure:first-child { grid-row: auto; }
	.showcase-gallery figure:first-child { grid-row: auto; }
	.showcase-architecture div::after { display: none; }
	.hero h1, .page-hero h1 { font-size: 38px; }
	.hero-subtitle, .page-hero p { font-size: 18px; }
	.header-inner { gap: 10px; }
	.header-cta { display: none; }
	.agency-three-canvas { opacity: .12; }
	.section { padding: 54px 0; }
	.card-link { min-height: auto; }
	.project-card-main, .project-card-actions { padding-inline: 16px; }
	.project-card-meta { padding-inline: 16px; }
	.capability-chart-frame, .capability-chart-frame canvas { height: 240px; min-height: 240px; }
	.single-story-grid { padding-top: 34px; padding-bottom: 52px; }
	.story-section, .related-proof-block, .capability-profile-card { padding: 22px; }
	.story-feature-list { grid-template-columns: 1fr; }
	.capability-profile-card .capability-chart-frame,
	.capability-profile-card canvas { height: 220px; min-height: 220px; }
	.form-shell { box-shadow: none; }
	.agency-form { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
	.button:hover, .header-cta:hover, .card:hover, .price-card:hover, .project-card:hover, .showcase-card:hover { transform: none; }
}

.woocommerce-shell {
	background: var(--off);
}
.woocommerce-shell .container > .woocommerce {
	display: block;
}
.woocommerce ul.products {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 24px 0 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}
.woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	box-shadow: var(--shadow);
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 14px;
	width: auto;
}
.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1;
	background: var(--off);
	border-radius: calc(var(--theme_radius-card) - 6px);
	object-fit: cover;
	width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--navy);
	font-size: 19px;
	line-height: 1.2;
	min-height: 46px;
	padding: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--teal-dark);
	font-weight: 800;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order {
	background: var(--teal);
	border: 0;
	border-radius: var(--theme_radius-button);
	box-shadow: var(--theme_shadow-blue);
	color: #fff;
	font-weight: 700;
	min-height: 44px;
	padding: 11px 14px;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #payment #place_order:hover {
	background: var(--teal-dark);
	color: #fff;
}
.woocommerce div.product div.images img,
.woocommerce table.shop_table,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-radius: var(--theme_radius-card);
}
.woocommerce table.shop_table,
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	background: #fff;
	border: 1px solid var(--gray);
	border-radius: var(--theme_radius-card);
	padding: 18px;
}
.woocommerce .woocommerce-breadcrumb {
	color: var(--muted);
	font-size: 14px;
	margin-bottom: 20px;
}
@media (max-width: 980px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 680px) {
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}
}

/* Webylance 2026 design refresh */
body {
	background:
		linear-gradient(180deg, rgba(255,253,247,.98), rgba(244,240,230,.92)),
		repeating-linear-gradient(90deg, rgba(23,24,21,.025) 0 1px, transparent 1px 38px),
		repeating-linear-gradient(0deg, rgba(23,24,21,.02) 0 1px, transparent 1px 38px);
}
.site-header {
	background: rgba(255, 253, 247, .92);
	border-bottom-color: rgba(23, 24, 21, .12);
}
.brand-mark {
	background:
		linear-gradient(135deg, #171815 0%, #1f6b4f 100%);
	border-radius: 8px;
	box-shadow: none;
}
.primary-nav a,
.header-cta,
.button {
	font-weight: 700;
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a {
	background: #efe8d9;
	color: var(--theme_primary-hover);
}
.button {
	box-shadow: rgba(31,107,79,.18) 0 10px 24px;
}
.button-secondary,
.button-light {
	background: var(--theme_surface);
	border-color: rgba(23, 24, 21, .16);
	box-shadow: none;
}
.button-secondary:hover,
.button-light:hover {
	background: #efe8d9;
	border-color: var(--theme_border-active);
}
.hero,
.page-hero,
.showcase-hero {
	background:
		linear-gradient(135deg, rgba(23,24,21,.94), rgba(31,107,79,.90)),
		repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 44px);
	border-bottom: 1px solid rgba(23, 24, 21, .22);
	color: var(--theme_button-text-spotlight);
}
.hero::after,
.page-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 8px;
	background: linear-gradient(90deg, #d99f35, #1f6b4f, #171815);
	opacity: .9;
}
.hero h1,
.page-hero h1,
.showcase-hero h1 {
	color: #fffdf7;
	max-width: 1050px;
}
.hero-subtitle,
.page-hero p,
.showcase-hero p {
	color: rgba(255, 253, 247, .76);
}
.eyebrow {
	color: #c9902c;
	font-size: 13px;
	text-transform: uppercase;
}
.hero .trust-badges span,
.page-hero .audience-chips span,
.project-hero-badges span {
	background: rgba(255, 253, 247, .1);
	border-color: rgba(255, 253, 247, .22);
	color: rgba(255, 253, 247, .92);
	box-shadow: none;
}
.card,
.price-card,
.project-card,
.showcase-card,
.single-side,
.form-shell,
details,
.info-panel,
.archive-tools,
.featured-strip,
.quote-teaser,
.content-area,
.story-section,
.related-proof-block,
.capability-profile-card,
.woocommerce ul.products li.product,
.woocommerce table.shop_table,
.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	background: rgba(255, 253, 247, .94);
	border-color: rgba(23, 24, 21, .13);
	box-shadow: rgba(23,24,21,.06) 0 1px 0, rgba(23,24,21,.08) 0 18px 48px;
}
.card:hover,
.price-card:hover,
.project-card:hover,
.showcase-card:hover {
	box-shadow: rgba(23,24,21,.10) 0 2px 0, rgba(23,24,21,.14) 0 22px 54px;
}
.chips span,
.feature-list span,
.tech-chip-list span {
	background: #e8f3eb;
	color: #164a39;
}
.audience-chip-list span,
.trust-badges span,
.audience-chips span,
.tech-badges span,
.taxonomy-filters a {
	background: #fffaf0;
	border-color: #e6d8ba;
}
.page-hero.project-hero,
.page-hero.conversion-single-hero {
	padding: 82px 0 64px;
}
.project-hero-grid {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
	gap: 40px;
	align-items: stretch;
}
.single-hero-copy {
	display: grid;
	align-content: center;
	gap: 12px;
	min-height: 330px;
}
.single-hero-summary {
	max-width: 850px;
	font-size: clamp(19px, 2vw, 24px);
	line-height: 1.65;
}
.project-hero-actions {
	align-self: center;
	background: rgba(255, 253, 247, .10);
	border: 1px solid rgba(255, 253, 247, .18);
	border-radius: 10px;
	box-shadow: rgba(0,0,0,.18) 0 24px 60px;
	padding: 16px;
}
.single-hero-meta-panel {
	display: grid;
	gap: 8px;
	background: rgba(255, 253, 247, .94);
	border: 1px solid rgba(255, 253, 247, .22);
	border-radius: 8px;
	color: var(--ink);
	padding: 16px;
}
.single-hero-meta-panel .meta-row {
	border-color: rgba(23,24,21,.12);
	padding: 9px 0;
}
.single-hero-meta-panel .meta-row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.single-rail-kicker {
	color: #8c5b12;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: uppercase;
}
.single-rail-intro {
	color: var(--muted);
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
}
.single-grid {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
	gap: 30px;
	padding-top: 54px;
}
.single-side {
	top: 100px;
	padding: 18px;
}
.single-decision-rail {
	border-top: 5px solid #1f6b4f;
	gap: 13px;
}
.single-decision-rail h2 {
	font-size: 26px;
}
.meta-row {
	border-color: rgba(23,24,21,.12);
}
.meta-row span {
	font-size: 12px;
	font-weight: 800;
}
.portfolio-story,
.conversion-single .single-story-grid > div {
	gap: 18px;
}
.content-area {
	line-height: 1.85;
}
.story-section {
	position: relative;
	overflow: hidden;
	padding: 30px;
}
.story-section::before {
	content: attr(data-step);
	position: absolute;
	top: 20px;
	inset-inline-start: 22px;
	color: rgba(23,24,21,.08);
	font-size: clamp(48px, 7vw, 96px);
	font-weight: 800;
	line-height: 1;
}
.story-section > * {
	position: relative;
	z-index: 1;
}
.story-section.banded {
	background:
		linear-gradient(135deg, rgba(31,107,79,.10), rgba(217,159,53,.08)),
		var(--theme_surface);
}
.story-section h2,
.related-proof-block h2,
.capability-profile-card h2 {
	max-width: 900px;
	font-size: clamp(25px, 3vw, 36px);
}
.story-section p,
.related-proof-block p,
.capability-profile-card p {
	font-size: 18px;
	line-height: 1.85;
}
.story-feature-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.feature-list span {
	border: 1px solid rgba(31,107,79,.14);
	padding: 10px 12px;
}
.timeline div,
.process-grid div,
.audience-grid a,
.stack-grid span {
	border-color: rgba(23,24,21,.12);
}
.timeline span,
.process-grid span {
	background: #1f6b4f;
	border-radius: 8px;
}
.project-gallery-section {
	margin-bottom: 0;
}
.cinematic-single .single-visual-band {
	background:
		linear-gradient(180deg, #171815 0, #171815 38%, transparent 38%, transparent 100%);
	padding-bottom: 46px;
}
.project-gallery {
	gap: 12px;
}
.project-gallery figure {
	background: #fffdf7;
	border-color: rgba(255,253,247,.16);
	border-radius: 8px;
	box-shadow: rgba(23,24,21,.22) 0 18px 52px;
}
.project-gallery-empty {
	background:
		linear-gradient(135deg, rgba(255,253,247,.96), rgba(244,240,230,.92));
	border-color: rgba(23,24,21,.12);
}
.safe-note {
	background: #fff4df;
	border-color: #ead19f;
}
.conversion-cta,
.final-cta {
	background:
		linear-gradient(135deg, #171815, #1f6b4f);
	border-radius: 14px;
}
.woocommerce-shell {
	background:
		linear-gradient(180deg, rgba(255,253,247,.96), rgba(244,240,230,.9));
	padding-top: 56px;
}
.woocommerce-archive-hero {
	background:
		linear-gradient(135deg, #171815, #1f6b4f);
	border-radius: 12px;
	color: #fffdf7;
	margin-bottom: 28px;
	padding: 34px;
	position: relative;
	overflow: hidden;
}
.woocommerce-archive-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 6px;
	background: linear-gradient(90deg, #d99f35, #1f6b4f, #fffdf7);
}
.woocommerce-archive-hero h1 {
	color: #fffdf7;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.08;
	margin: 0;
}
.woocommerce-archive-hero p {
	color: rgba(255,253,247,.76);
	font-size: 19px;
	line-height: 1.75;
	max-width: 860px;
}
.woocommerce .woocommerce-products-header {
	display: none;
}
.woocommerce ul.products {
	gap: 16px;
}
.woocommerce ul.products li.product {
	padding: 12px;
}
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}
.woocommerce ul.products li.product a img {
	background:
		linear-gradient(135deg, #f7f0df, #ffffff);
	border: 1px solid rgba(23,24,21,.08);
	border-radius: 7px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.28;
	margin: 12px 0 8px;
}
.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
	gap: 34px;
	align-items: start;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	float: none;
	width: auto;
}
.woocommerce div.product div.images {
	background: rgba(255,253,247,.94);
	border: 1px solid rgba(23,24,21,.12);
	border-radius: 10px;
	box-shadow: rgba(23,24,21,.10) 0 20px 52px;
	padding: 14px;
}
.woocommerce div.product div.images img {
	background: #f7f0df;
	border-radius: 8px;
}
.woocommerce div.product div.summary {
	background: rgba(255,253,247,.94);
	border: 1px solid rgba(23,24,21,.12);
	border-radius: 10px;
	box-shadow: rgba(23,24,21,.08) 0 18px 46px;
	margin: 0;
	padding: 26px;
}
.woocommerce div.product .product_title {
	color: var(--navy);
	font-size: clamp(34px, 4.4vw, 56px);
	font-weight: 600;
	line-height: 1.08;
	margin: 0 0 12px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #1f6b4f;
	font-size: 26px;
}
.woocommerce div.product form.cart {
	background: #f4f0e6;
	border: 1px solid rgba(23,24,21,.10);
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 12px;
}
.woocommerce div.product form.cart .quantity input {
	border: 1px solid rgba(23,24,21,.16);
	border-radius: 8px;
	min-height: 44px;
}
.woocommerce div.product form.cart button.button.single_add_to_cart_button,
.woocommerce div.product form.cart .button.single_add_to_cart_button,
.woocommerce-page div.product form.cart button.button.single_add_to_cart_button {
	background: #1f6b4f !important;
	border: 0 !important;
	box-shadow: rgba(31,107,79,.18) 0 10px 24px !important;
	color: #fffdf7 !important;
}
.woocommerce div.product form.cart button.button.single_add_to_cart_button:hover,
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover,
.woocommerce-page div.product form.cart button.button.single_add_to_cart_button:hover {
	background: #164a39 !important;
	color: #fffdf7 !important;
}
.woocommerce div.product .woocommerce-tabs {
	grid-column: 1 / -1;
	background: rgba(255,253,247,.94);
	border: 1px solid rgba(23,24,21,.12);
	border-radius: 10px;
	box-shadow: rgba(23,24,21,.08) 0 18px 46px;
	padding: 22px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #f4f0e6;
	border: 1px solid rgba(23,24,21,.12);
	border-radius: 999px;
	margin: 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: var(--navy);
	padding: 8px 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #1f6b4f;
	border-color: #1f6b4f;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fffdf7;
}
.woocommerce div.product .related.products,
.woocommerce div.product .up-sells {
	grid-column: 1 / -1;
}
.product-studio-hero {
	padding: 92px 0 78px;
}
.product-studio-hero-grid {
	grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr);
}
.hero-proof-badges {
	margin-top: 22px;
}
.studio-stack-preview {
	display: grid;
	gap: 12px;
	perspective: 1200px;
}
.studio-stack-card {
	background: rgba(255,253,247,.12);
	border: 1px solid rgba(255,253,247,.20);
	border-radius: 10px;
	box-shadow: rgba(0,0,0,.18) 0 18px 42px;
	color: #fffdf7;
	padding: 18px;
	transform: rotate(-1deg);
}
.studio-stack-card:nth-child(2) { transform: translateX(-18px) rotate(1deg); }
.studio-stack-card:nth-child(3) { transform: translateX(14px) rotate(-.5deg); }
.studio-stack-card:nth-child(4) { transform: translateX(-8px) rotate(.6deg); }
.studio-stack-card.is-active {
	background: rgba(255,253,247,.94);
	color: var(--ink);
}
.studio-stack-card span {
	color: #d99f35;
	display: block;
	font-weight: 900;
	margin-bottom: 8px;
}
.studio-stack-card strong {
	display: block;
	font-size: 28px;
	line-height: 1.1;
}
.studio-stack-card p {
	color: inherit;
	font-size: 15px;
	margin: 8px 0 0;
	opacity: .76;
}
.product-path-section {
	padding-top: 66px;
}
.product-flow-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-flow-grid article {
	background: rgba(255,253,247,.94);
	border: 1px solid rgba(23,24,21,.13);
	border-radius: 8px;
	box-shadow: rgba(23,24,21,.06) 0 1px 0, rgba(23,24,21,.08) 0 18px 48px;
	min-height: 220px;
	padding: 18px;
}
.product-flow-grid span {
	align-items: center;
	background: #1f6b4f;
	border-radius: 8px;
	color: #fffdf7;
	display: inline-flex;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	margin-bottom: 16px;
	width: 34px;
}
.product-flow-grid h3 {
	color: var(--navy);
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 10px;
}
.product-flow-grid p {
	color: var(--muted);
	line-height: 1.75;
	margin: 0;
}
.split-intro {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 18px;
}
.split-intro h2 {
	color: var(--navy);
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1.15;
	margin: 0 0 10px;
	max-width: 780px;
}
.split-intro p {
	color: var(--muted);
	line-height: 1.75;
	margin: 0;
	max-width: 800px;
}
.product-studio-shop-preview .woocommerce ul.products {
	margin-top: 0;
}
.lead-magnet-home {
	background:
		linear-gradient(180deg, rgba(244,240,230,.96), rgba(255,253,247,.92)),
		repeating-linear-gradient(90deg, rgba(23,24,21,.028) 0 1px, transparent 1px 36px);
}
.product-case-strip {
	background:
		linear-gradient(135deg, rgba(31,107,79,.12), rgba(217,159,53,.08)),
		rgba(255,253,247,.94);
}
.home-product-cta {
	margin-bottom: 0;
}
@media (max-width: 1100px) {
	.woocommerce div.product {
		grid-template-columns: 1fr;
	}
	.product-flow-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 980px) {
	.project-hero-grid,
	.single-grid,
	.product-studio-hero-grid {
		grid-template-columns: 1fr;
	}
	.single-hero-copy {
		min-height: auto;
	}
	.project-hero-actions {
		align-self: stretch;
	}
}
@media (max-width: 680px) {
	body {
		font-size: 17px;
	}
	.page-hero.project-hero,
	.page-hero.conversion-single-hero {
		padding: 56px 0 48px;
	}
	.project-hero-actions,
	.single-hero-meta-panel,
	.woocommerce-archive-hero,
	.woocommerce div.product div.summary,
	.woocommerce div.product .woocommerce-tabs {
		padding: 16px;
	}
	.story-section {
		padding: 22px;
	}
	.story-section::before {
		font-size: 54px;
		top: 16px;
	}
	.story-feature-list {
		grid-template-columns: 1fr;
	}
	.woocommerce div.product form.cart {
		display: grid;
	}
	.woocommerce div.product form.cart .button {
		width: 100%;
	}
	.woocommerce ul.products,
	.woocommerce div.product .related.products ul.products {
		grid-template-columns: 1fr;
	}
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100% !important;
	}
	.product-flow-grid {
		grid-template-columns: 1fr;
	}
	.split-intro {
		align-items: start;
		display: grid;
	}
	.studio-stack-card,
	.studio-stack-card:nth-child(2),
	.studio-stack-card:nth-child(3),
	.studio-stack-card:nth-child(4) {
		transform: none;
	}
}
