/*
Theme Name: RumahKarya Interior
Theme URI: https://example.com/
Author: RumahKarya
Description: Tema WordPress berbasis landing-page RumahKarya Interior.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rumahkarya-interior
*/

/*
	CSS utama ditempatkan langsung di style.css agar tetap bekerja
	meskipun server/upload tidak membawa file assets/css/theme.css.
*/

/* Base CSS from landing-page/assets/styles.css */
:root{
	--bg: #0b0f14;
	--panel: #0f1620;
	--panel2:#0c121a;
	--text:#e8eef6;
	--muted:#a6b3c2;
	--line: rgba(255,255,255,.10);
	--brand:#6ee7ff;
	--brand2:#a78bfa;
	--shadow: 0 10px 30px rgba(0,0,0,.35);
	--r: 18px;
	--whatsapp: #25D366;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
	margin:0;
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	color: var(--text);
	background: radial-gradient(1200px 500px at 20% -10%, rgba(110,231,255,.18), transparent 60%),
							radial-gradient(900px 500px at 70% 0%, rgba(167,139,250,.14), transparent 55%),
							var(--bg);
}

a{ color: inherit; text-decoration:none; }
a:hover{ opacity:.92; }
strong{ color: #ffffff; }

.container{
	width:min(1120px, calc(100% - 40px));
	margin-inline:auto;
}

.site-header{
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: blur(10px);
	background: rgba(11,15,20,.65);
	border-bottom: 1px solid var(--line);
}
.header-inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	padding: 14px 0;
}
.brand{
	display:flex;
	align-items:center;
	gap:10px;
	font-weight:700;
	letter-spacing:.2px;
}
.brand-logo{
	width: 78px;
	height: 78px;
	border-radius: 6px;
	object-fit: contain;
	display: block;
}
.brand-mark{
	width:14px; height:14px; border-radius:4px;
	background: linear-gradient(135deg, var(--brand), var(--brand2));
	box-shadow: 0 0 0 4px rgba(110,231,255,.10);
}
.nav{
	display:flex;
	gap:18px;
	flex-wrap:wrap;
	color: var(--muted);
	font-weight:600;
	font-size:14px;
}
.nav a{ padding: 8px 10px; border-radius: 10px; }
.nav a:hover{ background: rgba(255,255,255,.06); color: var(--text); }

.header-cta{ display:flex; gap:10px; }
@media (min-width: 640px) {
	.header-cta {
		display: flex !important;
	}
}
.btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	border-radius: 14px;
	padding: 11px 14px;
	border: 1px solid var(--line);
	background: rgba(255,255,255,.02);
	color: var(--text);
	font-weight: 700;
	font-size: 14px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn:hover{
	transform: translateY(-1px);
	box-shadow: var(--shadow);
}
.btn-primary{
	border-color: transparent;
	background: linear-gradient(135deg, rgba(110,231,255,.95), rgba(167,139,250,.95));
	color:#071018;
}
.btn-ghost{
	background: rgba(255,255,255,.04);
}
.btn-lg{
	padding: 13px 16px;
	border-radius: 16px;
}
.w-full{ width:100%; }

