:root {
	--ivory: #F5F0E8;
	--cream: #FAFAF8;
	--ink: #0D0D0D;
	--gold: #C9A84C;
	--serif: 'Cormorant Garamond', serif;
	--sans: 'DM Sans', sans-serif;
	--section-pad: clamp(5rem, 10vw, 10rem)
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

body {
	font-family: var(--sans);
	background: var(--cream);
	color: var(--ink);
	line-height: 1.6;
	overflow-x: hidden;
	overflow-y: hidden
}

.container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 5%
}

.inbannerbox{width: 100%;font-size: 0;margin: 0 auto;}
.inbannerbox img{width: 100%;}
.ptm50{padding: 50px 0;}
.insidebox{width: 100%;margin: 0 auto;min-height: 500px;}
.inside{width: 100%;margin: 0 auto;}

.relative-z {
	position: relative;
	z-index: 10
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--ink);
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center
}

.loader-wrapper {
	display: flex;
	flex-direction: column;
	width: fit-content
}

.loader-text-group {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 10px
}

.loader-slg {
	font-family: var(--serif);
	color: var(--gold);
	font-size: 3rem;
	letter-spacing: 4px;
	font-weight: 600
}

.loader-tagline {
	font-family: var(--sans);
	color: #FFFFFF;
	font-size: 1rem;
	letter-spacing: 1px;
	white-space: nowrap
}

.loader-progress-container {
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.1)
}

.loader-progress-fill {
	width: 0%;
	height: 100%;
	background: var(--gold)
}

.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	padding: 1.2rem 0;
	background: linear-gradient(to bottom, rgba(13, 13, 13, 0.8), transparent);
	transition: 0.3s
}

.nav-inner {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.nav-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: white;
	font-family: var(--serif);
	font-size: 1rem;
	letter-spacing: 2px
}

.logo-badge {
	padding: 2px 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.logo-img {
	height: 42px;
	width: auto;
	transform: translateY(-2px);
	filter: brightness(0) invert(1)
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 0
}

.nav-links a {
	color: white;
	text-decoration: none;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	opacity: 0.9;
	margin-left: 2.2rem;
	transition: 0.3s ease
}

.nav-links a:first-child {
	margin-left: 0
}

.nav-cta {
	margin-left: 3rem;
	border: 1px solid var(--gold);
	padding: 0.6rem 1.2rem;
	color: var(--gold) !important;
	font-weight: 500
}

.nav-cta {
	border: 1px solid var(--gold);
	padding: 0.6rem 1.2rem;
	color: var(--gold) !important;
	font-weight: 500
}

.s-hero {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	position: relative
}

.hero-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(13, 13, 13, 0.6)
}

.hero-label {
	color: var(--gold);
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 0.9rem;
	margin-bottom: 1rem;
	display: block
}

.hero-title {
	font-family: var(--serif);
	font-size: clamp(3rem, 8vw, 6rem);
	line-height: 1;
	margin-bottom: 2.5rem
}

.hero-meta {
	max-width: 700px;
	margin: 0 auto;
	z-index: 2;
	position: relative
}

.hero-meta p {
	font-size: 1.1rem;
	opacity: 0.9;
	margin-bottom: 3rem;
	line-height: 1.8
}

.btn--gold {
	display: inline-block;
	background: var(--gold);
	color: var(--ink);
	text-decoration: none;
	padding: 1.2rem 2.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.3s
}

.btn--gold:hover {
	background: white
}

section {
	padding: var(--section-pad) 0
}

.s--dark {
	background: var(--ink);
	color: white
}

.s--light {
	background: white;
	color: var(--ink)
}

.has-bg {
	position: relative;
	overflow: hidden
}

.section-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(13, 13, 13, 0.75)
}

.eyebrow {
	color: var(--gold);
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 0.85rem;
	margin-bottom: 1.5rem;
	display: block
}

.eyebrow--dark {
	color: var(--ink);
	opacity: 0.4
}

