:root {
	--black: #050508;
	--white: #f5f5f0;
	--grey1: #0d0d12;
	--grey2: #1a1a22;
	--grey3: #2a2a35;
	--grey4: #555566;
	--grey5: #888899;
	--border: rgba(255, 255, 255, 0.08);
	--mono: "DM Mono", monospace;
	--display: "Syne", sans-serif;
}

/* ── LIGHT THEME ── */
[data-theme="light"] {
	--black: #f5f5f0;
	--white: #050508;
	--grey1: #e8e8e3;
	--grey2: #d5d5d0;
	--grey3: #aaaaaa;
	--grey4: #888888;
	--grey5: #444444;
	--border: rgba(0, 0, 0, 0.1);
}

/* Hero ── LIGHT */
[data-theme="light"] .hero-tag {
	/* color: rgba(5, 5, 8, 0.5); */
	color: var(--white);
}
[data-theme="light"] .hero-title {
	text-shadow:
		0 0 80px rgba(0, 0, 0, 0.08),
		0 4px 60px rgba(255, 255, 255, 0.5);
}
[data-theme="light"] .hero-title span {
	color: rgba(5, 5, 8, 0.2);
}
[data-theme="light"] .hero-sub {
	/* color: rgba(5, 5, 8, 0.35); */
	color: var(--white);
}
[data-theme="light"] .hero-scroll span {
	/* color: rgba(5, 5, 8, 0.35); */
	color: var(--white);
}
[data-theme="light"] .scroll-line {
	background: linear-gradient(to bottom, rgba(5, 5, 8, 0.4), transparent);
}

/* Cursor ── LIGHT */
[data-theme="light"] .cursor-ring {
	border-color: rgba(5, 5, 8, 0.35);
}

/* Marquee ── LIGHT */
[data-theme="light"] .marquee-wrap {
	background: rgba(0, 0, 0, 0.03);
}

/* Cards ── LIGHT */
[data-theme="light"] .about-card {
	background: rgba(220, 220, 215, 0.75);
}
[data-theme="light"] .about-card:hover {
	background: rgba(205, 205, 200, 0.9);
	border-color: rgba(0, 0, 0, 0.15);
}
[data-theme="light"] .file-card {
	background: rgba(220, 220, 215, 0.75);
}
[data-theme="light"] .file-card:hover {
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
[data-theme="light"] .file-thumb::after {
	background: linear-gradient(to bottom, transparent 50%, rgba(245, 245, 240, 0.88));
}
[data-theme="light"] .file-thumb-label span {
	background: rgba(245, 245, 240, 0.6);
	border-color: rgba(0, 0, 0, 0.15);
	color: var(--white);
}
[data-theme="light"] .product-card {
	background: rgba(220, 220, 215, 0.75);
}
[data-theme="light"] .product-card:hover {
	background: rgba(205, 205, 200, 0.9);
}
[data-theme="light"] .testi-swiper .testi-card,
[data-theme="light"] .testi-card {
	background: rgba(215, 215, 210, 0.8);
}

/* Team overlay ── LIGHT */
[data-theme="light"] .team-overlay {
	background: linear-gradient(to bottom, transparent 40%, rgba(245, 245, 240, 0.95) 100%);
}
[data-theme="light"] .team-name {
	color: var(--white);
}

/* Nav ── LIGHT */
[data-theme="light"] nav.scrolled {
	background: rgba(245, 245, 240, 0.92) !important;
	border-bottom-color: rgba(0, 0, 0, 0.08);
}
[data-theme="light"] .nav-cta {
	border-color: rgba(0, 0, 0, 0.2);
}
[data-theme="light"] .nav-cta:hover {
	background: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.4);
}

/* Footer ── LIGHT */
[data-theme="light"] footer {
	/* background: rgba(230, 230, 225, 0.95); */
	background: rgba(245, 245, 240, 0.92);
	border-top-color: rgba(0, 0, 0, 0.08);
}

/* Form inputs ── LIGHT */
[data-theme="light"] .form-input {
	background: rgba(0, 0, 0, 0.03);
	border-color: rgba(0, 0, 0, 0.1);
	color: var(--white);
}
[data-theme="light"] .form-input:focus {
	border-color: rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.05);
}
[data-theme="light"] .form-input::placeholder {
	color: var(--grey4);
}

/* Progress bar ── LIGHT */
[data-theme="light"] .progress-bar {
	background: rgba(5, 5, 8, 0.4);
}

/* Corner decorations ── LIGHT */
[data-theme="light"] .corner {
	border-color: rgba(0, 0, 0, 0.12);
}

/* Modal ── LIGHT */
[data-theme="light"] .proj-overlay {
	background: rgba(245, 245, 240, 0.85);
}
[data-theme="light"] .proj-modal {
	background: rgba(235, 235, 230, 0.98);
	border-color: rgba(0, 0, 0, 0.1);
}
[data-theme="light"] .proj-tab {
	background: rgba(225, 225, 220, 0.9);
	border-color: rgba(0, 0, 0, 0.06);
}
[data-theme="light"] .proj-tab.active-tab {
	background: rgba(205, 205, 200, 0.9);
}
[data-theme="light"] .proj-close {
	background: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.1);
}
[data-theme="light"] .proj-img::after {
	background: linear-gradient(to bottom, transparent 40%, rgba(235, 235, 230, 0.98) 100%);
}
[data-theme="light"] .proj-detail-item {
	background: rgba(225, 225, 220, 0.9);
}
[data-theme="light"] .proj-stack-pill {
	border-color: rgba(0, 0, 0, 0.12);
}
[data-theme="light"] .proj-stack-pill:hover {
	border-color: rgba(0, 0, 0, 0.35);
	background: rgba(0, 0, 0, 0.04);
}
[data-theme="light"] .proj-btn-secondary {
	border-color: rgba(0, 0, 0, 0.12);
}
[data-theme="light"] .proj-btn-secondary:hover {
	border-color: rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.04);
}

