@charset "UTF-8";
/*
Theme Name: RINS by Scud for Industrial Plus 2026
Author: Scud
Author URI: https://scud.my/
Version: 2026.08.06
*/

/* Colors */
:root {
	--lime: #D5E798;
	--lime-rgb: 213, 231, 152;
	--olive: #4A5342;
	--olive-rgb: 74, 83, 66;
	--bg: #FBF9F5;
	--bg-rgb: 251, 249, 245;
	--sand: #E8E3DA;
	--sand-rgb: 232, 227, 218;
	--charcoal: #1C1B18;
	--charcoal-rgb: 28, 27, 24;
	--graphite: #5C5A55;
	--graphite-rgb: 92, 90, 85;
	--terracotta: #C25A38;
	--terracotta-rgb: 194, 90, 56;
	--white: #FFFFFF;
	--white-rgb: 255, 255, 255;
	--font-serif: 'Fraunces', 'Times New Roman', Times, serif;
	--font-sans: 'Plus Jakarta Sans', Helvetica, Arial, sans-serif;
	--font-mono: 'Space Mono', monospace;
}
[data-theme="red"] {
	--lime: #ff0016;
	--lime-rgb: 255, 0, 22;
	--olive: #800020;
	--olive-rgb: 128, 0, 32;
	--terracotta: #ff3e00;
	--terracotta-rgb: 255, 62, 0;
}
[data-theme="blue"] {
	--lime: #d6a84b;
	--lime-rgb: 214, 168, 75;
	--olive: #284b63;
	--olive-rgb: 40, 75, 99;
	--terracotta: #c47a3a;
	--terracotta-rgb: 196, 122, 58;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	font-size: 105%;
	margin: 1rem 1.5rem 3.5rem 1.5rem;
	padding: 0;
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '"';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
}
@-ms-viewport{
	width: device-width;
}
html {
	min-height: 100%;
	font-size: 10px;
	font-size: 62.5%;
}
body {
	height: 100%;
	min-height: 100vh;
	background: var(--bg);
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: constant(safe-area-inset-top)
			constant(safe-area-inset-right)
			constant(safe-area-inset-bottom)
			constant(safe-area-inset-left);
	padding: env(safe-area-inset-top)
			env(safe-area-inset-right)
			env(safe-area-inset-bottom)
			env(safe-area-inset-left);
	position: relative;
}
body,
button,
input,
select,
textarea {
	color: var(--charcoal);
	font-family: var(--font-sans);
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--font-serif);
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 2rem;
}
h1 {
	font-size: 50px;
	font-size: 5rem;
}
h2 {
	font-size: 30px;
	font-size: 3rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 20px;
	font-size: 2rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
p {
	margin: 0 0 2.5rem;
	padding: 0;
}
a {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
a:hover {
	color: #aaa;
}
small {
	font-size: 13px;
	font-size: 1.3rem;
}
sub {
	font-size: 70%;
	vertical-align: bottom;
}
sup {
	font-size: 70%;
	vertical-align: super;
}
q {
	quotes: '"' '"' "'" "'";
}
ul, ol {
	width: 100%;
	list-style: none;
	margin: 0;
	margin-bottom: 5rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-left: 2.5rem;
}
li {
	padding-bottom: 1rem;
	padding-left: 5px;
	position: relative;
}

button.ghost {
	background: transparent;
}
button.ghost:hover {
}
label {
	display: initial;
	font-weight: normal;
	margin: 0;
}
input[type='radio'] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
figure {
	margin: 0;
}
figure img,
figure video,
iframe {
	width: 100%;
}
figcaption {
	font-size: 1.2rem;
	margin-top: -5px;
}
.frame + figcaption {
	margin-top: 3px;
}
figcaption a {
	text-decoration: underline;
}
hr {
	width: 100%;
	height: 1px;
	background: rgba(var(--olive-rgb),0.25);
	border: 0;
}
.container {
	width: 100%;
	max-width: 192rem;
	left: 0;
	margin: auto;
	padding: 0 1.5rem;
	position: relative;
	right: 0;
}
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-underline { text-decoration: underline; }
.hide-this { display: none; }
::-moz-selection {
	color: var(--white);
	background: rgba(var(--charcoal-rgb), .9);
}
::selection {
	color: var(--white);
	background: rgba(var(--charcoal-rgb), .9);
}
@media screen and (min-width: 48em) { /* 768px */
	.container {
		padding: 0 2rem;
	}
}
@media screen and (min-width: 80em) { /* 1280px */
	.container {
		padding: 0 3rem;
	}
}


/* Display Flex */
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.column {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
}
/* Display Grid */
.grid-container {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 100%;
}


/* Header */
.header-wrapper {
	width: 100%;
	height: auto;
	max-height: 76px;
	background-color: var(--bg);
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	color: var(--charcoal);
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: background-color 0.35s cubic-bezier(0.16, 1, 0.3, 1),
				color 0.35s cubic-bezier(0.16, 1, 0.3, 1),
				transform 0.65s cubic-bezier(0.5, 1, 0.3, 1),
				max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
	z-index: 1000;
}
body.is-home .header-wrapper:not(.is-scrolled) {
	background-color: transparent;
	color: var(--white);
}
.header-wrapper:hover,
body.is-home .header-wrapper:not(.is-scrolled):hover {
	background-color: var(--bg);
	box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.06);
	color: var(--olive);
}
.header-wrapper.is-scrolled {
	background-color: #ffffff;
	box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.08);
	color: #0c310a;
}
.header-wrapper.is-hidden {
	transform: translateY(-100%);
}
.top-bar {
	width: 100%;
	height: 76px;
	max-width: 144rem;
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 2.5rem;
}
@media screen and (min-width: 60em) { /* 960px */
	.header-wrapper.is-desktop-expanded {
		max-height: 52rem;
		box-shadow: 0 2rem 10rem rgba(28, 27, 24, 0.24);
	}
}
/* Header - Logo */
.brand-logo {
	width: 115px;
	height: 4rem;
	margin-left: 0;
	margin-right: auto;
}
.brand-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.brand-logo svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.logo-type {
	fill: var(--olive);
}
.logo-plus {
	fill: var(--terracotta);
}
body.is-home .header-wrapper:not(.is-scrolled) .logo-type {
	fill: var(--white);
}
body.is-home .header-wrapper:not(.is-scrolled):hover .logo-type,
body.is-home .header-wrapper.is-mobile-open:not(.is-scrolled) .logo-type {
	fill: var(--olive);
}