.section-title {
	font-family: var(--serif);
	font-size: clamp(2.5rem, 5vw, 4rem);
	margin-bottom: 2rem;
	color: #FFFFFF
}

.section-title em {
	font-style: italic;
	color: var(--gold)
}

.manifesto-text {
	max-width: 800px;
	font-size: 1.2rem;
	opacity: 0.95;
	margin-bottom: 4rem;
	color: white
}

.manifesto-wrap {
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center
}

.values-visual {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 5rem;
	width: 100%
}

.values-side {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 2rem
}

.values-side:first-child {
	text-align: right
}

.values-side:last-child {
	text-align: left
}

.values-orb {
	width: 180px;
	height: 180px;
	border: 2px solid var(--gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--serif);
	color: var(--gold);
	text-transform: uppercase;
	font-size: 0.9rem;
	flex-shrink: 0;
	background: rgba(201, 168, 76, 0.05)
}

.v-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: white;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 1rem
}

.values-side:first-child .v-item {
	flex-direction: row-reverse
}

.office-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem
}

.gallery-img {
	width: 100%;
	height: 400px;
	object-fit: cover
}

.product-showcase-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 3rem
}

.shoe-card {
	background: var(--cream);
	transition: 0.4s
}

.shoe-card:hover {
	transform: translateY(-10px)
}

.shoe-img-wrap {
	height: 450px;
	overflow: hidden
}

.shoe-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.shoe-info {
	padding: 2rem;
	border: 1px solid #eee
}

.shoe-info h3 {
	font-family: var(--serif);
	font-size: 1.8rem;
	margin-bottom: 1rem
}

.workflow-diagram {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-top: 4rem
}

.wf-step {
	flex: 1;
	text-align: center
}

.wf-icon {
	width: 80px;
	height: 80px;
	background: rgba(201, 168, 76, 0.1);
	color: var(--gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem
}

.wf-content span {
	font-size: 0.7rem;
	text-transform: uppercase;
	color: var(--gold);
	letter-spacing: 2px
}

.wf-content h3 {
	font-size: 1rem;
	margin: 0.5rem 0
}

.wf-content p {
	font-size: 0.85rem;
	opacity: 0.7
}

.wf-arrow {
	color: var(--gold);
	opacity: 0.3
}

.caps-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem
}

.cap-item {
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(8px);
	padding: 4rem
}

.cap-icon {
	color: var(--gold);
	margin-bottom: 1.5rem
}

.scale-layout {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 4rem;
	align-items: center
}

.stat-group {
	margin-top: 2rem
}

.stat-number {
	font-family: var(--serif);
	font-size: 6rem;
	color: var(--gold);
	line-height: 1;
	display: block
}

.stat-label {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8rem;
	margin-top: 1rem;
	display: block
}

.product-showcase {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem
}

.showcase-img {
	height: 500px;
	width: 100%;
	object-fit: cover
}

.pillars-visual {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem
}

.pillar-box {
	position: relative;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: flex-end
}

.p-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.p-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.6);
	transition: 0.5s
}

.p-text {
	position: relative;
	z-index: 2;
	padding: 2.5rem;
	color: var(--ink);
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start
}

.p-text i {
	color: var(--gold) !important;
	margin-bottom: 1rem;
	font-size: 2rem
}

.pillar-box:hover .p-img img {
	transform: scale(1.05)
}

#sustainability .eyebrow {
	color: var(--gold) !important;
	opacity: 1
}

#sustainability .section-title--dark {
	color: var(--ink) !important
}

.compliance-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: center
}

.comp-badges {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem
}

.badge-card {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 3rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.03)
}

.badge-title {
	font-family: var(--serif);
	font-size: 2.5rem;
	color: var(--gold);
	margin-bottom: 1rem
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem
}

.contact-sub {
	font-size: 1.1rem;
	opacity: 0.6;
	margin-bottom: 2rem
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 2rem
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 1rem 0;
	font-family: var(--sans);
	outline: none;
	transition: 0.3s;
	resize: none;
	overflow-y: auto
}

.contact-form input:focus {
	border-color: var(--gold)
}

