* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Manrope", sans-serif;
	background: #02060b;
	color: #e8ebf2;
	line-height: 1.6;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 48px;
  overflow-x: hidden;
}

/* Hero */
.brand-hero {
	position: relative;
	padding: 120px 0 96px;
	text-align: center;
	border-bottom: 1px solid rgba(54, 63, 72, 0.5);
	background: radial-gradient(circle at 50% 0%, rgba(250, 124, 31, 0.08) 0%, transparent 60%), linear-gradient(to bottom, #040e18, #02060b);
}

.brand-hero-logo {
	max-width: 320px;
	height: auto;
	margin-bottom: 48px;
}

.eyebrow {
	font-family: "Sora", sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: #fa7c1f;
	margin-bottom: 16px;
}

h1 {
	font-family: "Orbitron", sans-serif;
	font-size: 64px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #ffffff;
	margin-bottom: 20px;
}

.subtitle {
	font-size: 18px;
	color: #e8ebf2;
	max-width: 640px;
	margin: 0 auto;
	opacity: 0.8;
}

/* Sections */
.section {
	padding: 96px 0;
	border-bottom: 1px solid rgba(54, 63, 72, 0.5);
}

.section:last-of-type {
	border-bottom: 0;
}

.section-header {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 48px;
	flex-wrap: wrap;
}

.section-title {
	font-family: "Orbitron", sans-serif;
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: -0.5px;
}

.section-badge {
	font-family: "Sora", sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: #fa7c1f;
	padding: 6px 14px;
	border: 1px solid rgba(250, 124, 31, 0.4);
	border-radius: 100px;
}

.section-description {
	width: 100%;
	max-width: 720px;
	color: #e8ebf2;
	opacity: 0.7;
	margin-top: 4px;
}

/* Primary Logo Showcase */
.primary-logo-display {
	padding: 96px 48px;
	background: linear-gradient(to top, #02060b, #040e18);
	border: 1px solid rgba(54, 63, 72, 0.5);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
	position: relative;
}

.primary-logo-display::before,
.primary-logo-display::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(250, 124, 31, 0.4);
}

.primary-logo-display::before {
	top: 24px;
	left: 24px;
	border-right: 0;
	border-bottom: 0;
}

.primary-logo-display::after {
	bottom: 24px;
	right: 24px;
	border-left: 0;
	border-top: 0;
}

.primary-logo-display img {
	max-width: 560px;
	width: 100%;
	height: auto;
}

/* Grid */
.grid {
	display: grid;
	gap: 24px;
}
.grid-2 {
	grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
	grid-template-columns: repeat(4, 1fr);
}

/* Card */
.card {
	background: linear-gradient(to top, #02060b, #040e18);
	border: 1px solid rgba(54, 63, 72, 0.5);
	border-radius: 8px;
	overflow: hidden;
	transition:
		border-color 0.3s ease,
		transform 0.3s ease;
}

.card:hover {
	border-color: rgba(250, 124, 31, 0.5);
	transform: translateY(-4px);
}

.card-preview {
	min-height: 220px;
	padding: 40px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-preview img {
	max-width: 80%;
	max-height: 100px;
	width: auto;
	height: auto;
}

.card-preview.bg-black {
	background: #02060b;
}
.card-preview.bg-steel {
	background: #363f48;
}
.card-preview.bg-orange {
	background: #fa7c1f;
}
.card-preview.bg-cloud {
	background: #e8ebf2;
}

.card-meta {
	padding: 20px 24px;
	border-top: 1px solid rgba(54, 63, 72, 0.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.card-name {
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
}

.card-spec {
	font-family: "Sora", sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: #fa7c1f;
}

/* Mark variants */
.mark-circle img {
	border-radius: 100%;
	max-width: 140px;
}
.mark-rounded img {
	border-radius: 22%;
	max-width: 140px;
}
.mark-square img {
	border-radius: 0;
	max-width: 140px;
}

/* Color Palette */
.color-card {
	background: linear-gradient(to top, #02060b, #040e18);
	border: 1px solid rgba(54, 63, 72, 0.5);
	border-radius: 8px;
	overflow: hidden;
	transition:
		border-color 0.3s ease,
		transform 0.3s ease;
}

.color-card:hover {
	border-color: rgba(250, 124, 31, 0.5);
	transform: translateY(-4px);
}

.color-swatch {
	height: 160px;
	width: 100%;
	position: relative;
}

.color-card.has-border .color-swatch {
	border-bottom: 1px solid rgba(54, 63, 72, 0.5);
}

.color-info {
	padding: 24px;
}

.color-name {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 12px;
}

.color-values {
	font-family: "Sora", sans-serif;
	font-size: 12px;
	color: #e8ebf2;
	opacity: 0.7;
	line-height: 1.8;
}

.color-hex {
	color: #fa7c1f;
	font-weight: 600;
	letter-spacing: 0.5px;
}

/* Typography */
.type-row {
	padding: 32px 0;
	border-bottom: 1px solid rgba(54, 63, 72, 0.3);
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 48px;
	align-items: baseline;
}

.type-row:last-child {
	border-bottom: 0;
}

.type-label {
	font-family: "Sora", sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: #fa7c1f;
}

.type-sample-display {
	font-family: "Orbitron", sans-serif;
	font-size: 56px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #ffffff;
}

.type-sample-heading {
	font-family: "Orbitron", sans-serif;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
}

.type-sample-body {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	color: #e8ebf2;
}

.type-sample-button {
	font-family: "Sora", sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: #ffffff;
}

.type-meta {
	font-family: "Sora", sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: #56585c;
	margin-top: 12px;
}

/* Usage */
.usage-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.usage-card {
	background: linear-gradient(to top, #02060b, #040e18);
	border: 1px solid rgba(54, 63, 72, 0.5);
	border-radius: 8px;
	padding: 40px;
}

.usage-card h3 {
	font-family: "Orbitron", sans-serif;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	gap: 14px;
}

.usage-card h3::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100px;
}

.usage-card.do h3::before {
	background: #fa7c1f;
}
.usage-card.dont h3::before {
	background: #56585c;
}

.usage-card ul {
	list-style: none;
}

.usage-card li {
	padding: 14px 0;
	padding-left: 28px;
	border-bottom: 1px solid rgba(54, 63, 72, 0.3);
	color: #e8ebf2;
	position: relative;
	font-size: 14px;
}

.usage-card li:last-child {
	border-bottom: 0;
}

.usage-card.do li::before {
	content: "+";
	position: absolute;
	left: 0;
	top: 14px;
	color: #fa7c1f;
	font-family: "Sora", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

.usage-card.dont li::before {
	content: "×";
	position: absolute;
	left: 0;
	top: 13px;
	color: #56585c;
	font-family: "Sora", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
}

/* Clear Space */
.clearspace-display {
	background: linear-gradient(to top, #02060b, #040e18);
	border: 1px solid rgba(54, 63, 72, 0.5);
	border-radius: 8px;
	padding: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 320px;
}

.clearspace-frame {
	position: relative;
	padding: 60px;
	border: 1px dashed rgba(250, 124, 31, 0.4);
}

.clearspace-frame img {
	max-width: 320px;
	height: auto;
	display: block;
}

.clearspace-marker {
	position: absolute;
	font-family: "Sora", sans-serif;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: #fa7c1f;
}

.clearspace-marker.top {
	top: -8px;
	left: 50%;
	transform: translate(-50%, -100%);
}
.clearspace-marker.right {
	right: -8px;
	top: 50%;
	transform: translate(100%, -50%);
}

/* Footer */
.brand-footer {
	padding: 64px 0;
	text-align: center;
	border-top: 1px solid rgba(54, 63, 72, 0.5);
}

.brand-footer img {
	height: 40px;
	width: auto;
	margin-bottom: 24px;
	opacity: 0.6;
}

.brand-footer p {
	font-family: "Sora", sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	color: #56585c;
}

/* Responsive */
@media (max-width: 1024px) {
	h1 {
		font-size: 48px;
	}
	.grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.type-sample-display {
		font-size: 36px;
	}
	.section-title {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 24px;
	}
	h1 {
		font-size: 32px;
	}
	.section {
		padding: 64px 0;
	}
	.brand-hero {
		padding: 80px 0 64px;
	}
	.brand-hero-logo {
		max-width: 220px;
		margin-bottom: 32px;
	}
	.grid-2,
	.grid-3,
	.grid-4,
	.usage-grid {
		grid-template-columns: 1fr;
	}
	.primary-logo-display {
		padding: 64px 24px;
		min-height: 240px;
	}
	.type-row {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.type-sample-display {
		font-size: 28px;
	}
	.type-sample-heading {
		font-size: 22px;
	}
	.clearspace-display {
		padding: 32px;
	}
	.clearspace-frame {
		padding: 32px;
	}
	.clearspace-frame img {
		max-width: 180px;
	}
}