/* Header - Desktop Right Nav */
.right-nav-group {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}
.nav-menu {
	align-items: center;
	display: none;
	gap: 3.2rem;
	list-style: none;
	margin-bottom: 0;
}
.nav-item {
	cursor: pointer;
	padding: 1rem 0;
}
.nav-link {
	align-items: center;
	color: var(--graphite);
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	gap: 8px;
	text-decoration: none;
	transition: color 0.2s ease;
	user-select: none;
}
.nav-item:hover .nav-link,
.nav-item.is-active .nav-link {
	color: var(--charcoal) !important;
}
body.is-home .header-wrapper:not(.is-scrolled) .nav-link {
	color: var(--white);
}
body.is-home .header-wrapper:not(.is-scrolled):hover .nav-link {
	color: var(--graphite);
}
.nav-item svg {
	width: 1rem;
	height: 1rem;
	fill: var(--graphite);
	transition: transform 0.25s ease;
}
.nav-item:hover svg {
	display: inline-block;
	fill: var(--charcoal);
}
.nav-item:hover svg,
.nav-item.is-active svg,
.nav-item:hover .plus-icon,
.nav-item.is-active .plus-icon,
.plus-icon.is-open {
	transform: rotate(135deg);
	color: var(--charcoal) !important;
	fill: var(--charcoal) !important;
}
body.is-home .header-wrapper:not(.is-scrolled) .nav-item svg {
	fill: var(--white);
}
body.is-home .header-wrapper:not(.is-scrolled):hover .nav-item svg {
	fill: var(--graphite);
}
@media screen and (min-width: 60em) { /* 960px */
	.nav-menu {
		display: flex;
	}
	.header-cta-button {
		display: inline-block;
	}
}

