/* LaceStyle Indonesia | Panduan Lingerie & Busana Dalam Wanita | lacestyle.id */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --rose-dark: #831843;
  --rose-main: #BE185D;
  --rose-accent: #DB2777;
  --rose-soft: #FCE7F3;
  --rose-light: #FFF1F2;
  --slate-dark: #0F172A;
  --slate-main: #1E293B;
  --slate-muted: #64748B;
  --bg-page: #FAF9F6;
  --card-bg: #FFFFFF;
  --border-color: #E2E8F0;
  --border-rose: #FBCFE8;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(131, 24, 67, 0.05);
  --shadow-md: 0 8px 24px rgba(131, 24, 67, 0.08);
  --shadow-lg: 0 16px 40px rgba(15, 23, 42, 0.12);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg-page);
  color: var(--slate-dark);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ── Top Header Notice ── */
.topbar {
  background: var(--slate-dark);
  color: #CBD5E1;
  font-size: 0.75rem;
  padding: 8px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar-info strong {
  color: #F9A8D4;
}
.topbar-loc {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ── Header Nav ── */
.hdr {
  background: #FFFFFF;
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}
.hdr-in {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-icon {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--rose-dark), var(--rose-main));
  color: #FFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 0 4px 12px rgba(190, 24, 93, 0.25);
}
.logo-text {
  display: flex;
  flex-direction: column;
}
.logo-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--slate-dark);
  line-height: 1.1;
}
.logo-title span {
  color: var(--rose-main);
}
.logo-sub {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--slate-muted);
  font-weight: 600;
}
.hdr-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-link {
  color: var(--slate-main);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}
.nav-link:hover {
  color: var(--rose-main);
  background: var(--rose-light);
}
.nav-link.active {
  color: var(--rose-main);
  background: var(--rose-light);
  font-weight: 700;
}
.btn-contact {
  background: var(--rose-main);
  color: #FFF;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 700;
  transition: all 0.2s ease;
  margin-left: 10px;
}
.btn-contact:hover {
  background: var(--rose-dark);
  box-shadow: 0 4px 12px rgba(190, 24, 93, 0.3);
}

/* ── Category Bar ── */
.cat-bar {
  background: var(--rose-dark);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.cat-bar-in {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  gap: 4px;
  overflow-x: auto;
}
.cat-link {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 12px 18px;
  transition: all 0.2s ease;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
}
.cat-link:hover {
  color: #FFF;
  background: rgba(255,255,255,0.05);
}
.cat-link.active {
  color: #FFF;
  border-bottom-color: #F9A8D4;
}

/* ── Hero Section ── */
.hero {
  background: linear-gradient(135deg, #1E1B4B 0%, #311B38 50%, #831843 100%);
  color: #FFF;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.hero-in {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #FBCFE8;
  margin-bottom: 20px;
  border: 1px solid rgba(251, 207, 232, 0.2);
}
.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  line-height: 1.15;
  margin-bottom: 18px;
  font-weight: 700;
}
.hero-h1 span {
  color: #F9A8D4;
  font-style: italic;
}
.hero-desc {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 620px;
}
.hero-img-box {
  position: relative;
}
.hero-img-main {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  border: 2px solid rgba(255,255,255,0.2);
}
.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--rose-accent), var(--rose-main));
  color: #FFF;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.92rem;
  transition: all 0.2s ease;
  box-shadow: 0 6px 18px rgba(219, 39, 119, 0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(219, 39, 119, 0.45);
}
.btn-secondary {
  border: 2px solid rgba(255,255,255,0.3);
  color: #FFF;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.92rem;
  transition: all 0.2s ease;
}
.btn-secondary:hover {
  border-color: #FFF;
  background: rgba(255,255,255,0.1);
}

/* ── Content Layout & Grid ── */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}
.section-padding {
  padding: 64px 0;
}
.grid-2col {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: start;
}

.sec-title-tag {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--rose-main);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sec-title-tag::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--rose-main);
}
.sec-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  color: var(--slate-dark);
  line-height: 1.2;
  margin-bottom: 32px;
}