/* Partner logos ── LIGHT */
[data-theme="light"] .partner-logo-item img {
	filter: brightness(0) invert(0);
}

/* Shop grid border ── LIGHT */
[data-theme="light"] .shop-grid {
	background: rgba(0, 0, 0, 0.08);
	border-color: rgba(0, 0, 0, 0.08);
}

/* ── LANGUAGE SWITCHER ── */
.lang-toggle-wrap {
    position: relative;
}
#langToggleBtn {
    background: none;
    border: 1px solid var(--border);
    color: var(--white);
    height: 32px;
    padding: 0 0.6rem;
    cursor: pointer;
    font-size: 0.68rem;
    font-family: var(--mono);
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 2px;
    opacity: 0.7;
    transition: opacity 0.2s, border-color 0.2s;
}
#langToggleBtn:hover {
    opacity: 1;
    border-color: rgba(255,255,255,0.4);
}
[data-theme="light"] #langToggleBtn {
    border-color: rgba(0,0,0,0.15);
    color: var(--white);
}
[data-theme="light"] #langToggleBtn:hover {
    border-color: rgba(0,0,0,0.4);
}
.lang-flag { font-size: 0.9rem; line-height: 1; }
.lang-label { font-size: 0.62rem; }

/* Responsive — sembunyikan label di HP kecil */
@media (max-width: 479px) {
    .lang-label { display: none; }
    #langToggleBtn { padding: 0 0.45rem; }
}

/* ── THEME SWITCHER UI ── */
.theme-toggle-wrap {
	position: relative;
}
#themeToggleBtn {
	background: none;
	border: none;
	color: var(--white);
	width: 32px;
	height: 32px;
	cursor: pointer;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.7;
	transition:
		opacity 0.2s,
		transform 0.2s;
}
#themeToggleBtn:hover {
	opacity: 1;
	transform: rotate(20deg);
}
#themeToggleBtn i {
	font-size: 1.6rem;
	transition: color 0.3s;
}
[data-theme="light"] #themeToggleBtn i {
	color: #050508;
}
[data-theme="light"] #themeDropdown {
	background: rgba(235, 235, 230, 0.97);
}
#themeDropdown {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%) scaleY(0.85);
	background: rgba(13, 13, 18, 0.97);
	backdrop-filter: blur(16px);
	padding: 0.5rem 0.4rem;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	border-radius: 6px;
	opacity: 0;
	transition:
		opacity 0.22s ease,
		transform 0.22s ease;
	transform-origin: top center;
	z-index: 999;
}
.theme-btn {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	transition: transform 0.2s;
	flex-shrink: 0;
}
.theme-btn[data-t="dark"] {
	background: linear-gradient(135deg, #050508 50%, #f5f5f0 50%);
}
.theme-btn[data-t="light"] {
	background: linear-gradient(135deg, #f5f5f0 50%, #050508 50%);
}
.theme-btn:hover {
	transform: scale(1.2);
}
.theme-btn.active {
	outline: 2px solid var(--white);
	outline-offset: 2px;
}

/* Nav scrolled ── LIGHT */
nav.scrolled {
	background: color-mix(in srgb, var(--black) 88%, transparent) !important;
}
/* Partner logo light mode → jadi hitam */
[data-theme="light"] .partner-logo-item img {
	filter: brightness(0) invert(0);
}

/* ── BLACK THEME (DEFAULT) ── */
html {
	scrollbar-width: thin;
	scrollbar-color: #333 #111;
	scroll-behavior: smooth;
}
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background: var(--black);
	color: var(--white);
	font-family: var(--display);
	overflow-x: hidden;
	/* cursor: none; */
}

/* .cursor {
	position: fixed;
	width: 8px;
	height: 8px;
	background: var(--white);
	border-radius: 50%;
	pointer-events: none;
	z-index: 9999;
	transform: translate(-50%, -50%);
	transition:
		width 0.3s,
		height 0.3s;
}
.cursor-ring {
	position: fixed;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	pointer-events: none;
	z-index: 9998;
	transform: translate(-50%, -50%);
	transition:
		width 0.3s,
		height 0.3s;
} */
.cursor.hover {
	width: 4px;
	height: 4px;
}
.cursor-ring.hover {
	width: 56px;
	height: 56px;
	opacity: 0.5;
}

#vanta-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.site-wrap {
	position: relative;
	z-index: 2;
}
section {
	position: relative;
	overflow: hidden;
}
.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 48px;
}

.eyebrow {
	font-family: var(--mono);
	font-size: 0.65rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--grey5);
	display: flex;
	align-items: center;
	gap: 12px;
}
.eyebrow::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 1px;
	background: var(--grey4);
}