/* Header - Desktop Right Nav - CTA */
.header-cta-button {
	cursor: pointer;
	text-decoration: none;
}
.top-bar .header-cta-button {
	display: none;
}
.header-cta-button .text-wrapper {
	width: 120px;
	height: 42px;
	align-items: center;
	background-color: var(--lime);
	border-radius: 9999px;
	display: inline-flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transition: background-color 0.4s ease;
}
.header-cta-button:hover .text-wrapper {
	background-color: var(--olive);
	transition-delay: 0.2s;
}
.scribble-btn-path {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.scribble-draw-path {
	stroke-dasharray: 0 1010;
	stroke-dashoffset: 0;
	/*stroke-linecap: round;*/
	stroke-linejoin: round;
	transform: scale(1.04);
	transform-origin: center;
	transition: stroke-dasharray 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-cta-button:hover .scribble-draw-path {
	stroke-dasharray: 1000 0;
}
.header-btn-label {
	color: var(--charcoal);
	font-weight: 600;
	font-size: 1.4rem;
	position: relative;
	transition: color 0.3s ease;
	transition-delay: 0.2s;
	z-index: 2;
}
.header-cta-button:hover .header-btn-label {
	color: var(--white);
}
@media screen and (min-width: 60em) { /* 960px */
	.top-bar .header-cta-button {
		display: inline-block;
	}
}

/* Header - Hamburger */
.menu-toggle {
	width: 56px;
	height: 56px;
	background-color: var(--lime);
	border: none;
	border-radius: 5rem;
	cursor: pointer;
	display: block;
}
.hamburger-box {
	width: 22px;
	height: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: auto;
	position: relative;
}
.line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--charcoal);
	border-radius: 2px;
	transition: 
		transform 0.25s cubic-bezier(0.5, 0, 0, 1) 0s,
		top 0.25s cubic-bezier(0.5, 0, 0, 1) 0.25s;
}
.line.top {
	top: 0;
}
.line.bottom {
	top: 10px;
}
.menu-toggle.is-active .line {
	top: 5px;
	transition: 
	top 0.25s cubic-bezier(0.5, 0, 0, 1) 0s,
	transform 0.25s cubic-bezier(0.5, 0, 0, 1) 0.25s;
}
.menu-toggle.is-active .line.top {
	transform: rotate(45deg);
}
.menu-toggle.is-active .line.bottom {
	transform: rotate(-45deg);
}
@media screen and (min-width: 60em) { /* 960px */
	.menu-toggle {
		display: none;
	}
}


