:root{
  --navy-950:#061122;
  --navy-900:#09182f;
  --navy-850:#0b1d38;
  --navy-800:#102849;
  --navy-700:#163a68;
  --navy-dark: #030b1a;
  --gold:#d8ad62;
  --gold-soft:#f4d99a;
  --paper:#fffaf0;
  --white:#ffffff;
  --text:#f8fbff;
  --ink:#142033;
  --muted:#aebbd1;
  --muted-2:#dce7f7;
  --line:rgba(255,255,255,.14);
  --line-gold:rgba(216,173,98,.28);
  --glass:rgba(255,255,255,.065);
  --glass-strong:rgba(255,255,255,.10);
  --shadow:0 24px 70px rgba(0,0,0,.30);
  --radius-xl:34px;
  --radius-lg:24px;
  --radius-md:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:Poppins,Inter,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 12% 10%, rgba(216,173,98,.15), transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(63,142,255,.18), transparent 24%),
    radial-gradient(circle at 45% 82%, rgba(22,58,104,.32), transparent 36%),
    linear-gradient(135deg,var(--navy-950),var(--navy-900) 42%,#07152b 100%);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.30;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.22));
  z-index:-1;
}

a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

/* =========================================================
   NAV — dark navy rounded sticky
========================================================= */
.category-nav,
.lorong-nav{
  width:min(1160px,92%);
  margin:22px auto 0;
  padding:12px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  position:sticky;
  top:10px;
  z-index:80;
  background:linear-gradient(135deg,rgba(3,11,26,.96),rgba(16,40,73,.94));
  border:1px solid rgba(216,173,98,.18);
  border-radius:24px;
  box-shadow:0 18px 48px rgba(0,0,0,.24);
  backdrop-filter:blur(14px);
}
.category-brand,
.lorong-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  font-weight:900;
  letter-spacing:-.02em;
  color:#f8fbff;
}
.category-brand img,
.lorong-brand img{
  width:46px;
  height:46px;
  border-radius:999px;
  object-fit:cover;
  background:rgba(255,255,255,.06);
  box-shadow:0 0 18px rgba(216,173,98,.22);
  flex:0 0 auto;
}
.category-brand span,
.lorong-brand span{white-space:nowrap}

.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:nowrap;
  justify-content:flex-end;
  min-width:0;
}
.category-back,
.category-wa,
.nav-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:999px;
  padding:10px 16px;
  font-weight:850;
  font-size:.9rem;
  line-height:1;
  transition:.2s ease;
  white-space:nowrap;
}
.category-back,
.nav-pill{
  background:rgba(255,255,255,.07);
  color:#ecf4ff;
}
.category-wa,
.nav-pill.is-wa{
  background:linear-gradient(135deg,var(--gold-soft),var(--gold));
  color:#07152b;
  border-color:transparent;
}
.category-back:hover,
.category-wa:hover,
.nav-pill:hover{
  transform:translateY(-1px);
  border-color:rgba(216,173,98,.32);
}
/* =========================================================
   HALAMAN KATEGORI
========================================================= */
.category-hero{
  width:min(1160px,92%);
  margin:32px auto 22px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:28px;
  align-items:center;
  padding:34px;
  border:1px solid var(--line);
  border-radius:var(--radius-xl);
  background:
    radial-gradient(circle at 74% 24%, rgba(216,173,98,.16), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.category-hero::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(216,173,98,.15);
  border-radius:28px;
  pointer-events:none;
}
.hero-copy-main,.hero-cover,.hero-copy,.hero-visual{position:relative;z-index:1}
.eyebrow,.section-kicker,.section-title span,.direction-box span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--gold-soft);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:.76rem;
}
.eyebrow{
  padding:8px 12px;
  border:1px solid rgba(216,173,98,.24);
  border-radius:999px;
  background:rgba(216,173,98,.08);
  margin-bottom:16px;
}
h1,h2,h3,p{margin-top:0}
h1{
  max-width:780px;
  margin:0 0 18px;
  font-size:clamp(2.25rem,5.8vw,5.05rem);
  line-height:.98;
  letter-spacing:-.075em;
}
.category-hero p,.hero-copy .lead{
  max-width:740px;
  margin:0 0 24px;
  color:rgba(236,244,255,.80);
  line-height:1.82;
  font-size:1.05rem;
}
.hero-actions,.featured-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-actions a,.btn,.featured-actions a,.direction-box a,.cta-box a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:14px 20px;
  font-weight:900;
  border:1px solid transparent;
  transition:.2s ease;
}
.primary,.btn-primary{
  background:linear-gradient(135deg,var(--gold-soft),var(--gold));
  color:#07152b;
  box-shadow:0 18px 40px rgba(216,173,98,.16);
}
.ghost,.btn-ghost{
  background:rgba(255,255,255,.07);
  border-color:var(--line)!important;
  color:#fff;
}
.hero-actions a:hover,.btn:hover,.featured-actions a:hover,.direction-box a:hover,.cta-box a:hover{transform:translateY(-2px)}
.hero-cover{
  padding:13px;
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 26px 70px rgba(0,0,0,.34);
}
.hero-cover img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:22px;
}