.section{ padding: 72px 0; }
.section-alt{
	background: linear-gradient(180deg, rgba(255,255,255,.03), transparent);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.hero{ padding: 66px 0 40px; }
.hero-grid{
	display:grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 28px;
	align-items: start;
}
.eyebrow{
	color: var(--muted);
	font-weight: 700;
	letter-spacing:.18em;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 14px;
}
h1{
	margin: 0 0 14px;
	font-size: clamp(28px, 3.2vw, 46px);
	line-height: 1.08;
}
.lead{
	margin: 0 0 18px;
	color: var(--muted);
	line-height: 1.7;
	font-size: 16px;
}
.hero-actions{ display:flex; gap:12px; flex-wrap:wrap; margin: 18px 0 18px; }

.badges{
	list-style:none;
	padding:0; margin: 14px 0 0;
	display:flex; flex-wrap:wrap; gap:10px;
	color: var(--muted);
	font-weight:600;
	font-size: 13px;
}
.badges li{
	padding: 8px 10px;
	border: 1px solid var(--line);
	background: rgba(255,255,255,.03);
	border-radius: 999px;
}

.hero-media{ display:grid; gap: 14px; }
.media-card{
	border: 1px solid var(--line);
	background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
	border-radius: var(--r);
	overflow:hidden;
	box-shadow: var(--shadow);
}
.media-img{ height: auto; width:auto; background: rgba(255,255,255,.04); }
.media-meta{ display:flex; gap:8px; padding: 12px; flex-wrap:wrap; }
.chip{
	font-size: 12px;
	font-weight: 700;
	color: var(--text);
	padding: 7px 10px;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: rgba(255,255,255,.03);
}

.section-head{ margin-bottom: 22px; }
h2{ margin: 0 0 10px; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.2; }
.muted{ color: var(--muted); line-height: 1.7; }
.center{ display:flex; justify-content:center; margin-top: 18px; }

.grid-2{ display:grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.checklist{ margin:0; padding:0; list-style:none; display:grid; gap:10px; }
.checklist li{ position: relative; padding: 12px 12px 12px 40px; border: 1px solid var(--line); background: rgba(255,255,255,.02); border-radius: 14px; }
.checklist li::before{ content:""; position:absolute; left: 14px; top: 14px; width: 16px; height: 16px; border-radius: 6px; background: linear-gradient(135deg, var(--brand), var(--brand2)); }
.checklist.small li{ padding: 10px 10px 10px 38px; font-size: 14px; }
.stats{ display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.stat-card{ border: 1px solid var(--line); background: rgba(255,255,255,.02); border-radius: 16px; padding: 14px; }
.stat-number{ font-size: 22px; font-weight: 800; letter-spacing: .2px; }
.stat-label{ color: var(--muted); margin-top: 6px; font-weight: 600; }

.service-grid{ display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-card{ border: 1px solid var(--line); border-radius: var(--r); background: rgba(255,255,255,.02); padding: 16px; display:flex; flex-direction: column; gap: 12px; }
.service-head h3{ margin:0 0 6px; font-size: 18px; line-height: 1.25; }
.service-head p{ margin:0; }

.gallery{ display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; }
.gallery-item{ aspect-ratio: 1 / 1; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.03); }

.bullet{ margin:0; padding-left: 18px; color: var(--muted); line-height: 1.7; }

.timeline{ margin: 18px 0 0; padding: 0; list-style: none; display:grid; gap: 14px; }
.timeline-item{ display:grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; }
.timeline-dot{ width: 14px; height: 14px; border-radius: 5px; background: linear-gradient(135deg, var(--brand), var(--brand2)); margin-top: 6px; box-shadow: 0 0 0 5px rgba(110,231,255,.10); }
.timeline-body{ border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.02); padding: 14px; }
.timeline-body h3{ margin:0 0 6px; }
.timeline-body p{ margin:0; color: var(--muted); line-height: 1.7; }

.price-card{ display:grid; grid-template-columns: 1.15fr .85fr; gap: 16px; border: 1px solid var(--line); border-radius: calc(var(--r) + 6px); background: linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.02)); box-shadow: var(--shadow); overflow:hidden; }
.price-main{ padding: 18px; }
.price-side{ padding: 18px; border-left: 1px solid var(--line); background: rgba(0,0,0,.10); }
.h4{ margin:0 0 10px; font-size: 16px; }
.price-tag{ display:flex; align-items: baseline; gap: 8px; margin-bottom: 12px; }
.price-currency{ font-weight: 900; color: var(--muted); }
.price-number{ font-size: 34px; font-weight: 900; letter-spacing: -0.02em; }
.price-suffix{ color: var(--muted); font-weight: 700; }
.price-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 14px; }
.note{ margin-top: 12px; padding: 12px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.02); color: var(--muted); line-height: 1.6; }

.contact-card{ border: 1px solid var(--line); border-radius: calc(var(--r) + 6px); background: linear-gradient(135deg, rgba(110,231,255,.10), rgba(167,139,250,.08)); padding: 18px; display:flex; align-items:center; justify-content:space-between; gap: 16px; }
.contact-actions{ display:flex; gap:12px; flex-wrap:wrap; }