/* Desktop - Drop Down */
.desktop-dropdown-container {
	max-width: 144rem;
	display: none;
	margin: 0 auto;
	opacity: 0;
	padding: 1.5rem 2.5rem 2.5rem;
	pointer-events: none;
	transform: translateY(-8px);
	transition: opacity 0.25s ease 0.05s,
				transform 0.25s ease 0.05s;
}
.header-wrapper.is-desktop-expanded .desktop-dropdown-container {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.dropdown-content-pane {
	display: none;
	gap: 2rem;
	grid-template-columns: repeat(4, 1fr);
}
.dropdown-content-pane.is-active {
	display: grid;
}
@media screen and (min-width: 60em) { /* 960px */
	.desktop-dropdown-container {
		display: block;
	}
}

/* Desktop - Drop Down - Style 1 */
.grid-three-columns {
	width: 100%;
	grid-template-columns: repeat(1, 1fr);
	margin: 0 auto;
	padding: 2rem 0;
}
.grid-three-columns-container {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}
.grid-three-columns-item {
	padding: 0;
}
.grid-three-columns-card {
	width: 100%;
	align-items: flex-start;
	background: transparent;
	border-radius: 8px;
	display: flex;
	gap: 1.25rem;
	padding: 1rem;
	text-decoration: none;
}
.card-icon {
	width: 9rem;
	height: 9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(var(--white-rgb), 0.8);
	border: 1px solid rgba(var(--charcoal-rgb), 0.15);
	border-radius: 8px;
	flex-shrink: 0;
	transition: all 0.25s ease;
}
.grid-three-columns-card:hover .card-icon {
	background: rgba(var(--lime-rgb), 0.25);
	border: 1px solid rgba(var(--charcoal-rgb), 0.3);
}
.card-icon svg {
	width: 65%;
	height: 65%;
	object-fit: contain;
}
.card-title {
	color: var(--charcoal);
	display: block;
	font-family: var(--font-serif);
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: -0.2px;
	margin-bottom: 0.5rem;
	transition: all 0.25s ease;
}
.card-desc {
	color: rgba(var(--graphite-rgb), 0.8);
	font-family: var(--font-sans);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.8;
	margin: 0;
}
.grid-three-columns-card:hover .card-title {
	color: var(--olive);
}

/* Desktop - Drop Down - Style 2 */
.grid-large-card {
	width: 100%;
	max-width: 144rem;
	grid-template-columns: repeat(1, 1fr);
	margin: 0 auto;
	padding: 3rem 0 2rem 0;
}
.grid-large-card-container {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}
.large-card-link {
	height: 100%;
	background: var(--white);
	border: 1px solid rgba(var(--charcoal-rgb), 0.15);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	padding: 2rem;
	text-decoration: none;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
				background-color 0.35s ease,
				border-color 0.35s ease;
}
.large-card-link:hover {
	background: rgba(var(--white-rgb), 0.95);
	border: 1px solid rgba(var(--charcoal-rgb), 0.3);
}
.card-media {
	width: 100%;
	height: 9rem;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 1.25rem;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.card-media svg {
	width: 60%;
	height: 60%;
	object-fit: contain;
}
.card-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	text-align: center;
}
.large-card-link .card-title {
	color: var(--charcoal);
	display: block;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: -0.2px;
	margin-bottom: 0.5rem;
}
.large-card-link .card-desc {
	color: rgba(var(--graphite-rgb), 0.8);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.8;
	margin: 0;
}

/* Desktop - Drop Down - Style 3 */
.grid-four-columns {
	padding: 2rem 0;
}
.dropdown-col h4 {
	color: rgba(var(--graphite-rgb), 0.8);
	font-family: var(--font-mono);
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	margin-bottom: 1.2rem;
	text-transform: uppercase;
}
.dropdown-col a {
	color: var(--graphite);
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	text-decoration: none;
	transition: color 0.15s ease;
}
.dropdown-col a:hover {
	color: var(--terracotta);
}


/* Mobile Menu */
html.no-scroll,
body.no-scroll {
	overflow: hidden !important;
	overscroll-behavior: none;
	touch-action: none;
}
.mobile-menu-panel {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	padding: 1.25rem 2.5rem 2.5rem;
}
.mobile-nav-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.mobile-nav-item {
	border-bottom: 1px solid rgba(var(--charcoal-rgb), 0.1);
	padding-bottom: 1.5rem;
	padding-left: 0;
}
.mobile-nav-item.is-open {
	border-bottom: 1px solid rgba(var(--charcoal-rgb), 0.25);
}
.mobile-nav-item .nav-link {
	padding-bottom: 1rem;
	padding-top: 2.5rem;
}
.mobile-nav-item .nav-link,
body.is-home .header-wrapper:not(.is-scrolled) .mobile-nav-item .nav-link {
	color: var(--olive);
	cursor: pointer;
	font-size: 1.4rem;
	justify-content: space-between;
}
.mobile-nav-item .nav-link svg,
body.is-home .header-wrapper:not(.is-scrolled) .mobile-nav-item .nav-link svg {
	width: 11px;
	height: 11px;
	fill: var(--olive);
	transition: transform 0.25s ease;
}

/* Mobile Menu - Drop Down 01 */
.mobile-sub-menu {
	max-height: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	transition: 
		max-height 0.16s cubic-bezier(0.16, 1, 0.3, 1),
		opacity 0.25s ease,
		padding 0.35s ease;
}
.mobile-sub-menu.is-open {
	max-height: 100%;
	opacity: 1;
	padding-bottom: 1rem;
}
.mobile-sub-menu a {
	color: var(--charcoal);
	font-family: var(--font-serif);
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: -.2px;
	text-decoration: none;
}
.mobile-cta-wrapper .btn-cta {
	width: 100%;
}
.header-wrapper.is-mobile-open,
body.is-home .header-wrapper.is-mobile-open:not(.is-scrolled) {
	max-height: 100vh;
	background-color: var(--bg);
	box-shadow: 0 20px 40px rgba(28, 27, 24, 0.12);
	overflow-y: auto;
}
@media screen and (min-width: 60em) { /* 960px */
	.mobile-menu-panel {
		display: none;
	}
}

/* Mobile Menu - Sub Menu Type 01 */
.mobile-sub-menu ul.sub-menu {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	list-style: none;
	margin: 1rem 0 0 0;
	padding: 0;
}
.mobile-sub-menu ul.sub-menu > li {
	padding: 0;
	position: relative;
}
.mobile-sub-menu ul.sub-menu > li > a {
	align-items: center;
	color: inherit;
	column-gap: 1.5rem;
	display: grid;
	grid-template-columns: 1fr 9rem; 
	grid-template-rows: auto auto;
	grid-template-areas: 
	"title			icon"
	"description	icon";
	padding: 0;
	row-gap: 0.3rem;
	text-decoration: none;
}
.mobile-sub-menu ul.sub-menu > li > a > span {
	color: var(--charcoal);
	font-size: 2rem;
	font-weight: 300;
	grid-area: title;
	line-height: 2;
	transition: all 0.25s ease;
}
.mobile-sub-menu ul.sub-menu > li > a:hover > span {
	color: var(--olive);
}
.mobile-sub-menu ul.sub-menu > li > a > p.small {
	color: rgba(var(--graphite-rgb), 0.8);
	font-family: var(--font-sans);
	font-size: 1.3rem;
	font-weight: 600;
	grid-area: description;
	line-height: 1.8;
	margin: 0;
}
.mobile-sub-menu ul.sub-menu > li figure.image-wrapper {
	width: 9rem;
	align-items: center;
	aspect-ratio: 1;
	background-color: var(--white);
	border: 1px solid rgba(var(--charcoal-rgb), 0.15);
	border-radius: 8px;
	display: flex;
	flex-shrink: 0;
	grid-area: icon;
	justify-content: center;
	justify-self: end;
	margin: 0;
	transition: all 0.25s ease;
}
.mobile-sub-menu ul.sub-menu > li > a:hover figure.image-wrapper {
	background: rgba(var(--lime-rgb), 0.25);
	border: 1px solid rgba(var(--charcoal-rgb), 0.3);
}
.mobile-sub-menu ul.sub-menu > li figure.image-wrapper svg,
.mobile-sub-menu ul.sub-menu > li figure.image-wrapper img {
	width: 75%;
	height: 75%;
	display: block;
	object-fit: contain;
}

/* Mobile Menu - Sub Menu Type 02 */
.sub-menu.location-groups {
	list-style: none;
	margin: 0;
	padding: 0;
}
.location-group-item {
	padding: 1.2rem 0;
}
.location-group-item:last-child {
	border-bottom: none;
}
.location-toggle {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 0.4rem 0;
}
.location-toggle h4 {
	color: rgba(var(--graphite-rgb), 0.8);
	font-family: var(--font-mono);
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}
.location-projects-list {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	opacity: 1;
	padding-left: 0.8rem;
	padding-top: 1.2rem;
	padding-bottom: 0.4rem;
	transition: max-height 0.35s cubic-bezier(0.25, 1, 0.5, 1),
				opacity 0.25s ease, padding 0.25s ease;
}
.location-projects-list a {
	color: var(--charcoal);
	font-family: var(--font-serif);
	font-size: 1.8rem;
	font-weight: 300;
	text-decoration: none;
	transition: color 0.15s ease, transform 0.15s ease;
}
.location-projects-list a:hover {
	color: var(--olive);
	transform: translateX(3px);
}


/* Footer - Top CTA */
#footer {
	width: 100%;
	background-color: var(--bg);
	position: relative;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}