/* NAV */
nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
	padding: 1.5rem 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition:
		background 0.4s,
		padding 0.4s;
}
nav.scrolled {
	background: rgba(5, 5, 8, 0.88);
	backdrop-filter: blur(16px);
	padding: 1rem 3rem;
	border-bottom: 1px solid var(--border);
}
.nav-logo {
	font-family: var(--display);
	font-weight: 800;
	font-size: 1.2rem;
	letter-spacing: -0.02em;
	color: var(--white);
	text-decoration: none;
}
.nav-logo span {
	color: var(--grey4);
}
.nav-links {
	display: flex;
	gap: 2.5rem;
	list-style: none;
}
.nav-links a {
	font-family: var(--mono);
	font-size: 0.7rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--grey5);
	text-decoration: none;
	transition: color 0.2s;
}
.nav-links a:hover {
	color: var(--white);
}
.nav-cta {
	font-family: var(--mono);
	font-size: 0.68rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--white);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0.55rem 1.4rem;
	border-radius: 2px;
	text-decoration: none;
	transition:
		background 0.2s,
		border-color 0.2s;
}
.nav-cta:hover {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.5);
}
.nav-right {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

/* HERO */
#hero {
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	pointer-events: none;
	background: transparent;
}
.hero-tag {
	font-family: var(--mono);
	font-size: 0.7rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	/* color: rgba(255, 255, 255, 0.35); */
	color: var(--white);
	margin-bottom: 24px;
}
.hero-title {
	font-size: clamp(3.5rem, 11vw, 8rem);
	font-weight: 800;
	line-height: 0.92;
	letter-spacing: -0.03em;
	text-align: center;
	text-shadow:
		0 0 80px rgba(255, 255, 255, 0.1),
		0 4px 60px rgba(0, 0, 0, 0.9);
	will-change: transform;
}
.hero-title span {
	color: rgba(255, 255, 255, 0.2);
}
.hero-sub {
	font-family: var(--mono);
	font-size: 0.75rem;
	letter-spacing: 0.3em;
	color: var(--white);
	text-transform: uppercase;
	margin-top: 32px;
	will-change: transform;
}
.hero-scroll {
	position: absolute;
	bottom: 2.5rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	pointer-events: all;
}
.hero-scroll span {
	font-family: var(--mono);
	font-size: 0.58rem;
	letter-spacing: 0.3em;
	color: var(--white);
	text-transform: uppercase;
}
.scroll-line {
	width: 1px;
	height: 40px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
	animation: scrollLine 1.5s ease-in-out infinite;
}
@keyframes scrollLine {
	0% {
		transform: scaleY(0);
		transform-origin: top;
	}
	50% {
		transform: scaleY(1);
		transform-origin: top;
	}
	51% {
		transform: scaleY(1);
		transform-origin: bottom;
	}
	100% {
		transform: scaleY(0);
		transform-origin: bottom;
	}
}

/* MARQUEE */
.marquee-wrap {
	position: relative;
	z-index: 3;
	background: rgba(255, 255, 255, 0.03);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	padding: 1.1rem 0;
	overflow: hidden;
	pointer-events: none;
}
.marquee-track {
	display: flex;
	animation: marquee 22s linear infinite;
	white-space: nowrap;
}
.marquee-track span {
	font-family: var(--mono);
	font-size: 0.65rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	/* color: var(--grey4); */
	color: var(--white);
	padding: 0 3rem;
}
.marquee-track span.dot {
	color: var(--grey3);
	padding: 0;
	letter-spacing: 0;
}
@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