.footer{ margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.footer-grid{ display:grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 16px; }
.footer-links{ margin:0; padding:0; list-style:none; display:grid; gap: 10px; color: var(--muted); font-weight: 600; }
.footer-links a{ color: var(--muted); }
.footer-links a:hover{ color: var(--text); }
.footer-bottom{ margin-top: 18px; padding: 14px 0 0; border-top: 1px solid var(--line); }
.tiny{ font-size: 12px; }

@media (max-width: 980px){
	.hero-grid{ grid-template-columns: 1fr; }
	.grid-2{ grid-template-columns: 1fr; }
	.service-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.price-card{ grid-template-columns: 1fr; }
	.price-side{ border-left: 0; border-top: 1px solid var(--line); }
	.footer-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 560px){
	.nav{ display:none; }
	.service-grid{ grid-template-columns: 1fr; }
	.gallery{ grid-template-columns: repeat(2, minmax(0,1fr)); }
	.media-img{ height: 180px; }
}

.map-embed{ margin-top: 16px; border: 1px solid var(--line); border-radius: calc(var(--r) + 6px); overflow: hidden; background: rgba(255,255,255,.02); box-shadow: var(--shadow); }
.map-embed iframe{ display:block; width:100%; height: 420px; border:0; }

.btn[data-cta]::before{ content: none !important; }
.btn i.fa-brands{ font-size: 1.05em; line-height: 0; }
.gallery .gallery-item { cursor: zoom-in; }

.lightbox[hidden] { display: none; }
.lightbox{ position: fixed; inset: 0; z-index: 999; display: grid; place-items: center; }
.lightbox-backdrop{ position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(6px); }
.lightbox-dialog{ position: relative; width: min(980px, calc(100% - 24px)); max-height: calc(100vh - 24px); border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: rgba(10,14,20,.92); box-shadow: 0 18px 60px rgba(0,0,0,.55); display: grid; grid-template-rows: auto 1fr auto; }
.lightbox-top{ display:flex; align-items:center; justify-content:flex-end; padding: 10px; border-bottom: 1px solid rgba(255,255,255,.10); }
.lightbox-close{ appearance: none; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); color: #fff; border-radius: 12px; padding: 8px 10px; cursor: pointer; }
.lightbox-imgwrap{ padding: 10px; overflow: auto; display:grid; place-items:center; }
.lightbox-img{ max-width: 100%; max-height: calc(100vh - 160px); border-radius: 14px; border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.03); }
.lightbox-caption{ padding: 10px 14px 14px; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.5; border-top: 1px solid rgba(255,255,255,.10); }

/* Inline overrides from landing page (black & gold theme + image fit) */
.media-card { overflow: hidden; }
.media-img { width: 100%; height: 100%; object-fit: cover; display: block; }
button.gallery-item{ padding: 0; border: 0; background: transparent; cursor: pointer; display: block; overflow: hidden; }
.gallery-img{ width: 100%; height: 100%; object-fit: cover; display: block; }

:root{
	--rk-bg: #060606;
	--rk-surface: #0e0e0e;
	--rk-surface-2: #121212;
	--rk-text: #f5f5f5;
	--rk-muted: rgba(245,245,245,.72);
	--rk-gold: #d4af37;
	--rk-gold-2: #f2d27a;
	--rk-gold-3: #b8891b;
	--rk-border: rgba(212,175,55,.22);
	--rk-radius: 16px;
	--rk-shadow: 0 10px 30px rgba(0,0,0,.45);
}
body{
	background: radial-gradient(900px 600px at 20% -10%, rgba(212,175,55,.12), transparent 55%),
							radial-gradient(900px 600px at 90% 10%, rgba(242,210,122,.08), transparent 55%),
							var(--rk-bg);
	color: var(--rk-text);
}
a{ color: var(--rk-gold-2); }
a:hover{ color: var(--rk-gold); }

.site-header{
	position: sticky;
	top: 0;
	z-index: 1000;
	background: transparent;
	border-bottom: 0;
	isolation: isolate;
}
.site-header::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(6,6,6,.72);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--rk-border);
	z-index: -1;
}
.brand-name{ color: var(--rk-text); }

.section-alt{ background: linear-gradient(180deg, rgba(212,175,55,.06), transparent 45%); }
.service-card, .price-card, .contact-card, .stat-card{
	background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
	border: 1px solid var(--rk-border);
	border-radius: var(--rk-radius);
	box-shadow: var(--rk-shadow);
}
.muted{ color: var(--rk-muted) !important; }

.chip{ border: 1px solid rgba(212,175,55,.35); background: rgba(212,175,55,.10); color: var(--rk-gold-2); }
.badges li{ border: 1px solid rgba(212,175,55,.25); background: rgba(255,255,255,.03); color: rgba(245,245,245,.85); }

.btn.btn-primary{
	background: linear-gradient(135deg, var(--rk-gold-2), var(--rk-gold), var(--rk-gold-3));
	color: #0b0b0b;
	border: 1px solid rgba(0,0,0,.18);
	box-shadow: 0 10px 24px rgba(212,175,55,.18);
}
.btn.btn-primary:hover{ filter: brightness(1.03); }

.btn.btn-ghost{ background: transparent; border: 1px solid rgba(212,175,55,.55); color: var(--rk-gold-2); }
.btn.btn-ghost:hover{ background: rgba(212,175,55,.10); border-color: rgba(212,175,55,.70); color: var(--rk-gold); }

:focus-visible{ outline: 2px solid var(--rk-gold-2); outline-offset: 3px; }

.brand-text{ display: flex; flex-direction: column; line-height: 1.1; }
.brand-tagline{ font-size: 0.5em; color: var(--rk-muted); margin-top: 2px; }

/* Custom logo output from WP */
.custom-logo-link img{ width: 78px; height: 78px; object-fit: contain; border-radius: 6px; display: block; }