.footer-sock-container {
	background-color: var(--lime);
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	position: relative;
	text-align: center;
	will-change: transform;
	z-index: 1;
}
#footer .sock {
	max-width: 144rem;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: -2.4rem;
	padding: 4rem 2.5rem 8rem 2.5rem;
}
#footer .sock .image-wrapper {
	width: 16.4rem;
	height: 16.4rem;
	margin-bottom: 2.4rem;
}
#footer .sock .image-wrapper svg,
#footer .sock .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#footer .sock .headline {
	max-width: 60rem;
	color: var(--olive);
	font-size: clamp(2.8rem, 4vw, 5.2rem);
	font-weight: 300;
	letter-spacing: -0.2px;
	line-height: 1.15;
	margin: 0 0 3.2rem 0;
}
.footer-cta-button {
	cursor: pointer;
	text-decoration: none;
}
.footer-cta-button .text-wrapper {
	width: 140px;
	height: 56px;
	align-items: center;
	background-color: var(--white);
	border-radius: 9999px;
	display: inline-flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transition: background-color 0.4s ease;
}
.footer-cta-button:hover .text-wrapper {
	background-color: var(--olive);
	transition-delay: 0.2s;
}
.footer-cta-button:hover .scribble-draw-path {
	stroke-dasharray: 1000 0;
}
.footer-btn-label {
	color: var(--charcoal);
	font-weight: 600;
	font-size: 1.4rem;
	position: relative;
	transition: color 0.3s ease;
	transition-delay: 0.2s;
	z-index: 2;
}
.footer-cta-button:hover .footer-btn-label {
	color: var(--white);
}
@media screen and (min-width: 64em) { /* 1024px */
	#footer .sock {
		flex-direction: row;
		gap: 4rem;
		justify-content: space-between;
		margin: 0 auto;
		margin-bottom: -2.4rem;
		padding: 6rem 8rem 10rem 8rem;
		text-align: left;
	}
	#footer .sock .image-wrapper {
		margin-bottom: 0;
	}
	#footer .sock .headline {
		flex: 1;
		margin: auto;
	}
	.footer-cta-button {
		margin-left: auto;
	}
}