.category-wrap,.lorong-wrap{width:min(1160px,92%);margin:0 auto 48px}
.section-title{margin:34px 0 18px}
.section-title h2,.direction-box h2{
  margin:8px 0 10px;
  font-size:clamp(1.55rem,3vw,2.35rem);
  line-height:1.12;
  letter-spacing:-.045em;
  color:#fff;
}
.section-title p,.direction-box p{
  color:rgba(236,244,255,.74);
  line-height:1.75;
  margin:0;
  max-width:820px;
}

/* =========================================================
   UNGGULAN LORONG 02 — DESAIN TAMAN
========================================================= */
.featured-service{
  margin:0 0 30px;
  padding:28px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:26px;
  align-items:center;
  border:1px solid var(--line-gold);
  border-radius:var(--radius-xl);
  background:
    radial-gradient(circle at 18% 14%, rgba(216,173,98,.18), transparent 28%),
    radial-gradient(circle at 84% 30%, rgba(255,255,255,.10), transparent 24%),
    linear-gradient(135deg, rgba(216,173,98,.12), rgba(255,255,255,.055));
  box-shadow:0 26px 78px rgba(0,0,0,.28);
  position:relative;
  overflow:hidden;
}
.featured-service::before{
  content:"";
  position:absolute;
  inset:16px;
  border:1px solid rgba(216,173,98,.17);
  border-radius:28px;
  pointer-events:none;
}
.featured-service::after{
  content:"UNGGULAN";
  position:absolute;
  right:-34px;
  top:34px;
  transform:rotate(32deg);
  color:rgba(244,217,154,.065);
  font-size:5.6rem;
  font-weight:950;
  letter-spacing:-.08em;
  pointer-events:none;
}
.featured-copy,.featured-visual{position:relative;z-index:1}
.featured-copy h2{
  margin:8px 0 14px;
  font-size:clamp(2.3rem,5.6vw,4.8rem);
  line-height:.96;
  letter-spacing:-.075em;
  color:#fff;
}
.featured-copy p{
  color:rgba(236,244,255,.78);
  line-height:1.82;
  margin:0;
  max-width:720px;
}
.featured-points{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}
.featured-points span,.quick-tags span,.service-tags span{
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  color:#dce7f7;
  font-size:.80rem;
  font-weight:800;
}
.featured-points span{
  border-color:rgba(216,173,98,.24);
  color:var(--gold-soft);
}
.featured-visual{display:grid;grid-template-columns:.95fr 1fr;gap:16px;align-items:stretch}
.garden-frame{
  border-radius:28px;
  padding:10px;
  background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.035));
  border:1px solid rgba(216,173,98,.22);
  box-shadow:0 24px 58px rgba(0,0,0,.28);
}
.garden-frame img{width:100%;height:100%;min-height:310px;object-fit:cover;border-radius:20px}
.garden-service-list{display:grid;gap:12px;align-content:center}
.garden-service-list article{
  padding:16px 17px;
  border-radius:20px;
  background:rgba(255,255,255,.08);
  color:#fff;
  box-shadow:0 18px 36px rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.10);
  border-left:4px solid var(--gold);
}
.garden-service-list strong{display:block;font-size:.98rem;letter-spacing:-.02em;margin-bottom:5px;color:#fff}
.garden-service-list span{display:block;color:rgba(236,244,255,.72);font-size:.82rem;line-height:1.55;font-weight:650}

/* =========================================================
   SHOWCASE HASIL KERJA
========================================================= */
.showcase-section{
  margin:30px 0;
  padding:26px;
  border-radius:var(--radius-xl);
  border:1px solid rgba(216,173,98,.20);
  background:linear-gradient(135deg,rgba(255,255,255,.085),rgba(255,255,255,.035));
  box-shadow:0 22px 62px rgba(0,0,0,.20);
  overflow:hidden;
}
.showcase-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.showcase-header h2{
  margin:8px 0 8px;
  color:#fff;
  font-size:clamp(1.45rem,3vw,2.15rem);
  letter-spacing:-.045em;
}
.showcase-header p{
  margin:0;
  color:rgba(236,244,255,.72);
  line-height:1.7;
  max-width:760px;
}
.showcase-header a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid rgba(216,173,98,.24);
  color:var(--gold-soft);
  font-weight:850;
  background:rgba(216,173,98,.08);
}
.showcase-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.showcase-card{
  border-radius:24px;
  padding:10px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 44px rgba(0,0,0,.16);
  transition:.22s ease;
}
.showcase-card:hover{transform:translateY(-4px);border-color:rgba(216,173,98,.34)}
.showcase-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
}
.showcase-card-body{padding:14px 8px 6px}
.showcase-card-body span{
  display:inline-flex;
  margin-bottom:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(216,173,98,.10);
  border:1px solid rgba(216,173,98,.20);
  color:var(--gold-soft);
  font-size:.75rem;
  font-weight:850;
}
.showcase-card h3{
  margin:0 0 7px;
  color:#fff;
  letter-spacing:-.03em;
  font-size:1.02rem;
}
.showcase-card p{
  margin:0;
  color:rgba(236,244,255,.70);
  line-height:1.6;
  font-size:.88rem;
}
.lorong-showcase{margin:26px 0 0}

