/*
Theme Name: Yinuo B2B
Author: Foshan Yinuo Trading Co., Ltd.
Description: A performance-focused B2B catalogue theme for ceramic and architectural surfaces.
Version: 2.0.0
Text Domain: ynb2b
*/

:root {
	--ink: #181b1f;
	--ink-soft: #3f454b;
	--paper: #ffffff;
	--mist: #f1f3f2;
	--line: #d9dddc;
	--blue: #0068b5;
	--blue-dark: #004c85;
	--signal: #c9da37;
	--warm: #d4a55d;
	--container: 1240px;
	--header-height: 78px;
	--radius: 4px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.nav-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

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

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3,
strong {
	font-weight: 650;
	letter-spacing: 0;
}

.container {
	width: min(calc(100% - 48px), var(--container));
	margin-inline: auto;
}

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

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 10px 16px;
	background: var(--paper);
	color: var(--ink);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.eyebrow,
.section-index,
.hero-kicker,
.insight-meta {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0;
}

.eyebrow {
	display: block;
	margin-bottom: 18px;
	color: var(--blue);
}

.section-index {
	margin: 0;
	color: #6a7075;
}

.section-space {
	padding-block: 112px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button span {
	margin-left: 18px;
	font-size: 18px;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-2px);
}

.button-primary {
	background: var(--signal);
	color: var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible {
	background: #d9e85b;
}

.button-ghost {
	border-color: rgba(255, 255, 255, 0.64);
	color: var(--paper);
}

.button-ghost:hover,
.button-ghost:focus-visible {
	background: var(--paper);
	color: var(--ink);
}

.button-light {
	background: var(--paper);
	color: var(--ink);
}

.button-dark {
	background: var(--ink);
	color: var(--paper);
}

.button-dark:hover,
.button-dark:focus-visible {
	background: var(--blue);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid currentColor;
	font-size: 14px;
	font-weight: 700;
}

.text-link span {
	transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
	transform: translateX(4px);
}

/* Utility bar and header */
.utility-bar {
	position: relative;
	z-index: 102;
	background: var(--ink);
	color: #dfe4e5;
	font-size: 12px;
}

.utility-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
}

.utility-inner p {
	margin: 0;
}

.utility-controls,
.currency-switcher,
.language-fallback {
	display: flex;
	align-items: center;
}

.utility-controls {
	align-self: stretch;
	gap: 18px;
}

.currency-switcher {
	height: 100%;
	border-inline: 1px solid rgba(255, 255, 255, 0.16);
}

.currency-switcher button {
	width: 48px;
	height: 100%;
	border: 0;
	background: transparent;
	color: #aeb6b8;
	cursor: pointer;
	font-size: 11px;
	font-weight: 700;
}

.currency-switcher button.is-active {
	background: var(--signal);
	color: var(--ink);
}

.language-fallback {
	gap: 12px;
}

.language-fallback a {
	color: #aeb6b8;
}

.language-fallback a[aria-current="page"],
.language-fallback a:hover {
	color: var(--paper);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid transparent;
	transition: box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
	border-color: var(--line);
	box-shadow: 0 8px 24px rgba(24, 27, 31, 0.07);
}

.header-inner {
	display: grid;
	grid-template-columns: 236px minmax(0, 1fr) auto;
	align-items: center;
	min-height: var(--header-height);
	gap: 28px;
}

.brand-link,
.footer-brand-heading {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.brand-mark {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	background: var(--blue);
	color: var(--paper);
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
}

.brand-copy {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.brand-copy strong {
	font-size: 19px;
}

.brand-copy small {
	margin-top: 7px;
	color: #72787d;
	font-size: 9px;
	font-weight: 700;
}

.custom-logo-link,
.custom-logo-link img {
	display: block;
	max-width: 210px;
	max-height: 58px;
	width: auto;
}

.main-nav {
	justify-self: center;
}

.nav-menu,
.nav-menu ul,
.footer-menu,
.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu {
	display: flex;
	align-items: center;
	gap: 3px;
}

.nav-menu > li {
	position: relative;
}

.nav-menu > li > a {
	display: flex;
	align-items: center;
	min-height: var(--header-height);
	padding: 0 14px;
	font-size: 14px;
	font-weight: 650;
}

.nav-menu > li > a::before {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 18px;
	height: 2px;
	background: var(--blue);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
}

.nav-menu > li:hover > a::before,
.nav-menu > li.current-menu-item > a::before,
.nav-menu > li > a:focus-visible::before {
	transform: scaleX(1);
}

.nav-menu .menu-item-has-children > a::after {
	content: "+";
	margin-left: 7px;
	color: var(--blue);
	font-size: 14px;
}

.nav-menu .sub-menu {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: 260px;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	background: var(--paper);
	border: 1px solid var(--line);
	box-shadow: 0 18px 40px rgba(24, 27, 31, 0.14);
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nav-menu li:hover > .sub-menu,
.nav-menu li:focus-within > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.nav-menu .sub-menu .sub-menu {
	top: -10px;
	left: calc(100% + 10px);
}

.nav-menu .sub-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 44px;
	padding: 9px 12px;
	border-bottom: 1px solid #edf0ef;
	font-size: 13px;
	font-weight: 600;
}

.nav-menu .sub-menu li:last-child > a {
	border-bottom: 0;
}

.nav-menu .sub-menu a:hover,
.nav-menu .sub-menu a:focus-visible {
	background: var(--mist);
	color: var(--blue-dark);
}

.header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 42px;
	padding: 0 16px;
	background: var(--ink);
	color: var(--paper);
	font-size: 12px;
	font-weight: 700;
}

.header-cta:hover,
.header-cta:focus-visible {
	background: var(--blue);
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--line);
	background: var(--paper);
	cursor: pointer;
}

.menu-toggle-lines {
	display: flex;
	width: 19px;
	margin: auto;
	flex-direction: column;
	gap: 4px;
}

.menu-toggle-lines i {
	display: block;
	height: 2px;
	background: var(--ink);
	transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines i:first-child {
	transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines i:nth-child(2) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines i:last-child {
	transform: translateY(-6px) rotate(-45deg);
}

.nav-scrim {
	position: fixed;
	inset: 0;
	z-index: 98;
	background: rgba(10, 12, 14, 0.5);
}

/* Hero */
.home-hero {
	position: relative;
	display: flex;
	min-height: calc(100svh - 114px);
	max-height: 920px;
	align-items: center;
	overflow: hidden;
	background: #303538;
	color: var(--paper);
}

.home-hero-media,
.home-hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home-hero-media {
	object-fit: cover;
	object-position: center 55%;
}

.home-hero-shade {
	background: rgba(12, 16, 18, 0.55);
}

.home-hero-content {
	position: relative;
	z-index: 1;
	padding-block: 92px 142px;
}

.hero-kicker {
	display: flex;
	align-items: center;
	margin-bottom: 28px;
	color: #e2e8e9;
}

.hero-kicker span {
	width: 36px;
	height: 2px;
	margin-right: 12px;
	background: var(--signal);
}

.home-hero h1 {
	max-width: 850px;
	margin-bottom: 26px;
	font-size: 68px;
	line-height: 1.03;
}

.hero-summary {
	max-width: 680px;
	margin-bottom: 36px;
	color: #edf1f1;
	font-size: 18px;
	line-height: 1.65;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-foot {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-foot > p {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}

.hero-proof {
	display: flex;
	gap: 34px;
	font-size: 12px;
	font-weight: 650;
}

.hero-proof span::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 8px;
	background: var(--signal);
}

/* Home content */
.intro-band {
	padding-block: 76px;
	background: var(--mist);
}

.intro-grid {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 48px;
}

.intro-grid > div {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(240px, 0.8fr);
	gap: 60px;
	align-items: end;
}

.intro-grid h2,
.section-heading h2,
.capability-copy h2,
.project-feature h2,
.home-cta h2,
.page-hero h1 {
	margin-bottom: 0;
	font-size: 43px;
	line-height: 1.12;
}

.intro-grid p:last-child {
	margin: 0;
	color: var(--ink-soft);
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 36px;
	margin-bottom: 44px;
}

.section-heading .eyebrow {
	margin-bottom: 12px;
}

.collection-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr;
	gap: 20px;
}

.collection-item {
	min-width: 0;
}

.collection-item a {
	display: block;
}

.collection-media {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--mist);
}

.collection-featured .collection-media {
	aspect-ratio: 1 / 1;
}

.collection-media img,
.product-preview-media img,
.insight-media img,
.post-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.collection-item:hover .collection-media img,
.collection-item:focus-within .collection-media img,
.product-preview:hover .product-preview-media img,
.post-card:hover .post-card-media img {
	transform: scale(1.025);
}

.collection-copy {
	position: relative;
	padding: 24px 40px 0 0;
}

.collection-copy > span {
	color: var(--blue);
	font-size: 11px;
	font-weight: 700;
}

.collection-copy h3 {
	margin: 5px 0 8px;
	font-size: 23px;
}

.collection-copy p {
	margin: 0;
	color: #62686c;
	font-size: 14px;
}

.collection-copy b {
	position: absolute;
	top: 29px;
	right: 0;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid var(--line);
	font-weight: 400;
}

.capability-section {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
	padding-bottom: 0;
}

.capability-media {
	position: relative;
	min-height: 740px;
	background: var(--mist);
}

.capability-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.capability-media > p {
	position: absolute;
	right: 16px;
	bottom: 14px;
	left: 16px;
	margin: 0;
	padding: 9px 12px;
	background: rgba(255, 255, 255, 0.9);
	color: #51575b;
	font-size: 10px;
}

.capability-copy {
	display: flex;
	padding: 76px max(40px, calc((100vw - var(--container)) / 2)) 76px 72px;
	background: var(--mist);
	flex-direction: column;
	justify-content: center;
}

.capability-copy .section-index {
	margin-bottom: 70px;
}

.capability-copy > p:not(.section-index) {
	max-width: 620px;
	margin: 24px 0 30px;
	color: var(--ink-soft);
}

.capability-list {
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
	border-top: 1px solid #cdd2d0;
}

.capability-list li {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 12px;
	padding: 18px 0;
	border-bottom: 1px solid #cdd2d0;
}

.capability-list li > span {
	color: var(--blue);
	font-size: 11px;
	font-weight: 700;
}

.capability-list strong {
	display: block;
	margin-bottom: 4px;
}

.capability-list p {
	margin: 0;
	color: #5c6367;
	font-size: 13px;
}

.capability-copy .text-link {
	align-self: flex-start;
}

.process-section {
	background: var(--ink);
	color: var(--paper);
}

.section-heading-light {
	align-items: end;
}

.section-heading-light .eyebrow {
	color: var(--signal);
}

.section-heading-light > p {
	max-width: 410px;
	margin: 0;
	color: #aeb6b8;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 60px 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #444a4e;
	border-left: 1px solid #444a4e;
}

.process-grid li {
	min-height: 240px;
	padding: 24px;
	border-right: 1px solid #444a4e;
	border-bottom: 1px solid #444a4e;
}

.process-grid span {
	color: var(--signal);
	font-size: 11px;
	font-weight: 700;
}

.process-grid h3 {
	margin: 70px 0 10px;
	font-size: 22px;
}

.process-grid p {
	margin: 0;
	color: #aeb6b8;
	font-size: 13px;
}

.product-preview-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.product-preview-media {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--mist);
}

.product-preview-media > span {
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 8px 12px;
	background: var(--paper);
	font-size: 11px;
	font-weight: 700;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.product-preview:hover .product-preview-media > span,
.product-preview:focus-within .product-preview-media > span {
	opacity: 1;
	transform: translateY(0);
}

.product-preview h3 {
	margin: 17px 0 3px;
	font-size: 17px;
}

.product-preview p {
	margin: 0;
	color: #6b7276;
	font-size: 12px;
}

.project-feature {
	position: relative;
	min-height: 720px;
	background: var(--ink);
	color: var(--paper);
}

.project-feature::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(11, 14, 16, 0.52);
}

.project-feature-media,
.project-feature-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-feature-content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 2.1fr;
	gap: 40px;
	padding-block: 118px;
}