.footer {
	padding: 4rem 0;
	text-align: center;
	border-top: 1px solid #eee;
	font-size: 0.8rem;
	opacity: 0.5
}

@media (max-width:1024px) {
	.nav-links {
		display: none
	}

	.values-visual,
	.workflow-diagram,
	.caps-grid,
	.scale-layout,
	.pillars-visual,
	.compliance-layout,
	.contact-grid,
	.form-row {
		grid-template-columns: 1fr;
		display: block
	}

	.wf-arrow {
		display: none
	}

	.wf-step {
		margin-bottom: 3rem
	}

	.pillar-box {
		height: 350px;
		margin-bottom: 1.5rem
	}

	.badge-card {
		margin-bottom: 1rem
	}
}

#products .product-ink-text {
	color: var(--ink) !important
}

#products .section-title--dark em {
	color: var(--gold) !important
}

#products .container {
	text-align: center
}

#products .eyebrow {
	margin-left: auto;
	margin-right: auto
}

#workflow .container {
	text-align: center
}

#workflow .eyebrow {
	margin-left: auto;
	margin-right: auto
}

#workflow {
	min-height: 95vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 160px 0 60px 0 !important;
	background-color: var(--ink)
}

.staircase-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 2rem 0
}

.staircase-row {
	display: flex;
	align-items: flex-start
}

.stair-step {
	width: 260px;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease
}

.staircase-row .stair-step:nth-child(2) {
	margin-top: 160px
}

.staircase-row .stair-step:nth-child(3) {
	margin-top: 320px
}

.staircase-row .stair-step:nth-child(4) {
	margin-top: 480px
}

.stair-num {
	font-family: var(--serif);
	color: var(--gold);
	font-size: 2rem;
	font-style: italic;
	margin-bottom: -10px;
	margin-left: 10px
}

.stair-box {
	background: rgba(255, 255, 255, 0.05);
	padding: 1.5rem;
	border: 1px solid rgba(201, 168, 76, 0.3);
	backdrop-filter: blur(10px);
	height: 160px
}

.stair-box h3 {
	font-family: var(--serif);
	color: white;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	text-transform: uppercase
}

.stair-box p {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.4
}

@media (max-width:1200px) {
	.stair-step {
		width: 220px
	}

	.stair-box {
		height: 180px
	}

	.staircase-row .stair-step:nth-child(2) {
		margin-top: 180px
	}

	.staircase-row .stair-step:nth-child(3) {
		margin-top: 360px
	}

	.staircase-row .stair-step:nth-child(4) {
		margin-top: 540px
	}
}

.staircase-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 40px
}

.progress-horizon {
	width: 100%;
	max-width: 1100px;
	display: flex;
	align-items: center;
	margin-top: 60px;
	position: relative
}

.horizon-line {
	flex-grow: 1;
	height: 1px;
	background: linear-gradient(to right, transparent, var(--gold));
	opacity: 0.6
}

.horizon-arrow {
	color: var(--gold);
	width: 30px;
	height: 30px
}

.horizon-arrow {
	animation: arrow-nudge 2s infinite ease-in-out
}

@keyframes arrow-nudge {

	0%,
	100% {
		transform: translateX(0)
	}

	50% {
		transform: translateX(10px)
	}
}

#facilities .container {
	text-align: center
}

#facilities .eyebrow {
	margin-left: auto;
	margin-right: auto
}

#facilities .fac-ink-text {
	color: var(--ink) !important
}

#facilities .section-title--dark em {
	color: var(--gold) !important
}

#facilities {
	min-height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 !important
}

#facilities .caps-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	margin-top: 3rem;
	text-align: left
}

.fac-bullets {
	list-style: none;
	margin-top: 1.5rem;
	padding: 0
}

.fac-bullets li {
	font-size: 0.9rem;
	color: var(--ink);
	margin-bottom: 0.8rem;
	padding-left: 1.5rem;
	position: relative;
	font-weight: 500
}

.fac-bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background: var(--gold);
	border-radius: 50%
}