/* Footer - Mid Menu */
#footer .footer-wrapper-container {
	background-color: var(--olive);
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	padding: 8rem 2.5rem 4rem 2.5rem;
	position: relative;
	z-index: 2;
}
#footer .footer-wrapper {
	max-width: 144rem;
	margin: auto;
}
#footer .brand-logo {
	width: 70%;
	height: auto;
	max-width: 32rem;
	display: inline-block;
	margin-bottom: 3.6rem;
}
#footer .brand-logo .logo-type {
	fill: var(--white);
}
#footer .brand-logo .logo-plus {
	fill: var(--lime);
}
.footer-menu-wrapper {
	display: grid;
	gap: 3.2rem 2.4rem;
	grid-template-columns: 50% 50%;
	margin-bottom: 6.4rem;
}
@media screen and (min-width: 48em) { /* 768px */
	#footer .brand-logo {
		width: 65%;
	}
	.footer-menu-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 64em) { /* 1024px */
	#footer .footer-wrapper {
		align-items: start;
		display: grid;
		grid-template-columns: 28% 72%;
		position: relative;
		z-index: 2;
	}
	#footer .logo {
		grid-column: 1;
		margin-bottom: 0;
		padding-right: 4rem;
	}
	#footer .logo svg {
		width: 100%;
		max-width: 20rem;
		height: auto;
	}
	.footer-menu-wrapper {
		display: grid;
		gap: 4rem 2.4rem;
		grid-column: 2;
		margin-bottom: 6.4rem;
	}
	.social-wrapper,
	.legal-wrapper {
		grid-column: 1 / -1;
	}
}
@media screen and (min-width: 80em) { /* 1280px */
	.footer-menu-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
}
.footer-menu-group-label {
	color: var(--white);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.2px;
	margin: 0 0 1.6rem 0;
}
.footer-menu-group-subnav {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu-group-subnav li {
	padding: 0;
}
.footer-menu-group-subnav a {
	color: var(--white);
	font-family: var(--font-serif);
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight: 300;
	text-decoration: none;
	transition: opacity 0.2s ease;
}
.footer-menu-group-subnav a:hover {
	color: var(--lime);
}

/* Footer - Social Menu */
.social-wrapper {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	justify-content: center;
	margin-bottom: 4.8rem;
	flex-wrap: wrap;
}
.social-link figure {
	width: 5.2rem;
	height: 5.2rem;
	margin: 0;
	transition: transform 0.25s ease;
}
.social-link:hover figure {
	transform: translateY(-0.3rem);
}
.social-link img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Footer - Legal */
.legal-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	font-size: 1.2rem;
	color: var(--white);
	padding-top: 2.4rem;
}
@media screen and (min-width: 40em) { /* 640px */
	.legal-wrapper {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}
.legal-wrapper p {
	margin: 0;
}
#footer-legal-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 2.4rem;
}
#footer-legal-navigation a {
	color: var(--white);
	text-decoration: none;
	transition: color 0.2s ease;
}
#footer-legal-navigation a:hover {
	color: var(--lime);
}


/* Hero - Section */
.hero-section {
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	align-items: center;
	background-color: var(--charcoal);
	color: var(--bg);
	display: flex;
	justify-content: center;
	padding: 6rem 2rem 4rem;
	overflow: hidden;
	position: relative;
}

/* Hero - BG Video */
.hero-video-container {
	width: 100%;
	height: 100%;
	inset: 0;
	position: absolute;
	z-index: 1;
}
.hero-video-bg {
	width: 100%;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.8s ease-in-out;
}
.hero-video-bg.hidden {
	opacity: 0;
}
.video-overlay {
	background: linear-gradient(
		180deg, 
		rgba(var(--charcoal-rgb), 0.4) 0%, 
		rgba(var(--charcoal-rgb), 0.75) 100%
	);
	inset: 0;
	position: absolute;
}

/* Hero - Content */
.hero-content {
	max-width: 90rem;
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: -2rem;
	position: relative;
	text-align: center;
	z-index: 2;
}
.hero-eyebrow {
	font-family: var(--font-mono);
	font-size: clamp(.8rem, 1.5vw, 1rem);
	font-weight: 100;
	letter-spacing: 0.15em;
	color: var(--lime);
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}
.hero-title {
	color: var(--white);
	font-size: clamp(4rem, 6vw, 6.6rem);
	font-weight: 300;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin-bottom: 3rem;
}