.project-feature .section-index {
	color: #d5dcdd;
}

.project-feature-content > div {
	max-width: 720px;
}

.project-feature .eyebrow {
	color: var(--signal);
}

.project-feature h2 {
	margin-bottom: 32px;
	font-size: 54px;
}

.insight-grid,
.post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.insight-media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	margin-bottom: 18px;
	background: var(--mist);
}

.insight-meta {
	margin-bottom: 10px;
	color: var(--blue);
}

.insight-item h3 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.35;
}

.insight-placeholder {
	min-height: 230px;
	padding: 24px;
	border-top: 2px solid var(--ink);
	background: var(--mist);
}

.home-cta {
	padding-block: 84px;
	background: var(--signal);
}

.home-cta-inner {
	display: grid;
	grid-template-columns: 0.7fr 2fr auto;
	align-items: center;
	gap: 48px;
}

.home-cta .section-index {
	color: var(--ink);
}

.home-cta h2 {
	font-size: 38px;
}

.home-cta p:last-child {
	max-width: 700px;
	margin: 14px 0 0;
}

/* Index */
.page-hero {
	padding-block: 96px;
}

.page-hero-dark {
	background: var(--ink);
	color: var(--paper);
}

.page-hero .eyebrow {
	color: var(--signal);
}

.page-hero h1 {
	max-width: 860px;
	margin-bottom: 24px;
}