#facilities .overlay {
	background: rgba(255, 255, 255, 0.8)
}

#facilities .cap-card {
	background: rgba(255, 255, 255, 0.5);
	padding: 3rem;
	border: 1px solid rgba(13, 13, 13, 0.1);
	border-radius: 4px;
	transition: 0.3s;
	height: 100%
}

#facilities .cap-card:hover {
	border-color: var(--gold);
	background: white
}

.cap-icon {
	color: var(--gold);
	margin-bottom: 1.5rem
}

.cap-icon svg {
	width: 32px;
	height: 32px
}

.fac-divider,
.dots-separator,
.section-divider {
	display: none !important
}

.fac-bullets {
	list-style: none;
	margin-top: 2rem;
	padding: 0;
	text-align: left
}

.fac-bullets li {
	font-size: 0.9rem;
	color: var(--ink);
	margin-bottom: 0.8rem;
	padding-left: 1.5rem;
	position: relative;
	font-weight: 500
}

.fac-bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background: var(--gold);
	border-radius: 50%
}

#scale {
	min-height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: var(--section-pad) 0
}

.scale-showcase-wrapper {
	display: grid;
	grid-template-columns: 400px 1fr;
	gap: 5rem;
	align-items: center
}

.scale-info {
	text-align: left
}

#scale .fac-gold-text {
	color: var(--gold) !important;
	opacity: 1 !important
}

#scale .scale-ink-text {
	color: var(--ink) !important
}

#scale .section-title--dark em {
	color: var(--gold) !important
}

.stat-group {
	margin-top: 2.5rem;
	border-top: 1px solid rgba(13, 13, 13, 0.1);
	padding-top: 2.5rem;
	position: relative;
	height: 160px;
	min-width: 400px
}

.stat-number {
	font-family: var(--serif);
	font-size: 6rem;
	color: var(--gold);
	line-height: 1;
	display: block;
	position: absolute;
	left: 0;
	top: 2.5rem;
	white-space: nowrap
}

.stat-label {
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-size: 0.8rem;
	color: var(--ink);
	opacity: 0.7;
	position: absolute;
	top: 9rem;
	left: 0
}

.scale-media-trio {
	display: flex;
	justify-content: flex-end;
	height: 100%;
	margin-right: -5%
}

.trio-panel {
	width: 33.333%;
	height: 100%;
	overflow: hidden;
	transition: width 0.4s ease
}

.trio-panel {
	flex: 0 0 33.33%;
	width: 33.33%;
	height: 100%;
	overflow: hidden;
	border-right: 2px solid var(--cream);
	box-sizing: border-box
}

.trio-panel--last {
	border-right: none
}

.trio-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: none !important;
	will-change: transform
}

.scale-media-trio {
	height: 500px
}

.scale-media-trio img {
	height: 100% !important;
	object-fit: cover
}

@media (max-width:1024px) {
	.scale-showcase-wrapper {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 3rem
	}

	.scale-info {
		text-align: center
	}

	.scale-media-trio {
		display: flex;
		justify-content: flex-end;
		height: 550px !important;
		width: 100%;
		margin-right: -5%
	}

	.trio-panel {
		flex: 1;
		height: 100%;
		overflow: hidden;
		border-right: 2px solid var(--cream)
	}

	.scale-media-trio img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		display: block
	}
}

#compliance {
	min-height: 72vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 !important;
	background-color: var(--ink) !important
}

.comp-badges {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem
}

.badge-card {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 2.5rem 1.5rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.03);
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: border-color 0.3s ease
}

.badge-card:hover {
	border-color: var(--gold)
}

.cert-logo {
	width: 80px;
	height: 80px;
	object-fit: contain;
	margin-bottom: 1.5rem;
	filter: brightness(1.2)
}

.badge-title {
	font-family: var(--serif);
	font-size: 1.8rem;
	color: var(--gold);
	margin-bottom: 0.5rem
}

#compliance .comp-info p {
	color: rgba(255, 255, 255, 0.7);
	max-width: 450px
}