/* Underline Scribble */
.underline-wrapper {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.underline-text {
	position: relative;
	z-index: 1;
}
.underline-svg {
	width: 104%;
	height: 1.9rem;
	bottom: -1.3rem;
	left: -2%;
	overflow: visible;
	pointer-events: none;
	position: absolute;
}
.hero-scribble-path {
	animation: drawHutsScribble .85s cubic-bezier(0.42, 0, 1, 1) 1s forwards;
	fill: none;
	stroke: var(--lime);
	stroke-width: 2px;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	will-change: stroke-dashoffset;
}
@keyframes drawHutsScribble {
	from { stroke-dashoffset: 1000; }
	to { stroke-dashoffset: 0; }
}
.hero-cta-button {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}
.hero-btn-label {
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	position: relative;
	transition: color 0.3s ease;
	transition-delay: 0.2s;
	z-index: 2;
}
.hero-cta-button:hover .hero-btn-label {
	color: var(--charcoal);
}
.hero-cta-button .text-wrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 56px;
	background-color: var(--olive);
	border-radius: 9999px;
	overflow: hidden;
	transition: background-color 0.4s ease;
}
.hero-cta-button:hover .text-wrapper {
	background-color: var(--lime);
	transition-delay: 0.2s;
}
.hero-cta-button:hover .scribble-draw-path {
	stroke-dasharray: 1000 0;
}


/* Homepage - First Card Slider Header */
.card-slider {
	width: 100%;
	padding-top: clamp(4rem, 3vw + 2.5rem, 8rem);
	position: relative;
}
.card-slider .heading-wrapper {
	padding: 0 2rem;
}
.card-slider .block-text {
	max-width: 90rem;
	margin: auto;
	padding: 0 3rem;
	text-align: center;
}
.card-slider-title {
	font-size: clamp(3.6rem, 6vw, 5.6rem);
	font-weight: 300;
	margin-bottom: 5rem;
}