/* ABOUT */
#about {
	padding: 10rem 0 8rem;
	background: transparent;
	z-index: 3;
}
.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6rem;
	align-items: center;
}
.about-left .eyebrow {
	margin-bottom: 2rem;
}
.about-title {
	font-size: clamp(2.2rem, 4vw, 3.8rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.025em;
	margin-bottom: 2rem;
}
.about-title em {
	font-style: normal;
	color: var(--grey4);
}
.about-body {
	font-family: var(--mono);
	font-size: 0.82rem;
	line-height: 2;
	color: var(--grey5);
	max-width: 420px;
	margin-bottom: 2.5rem;
}
.about-stats {
	display: flex;
	gap: 3rem;
}
.stat-item .num {
	font-size: 2.8rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
}
.stat-item .lbl {
	font-family: var(--mono);
	font-size: 0.62rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--grey4);
	margin-top: 4px;
}
.about-right {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	transform: skewY(-3deg);
}
.about-card {
	background: rgba(13, 13, 18, 0.7);
	backdrop-filter: blur(8px);
	border: 1px solid var(--border);
	padding: 2rem 1.5rem;
	transform: skewY(3deg);
	transition:
		background 0.3s,
		border-color 0.3s;
}
.about-card:hover {
	background: rgba(26, 26, 34, 0.85);
	border-color: rgba(255, 255, 255, 0.15);
}
.about-card:nth-child(2) {
	margin-top: 2rem;
}
.about-card:nth-child(4) {
	/* margin-top: -2rem; */
	margin-top: 0;
}
.about-card-icon {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.about-card h4 {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin-bottom: 0.5rem;
}
.about-card p {
	font-family: var(--mono);
	font-size: 0.7rem;
	color: var(--grey4);
	line-height: 1.8;
}

/* SERVICES */
#services {
	padding: 8rem 0;
	background: transparent;
	clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
	z-index: 3;
	margin: -2px 0;
}
.services-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 5rem;
}
.services-title {
	font-size: clamp(2rem, 3.5vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.05;
}
.services-title em {
	font-style: normal;
	color: var(--grey4);
}
.services-desc {
	font-family: var(--mono);
	font-size: 0.75rem;
	color: var(--grey5);
	max-width: 300px;
	line-height: 1.9;
	text-align: right;
}
.services-list {
	display: flex;
	flex-direction: column;
}
.service-row {
	display: grid;
	grid-template-columns: 60px 1fr auto 120px;
	align-items: center;
	gap: 2rem;
	padding: 2rem 0;
	border-bottom: 1px solid var(--border);
	transition: padding-left 0.3s;
	cursor: default;
}
.service-row:first-child {
	border-top: 1px solid var(--border);
}
.service-row:hover {
	padding-left: 1.5rem;
}
.service-row:hover .service-name {
	color: var(--white);
}
.service-num {
	font-family: var(--mono);
	font-size: 0.65rem;
	/* color: var(--grey3); */
	color: var(--white);
	letter-spacing: 0.1em;
}
.service-name {
	font-size: clamp(1.2rem, 2.2vw, 1.8rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--grey5);
	transition: color 0.3s;
}
.service-tags {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.tag-pill {
	font-family: var(--mono);
	font-size: 0.58rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	/* color: var(--grey4); */
	color: var(--white);
	border: 1px solid var(--border);
	padding: 0.3rem 0.7rem;
	border-radius: 2px;
}
.service-arrow {
	font-size: 1.2rem;
	color: var(--grey3);
	text-align: right;
	transition:
		color 0.3s,
		transform 0.3s;
}
.service-row:hover .service-arrow {
	color: var(--white);
	transform: translateX(4px);
}

/* PORTFOLIO */
#portfolio {
	padding: 10rem 0 8rem;
	background: transparent;
	z-index: 3;
}
.portfolio-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 5rem;
}
.portfolio-title {
	font-size: clamp(2rem, 3.5vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}
.portfolio-title em {
	font-style: normal;
	color: var(--grey4);
}
.portfolio-link {
	font-family: var(--mono);
	font-size: 0.68rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--grey5);
	text-decoration: none;
	border-bottom: 1px solid var(--grey3);
	padding-bottom: 2px;
	transition:
		color 0.2s,
		border-color 0.2s;
}
.portfolio-link:hover {
	color: var(--white);
	border-color: var(--white);
}
.portfolio-stack {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
.file-card {
	position: relative;
	background: rgba(13, 13, 18, 0.7);
	backdrop-filter: blur(8px);
	border: 1px solid var(--border);
	overflow: hidden;
	cursor: pointer;
	transition:
		transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		border-color 0.3s,
		box-shadow 0.4s;
	transform-origin: bottom center;
}
.file-card:nth-child(odd) {
	clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
}
.file-card:nth-child(even) {
	clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
}
.file-card:hover {
	transform: translateY(-12px) rotate(-1deg);
	border-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.file-card:nth-child(even):hover {
	transform: translateY(-12px) rotate(1deg);
}
.file-thumb {
	width: 100%;
	aspect-ratio: 16/10;
	background: var(--grey2);
	overflow: hidden;
	position: relative;
}
.file-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: grayscale(70%) brightness(0.65);
	transition:
		transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		filter 0.4s;
}
.file-card:hover .file-thumb img {
	transform: scale(1.08);
	filter: grayscale(20%) brightness(0.85);
}
.file-thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, transparent 50%, rgba(5, 5, 8, 0.88));
	pointer-events: none;
}
.file-thumb-label {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.3s;
}
.file-card:hover .file-thumb-label {
	opacity: 1;
}
.file-thumb-label span {
	font-family: var(--mono);
	font-size: 0.62rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--white);
	background: rgba(5, 5, 8, 0.55);
	padding: 0.45rem 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(8px);
}
.file-body {
	padding: 1.4rem 1.5rem 1.6rem;
}
.file-meta {
	font-family: var(--mono);
	font-size: 0.6rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--grey5);
	/* color: var(--white); */
	margin-bottom: 0.6rem;
}
.file-title {
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin-bottom: 0.5rem;
}
.file-desc {
	font-family: var(--mono);
	font-size: 0.68rem;
	color: var(--grey5);
	/* color: var(--white); */
	line-height: 1.8;
}
.file-tab {
	position: absolute;
	top: -1px;
	left: 20px;
	width: 60px;
	height: 6px;
	background: var(--grey3);
	border-radius: 0 0 3px 3px;
}