#contact {
	min-height: 72vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 !important;
	background-color: white !important
}

#contact .eyebrow--gold {
	color: var(--gold) !important;
	opacity: 1
}

#contact .contact-ink-text {
	color: var(--ink) !important
}

#contact .section-title--dark em {
	color: var(--gold) !important
}

#contact .contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: center
}

.hidden {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important
}

.mobile-menu-toggle {
	display: none !important
}

@media (max-width:1024px) {
	.nav-inner {
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		height: 80px !important;
		padding: 0 5% !important
	}

	.mobile-menu-toggle {
		display: flex !important;
		align-items: center;
		gap: 8px;
		background: var(--ink) !important;
		color: var(--gold) !important;
		border: 1px solid var(--gold);
		padding: 8px 12px;
		border-radius: 4px;
		z-index: 2001
	}

	.nav-links {
		position: fixed !important;
		top: 0;
		right: -100%;
		width: 100% !important;
		height: 100vh !important;
		background: var(--ink) !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
		transition: 0.5s ease;
		z-index: 2000 !important;
		display: flex !important
	}

	.nav-links.active {
		right: 0 !important
	}

	.nav-links a {
		font-size: 1.8rem !important;
		color: var(--ivory) !important;
		margin: 15px 0
	}

	section {
		padding: 80px 0 !important;
		min-height: auto !important
	}

	.workflow-staircase {
		display: flex !important;
		flex-direction: column !important;
		transform: none !important;
		padding: 0 20px !important;
		height: auto !important
	}

	.stair-item {
		width: 100% !important;
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		transform: none !important;
		margin-bottom: 30px !important
	}
}

@media (max-width:768px) {
	:root {
		--section-pad: 60px
	}

	.hero-title {
		font-size: 3.2rem !important
	}

	.section-title {
		font-size: 2.2rem !important;
		text-align: center
	}

	.container {
		padding: 0 25px
	}

	.mobile-menu-toggle {
		display: flex !important;
		position: relative;
		z-index: 2100;
		background: rgba(201, 168, 76, 0.1) !important;
		border: 1px solid var(--gold) !important;
		padding: 10px 15px !important
	}

	.staircase-row {
		flex-direction: column !important;
		align-items: center !important;
		width: 100% !important
	}

	.stair-step {
		width: 100% !important;
		max-width: 320px;
		margin-top: 20px !important;
		margin-left: 0 !important
	}

	.stair-box {
		height: auto !important;
		padding: 2rem !important
	}

	.progress-horizon {
		display: none
	}

	.values-visual {
		flex-direction: column !important;
		gap: 0 !important
	}

	.values-orb {
		margin: 40px auto;
		order: -1
	}

	.values-side,
	.values-side:first-child {
		text-align: left !important;
		width: 100%
	}

	.values-side:first-child .v-item {
		flex-direction: row !important
	}

	.scale-media-trio {
		flex-direction: column !important;
		height: auto !important;
		margin-right: 0 !important
	}

	.trio-panel {
		width: 100% !important;
		height: 250px !important;
		border-right: none !important;
		border-bottom: 2px solid var(--cream)
	}

	.caps-grid,
	.comp-badges,
	.contact-grid {
		grid-template-columns: 1fr !important;
		gap: 20px !important
	}

	.stat-group {
		height: auto !important;
		min-width: unset !important;
		text-align: center;
		padding-bottom: 20px
	}

	.stat-number {
		position: relative !important;
		top: 0 !important;
		font-size: 4rem !important
	}

	.stat-label {
		position: relative !important;
		top: 0 !important;
		margin-bottom: 20px
	}
}

@media (max-width:380px) {
	.hero-title {
		font-size: 2.8rem !important
	}

	.loader-slg {
		font-size: 2rem !important
	}

	.badge-card {
		padding: 1.5rem !important
	}
}

