.our-work-page {
	--ow-bg: #030405;
	--ow-panel: #08090b;
	--ow-ink: #f7f6f1;
	--ow-muted: rgba(247, 246, 241, 0.66);
	--ow-soft: rgba(247, 246, 241, 0.46);
	--ow-faint: rgba(247, 246, 241, 0.11);
	--ow-line: rgba(255, 255, 255, 0.13);
	--ow-lime: #c8ff00;
	--ow-radius: 22px;
	--ow-shell: 1540px;
	--ow-header-offset: clamp(94px, 7.6vw, 124px);
	background: var(--ow-bg);
	color: var(--ow-ink);
	font-family: var(--font-display), var(--font-ui), Arial, sans-serif;
	min-height: 100vh;
	overflow-x: clip;
	position: relative;
}

.our-work-page *,
.our-work-page *::before,
.our-work-page *::after {
	box-sizing: border-box;
}

.our-work-page :where(a) {
	color: inherit;
	text-decoration: none;
}

.our-work-page :where(a:hover) {
	color: var(--ow-ink);
}

.our-work-page :where(a, button):focus-visible {
	outline: 2px solid var(--ow-lime);
	outline-offset: 6px;
}

.our-work-page :where(img) {
	display: block;
	max-width: 100%;
}

.ow-fixed-grid {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 72px 72px;
	inset: 0;
	mask-image: radial-gradient(circle at 50% 8%, #000 0 36%, rgba(0, 0, 0, 0.28) 62%, transparent 100%);
	opacity: 0.72;
	pointer-events: none;
	position: fixed;
	z-index: 0;
}

.our-work-page > section,
.ow-case-sheet,
.ow-cursor {
	position: relative;
	z-index: 1;
}

.ow-shell {
	margin-inline: auto;
	max-width: var(--ow-shell);
	padding-inline: clamp(22px, 5.5vw, 108px);
	width: 100%;
}

.ow-eyebrow {
	align-items: center;
	color: var(--ow-soft);
	display: inline-flex;
	font-size: clamp(11px, 0.9vw, 14px);
	font-weight: 600;
	gap: 16px;
	letter-spacing: 0.2em;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.ow-eyebrow span {
	background: var(--ow-lime);
	border-radius: 999px;
	box-shadow: 0 0 28px rgba(200, 255, 0, 0.54);
	height: 9px;
	width: 9px;
}

.ow-hero {
	background:
		radial-gradient(circle at 8% 18%, rgba(200, 255, 0, 0.08), transparent 22%),
		linear-gradient(180deg, #030405 0%, #040506 100%);
	padding: calc(var(--ow-header-offset) + clamp(28px, 4vw, 64px)) 0 clamp(60px, 7vw, 110px);
}

.ow-hero .ow-eyebrow {
	margin-bottom: clamp(28px, 4vw, 54px);
}

.ow-hero-title {
	font-family: var(--font-display), Arial, sans-serif;
	font-size: clamp(54px, 8.4vw, 138px);
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 0.92;
	margin: 0;
	max-width: 100%;
	text-wrap: balance;
}

.ow-hero-title span {
	display: block;
	white-space: nowrap;
}

.ow-hero-title span:nth-child(2) {
	color: rgba(247, 246, 241, 0.38);
}

.ow-hero-title i {
	color: var(--ow-lime);
	font-style: normal;
}

.ow-hero-copy {
	color: var(--ow-muted);
	font-size: clamp(16px, 1.35vw, 20px);
	font-weight: 400;
	line-height: 1.6;
	margin: clamp(18px, 2.5vw, 34px) 0 0;
	max-width: 650px;
}

.ow-hero-meta {
	align-items: flex-start;
	border-top: 1px solid var(--ow-line);
	display: flex;
	flex-wrap: wrap;
	gap: clamp(30px, 5vw, 90px);
	margin-top: clamp(40px, 5vw, 78px);
	padding-top: 26px;
}

.ow-hero-meta div {
	min-width: 0;
}

.ow-hero-meta b {
	color: var(--ow-lime);
	display: block;
	font-size: clamp(24px, 2.6vw, 38px);
	font-weight: 500;
	line-height: 1;
}

.ow-hero-meta span {
	color: var(--ow-soft);
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	margin-top: 10px;
	text-transform: uppercase;
}

.ow-hero-meta p {
	align-self: end;
	color: rgba(247, 246, 241, 0.54);
	font-size: 13px;
	line-height: 1.7;
	margin: 0;
	margin-left: auto;
	max-width: 260px;
}

.ow-hero-media-wrap {
	margin-top: clamp(48px, 7vw, 110px);
	overflow: visible;
	width: 100%;
}

.ow-hero-media {
	aspect-ratio: 2880 / 1800;
	background: #fff;
	border: 1px solid var(--ow-line);
	border-radius: 16px;
	box-shadow: 0 34px 120px rgba(0, 0, 0, 0.44);
	margin-inline: auto;
	overflow: hidden;
	width: 75vw;
}

.ow-hero-media img {
	height: 100%;
	object-fit: contain;
	object-position: center top;
	width: 100%;
}

.ow-hero-caption {
	align-items: center;
	color: var(--ow-soft);
	display: flex;
	font-size: 11px;
	font-weight: 600;
	justify-content: space-between;
	letter-spacing: 0.16em;
	line-height: 1.4;
	margin: 16px auto 0;
	max-width: var(--ow-shell);
	padding-inline: clamp(22px, 5.5vw, 108px);
	text-transform: uppercase;
}

.ow-hero-caption [data-hero-hint] {
	color: var(--ow-lime);
}

.ow-featured,
.ow-index,
.ow-process {
	background: #030405;
	padding: clamp(86px, 10vw, 166px) 0;
}

.ow-featured {
	border-top: 1px solid var(--ow-line);
}

.ow-featured-head {
	align-items: center;
	color: var(--ow-soft);
	display: flex;
	gap: clamp(22px, 2.4vw, 42px);
	margin-bottom: clamp(28px, 4vw, 52px);
	text-transform: uppercase;
}

.ow-featured-head span {
	color: rgba(247, 246, 241, 0.08);
	font-size: clamp(40px, 6vw, 96px);
	font-weight: 600;
	line-height: 0.8;
}

.ow-featured-head b {
	font-size: 13px;
	letter-spacing: 0.2em;
}

.ow-featured-grid {
	align-items: start;
	display: grid;
	gap: clamp(36px, 4.5vw, 86px);
	grid-template-columns: minmax(0, 0.53fr) minmax(440px, 0.47fr);
}

.ow-featured-copy h2 {
	color: var(--ow-ink);
	font-size: clamp(44px, 5.4vw, 88px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
}

.ow-featured-copy > p {
	color: var(--ow-muted);
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.6;
	margin: 22px 0 0;
	max-width: 620px;
}

.ow-featured-facts {
	border: 1px solid var(--ow-line);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: clamp(30px, 4vw, 48px);
}

.ow-featured-facts div {
	border-color: var(--ow-line);
	border-style: solid;
	border-width: 0 1px 1px 0;
	min-height: 126px;
	padding: clamp(22px, 2vw, 34px);
}

.ow-featured-facts div:nth-child(2n) {
	border-right: 0;
}

.ow-featured-facts div:nth-last-child(-n+2) {
	border-bottom: 0;
}

.ow-featured-facts span,
.ow-case-meta span,
.ow-case-blocks span,
.ow-case-live span {
	color: var(--ow-soft);
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.ow-featured-facts b,
.ow-case-meta b {
	color: rgba(247, 246, 241, 0.88);
	display: block;
	font-size: clamp(17px, 1.25vw, 22px);
	font-weight: 400;
	line-height: 1.38;
}

.ow-featured-statement {
	border-top: 1px solid var(--ow-line);
	display: grid;
	gap: 30px;
	grid-template-columns: 42px minmax(0, 1fr);
	margin-top: clamp(28px, 4vw, 44px);
	padding-top: clamp(26px, 3vw, 42px);
}

.ow-featured-statement > span {
	background: var(--ow-lime);
	border-radius: 999px;
	height: 10px;
	margin-top: 14px;
	width: 10px;
}

.ow-featured-statement p {
	color: var(--ow-ink);
	font-size: clamp(23px, 2vw, 32px);
	font-weight: 500;
	line-height: 1.15;
	margin: 0;
}

.ow-featured-statement small {
	color: var(--ow-soft);
	display: block;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 16px;
}

.ow-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: clamp(34px, 4vw, 58px);
}

.ow-button {
	align-items: center;
	border: 1px solid rgba(200, 255, 0, 0.55);
	border-radius: 999px;
	color: var(--ow-lime);
	display: inline-flex;
	font-size: 13px;
	font-weight: 650;
	justify-content: center;
	letter-spacing: 0.12em;
	min-height: 54px;
	overflow: hidden;
	padding: 0 28px;
	position: relative;
	text-transform: uppercase;
	transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ow-button::before {
	background: var(--ow-lime);
	border-radius: inherit;
	content: "";
	inset: 0;
	position: absolute;
	transform: translateY(104%);
	transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
	z-index: -1;
}

.ow-button:hover {
	border-color: var(--ow-lime);
	color: #050607;
	transform: translateY(-1px);
}

.ow-button:hover::before {
	transform: translateY(0);
}

.ow-button--accent {
	background: var(--ow-lime);
	color: #050607;
}

.ow-button--accent::before {
	background: #fff;
}

.ow-featured-media,
.ow-project-art,
.ow-project-side {
	display: grid;
	gap: clamp(12px, 1.2vw, 18px);
	min-width: 0;
}

.ow-featured-aside {
	display: grid;
	gap: clamp(12px, 1.2vw, 18px);
	grid-template-columns: minmax(0, 1fr) minmax(120px, 0.42fr);
}

.ow-browser,
.ow-image-frame {
	background: #0b0c0f;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 13px;
	box-shadow: 0 22px 80px rgba(0, 0, 0, 0.34);
	margin: 0;
	overflow: hidden;
	position: relative;
}

.ow-browser__bar {
	align-items: center;
	background: #0f1114;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--ow-soft);
	display: flex;
	gap: 10px;
	height: 34px;
	padding: 0 14px;
}

.ow-browser__bar span {
	background: rgba(247, 246, 241, 0.25);
	border-radius: 999px;
	height: 8px;
	width: 8px;
}

.ow-browser__bar b {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.15em;
	margin-left: 12px;
	max-width: calc(100% - 76px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ow-browser__screen,
.ow-image-frame {
	aspect-ratio: var(--ow-shot-ratio, 2880 / 1800);
	background: #fff;
	overflow: hidden;
}

.ow-browser__screen {
	height: auto;
}

.ow-browser[data-scroller="1"] .ow-browser__screen {
	max-height: clamp(420px, 56vw, 820px);
}

.ow-project .ow-browser[data-scroller="1"] .ow-browser__screen {
	max-height: clamp(340px, 44vw, 680px);
}

.ow-shot {
	background-color: #fff;
	background-image: var(--ow-shot);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: var(--ow-bg-size, contain);
	height: 100%;
	transition: background-position 5200ms linear, transform 480ms ease;
	width: 100%;
}

.ow-browser[data-scroller="1"] .ow-shot {
	background-size: 100% auto;
}

.ow-browser[data-scroller="1"]:hover .ow-shot,
.ow-browser[data-scroller="1"]:focus-within .ow-shot {
	background-position: center bottom;
}

.ow-image-frame img {
	background: #fff;
	height: 100%;
	object-fit: contain;
	object-position: center top;
	width: 100%;
}

.ow-image-frame.ow-tall {
	max-height: none;
}

.ow-image-frame.ow-phone {
	align-self: start;
	border-radius: 18px;
	max-height: clamp(260px, 34vw, 560px);
}

.ow-index {
	border-top: 1px solid var(--ow-line);
}

.ow-index-top {
	align-items: end;
	border-bottom: 1px solid var(--ow-line);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding-bottom: clamp(28px, 3vw, 48px);
}

.ow-index-top h2,
.ow-process h2,
.ow-cta h2 {
	color: var(--ow-ink);
	font-size: clamp(32px, 3.6vw, 60px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

.ow-index-top h2 {
	font-size: clamp(32px, 3.2vw, 52px);
	line-height: 1;
}

.ow-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.ow-filters button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--ow-muted);
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0.12em;
	min-height: 42px;
	padding: 0 18px;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ow-filters button[aria-pressed="true"],
.ow-filters button:hover {
	background: var(--ow-lime);
	border-color: var(--ow-lime);
	color: #050607;
}

.ow-index-count {
	color: var(--ow-soft);
	display: flex;
	font-size: 12px;
	font-weight: 600;
	justify-content: space-between;
	letter-spacing: 0.16em;
	margin: 22px 0 clamp(42px, 5vw, 82px);
	text-transform: uppercase;
}

.ow-project-grid {
	display: grid;
	gap: clamp(36px, 5vw, 90px) clamp(24px, 3vw, 48px);
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ow-project {
	grid-column: var(--ow-col, span 6);
	margin-top: var(--ow-offset, 0);
	min-width: 0;
}

.ow-project[hidden],
.ow-project.is-hidden {
	display: none !important;
}

.ow-project a {
	display: block;
}

.ow-project-art {
	grid-template-columns: var(--ow-art-cols, 1fr);
}

.ow-project-side {
	align-content: start;
}

.ow-project-title-row {
	align-items: end;
	border-bottom: 1px solid var(--ow-line);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 22px 0 18px;
}

.ow-project-title-row h3 {
	color: var(--ow-ink);
	font-size: var(--ow-title-size, clamp(24px, 2.4vw, 38px));
	font-weight: 500;
	line-height: 1.02;
	margin: 0;
	transition: color 180ms ease;
}

.ow-project:hover .ow-project-title-row h3 {
	color: var(--ow-lime);
}

.ow-project-title-row h3 span {
	color: var(--ow-soft);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-right: 14px;
	vertical-align: middle;
}

.ow-project-title-row > span {
	color: var(--ow-soft);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	white-space: nowrap;
}

.ow-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.ow-tags span {
	border: 1px solid var(--ow-line);
	border-radius: 999px;
	color: var(--ow-muted);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.14em;
	padding: 8px 12px;
	text-transform: uppercase;
}

.ow-project > a > p {
	color: var(--ow-muted);
	font-size: 13px;
	line-height: 1.5;
	margin: 12px 0 0;
	max-width: 620px;
}

.ow-marquee {
	background: var(--ow-lime);
	color: #050607;
	overflow: hidden;
	padding: clamp(26px, 3vw, 44px) 0;
}

.ow-marquee [data-marquee] {
	animation: owMarquee 26s linear infinite;
	display: flex;
	gap: 34px;
	white-space: nowrap;
	width: max-content;
}

.ow-marquee [data-marquee] div {
	align-items: center;
	display: flex;
	gap: 28px;
}

.ow-marquee span,
.ow-marquee i {
	font-size: clamp(38px, 5.4vw, 84px);
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

@keyframes owMarquee {
	to {
		transform: translateX(-50%);
	}
}

.ow-more-work {
	background: #030405;
	border-bottom: 1px solid var(--ow-line);
	border-top: 1px solid var(--ow-line);
	overflow: hidden;
	padding: clamp(76px, 8vw, 126px) 0;
}

.ow-more-work .ow-eyebrow {
	margin-bottom: clamp(26px, 3vw, 48px);
}

.ow-more-work-card {
	align-items: center;
	background: rgba(255, 255, 255, 0.018);
	border-block: 1px solid var(--ow-line);
	display: grid;
	gap: clamp(28px, 5vw, 96px);
	grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr) auto;
	min-height: 0;
	padding: clamp(34px, 4vw, 62px) 0;
	position: relative;
}

.ow-more-work-card::before {
	background: var(--ow-lime);
	border-radius: 999px;
	content: "";
	height: 9px;
	left: 0;
	opacity: 1;
	position: absolute;
	top: -5px;
	width: 9px;
}

.ow-more-work-card::after {
	background: linear-gradient(90deg, var(--ow-lime), rgba(200, 255, 0, 0));
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0.18);
	transform-origin: left center;
	transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ow-more-work-card:hover::after {
	transform: scaleX(1);
}

.ow-more-work-card h2 {
	color: var(--ow-ink);
	font-size: clamp(30px, 3.2vw, 52px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
	max-width: 14ch;
	position: relative;
}

.ow-more-work-card p {
	color: var(--ow-muted);
	font-size: clamp(16px, 1.2vw, 19px);
	line-height: 1.65;
	margin: 0;
	max-width: 680px;
	position: relative;
}

.ow-more-work-link {
	align-items: center;
	border: 1px solid rgba(200, 255, 0, 0.62);
	border-radius: 999px;
	color: var(--ow-lime);
	display: inline-flex;
	font-size: 12px;
	font-weight: 650;
	justify-content: center;
	letter-spacing: 0.12em;
	min-height: 52px;
	padding: 0 24px;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
}

.ow-more-work-link:hover {
	background: var(--ow-lime);
	color: #050607;
}

.ow-process {
	border-bottom: 1px solid var(--ow-line);
}

.ow-process h2 {
	margin-top: clamp(30px, 3vw, 46px);
	max-width: 900px;
}

.ow-progress {
	background: rgba(255, 255, 255, 0.12);
	height: 1px;
	margin: clamp(42px, 5vw, 80px) 0 clamp(24px, 3vw, 46px);
	transform-origin: left center;
}

.ow-progress span {
	background: var(--ow-lime);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	width: 100%;
}

.ow-process-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ow-process-grid article {
	border-left: 1px solid var(--ow-line);
	min-height: 360px;
	padding: clamp(24px, 2.4vw, 42px);
	transition: border-color 240ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1), background 320ms ease;
}

.ow-process-grid article:last-child {
	border-right: 1px solid var(--ow-line);
}

.ow-process-grid article:hover {
	background: rgba(255, 255, 255, 0.018);
	border-color: rgba(200, 255, 0, 0.42);
	transform: translateY(-6px);
}

.ow-process-grid article div {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: clamp(60px, 7vw, 118px);
}

.ow-process-grid article span {
	color: var(--ow-lime);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
}

.ow-process-grid article b {
	color: var(--ow-soft);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ow-process-grid h3 {
	color: var(--ow-ink);
	font-size: clamp(26px, 2.4vw, 40px);
	font-weight: 500;
	line-height: 1;
	margin: 0;
	transition: color 220ms ease;
}

.ow-process-grid article:hover h3 {
	color: var(--ow-lime);
}

.ow-process-grid p {
	color: var(--ow-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 20px 0 0;
}

.ow-cta {
	background:
		radial-gradient(circle at 28% 20%, rgba(200, 255, 0, 0.11), transparent 24%),
		#030405;
	padding: clamp(90px, 11vw, 180px) 0;
	text-align: center;
}

.ow-cta h2 span {
	color: var(--ow-lime);
}

.ow-cta p {
	color: var(--ow-muted);
	font-size: clamp(20px, 1.5vw, 30px);
	line-height: 1.55;
	margin: clamp(22px, 3vw, 44px) auto 0;
	max-width: 640px;
}

.ow-cta .ow-actions {
	justify-content: center;
}

.ow-cta-foot {
	border-top: 1px solid var(--ow-line);
	color: var(--ow-soft);
	display: flex;
	font-size: 12px;
	font-weight: 600;
	justify-content: space-between;
	letter-spacing: 0.16em;
	margin-top: clamp(54px, 6vw, 90px);
	padding-top: 22px;
	text-transform: uppercase;
}

.ow-cursor {
	align-items: center;
	background: var(--ow-lime);
	border-radius: 999px;
	color: #050607;
	display: flex;
	font-size: 11px;
	font-weight: 650;
	height: 116px;
	justify-content: center;
	left: 0;
	letter-spacing: 0.12em;
	line-height: 1.05;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	transform: translate3d(-120px, -120px, 0) scale(0.35);
	transition: opacity 180ms cubic-bezier(0.16, 1, 0.3, 1), transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
	width: 116px;
	z-index: 900;
}

.our-work-case-page {
	background: #030405;
}

.ow-case-sheet {
	min-height: 100vh;
	padding-top: var(--ow-header-offset);
}

.ow-case-sticky {
	align-items: center;
	background: rgba(3, 4, 5, 0.94);
	backdrop-filter: blur(22px);
	border-bottom: 1px solid var(--ow-line);
	display: flex;
	justify-content: space-between;
	padding: 18px clamp(22px, 5.5vw, 108px);
	position: sticky;
	top: 0;
	z-index: 5;
}

.ow-case-sticky span,
.ow-pill-link {
	color: rgba(247, 246, 241, 0.84);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ow-pill-link {
	border: 1px solid rgba(247, 246, 241, 0.28);
	border-radius: 999px;
	padding: 10px 16px;
	transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.ow-pill-link:hover {
	background: rgba(200, 255, 0, 0.08);
	border-color: var(--ow-lime);
	color: var(--ow-lime) !important;
	-webkit-text-fill-color: var(--ow-lime) !important;
}

.ow-case-inner {
	margin-inline: auto;
	max-width: 1320px;
	padding: clamp(50px, 7vw, 110px) clamp(22px, 5.5vw, 88px) clamp(80px, 9vw, 150px);
}

.ow-case-wipe {
	background: var(--ow-lime);
	height: 2px;
	margin-bottom: clamp(40px, 5vw, 82px);
	transform-origin: left center;
}

.ow-case-inner h1 {
	font-size: clamp(44px, 6.4vw, 104px);
	font-weight: 500;
	line-height: 0.94;
	margin: 0;
}

.ow-case-tagline {
	color: rgba(247, 246, 241, 0.86);
	font-size: clamp(20px, 1.8vw, 28px);
	font-weight: 500;
	line-height: 1.2;
	margin: 24px 0 0;
	max-width: 650px;
}

.ow-case-meta {
	border: 1px solid var(--ow-line);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: clamp(42px, 5vw, 82px) 0;
}

.ow-case-meta div {
	border-right: 1px solid var(--ow-line);
	padding: clamp(22px, 2vw, 34px);
}

.ow-case-meta div:last-child {
	border-right: 0;
}

.ow-lime {
	color: var(--ow-lime) !important;
}

.ow-case-browser {
	margin-bottom: clamp(42px, 5vw, 80px);
}

.ow-case-blocks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ow-case-blocks section {
	border-top: 1px solid var(--ow-line);
	min-height: 210px;
	padding: clamp(24px, 2.4vw, 40px);
}

.ow-case-blocks section:nth-child(odd) {
	border-right: 1px solid var(--ow-line);
}

.ow-case-blocks b {
	color: var(--ow-soft);
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ow-case-blocks p {
	color: rgba(247, 246, 241, 0.72);
	font-size: 15px;
	line-height: 1.65;
	margin: 14px 0 0;
}

.ow-case-live {
	align-items: center;
	border-top: 1px solid var(--ow-line);
	display: flex;
	justify-content: space-between;
	padding-top: clamp(28px, 3vw, 48px);
}

.ow-case-live a {
	color: var(--ow-ink);
	font-size: clamp(20px, 1.7vw, 30px);
}

[data-reveal],
[data-clip] {
	opacity: 1;
	transform: none;
}

.motion-ready .our-work-page [data-reveal] {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity 760ms cubic-bezier(0.16, 1, 0.3, 1), transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--ow-reveal-delay, 0ms);
}

.motion-ready .our-work-page [data-clip] {
	clip-path: inset(0 0 100% 0);
	transition: clip-path 900ms cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--ow-reveal-delay, 0ms);
}

.motion-ready .our-work-page [data-shown][data-reveal] {
	opacity: 1;
	transform: none;
}

.motion-ready .our-work-page [data-shown][data-clip] {
	clip-path: inset(0);
}

@media (max-width: 1180px) {
	.ow-featured-grid {
		grid-template-columns: 1fr;
	}

	.ow-hero-meta {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ow-hero-meta p {
		grid-column: 1 / -1;
		max-width: 520px;
	}

	.ow-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ow-process-grid article:nth-child(2n) {
		border-right: 1px solid var(--ow-line);
	}
}

@media (max-width: 900px) {
	.our-work-page {
		--ow-header-offset: 72px;
	}

	.ow-fixed-grid {
		background-size: 86px 86px;
		opacity: 0.46;
	}

	.ow-hero {
		padding-top: calc(var(--ow-header-offset) + 42px);
	}

	.ow-hero-title {
		font-size: clamp(48px, 14.5vw, 88px);
		margin-top: 54px;
	}

	.ow-hero-title span {
		white-space: normal;
	}

	.ow-hero-copy {
		margin-top: 38px;
		max-width: 100%;
	}

	.ow-hero-meta,
	.ow-featured-facts,
	.ow-case-meta {
		grid-template-columns: 1fr;
	}

	.ow-featured-facts div,
	.ow-featured-facts div:nth-child(2n),
	.ow-featured-facts div:nth-last-child(-n+2),
	.ow-case-meta div {
		border-width: 0 0 1px 0;
	}

	.ow-featured-facts div:last-child,
	.ow-case-meta div:last-child {
		border-bottom: 0;
	}

	.ow-hero-media {
		width: min(92vw, 720px);
	}

	.ow-hero-caption,
	.ow-index-count,
	.ow-cta-foot,
	.ow-case-live {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.ow-featured-head {
		margin-bottom: 42px;
	}

	.ow-featured-copy h2,
	.ow-index-top h2,
	.ow-process h2,
	.ow-cta h2 {
		font-size: clamp(44px, 13vw, 72px);
	}

	.ow-featured-copy > p,
	.ow-featured-statement p {
		font-size: clamp(21px, 5.7vw, 32px);
	}

	.ow-featured-aside,
	.ow-project-art,
	.ow-project-grid,
	.ow-process-grid,
	.ow-more-work-card,
	.ow-case-blocks {
		grid-template-columns: 1fr !important;
	}

	.ow-project {
		grid-column: 1 / -1 !important;
		margin-top: 0 !important;
	}

	.ow-project-title-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.ow-project-title-row > span {
		white-space: normal;
	}

	.ow-index-top {
		align-items: flex-start;
		flex-direction: column;
	}

	.ow-filters {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 4px;
		width: 100%;
	}

	.ow-filters button {
		flex: 0 0 auto;
	}

	.ow-process-grid article,
	.ow-process-grid article:last-child,
	.ow-process-grid article:nth-child(2n),
	.ow-case-blocks section:nth-child(odd) {
		border-right: 0;
	}

	.ow-process-grid article {
		border-bottom: 1px solid var(--ow-line);
		min-height: 0;
	}

	.ow-process-grid article div {
		margin-bottom: 54px;
	}

	.ow-more-work-card {
		align-items: start;
		min-height: 0;
	}

	.ow-more-work-card h2 {
		max-width: 13ch;
	}

	.ow-more-work-card::before {
		bottom: auto;
		left: 0;
		right: auto;
		top: -5px;
	}

	.ow-more-work-link {
		width: 100%;
	}

	.ow-cursor {
		display: none;
	}
}

@media (max-width: 520px) {
	.ow-shell {
		padding-inline: 18px;
	}

	.ow-hero {
		padding-bottom: 72px;
	}

	.ow-hero-title {
		font-size: clamp(44px, 15vw, 62px);
		line-height: 0.98;
	}

	.ow-hero-meta b {
		font-size: 30px;
	}

	.ow-browser__bar b {
		font-size: 10px;
		letter-spacing: 0.1em;
	}

	.ow-browser__screen {
		max-height: none;
	}

	.ow-browser[data-scroller="1"] .ow-browser__screen,
	.ow-project .ow-browser[data-scroller="1"] .ow-browser__screen {
		max-height: 520px;
	}

	.ow-image-frame.ow-phone {
		max-height: none;
	}

	.ow-featured,
	.ow-index,
	.ow-more-work,
	.ow-process,
	.ow-cta {
		padding-block: 70px;
	}

	.ow-featured-statement {
		grid-template-columns: 1fr;
	}

	.ow-actions,
	.ow-button {
		width: 100%;
	}

	.ow-case-sticky {
		padding-inline: 18px;
	}

	.ow-case-inner {
		padding-inline: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.our-work-page *,
	.our-work-page *::before,
	.our-work-page *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}

	.our-work-page [data-reveal],
	.our-work-page [data-clip] {
		clip-path: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.ow-progress span {
		transform: scaleX(1) !important;
	}
}

/* Keep the Our Work hero title faithful to the Claude reference even when
   global heading/masked-text styles are loaded after this page stylesheet. */
.brandonic-our-work-page .our-work-page .ow-hero-title,
.brandonic-our-work-page .our-work-page .ow-hero-title > span:first-child {
	color: #f6f5f1 !important;
	-webkit-text-fill-color: #f6f5f1 !important;
	opacity: 1 !important;
}

.brandonic-our-work-page .our-work-page .ow-hero-title > span:nth-child(2) {
	color: rgba(246, 245, 241, 0.42) !important;
	-webkit-text-fill-color: rgba(246, 245, 241, 0.42) !important;
}

.brandonic-our-work-page .our-work-page .ow-hero-title i {
	color: #c8ff00 !important;
	-webkit-text-fill-color: #c8ff00 !important;
}

.brandonic-our-work-page .our-work-page :where(.ow-featured-copy h2, .ow-index-top h2, .ow-project-title-row h3, .ow-process h2, .ow-process-grid h3, .ow-cta h2, .ow-more-work-card h2, .ow-case-inner h1) {
	color: #f6f5f1 !important;
	-webkit-text-fill-color: #f6f5f1 !important;
	font-family: var(--font-display), Arial, sans-serif !important;
	font-weight: 500 !important;
}

.brandonic-our-work-page .our-work-page :where(.ow-button, .ow-filters button, .ow-tags span, .ow-more-work-link, .ow-cursor) {
	font-family: var(--font-ui), Inter, Arial, sans-serif !important;
	font-weight: 650 !important;
}

.brandonic-our-work-page .our-work-page .ow-project-title-row h3 span,
.brandonic-our-work-page .our-work-page :where(.ow-eyebrow, .ow-featured-head b, .ow-hero-caption, .ow-index-count, .ow-browser__bar b, .ow-process-grid article span, .ow-process-grid article b, .ow-case-meta span, .ow-case-blocks span, .ow-case-live span) {
	font-weight: 600 !important;
}

.brandonic-our-work-page .our-work-page .ow-case-live a {
	color: #c8ff00 !important;
	-webkit-text-fill-color: #c8ff00 !important;
	font-weight: 500 !important;
}

.brandonic-our-work-page .our-work-page .ow-process-grid article:hover h3,
.brandonic-our-work-page .our-work-page .ow-pill-link:hover,
.brandonic-our-work-page .our-work-page .ow-more-work-link:hover {
	color: #c8ff00 !important;
	-webkit-text-fill-color: #c8ff00 !important;
}

.brandonic-our-work-page .our-work-page .ow-more-work-link:hover {
	color: #050607 !important;
	-webkit-text-fill-color: #050607 !important;
}