/* SHOP */
#shop {
	padding: 10rem 0 8rem;
	background: transparent;
	clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
	z-index: 3;
	margin: -2px 0;
}
.shop-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 4rem;
}
.shop-title {
	font-size: clamp(2rem, 3.5vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}
.shop-title em {
	font-style: normal;
	color: var(--grey4);
}
.shop-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: var(--border);
	border: 1px solid var(--border);
}
.product-card {
	background: rgba(13, 13, 18, 0.7);
	backdrop-filter: blur(8px);
	padding: 2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	transition: background 0.3s;
	cursor: pointer;
}
.product-card:hover {
	background: rgba(26, 26, 34, 0.85);
}
.product-thumb {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
}
.product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* gambar memenuhi kotak, tidak gepeng */
	display: block;
	filter: grayscale(60%) brightness(0.6);
	transition: filter 0.3s;
}
.product-card:hover .product-thumb img {
	filter: grayscale(20%) brightness(0.85);
}
.product-cat {
	font-family: var(--mono);
	font-size: 0.58rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	/* color: var(--grey4); */
	color: var(--grey5);
}
.product-name {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.product-price {
	font-family: var(--mono);
	font-size: 0.85rem;
	color: var(--white);
	margin-top: auto;
}
.product-price span {
	/* color: var(--grey4); */
	color: var(--grey5);
	font-size: 0.65rem;
	margin-left: 4px;
}
.product-btn {
	font-family: var(--mono);
	font-size: 0.6rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid var(--border);
	color: var(--grey5);
	padding: 0.6rem 1rem;
	cursor: pointer;
	transition: all 0.2s;
	width: 100%;
}
.product-btn:hover {
	background: var(--white);
	color: var(--black);
	border-color: var(--white);
}
/* ── WHATSAPP BUTTON (override a-tag default) ── */
a.product-btn {
	display: block;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

/* TEAM */
#team {
	padding: 10rem 0 8rem;
	background: transparent;
	z-index: 3;
}
.team-header {
	margin-bottom: 5rem;
}
.team-title {
	font-size: clamp(2rem, 3.5vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	margin-top: 1.5rem;
}
.team-title em {
	font-style: normal;
	color: var(--grey4);
}

.team-grid {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	flex-wrap: wrap;
}

.team-card {
	position: relative;
	width: 420px;
	cursor: pointer;
}

/* Jajar genjang vertikal */
.team-photo {
	width: 100%;
	aspect-ratio: 3/4;
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
	overflow: hidden;
	position: relative;
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.team-card:hover .team-photo {
	transform: translateY(-8px);
}

.team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
	filter: grayscale(60%) brightness(0.65);
	transition:
		filter 0.4s,
		transform 0.5s;
}
.team-card:hover .team-photo img {
	filter: grayscale(10%) brightness(0.9);
	transform: scale(1.05);
}

/* Overlay hover */
.team-overlay {
	position: absolute;
	inset: 0;
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
	background: linear-gradient(to bottom, transparent 40%, rgba(5, 5, 8, 0.95) 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 0 3.5rem 3rem;
	opacity: 0;
	transition: opacity 0.35s;
}
.team-card:hover .team-overlay {
	opacity: 1;
}

.team-name {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	text-align: center;
	color: var(--white);
	line-height: 1.3;
}

.team-role {
	font-family: var(--mono);
	font-size: 0.65rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--grey5);
	margin-top: 0.4rem;
	text-align: center;
}

.team-social {
	display: flex;
	gap: 0.8rem;
	margin-top: 1rem;
}
.team-social a {
	color: var(--grey5);
	font-size: 1.2rem;
	transition:
		color 0.2s,
		transform 0.2s;
	text-decoration: none;
}
.team-social a:hover {
	color: var(--white);
	transform: translateY(-2px);
}

/* TESTIMONIALS */
#testimonials {
	padding: 8rem 0;
	background: transparent;
	clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
	z-index: 3;
	margin: -2px 0;
}
.testi-header {
	margin-bottom: 4rem;
}
.testi-title {
	font-size: clamp(2rem, 3.5vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	margin-top: 1.5rem;
}
.testi-title em {
	font-style: normal;
	color: var(--grey4);
}
.testi-card {
	background: rgba(26, 26, 34, 0.7);
	backdrop-filter: blur(8px);
	border: 1px solid var(--border);
	padding: 2.5rem 2rem;
	transition:
		border-color 0.3s,
		transform 0.3s;
}
.testi-card:nth-child(even) {
	transform: skewY(-1.5deg);
}
.testi-card:nth-child(even) .testi-inner {
	transform: skewY(1.5deg);
}
.testi-card:nth-child(even):hover {
	transform: skewY(-1.5deg) translateY(-5px);
}
.testi-card:not(:nth-child(even)):hover {
	transform: translateY(-5px);
	border-color: rgba(255, 255, 255, 0.15);
}
.testi-quote {
	font-size: 2rem;
	color: var(--grey3);
	line-height: 1;
	margin-bottom: 1rem;
	font-family: Georgia, serif;
}
.testi-text {
	font-family: var(--mono);
	font-size: 0.75rem;
	line-height: 2;
	color: var(--grey5);
	margin-bottom: 2rem;
}
.testi-author {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.testi-avatar {
	width: 36px;
	height: 36px;
	background: var(--grey3);
	border-radius: 2px;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.testi-name {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.testi-company {
	font-family: var(--mono);
	font-size: 0.6rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--grey4);
}

/* PARTNERS */
#partners {
	padding: 7rem 0;
	background: transparent;
	z-index: 3;
}
.partners-header {
	text-align: center;
	margin-bottom: 4rem;
}
.partners-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--grey4);
	letter-spacing: -0.01em;
	margin-top: 1rem;
}
.partner-item:hover {
	background: rgba(13, 13, 18, 0.7);
}
.partner-logo {
	font-family: var(--mono);
	font-size: 0.7rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--grey3);
	transition: color 0.2s;
}
.partner-item:hover .partner-logo {
	color: var(--grey5);
}