@media (max-width:768px) {
	.navbar {
		background: #0D0D0D !important;
		padding: 10px 0 !important
	}

	.office-gallery {
		grid-template-columns: 1fr !important;
		gap: 1.5rem !important
	}

	.gallery-img {
		height: 300px !important
	}

	.product-showcase-grid {
		grid-template-columns: 1fr !important;
		gap: 2rem !important
	}

	.shoe-img-wrap {
		height: 350px !important
	}

	#contact {
		padding-top: 60px !important;
		padding-bottom: 40px !important;
		min-height: auto !important
	}

	#contact .eyebrow {
		margin-top: 0 !important;
		margin-bottom: 10px !important
	}

	#facilities {
		padding-top: 80px !important;
		padding-bottom: 40px !important;
		min-height: auto !important
	}

	#compliance {
		padding-top: 80px !important;
		padding-bottom: 60px !important;
		min-height: auto !important
	}

	#compliance .eyebrow {
		margin-top: 0 !important
	}

	#facilities .eyebrow {
		margin-top: 0 !important;
		margin-bottom: 10px !important
	}

	#facilities .section-title {
		margin-top: 5px !important
	}

	.scale-showcase-wrapper {
		grid-template-columns: 1fr !important;
		gap: 2rem !important;
		padding-bottom: 40px
	}

	.scale-media-trio {
		height: 400px !important;
		margin-right: 0 !important;
		width: 100% !important
	}

	.comp-info,
	.contact-grid {
		margin-top: 40px !important
	}

	.hero-title {
		font-size: 2.8rem !important
	}

	.section-title {
		font-size: 2rem !important
	}

	.badge-title {
		font-size: 1.5rem !important
	}
}

@media (max-width:375px) {
	.container {
		padding: 0 20px !important
	}

	.stair-box {
		padding: 1rem !important
	}

	.stair-box h3 {
		font-size: 0.9rem !important
	}
}

@media (min-width:1025px) {
	#sustainability .container {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center
	}

	#sustainability .eyebrow {
		margin-left: auto;
		margin-right: auto
	}

	#sustainability .section-title--dark {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (min-width:1025px) {
	.contact-footer-desktop {
		margin-top: 60px;
		padding-top: 30px;
		border-top: 1px solid rgba(13, 13, 13, 0.1);
		width: 100%;
		text-align: center
	}

	.footer-lead {
		font-family: 'Cormorant Garamond', serif;
		font-size: 1.2rem;
		color: #C9A84C;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 8px;
		font-weight: 600
	}

	.footer-address {
		font-family: 'DM Sans', sans-serif;
		font-size: 0.95rem;
		color: #0D0D0D;
		opacity: 0.8
	}
}

@media (max-width:1024px) {
	.contact-footer-desktop {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-top: 40px;
		padding-bottom: 60px;
		width: 100%;
		border-top: 1px solid rgba(13, 13, 13, 0.1);
		padding-top: 25px
	}

	.footer-lead {
		font-family: 'Cormorant Garamond', serif;
		font-size: 0.9rem;
		color: #C9A84C;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 5px;
		font-weight: 700
	}

	.footer-address {
		font-family: 'DM Sans', sans-serif;
		font-size: 0.8rem;
		color: #0D0D0D;
		opacity: 0.8;
		max-width: 300px;
		line-height: 1.4;
		white-space: normal
	}
}