/* ── Featured Grid / Article Cards ── */
.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}
.card {
  background: var(--card-bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-rose);
}
.card-img-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.card:hover .card-img {
  transform: scale(1.05);
}
.card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(4px);
  color: #FFF;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 4px;
}
.card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card-h {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: var(--slate-dark);
  line-height: 1.35;
  margin-bottom: 10px;
}
.card-h a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.card-h a:hover {
  color: var(--rose-main);
}
.card-p {
  color: var(--slate-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 18px;
  flex-grow: 1;
}
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  color: var(--slate-muted);
  border-top: 1px solid #F1F5F9;
  padding-top: 14px;
}
.card-readmore {
  color: var(--rose-main);
  font-weight: 700;
  text-decoration: none;
}
.card-readmore:hover {
  text-decoration: underline;
}

/* ── Photos Gallery Section ── */
.gallery-section {
  background: var(--rose-light);
  border-top: 1px solid var(--border-rose);
  border-bottom: 1px solid var(--border-rose);
  padding: 64px 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background: #FFF;
  border: 1px solid var(--border-color);
}
.gallery-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.gallery-item:hover .gallery-img {
  transform: scale(1.04);
}
.gallery-caption {
  padding: 16px;
  background: #FFF;
}
.gallery-title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--slate-dark);
  margin-bottom: 4px;
}
.gallery-sub {
  font-size: 0.8rem;
  color: var(--slate-muted);
}

/* ── Sidebar Widget ── */
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.widget {
  background: var(--card-bg);
  border-radius: var(--radius-md);
  padding: 26px;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}
.widget-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--slate-dark);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--rose-soft);
}
.widget-post {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
  text-decoration: none;
}
.widget-post:last-child {
  margin-bottom: 0;
}
.wp-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: var(--radius-sm);
}
.wp-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-cat {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--rose-main);
  letter-spacing: 0.05em;
}
.wp-h {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--slate-dark);
  line-height: 1.35;
  transition: color 0.2s;
}
.widget-post:hover .wp-h {
  color: var(--rose-main);
}

/* ── Articles Article Page Detail ── */
.article-header {
  margin-bottom: 32px;
}
.article-meta {
  display: flex;
  gap: 16px;
  font-size: 0.82rem;
  color: var(--slate-muted);
  margin-top: 12px;
}
.article-banner {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin-bottom: 32px;
  box-shadow: var(--shadow-md);
}
.content-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--slate-dark);
  margin: 32px 0 16px;
}
.content-body p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--slate-main);
  margin-bottom: 20px;
}
.content-body ul, .content-body ol {
  margin: 0 0 24px 24px;
}
.content-body li {
  margin-bottom: 8px;
  line-height: 1.7;
}

/* ── Policy Pages ── */
.policy-box {
  background: var(--card-bg);
  padding: 40px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
}
.policy-box h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--slate-dark);
  margin-bottom: 8px;
}
.policy-box .updated {
  font-size: 0.85rem;
  color: var(--slate-muted);
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 12px;
}
.policy-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: var(--rose-dark);
  margin: 28px 0 12px;
}
.policy-box p, .policy-box ul {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--slate-main);
  margin-bottom: 16px;
}

/* ── Newsletter Section ── */
.nl-box {
  background: linear-gradient(135deg, var(--rose-dark), var(--slate-dark));
  color: #FFF;
  border-radius: var(--radius-md);
  padding: 48px 32px;
  text-align: center;
  margin: 48px 0;
}
.nl-h {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.nl-p {
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
  max-width: 540px;
  margin: 0 auto 24px;
}
.nl-form {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  gap: 10px;
}
.nl-input {
  flex-grow: 1;
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.3);
  font-size: 0.9rem;
  outline: none;
}
.nl-btn {
  background: var(--rose-main);
  color: #FFF;
  border: none;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.nl-btn:hover {
  background: var(--rose-accent);
}

/* ── Footer ── */
.footer {
  background: var(--slate-dark);
  color: #94A3B8;
  padding: 60px 0 30px;
  font-size: 0.88rem;
}
.footer-in {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #FFF;
  margin-bottom: 14px;
}
.footer-brand span {
  color: #F9A8D4;
}
.footer-desc {
  line-height: 1.7;
  margin-bottom: 18px;
}
.footer-disclaimer {
  background: rgba(255,255,255,0.05);
  border-left: 3px solid var(--rose-main);
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 0.78rem;
  line-height: 1.6;
  color: #CBD5E1;
}
.footer-h {
  color: #FFF;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer-links {
  list-style: none;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #94A3B8;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #FFF;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}

/* Responsive */
@media (max-width: 992px) {
  .hero-in, .grid-2col {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hdr-in {
    padding: 0 16px;
  }
  .container {
    padding: 0 16px;
  }
}