.partners-track {
	display: flex;
	animation: partners-scroll 30s linear infinite;
	white-space: nowrap;
	align-items: center;
	width: max-content;
}

@keyframes partners-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-25%);
	}
}

/* JIKA FOTONYA DARI KITA */
.partner-logo-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 3rem;
	flex-shrink: 0;
	width: 320px; /* lebar seragam semua logo */
	opacity: 0.5;
	transition: opacity 0.3s;
}
.partner-logo-item img {
	width: 100%;
	height: 150px; /* tinggi seragam */
	object-fit: contain; /* supaya tidak terpotong/gepeng */
	filter: brightness(0) invert(1); /* ubah jadi putih */
}
.partner-logo-item:hover {
	opacity: 1;
}

/* TESTIMONIALS — Swiper overrides */
.testi-swiper {
	padding-bottom: 3rem !important;
}
.testi-swiper .swiper-slide {
	height: auto;
}
.testi-swiper .testi-card {
	height: 100%;
	background: rgba(26, 26, 34, 0.7);
	backdrop-filter: blur(8px);
	border: 1px solid var(--border);
	padding: 2.5rem 2rem;
	transition:
		border-color 0.3s,
		transform 0.3s;
	box-sizing: border-box;
}
.testi-swiper .testi-card:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 255, 255, 0.15);
}
.swiper-pagination-bullet {
	background: var(--grey4) !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
	background: var(--white) !important;
}

/* CONTACT */
#contact {
	padding: 10rem 0 0;
	background: transparent;
	clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
	z-index: 3;
	margin-top: -2px;
}
.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6rem;
	align-items: start;
	margin-bottom: 5rem;
}
.contact-left .eyebrow {
	margin-bottom: 2rem;
}
.contact-title {
	font-size: clamp(2.5rem, 4.5vw, 4.5rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 0.95;
	margin-bottom: 2rem;
}
.contact-title em {
	font-style: normal;
	color: var(--grey4);
}
.contact-body {
	font-family: var(--mono);
	font-size: 0.78rem;
	color: var(--grey5);
	line-height: 2;
	margin-bottom: 2.5rem;
}
.contact-links {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.contact-link {
	font-family: var(--mono);
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	color: var(--grey5);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 1rem;
	transition: color 0.2s;
}
.contact-link::before {
	content: "";
	width: 20px;
	height: 1px;
	background: var(--grey3);
	transition:
		width 0.3s,
		background 0.3s;
}
.contact-link:hover {
	color: var(--white);
}
.contact-link:hover::before {
	width: 40px;
	background: var(--white);
}
.contact-form {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}
.form-label {
	font-family: var(--mono);
	font-size: 0.6rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	/* color: var(--grey4); */
	color: var(--white);
	display: block;
	margin-bottom: 0.5rem;
}
.form-input {
	width: 100%;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--border);
	color: var(--white);
	font-family: var(--mono);
	font-size: 0.8rem;
	padding: 0.9rem 1rem;
	outline: none;
	transition:
		border-color 0.2s,
		background 0.2s;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}
.form-input:focus {
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.05);
}
textarea.form-input {
	resize: none;
	height: 120px;
}
.form-submit {
	background: var(--white);
	color: var(--black);
	border: none;
	font-family: var(--mono);
	font-size: 0.68rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	padding: 1rem 2rem;
	cursor: pointer;
	transition:
		opacity 0.2s,
		transform 0.2s;
	clip-path: polygon(0 0, 100% 0, 100% 75%, calc(100% - 12px) 100%, 0 100%);
}
.form-submit:hover {
	opacity: 0.85;
	transform: translateY(-1px);
}
#map {
	width: 100%;
	height: 360px;
	filter: none;
	opacity: 1;
	border-top: 1px solid var(--border);
	position: relative;
	z-index: 10;
}

/* FOOTER */
footer {
	background: rgba(5, 5, 8, 0.85);
	backdrop-filter: blur(12px);
	padding: 3rem 0;
	position: relative;
	z-index: 3;
	border-top: 1px solid var(--border);
}
.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-logo {
	font-weight: 800;
	font-size: 1rem;
	letter-spacing: -0.02em;
}
.footer-logo span {
	color: var(--grey4);
}
.footer-copy {
	font-family: var(--mono);
	font-size: 0.62rem;
	letter-spacing: 0.15em;
	/* color: var(--grey4); */
	color: var(--grey5);
}
.footer-links {
	display: flex;
	gap: 2rem;
}
.footer-links a {
	font-family: var(--mono);
	font-size: 0.62rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	/* color: var(--grey4); */
	color: var(--grey5);
	text-decoration: none;
	transition: color 0.2s;
}
.footer-links a i {
	font-size: 1.1rem;
	vertical-align: middle;
}
.footer-links a:hover {
	color: var(--white);
}