@media (min-width:1025px) {
	.hero-footer-desktop {
		margin-top: 80px;
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.footer-divider {
		width: 120px;
		height: 1px;
		background: rgba(201, 168, 76, 0.6);
		margin-bottom: 30px
	}

	.hero-footer-lead {
		font-family: 'Cormorant Garamond', serif;
		font-size: 1.1rem;
		color: #C9A84C;
		text-transform: uppercase;
		letter-spacing: 3px;
		margin-bottom: 0 !important;
		font-weight: 700;
		line-height: 1.2
	}

	.hero-footer-address {
		font-family: 'DM Sans', sans-serif;
		font-size: 0.95rem;
		color: #FFFFFF;
		opacity: 0.9;
		max-width: 1200px;
		white-space: nowrap;
		margin-top: 0 !important;
		line-height: 1.2
	}
}

@media (max-width:1024px) {
	.s-hero {
		height: auto !important;
		min-height: 100vh;
		display: block !important;
		padding-top: 140px !important;
		padding-bottom: 60px
	}

	.hero-footer-desktop {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-top: 30px !important;
		width: 100%;
		padding: 0 20px
	}

	.footer-divider {
		width: 60px;
		height: 1px;
		background: rgba(201, 168, 76, 0.4);
		margin-bottom: 10px !important
	}

	.hero-footer-lead {
		font-family: 'Cormorant Garamond', serif;
		font-size: 0.9rem;
		color: #C9A84C;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 0 !important;
		font-weight: 700;
		line-height: 1.4
	}

	.hero-footer-address {
		font-family: 'DM Sans', sans-serif;
		font-size: 0.8rem;
		color: #FFFFFF;
		opacity: 0.8;
		margin-top: 2px !important;
		line-height: 1.5;
		white-space: normal;
		max-width: 300px
	}
}

@media (max-width:768px) {
	#sustainability .container {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center
	}

	#sustainability .eyebrow {
		margin-left: auto;
		margin-right: auto;
		display: inline-block
	}

	#sustainability .section-title--dark {
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:768px) {
	#sustainability .p-text {
		height: 140px !important;
		padding: 1rem !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-end !important;
		margin-top: auto !important
	}

	#sustainability .p-text i {
		font-size: 1.5rem !important;
		margin-top: 0 !important;
		margin-bottom: 0.3rem !important
	}

	#sustainability .p-text h3 {
		font-size: 1.2rem !important;
		margin-bottom: 0.3rem !important
	}

	#sustainability .p-text p {
		font-size: 0.8rem !important;
		line-height: 1.4 !important
	}
}

@media (max-width:768px) {
	#compliance .container {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center
	}

	#compliance .eyebrow {
		margin-left: auto;
		margin-right: auto;
		display: inline-block
	}

	#compliance .section-title {
		margin-left: auto;
		margin-right: auto;
		text-align: center
	}

	#compliance p {
		text-align: center;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:768px) {
	#contact .eyebrow {
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%
	}
}

@media (max-width:768px) {
	section#workflow {
		padding-top: 50px !important;
		padding-bottom: 40px !important;
		min-height: auto !important;
		display: block !important
	}

	#workflow .container h2.section-title--light {
		margin-bottom: 5px !important;
		padding-bottom: 0 !important
	}

	#workflow .container .eyebrow {
		margin-bottom: 5px !important
	}

	#workflow .staircase-wrapper {
		margin-top: 10px !important
	}

	#workflow .staircase-row .stair-step {
		margin-top: 15px !important;
		margin-bottom: 0 !important
	}

	#workflow .container {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important
	}
}