.page-hero p:last-child {
	max-width: 650px;
	margin: 0;
	color: #b8c0c2;
}

.post-card {
	min-width: 0;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
}

.post-card-media {
	display: grid;
	aspect-ratio: 16 / 10;
	place-items: center;
	overflow: hidden;
	background: var(--mist);
	color: #7a8185;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.post-card-copy {
	padding: 26px;
}

.post-card-copy h2 {
	font-size: 23px;
	line-height: 1.3;
}

.post-card-copy > p:not(.insight-meta) {
	color: #5b6266;
	font-size: 14px;
}

.pagination-wrap {
	margin-top: 54px;
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 6px;
}

.page-numbers {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--line);
}

.page-numbers.current,
.page-numbers:hover {
	background: var(--ink);
	color: var(--paper);
}

.empty-state {
	max-width: 720px;
	padding: 56px;
	background: var(--mist);
}

.empty-state h2 {
	font-size: 34px;
}

/* Footer */
.contact-dock {
	padding-block: 34px;
	background: var(--blue);
	color: var(--paper);
}

.contact-dock-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.contact-dock .eyebrow {
	margin-bottom: 5px;
	color: #cce6f8;
}

.contact-dock h2 {
	margin: 0;
	font-size: 25px;
}

.messenger-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.messenger-links a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 14px 0 8px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 12px;
	font-weight: 700;
}