/* =========================================================
   KARTU LAYANAN & CTA
========================================================= */
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.service-card{
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:22px;
  box-shadow:0 18px 44px rgba(0,0,0,.18);
  min-height:250px;
  display:flex;
  flex-direction:column;
  transition:.2s ease;
  color:#fff;
}
.service-card:hover{transform:translateY(-4px);border-color:rgba(216,173,98,.34);box-shadow:0 26px 70px rgba(0,0,0,.26)}
.service-icon{font-size:2rem;margin-bottom:14px}
.service-card h3{font-size:1.14rem;margin:0 0 10px;letter-spacing:-.03em;color:#fff}
.service-card p{color:rgba(236,244,255,.72);line-height:1.65;margin:0 0 16px}
.service-tags{margin-top:auto;display:flex;flex-wrap:wrap;gap:8px}
.direction-box,.footer-note,.cta-box{
  width:min(1160px,100%);
  margin:28px auto 0;
  padding:24px;
  border:1px solid rgba(216,173,98,.20);
  background:rgba(255,255,255,.07);
  border-radius:24px;
  color:rgba(236,244,255,.74);
  line-height:1.7;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  box-shadow:0 18px 46px rgba(0,0,0,.16);
}
.footer-note{width:min(1160px,92%);margin:0 auto 34px;display:block;text-align:center}
.footer-note strong{color:#fff}
.footer-mini{text-align:center;color:rgba(236,244,255,.62);font-size:.88rem;padding:0 20px 34px}

/* =========================================================
   DETAIL PAGES — layanan pendukung
========================================================= */
.lorong-hero{
  width:min(1160px,92%);
  margin:32px auto 26px;
  padding:34px;
  border-radius:var(--radius-xl);
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 76% 24%, rgba(216,173,98,.13), transparent 25%),
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:center;
  overflow:hidden;
}
.hero-copy .lead{font-size:1.08rem}
.quick-tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}
.hero-visual{
  min-height:320px;
  background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.14);
  border-radius:30px;
  padding:16px;
  box-shadow:0 22px 58px rgba(0,0,0,.24);
}
.visual-inner{
  height:100%;
  min-height:288px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(216,173,98,.12),rgba(255,255,255,.05));
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
}
.visual-fallback{font-size:4.8rem;display:grid;place-items:center;min-height:190px}
.visual-label{padding:20px;background:rgba(6,17,34,.72);border-top:1px solid rgba(255,255,255,.12)}
.visual-label strong{display:block;color:#fff;font-size:1.05rem;margin-bottom:6px}
.visual-label span{color:rgba(236,244,255,.72);line-height:1.55;font-size:.92rem}
.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.info-card{
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  padding:22px;
  box-shadow:0 18px 44px rgba(0,0,0,.16);
}
.info-card h2,.info-card h3{margin:0 0 12px;color:#fff;letter-spacing:-.03em}
.info-card p,.info-card li{color:rgba(236,244,255,.72);line-height:1.7}
.info-card ul,.info-card ol{padding-left:20px;margin:0}
.wide-card{grid-column:span 2}
.status-note{margin-top:14px;padding:13px 14px;border-radius:16px;background:rgba(216,173,98,.10);color:var(--gold-soft);font-weight:750;border:1px solid rgba(216,173,98,.18)}
.price{font-size:1.7rem;font-weight:950;color:var(--gold-soft);letter-spacing:-.04em}
.price small{display:block;margin-top:8px;font-size:.86rem;line-height:1.5;color:rgba(236,244,255,.68);font-weight:600;letter-spacing:0}
.cta-box h2{margin:0 0 8px;color:#fff;letter-spacing:-.04em}.cta-box p{margin:0;color:rgba(236,244,255,.74)}

@media(max-width:1000px){
  .category-hero,.featured-service,.lorong-hero{grid-template-columns:1fr}
  .info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){.service-grid,.showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){
  .featured-service{padding:22px;border-radius:24px}
  .featured-visual{grid-template-columns:1fr}
  .garden-frame img{min-height:240px}
  .featured-service::after{font-size:3.5rem;right:-22px;top:26px}
}
@media(max-width:620px){
  .category-nav,
  .lorong-nav{
    align-items:center;
    flex-wrap:nowrap;
    padding-bottom:10px;
    gap:8px;
  }

  .category-brand,
  .lorong-brand{
    min-width:0;
    flex:1 1 auto;
  }

  .category-brand span,
  .lorong-brand span{
    font-size:.82rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .nav-actions{
    width:auto;
    flex:0 0 auto;
    justify-content:flex-end;
    gap:6px;
  }

  .category-back,
  .category-wa,
  .nav-pill{
    font-size:.72rem;
    padding:8px 9px;
    margin-right:0;
    white-space:nowrap;
  }

  .service-grid,
  .info-grid,
  .showcase-grid{
    grid-template-columns:1fr;
  }

  .category-hero,
  .lorong-hero{
    border-radius:24px;
    padding:24px;
  }

  .hero-actions a,
  .btn,
  .featured-actions a{
    width:100%;
    text-align:center;
  }

  .wide-card{
    grid-column:span 1;
  }

  .direction-box,
  .cta-box{
    display:block;
  }

  .direction-box a,
  .cta-box a{
    display:flex;
    margin-top:16px;
    text-align:center;
  }

  .hero-visual{
    min-height:auto;
  }

  .visual-inner{
    min-height:230px;
  }
}

@media(max-width:520px){
  .category-nav,
  .lorong-nav{width:min(100% - 20px,1160px);padding:10px 12px;border-radius:18px;top:8px}
  .category-brand img,
  .lorong-brand img{width:38px;height:38px}
  .category-back{display:none}
  .category-wa,
  .nav-pill.is-wa{font-size:.72rem;padding:8px 10px}
  .showcase-header{display:block}
  .showcase-header a{margin-top:14px;width:100%}
  .showcase-section{padding:18px;border-radius:22px}
}
@media(max-width:520px){
  .nav-pill:not(.is-wa){display:none}
}