/* FIXED UI */
.progress-bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
	z-index: 1000;
	width: 0%;
	transition: width 0.1s linear;
}
.corner {
	position: fixed;
	width: 32px;
	height: 32px;
	border-color: rgba(255, 255, 255, 0.1);
	border-style: solid;
	z-index: 50;
	pointer-events: none;
}
.c-tl {
	top: 1rem;
	left: 1rem;
	border-width: 1px 0 0 1px;
}
.c-tr {
	top: 1rem;
	right: 1rem;
	border-width: 1px 1px 0 0;
}
.c-bl {
	bottom: 1rem;
	left: 1rem;
	border-width: 0 0 1px 1px;
}
.c-br {
	bottom: 1rem;
	right: 1rem;
	border-width: 0 1px 1px 0;
}
/* ── DESKTOP LARGE (1280px+) ── already handled by base CSS ── */

/* ── DESKTOP MEDIUM (1024px – 1279px) ── */
@media (max-width: 1279px) {
	.container {
		padding: 0 40px;
	}

	.about-title {
		font-size: clamp(2rem, 3.5vw, 3.2rem);
	}

	.shop-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.team-card {
		width: 340px;
	}

	.contact-title {
		font-size: clamp(2.2rem, 4vw, 3.8rem);
	}

	.service-row {
		grid-template-columns: 50px 1fr auto 100px;
	}
}

/* ── TABLET (768px – 1023px) ── */
@media (max-width: 1023px) {
	.container {
		padding: 0 32px;
	}

	nav {
		padding: 1.2rem 2rem;
	}
	nav.scrolled {
		padding: 0.9rem 2rem;
	}

	.nav-links {
		display: none;
	}

	/* HERO */
	.hero-title {
		font-size: clamp(3rem, 10vw, 6rem);
	}

	/* ABOUT */
	#about {
		padding: 7rem 0 5rem;
	}
	.about-grid {
		grid-template-columns: 1fr;
		gap: 4rem;
	}
	.about-right {
		transform: none;
		grid-template-columns: repeat(2, 1fr);
	}
	.about-card {
		transform: none !important;
	}
	.about-card:nth-child(2),
	.about-card:nth-child(4) {
		margin-top: 0;
	}
	.about-stats {
		gap: 2rem;
	}

	/* SERVICES */
	#services {
		padding: 6rem 0;
		clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
	}
	.services-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.5rem;
		margin-bottom: 3rem;
	}
	.services-desc {
		text-align: left;
		max-width: 100%;
	}
	.service-row {
		grid-template-columns: 40px 1fr 80px;
		gap: 1rem;
		padding: 1.5rem 0;
	}
	.service-tags {
		display: none;
	}

	/* PORTFOLIO */
	#portfolio {
		padding: 7rem 0 5rem;
	}
	.portfolio-stack {
		grid-template-columns: repeat(2, 1fr);
	}

	/* SHOP */
	#shop {
		padding: 7rem 0 5rem;
		clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
	}
	.shop-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* TEAM */
	#team {
		padding: 7rem 0 5rem;
	}
	.team-grid {
		gap: 1rem;
	}
	.team-card {
		width: 300px;
	}

	/* TESTIMONIALS */
	#testimonials {
		padding: 6rem 0 !important;
		clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%) !important;
	}

	/* PARTNERS */
	.partner-logo-item {
		width: 240px;
		padding: 0 2rem;
	}
	.partner-logo-item img {
		height: 110px;
	}

	/* CONTACT */
	#contact {
		padding: 7rem 0 0;
		clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
	}
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 4rem;
		margin-bottom: 4rem;
	}
	.contact-title {
		font-size: clamp(2.5rem, 5vw, 4rem);
	}

	/* FOOTER */
	.footer-inner {
		flex-direction: column;
		gap: 1.2rem;
		text-align: center;
	}
	.footer-links {
		justify-content: center;
	}
}