/* Homepage - First Card Slider - Card */
.card-wrapper {
	flex: 0 0 320px;
	perspective: 1000px;
}
.card {
	width: 100%;
	height: 420px;
}
.card-inner {
	width: 100%;
	height: 100%;
	position: relative;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transform-style: preserve-3d;
}
.card:hover .card-inner,
.card:focus-within .card-inner {
	transform: rotateY(180deg);
}
.card-front,
.card-back {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 3.5rem;
	position: absolute;
	top: 0;
	left: 0;
}
.card-front {
	background-color: var(--white);
	border: 1px solid rgba(var(--charcoal-rgb),.15);
	z-index: 2;
	transform: rotateY(0deg);
}
.card-front-title,
.card-back-title {
	color: var(--charcoal);
	font-size: clamp(2.4rem, 2.2vw, 3rem);
	font-weight: 300;
	text-align: center;
}
.card-back {
	align-items: flex-start;
	background-color: var(--white);
	border: 1px solid rgba(var(--charcoal-rgb),.4);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transform: rotateY(180deg);
}
.card-back .illustration-small {
	width: 100%;
	height: 40%;
	align-self: center;
	margin-bottom: 2rem;
	flex-shrink: 0;
}
.card-back .illustration-small figure {
	width: 100%;
	height: 100%;
}
.card-front .image-wrapper svg,
.card-back .illustration-small svg,
.card-back .illustration-small img {
	width: 100%;
	height: 100%;
	max-height: 24rem;
	aspect-ratio: 1;
	object-fit: contain;
}
.card-back-desc {
	color: rgba(var(--olive-rgb),0.8);
	font-size: clamp(1.2rem, 1.8vw, 1.5rem);
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}
a.button.button-text {
	display: inline-flex;
	align-items: center;
	align-self: center;
	color: rgba(var(--olive-rgb),0.8);
	cursor: pointer;
	font-size: clamp(1.2rem, 1.8vw, 1.4rem);
	font-weight: 600;
	gap: 0.8rem;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
a.button.button-text .text-wrapper {
	display: inline-block;
	position: relative;
}
a.button.button-text .text-wrapper span {
	position: relative;
}
a.button.button-text .text-wrapper span::after {
	width: 100%;
	height: 0.1rem;
	background-color: currentColor;
	content: "";
	position: absolute;
	bottom: -0.2rem;
	left: 0;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
a.button.button-text .btn-icon-svg {
	width: 100%;
	height: 100%;
	display: block;
	overflow: visible;
}
a.button.button-text .btn-icon-svg path.stroke {
	stroke: currentColor;
	transition: stroke 0.3s ease;
}
a.button.button-text .btn-icon {
	width: 1.2rem;
	height: 1.2rem;
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	transform-origin: center center;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
a.button.button-text:hover .btn-icon,
a.button.button-text:focus-visible .btn-icon {
	transform: rotate(-45deg);
}
a.button.button-text:hover .text-wrapper span::after,
a.button.button-text:focus-visible .text-wrapper span::after {
	transform: scaleX(1);
	transform-origin: left center;
}
a.button.button-text:hover {
	color: var(--terracotta); 
}
@media screen and (min-width: 48em) { /* 768px */
	.card-wrapper {
		flex: 0 0 360px;
	}
	.card {
		height: 480px;
	}
}
@media screen and (min-width: 64em) { /* 1024px */
	.card-wrapper {
		flex: 0 0 420px;
	}
	.card {
		height: 520px;
	}
	.card-front,
	.card-back {
		padding: 5rem;
	}
}

/* Homepage - First Card Slider - Pinned */
.card-slider[data-scroll-mode="pinned"] {
	position: relative;
}
.card-slider[data-scroll-mode="pinned"] .scroll-content {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	position: sticky;
	top: 0;
}
.card-slider[data-scroll-mode="pinned"] .h-scroll-container {
	width: 100%;
	overflow: hidden;
}
.h-scroll-container {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch; 
	scroll-padding-inline: clamp(2rem, 5vw, 6rem); 
}
.h-scroll-content {
	width: max-content;
	display: flex;
	gap: 2.4rem;
	padding-inline: clamp(2rem, 5vw, 6rem); 
}
.h-scroll-content > * {
	scroll-snap-align: start;
}

/* Homepage - First Card Slider - Native */
.card-slider[data-scroll-mode="native"] {
	height: auto !important;
	padding: 4rem 0;
}
.card-slider[data-scroll-mode="native"] .scroll-content {
	height: auto;
	position: relative;
}
.card-slider[data-scroll-mode="native"] .h-scroll-container {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
	scroll-snap-type: x mandatory;
}
.card-slider[data-scroll-mode="native"] .h-scroll-content {
	transform: none !important;
}
.card-slider[data-scroll-mode="native"] .card-wrapper {
	scroll-snap-align: start;
}


/* Illustration - SVG Colors */
svg .charcoal-light { fill: rgba(var(--charcoal-rgb),.15); }
svg .charcoal-dark { fill: rgba(var(--charcoal-rgb),.5); }
svg .charcoal { fill: var(--charcoal); }
svg .graphite { fill: rgba(var(--graphite-rgb),.65); }
svg .lime { fill: var(--lime); }
svg .olive { fill: var(--olive); }
svg .orange { fill: #ff6584; }
svg .terracotta { fill: rgba(var(--terracotta-rgb),.6); }
svg .white { fill: var(--white); }


/* Homepage - First Divider Arrow */
.divider-arrow {
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 4rem;
}
.svg-helper {
	width: 22.5rem;
	height: 26.3rem;
	align-items: center;
	display: flex;
	justify-content: center;
}
.divider-arrow path {
	stroke: var(--olive);
	stroke-dasharray: 1000;
	stroke-dashoffset: -1000;
	will-change: stroke-dashoffset, opacity;
}
.divider-arrow #line,
.divider-arrow #tip {
	opacity: 0;
}
.divider-arrow .svg-helper.in-view #line {
	animation: drawLine 1.6s cubic-bezier(0.65, 0, 0.35, 1) forwards,
				fadeIn 0.1s linear 0.1s forwards;
}
.divider-arrow .svg-helper.in-view #tip {
	animation: drawTip 0.4s cubic-bezier(0.65, 0, 0.35, 1) 1.4s forwards,
				fadeIn 0.1s linear 1.4s forwards;
}
@keyframes drawLine {
	from { stroke-dashoffset: 1000; }
	to { stroke-dashoffset: 0; }
}
@keyframes drawTip {
	from { stroke-dashoffset: 1000; }
	to { stroke-dashoffset: 0; }
}
@keyframes fadeIn {
	to {
		opacity: 1;
	}
}













/* Media Queries */
@media screen and (min-width: 22.5em) { /* 360px */

}
@media screen and (min-width: 30em) { /* 480px */

}
@media screen and (min-width: 40em) { /* 640px */

}
@media screen and (min-width: 48em) { /* 768px */

}
@media screen and (min-width: 60em) { /* 960px */

}
@media screen and (min-width: 64em) { /* 1024px */

}
@media screen and (min-width: 80em) { /* 1280px */

}
@media screen and (min-width: 90em) { /* 1440px */

}