.messenger-links a:hover,
.messenger-links a:focus-visible {
	background: var(--paper);
	color: var(--ink);
}

.messenger-links span {
	display: grid;
	width: 28px;
	height: 28px;
	margin-right: 8px;
	place-items: center;
	background: var(--paper);
	color: var(--ink);
	font-size: 9px;
}

.site-footer {
	padding-top: 78px;
	background: var(--ink);
	color: #b9c0c2;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 0.8fr 1fr 1fr;
	gap: 54px;
	padding-bottom: 70px;
}

.footer-brand-heading {
	color: var(--paper);
	font-size: 20px;
}

.footer-brand .brand-mark {
	width: 38px;
	height: 38px;
}

.footer-brand h2 {
	margin: 24px 0 12px;
	color: var(--paper);
	font-size: 17px;
}

.footer-brand p {
	max-width: 400px;
	margin: 0;
	font-size: 13px;
}

.footer-title {
	margin-bottom: 22px;
	color: var(--paper);
	font-size: 13px;
	text-transform: uppercase;
}

.footer-menu .nav-menu,
.footer-menu,
.footer-list {
	display: block;
}

.site-footer .nav-menu {
	display: block;
}

.site-footer .nav-menu > li > a {
	min-height: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
}

.site-footer .nav-menu > li > a::before,
.site-footer .nav-menu .menu-item-has-children > a::after {
	display: none;
}

.footer-menu li,
.footer-list li {
	margin-bottom: 10px;
	font-size: 13px;
}

.footer-menu a:hover,
.footer-menu a:focus-visible,
.site-footer address a:hover {
	color: var(--paper);
}

.site-footer address {
	font-size: 13px;
	font-style: normal;
}

.site-footer address strong {
	color: var(--paper);
}