@media (min-width:769px) and (max-width:1024px) {
	.nav-links {
		display: flex !important;
		position: fixed !important;
		top: 0;
		right: -100%;
		width: 100% !important;
		height: 100vh !important;
		background: var(--ink) !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
		transition: 0.5s ease;
		z-index: 2000 !important
	}

	.nav-links.active {
		right: 0 !important
	}

	.nav-links a {
		font-size: 1.8rem !important;
		color: var(--ivory) !important;
		margin: 15px 0;
		text-decoration: none
	}

	.menu-toggle,
	.nav-toggle,
	.hamburger,
	.mobile-menu-btn {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: fixed !important;
		top: 30px !important;
		right: 30px !important;
		z-index: 10001 !important
	}

	.navbar {
		position: fixed !important;
		background: rgba(13, 13, 13, 0.9) !important;
		padding: 20px 0 !important
	}

	.nav-inner {
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		padding: 0 5% !important
	}

	.nav-logo {
		position: relative;
		z-index: 2101 !important;
		pointer-events: auto !important
	}

	.s-hero .hero-content {
		padding-top: 220px !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important
	}

	.hero-footer-desktop {
		margin-top: 40px !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important
	}

	.values-visual {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 30px !important;
		width: 100% !important
	}

	.values-orb {
		order: 1 !important;
		margin: 0 auto !important
	}

	.values-side {
		order: 2 !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		width: 100% !important;
		gap: 20px !important
	}

	.v-item {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		width: 100% !important;
		margin-bottom: 20px !important
	}

	.v-item i {
		margin-right: 0 !important;
		margin-bottom: 10px !important
	}

	.staircase-wrapper {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		width: 100% !important;
		padding: 40px 0 !important
	}

	.staircase-row {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 30px !important;
		width: 100% !important
	}

	.stair-step {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		margin: 0 auto !important;
		transform: none !important;
		width: 100% !important
	}

	.stair-box {
		width: 90% !important;
		max-width: 450px !important;
		margin: 0 auto !important
	}

	.progress-horizon,
	.horizon-line {
		display: none !important
	}

	.s-facilities {
		padding: 140px 0 !important;
		min-height: 100vh !important;
		position: relative !important;
		overflow: hidden !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important
	}

	.s-facilities .bg-img {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		z-index: 0 !important
	}

	.caps-grid {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 30px !important;
		margin-top: 40px !important;
		z-index: 1 !important
	}

	.cap-card {
		width: 85% !important;
		max-width: 480px !important;
		padding: 30px !important
	}

	.s-production-intelligence {
		text-align: center !important
	}

	.stat-number {
		display: block !important;
		text-align: center !important;
		width: 100% !important;
		margin: 0 auto !important
	}

	.stat-label {
		display: block !important;
		text-align: center !important;
		width: 100% !important;
		margin: 0 auto 40px auto !important;
		letter-spacing: 0.1em !important
	}

	.output-grid {
		justify-content: center !important;
		margin: 0 auto !important
	}

	.s-sustainability {
		text-align: center !important
	}

	#compliance {
		padding-top: 140px !important;
		padding-bottom: 120px !important;
		min-height: auto !important;
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important
	}

	#compliance .eyebrow,
	#compliance .section-title {
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
		text-align: center !important
	}

	#compliance p {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 60px !important;
		max-width: 600px !important;
		line-height: 1.6 !important;
		text-align: center !important
	}

	.comp-grid {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 30px !important;
		width: 100% !important;
		max-width: 900px !important;
		margin: 0 auto !important
	}

	.comp-card {
		padding: 40px 20px !important
	}

	#contact {
		padding-top: 140px !important;
		padding-bottom: 120px !important;
		min-height: auto !important;
		display: block !important
	}

	#contact .container {
		padding-bottom: 40px !important
	}

	#contact p {
		margin-bottom: 40px !important
	}

	.s-sustainability .eyebrow,
	.s-sustainability .section-title {
		width: 100% !important;
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important
	}

	.pillar-card,
	.pillar-box {
		position: relative !important;
		overflow: hidden !important;
		height: 380px !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-end !important
	}

	#sustainability .p-text {
		position: relative !important;
		z-index: 2;
		height: auto !important;
		min-height: 120px !important;
		margin-top: auto !important;
		background: rgba(255, 255, 255, 0.9) !important;
		padding: 1rem 1rem 0.5rem 1rem !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-end !important;
		text-align: center !important
	}

	.pillar-content h3 {
		margin: 0 !important;
		font-size: 1.1rem !important;
		line-height: 1.1 !important
	}

	.pillar-content p {
		margin: 2px 0 0 0 !important;
		font-size: 0.8rem !important;
		line-height: 1.2 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important
	}

	#sustainability .p-text i {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		color: var(--gold) !important;
		font-size: 1.5rem !important;
		margin-bottom: 0.3rem !important
	}

	#sustainability .p-text h3 {
		font-size: 1.2rem !important;
		margin-bottom: 0.3rem !important;
		line-height: 1.2 !important
	}

	#sustainability .p-text p {
		font-size: 0.8rem !important;
		line-height: 1.4 !important;
		display: block !important;
		max-width: 90% !important;
		margin: 0 auto !important;
		color: var(--ink) !important;
		opacity: 0.8
	}