/* ── MOBILE LARGE (480px – 767px) ── */
@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}

	nav {
		padding: 1rem 1.5rem;
	}
	nav.scrolled {
		padding: 0.7rem 1.5rem;
	}
	.nav-cta {
		font-size: 0.6rem;
		padding: 0.45rem 1rem;
	}

	/* HERO */
	#hero {
		padding: 0 20px;
	}
	.hero-title {
		font-size: clamp(2.8rem, 14vw, 5rem);
	}
	.hero-sub {
		font-size: 0.65rem;
		letter-spacing: 0.2em;
	}

	/* MARQUEE */
	.marquee-track span {
		font-size: 0.6rem;
		padding: 0 1.5rem;
	}

	/* ABOUT */
	#about {
		padding: 6rem 0 4rem;
	}
	.about-title {
		font-size: clamp(1.8rem, 7vw, 2.8rem);
	}
	.about-body {
		font-size: 0.78rem;
	}
	.about-stats {
		gap: 1.5rem;
	}
	.stat-item .num {
		font-size: 2.2rem;
	}
	.about-right {
		grid-template-columns: 1fr 1fr;
		gap: 0.75rem;
	}
	.about-card {
		padding: 1.5rem 1rem;
	}
	.about-card h4 {
		font-size: 0.85rem;
	}
	.about-card p {
		font-size: 0.65rem;
	}

	/* SERVICES */
	#services {
		padding: 5rem 0;
		clip-path: none;
	}
	.services-title {
		font-size: clamp(1.8rem, 7vw, 2.5rem);
	}
	.service-row {
		grid-template-columns: 36px 1fr 40px;
		gap: 0.75rem;
		padding: 1.2rem 0;
	}
	.service-name {
		font-size: clamp(1rem, 4vw, 1.4rem);
	}

	/* PORTFOLIO */
	#portfolio {
		padding: 5rem 0 4rem;
	}
	.portfolio-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
		margin-bottom: 3rem;
	}
	.portfolio-title {
		font-size: clamp(1.8rem, 7vw, 2.5rem);
	}
	.portfolio-stack {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.file-card:nth-child(odd),
	.file-card:nth-child(even) {
		clip-path: none;
	}

	/* SHOP */
	#shop {
		padding: 5rem 0 4rem;
		clip-path: none;
	}
	.shop-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
		margin-bottom: 3rem;
	}
	.shop-title {
		font-size: clamp(1.8rem, 7vw, 2.5rem);
	}
	.shop-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 1px;
	}
	.product-card {
		padding: 1.2rem;
	}
	.product-name {
		font-size: 0.85rem;
	}
	.product-price {
		font-size: 0.75rem;
	}

	/* TEAM */
	#team {
		padding: 5rem 0 4rem;
	}
	.team-header {
		margin-bottom: 3rem;
	}
	.team-title {
		font-size: clamp(1.8rem, 7vw, 2.5rem);
	}
	.team-grid {
		justify-content: center;
	}
	.team-card {
		width: min(360px, 100%);
	}

	/* TESTIMONIALS */
	#testimonials {
		padding: 5rem 0 !important;
		clip-path: none !important;
	}
	.testi-title {
		font-size: clamp(1.8rem, 7vw, 2.5rem);
	}
	.testi-card {
		padding: 2rem 1.5rem;
	}
	.testi-text {
		font-size: 0.72rem;
	}

	/* PARTNERS */
	.partners-title {
		font-size: 0.95rem;
	}
	.partner-logo-item {
		width: 180px;
		padding: 0 1.5rem;
	}
	.partner-logo-item img {
		height: 80px;
	}

	/* CONTACT */
	#contact {
		padding: 5rem 0 0;
		clip-path: none;
	}
	.contact-title {
		font-size: clamp(2rem, 9vw, 3.5rem);
		line-height: 1;
	}
	.contact-body {
		font-size: 0.73rem;
	}
	.form-input {
		font-size: 0.75rem;
		padding: 0.8rem 0.9rem;
	}
	textarea.form-input {
		height: 100px;
	}
	#map {
		height: 280px;
	}

	/* FOOTER */
	.footer-inner {
		flex-direction: column;
		gap: 1rem;
		text-align: center;
	}
	.footer-links {
		gap: 1.5rem;
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer-copy {
		font-size: 0.58rem;
	}
}

/* ── MOBILE SMALL (< 480px) ── */
@media (max-width: 479px) {
	.container {
		padding: 0 16px;
	}

	nav {
		padding: 0.9rem 1rem;
	}
	.nav-logo {
		font-size: 1rem;
	}
	.nav-right {
		gap: 0.4rem;
	}
	#themeToggleBtn {
		width: 26px;
		height: 26px;
		font-size: 0.85rem;
	}
	.nav-cta {
		display: none;
	}

	/* HERO */
	.hero-title {
		font-size: clamp(2.4rem, 16vw, 4rem);
		letter-spacing: -0.02em;
	}
	.hero-tag {
		font-size: 0.58rem;
		letter-spacing: 0.2em;
	}

	/* ABOUT */
	.about-right {
		grid-template-columns: 1fr;
	}
	.about-card:nth-child(2),
	.about-card:nth-child(4) {
		margin-top: 0;
	}
	.stat-item .num {
		font-size: 1.9rem;
	}
	.about-stats {
		gap: 1.2rem;
	}

	/* SERVICES */
	.service-row {
		grid-template-columns: 30px 1fr 30px;
		gap: 0.5rem;
	}
	.service-num {
		font-size: 0.58rem;
	}

	/* SHOP */
	.shop-grid {
		grid-template-columns: 1fr;
	}
	.product-card {
		padding: 1.5rem;
	}

	/* TEAM */
	.team-card {
		width: 100%;
	}
	.team-photo {
		clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
	}
	.team-overlay {
		clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
		padding: 0 2rem 2rem;
	}

	/* PARTNERS */
	.partner-logo-item {
		width: 140px;
		padding: 0 1rem;
	}
	.partner-logo-item img {
		height: 60px;
	}

	/* CONTACT */
	.contact-grid {
		gap: 3rem;
	}
	.form-submit {
		width: 100%;
		clip-path: polygon(0 0, 100% 0, 100% 78%, calc(100% - 10px) 100%, 0 100%);
	}

	/* Corner decorations — sembunyikan di HP kecil */
	.corner {
		display: none;
	}
}

/* ── LANDSCAPE MOBILE (tinggi layar < 500px) ── */
@media (max-height: 500px) and (orientation: landscape) {
	#hero {
		height: auto;
		min-height: 100vh;
		padding: 6rem 0 4rem;
	}
	.hero-title {
		font-size: clamp(2rem, 8vw, 4rem);
	}
	.hero-scroll {
		display: none;
	}
}

/* ── UTILITY: Mencegah horizontal scroll ── */
html,
body {
	max-width: 100%;
	overflow-x: hidden;
}