.footer-contact-link {
	display: inline-flex;
	gap: 14px;
	margin-top: 20px;
	color: var(--paper);
	font-size: 13px;
	font-weight: 700;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	border-top: 1px solid #3a4044;
	font-size: 11px;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom div {
	display: flex;
	gap: 22px;
}

/* Tablet and mobile navigation */
@media (max-width: 1080px) {
	:root {
		--header-height: 70px;
	}

	.header-inner {
		grid-template-columns: 1fr auto auto;
	}

	.menu-toggle {
		display: block;
		grid-column: 3;
	}

	.header-cta {
		grid-column: 2;
		grid-row: 1;
	}

	.main-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 101;
		width: min(430px, 92vw);
		padding: 92px 24px 36px;
		overflow-y: auto;
		background: var(--paper);
		box-shadow: -24px 0 60px rgba(0, 0, 0, 0.16);
		transform: translateX(105%);
		transition: transform 240ms ease;
	}

	.main-nav.is-open {
		transform: translateX(0);
	}

	.menu-toggle {
		position: relative;
		z-index: 102;
	}

	.nav-menu {
		display: block;
	}

	.nav-menu > li {
		border-bottom: 1px solid var(--line);
	}

	.nav-menu > li > a {
		min-height: 58px;
		padding: 10px 42px 10px 4px;
		font-size: 18px;
	}

	.nav-menu > li > a::before {
		display: none;
	}

	.nav-menu .menu-item-has-children > a::after {
		position: absolute;
		right: 8px;
	}

	.nav-menu .sub-menu {
		position: static;
		display: none;
		width: 100%;
		padding: 0 0 12px 12px;
		visibility: visible;
		opacity: 1;
		border: 0;
		box-shadow: none;
		transform: none;
	}

	.nav-menu .sub-menu.is-open {
		display: block;
	}

	.nav-menu .sub-menu .sub-menu {
		position: static;
	}

	.intro-grid,
	.project-feature-content {
		grid-template-columns: 0.65fr 2fr;
	}

	.intro-grid > div {
		grid-template-columns: 1fr;
		gap: 22px;
	}

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

	.collection-featured {
		grid-row: span 2;
	}

	.capability-section {
		grid-template-columns: 1fr 1fr;
	}

	.capability-media {
		min-height: 680px;
	}

	.capability-copy {
		padding: 56px 36px;
	}

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

	.product-preview-grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 38px;
	}

	.home-cta-inner {
		grid-template-columns: 1fr 2fr;
	}

	.home-cta .button {
		grid-column: 2;
		justify-self: start;
	}

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

	.footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	.container {
		width: min(calc(100% - 32px), var(--container));
	}

	.section-space {
		padding-block: 76px;
	}

	.utility-inner > p {
		display: none;
	}

	.utility-inner {
		justify-content: flex-end;
	}

	.utility-controls {
		width: 100%;
		justify-content: space-between;
	}

	.header-inner {
		gap: 10px;
	}

	.brand-mark {
		width: 38px;
		height: 38px;
	}

	.brand-copy strong {
		font-size: 17px;
	}

	.brand-copy small {
		font-size: 8px;
	}

	.header-cta {
		display: none;
	}

	.menu-toggle {
		grid-column: 2;
	}

	.header-inner {
		grid-template-columns: 1fr auto;
	}

	.home-hero {
		min-height: calc(100svh - 106px);
	}

	.home-hero-content {
		padding-block: 72px 146px;
	}

	.home-hero h1 {
		font-size: 43px;
		line-height: 1.06;
	}

	.hero-summary {
		font-size: 16px;
	}

	.hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hero-actions .button {
		width: 100%;
	}

	.hero-foot {
		min-height: 98px;
	}

	.hero-foot > p {
		display: none;
	}

	.hero-proof {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		gap: 7px 14px;
	}

	.intro-band {
		padding-block: 56px;
	}

	.intro-grid,
	.project-feature-content,
	.home-cta-inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.intro-grid > div {
		display: block;
	}

	.intro-grid h2,
	.section-heading h2,
	.capability-copy h2,
	.project-feature h2,
	.home-cta h2,
	.page-hero h1 {
		font-size: 32px;
	}

	.intro-grid p:last-child {
		margin-top: 20px;
	}

	.section-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 32px;
	}

	.collection-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.collection-featured {
		grid-row: auto;
	}

	.collection-media,
	.collection-featured .collection-media {
		aspect-ratio: 4 / 3;
	}

	.capability-section {
		grid-template-columns: 1fr;
		padding-top: 0;
	}

	.capability-media {
		min-height: 470px;
	}

	.capability-copy {
		padding: 58px 16px 70px;
	}

	.capability-copy .section-index {
		margin-bottom: 42px;
	}

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

	.process-grid li {
		min-height: 190px;
	}

	.process-grid h3 {
		margin-top: 46px;
	}

	.product-preview-grid {
		grid-template-columns: 1fr 1fr;
		gap: 34px 12px;
	}

	.project-feature {
		min-height: 650px;
	}

	.project-feature-content {
		padding-block: 76px;
	}

	.project-feature h2 {
		font-size: 38px;
	}

	.insight-grid,
	.post-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.home-cta .button {
		grid-column: auto;
	}

	.contact-dock-inner,
	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.messenger-links {
		width: 100%;
	}

	.messenger-links a {
		flex: 1 1 calc(50% - 4px);
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 42px 28px;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.footer-bottom {
		justify-content: center;
		min-height: 100px;
		padding-block: 22px;
		gap: 12px;
	}

	.page-hero {
		padding-block: 70px;
	}

	.empty-state {
		padding: 36px 24px;
	}
}

@media (max-width: 420px) {
	.home-hero h1 {
		font-size: 36px;
	}

	.hero-proof {
		grid-template-columns: 1fr;
	}

	.hero-proof span:last-child {
		display: none;
	}

	.product-preview-grid {
		grid-template-columns: 1fr;
	}

	.product-preview-media {
		aspect-ratio: 4 / 4.5;
	}

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

	.footer-brand {
		grid-column: auto;
	}

	.messenger-links a {
		flex-basis: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
