/* ═══════════════════════════════════════════
   INTERIORS PAGE — interiors.css
   Requires: app.css loaded first
═══════════════════════════════════════════ */

/* ── HERO ── */
.lc-int-hero {
  background: linear-gradient(160deg, #0F0720 0%, #1E1035 40%, #2D1B69 70%, #1a1040 100%);
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.lc-int-hero::before {
  content: '';
  position: absolute;
  top: -25%;
  left: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249,115,22,.14) 0%, transparent 70%);
  pointer-events: none;
}
.lc-int-hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,158,11,.1) 0%, transparent 70%);
  pointer-events: none;
}
.lc-int-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.lc-int-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(249,115,22,.15);
  border: 1px solid rgba(249,115,22,.3);
  color: #FBB978;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-bottom: 20px;
}
.lc-int-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F97316;
}
.lc-int-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: white;
  margin-bottom: 16px;
  line-height: 1.2;
}
.lc-int-hero h1 span {
  background: linear-gradient(135deg, #F97316, #F59E0B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lc-int-hero-sub {
  color: rgba(255,255,255,.7);
  font-size: 16px;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto 32px;
}
.lc-int-hero-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.lc-int-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #F97316, #F59E0B);
  color: white;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(249,115,22,.35);
  transition: all 0.2s;
}
.lc-int-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(249,115,22,.45);
  color: white;
}
.lc-int-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.06);
  color: white;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.lc-int-btn-ghost:hover {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.5);
  color: white;
}
.lc-int-stats-row {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.lc-int-stat {
  text-align: center;
  color: white;
}
.lc-int-stat-num {
  font-size: 1.8rem;
  font-weight: 800;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.lc-int-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,.6);
  margin-top: 4px;
}

/* ── SECTION BASE ── */
.lc-int-section {
  padding: 72px 0;
}
.lc-int-section--gray {
  background: var(--soft);
}
.lc-int-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.lc-int-section-head {
  text-align: center;
  margin-bottom: 48px;
}
.lc-int-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(249,115,22,.08);
  border: 1px solid rgba(249,115,22,.2);
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 14px;
}
.lc-int-section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--ink);
  margin-bottom: 12px;
}
.lc-int-section-head h2 span {
  background: linear-gradient(135deg, #F97316, #F59E0B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lc-int-section-head p {
  font-size: 15px;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto;
}

/* ── CATEGORY GRID ── */
.lc-int-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.lc-int-cat-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 200px;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
  display: block;
}
.lc-int-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.lc-int-cat-card:hover .lc-int-cat-overlay {
  background: rgba(0,0,0,.35);
}
.lc-int-cat-svg-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.lc-int-cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.25) 55%, transparent 100%);
  transition: background 0.2s;
}
.lc-int-cat-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lc-int-cat-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px;
}
.lc-int-cat-name {
  font-size: 17px;
  font-weight: 800;
  color: white;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-bottom: 3px;
}
.lc-int-cat-count {
  font-size: 12px;
  color: rgba(255,255,255,.75);
}

/* ── WHAT WE OFFER ── */
.lc-int-offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.lc-int-offer-card {
  background: white;
  border-radius: 16px;
  border: 1px solid var(--line);
  padding: 28px;
  transition: all 0.25s;
}
.lc-int-offer-card:hover {
  border-color: var(--brand);
  box-shadow: 0 12px 32px rgba(249,115,22,.1);
  transform: translateY(-3px);
}
.lc-int-offer-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #F97316, #F59E0B);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.lc-int-offer-card h3 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--ink);
  margin-bottom: 8px;
}
.lc-int-offer-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* ── HOW IT WORKS STEPS ── */
.lc-int-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.lc-int-step {
  text-align: center;
}
.lc-int-step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F97316, #F59E0B);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin: 0 auto 16px;
  box-shadow: 0 8px 20px rgba(249,115,22,.3);
}
.lc-int-step h4 {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--ink);
  margin-bottom: 8px;
}
.lc-int-step p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* ── COMPLETED PROJECTS GALLERY ── */
.lc-int-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.lc-int-gallery-card {
  border-radius: 16px;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  transition: all 0.25s;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.lc-int-gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.1);
  border-color: var(--brand);
}
.lc-int-gallery-img {
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lc-int-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lc-int-gallery-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: white;
  font-size: 10px;
  font-weight: 700;
  color: var(--brand);
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.lc-int-gallery-body {
  padding: 16px 18px;
}
.lc-int-gallery-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-bottom: 4px;
}
.lc-int-gallery-loc {
  font-size: 12px;
  color: var(--muted);
}

/* ── NO PROJECTS / COMING SOON STATE ── */
.lc-int-empty {
  text-align: center;
  padding: 60px 24px;
  background: white;
  border-radius: 16px;
  border: 1px dashed var(--line);
}
.lc-int-empty-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--soft);
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lc-int-empty h3 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--ink);
  margin-bottom: 8px;
}
.lc-int-empty p {
  font-size: 13px;
  color: var(--muted);
  max-width: 360px;
  margin: 0 auto;
}

/* ── ENQUIRY FORM SECTION ── */
.lc-int-enquiry {
  background: linear-gradient(160deg, #0F0720 0%, #1E1035 40%, #2D1B69 70%, #1a1040 100%);
  border-radius: 24px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
}
.lc-int-enquiry-left h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: white;
  margin-bottom: 14px;
}
.lc-int-enquiry-left h2 span {
  background: linear-gradient(135deg, #F97316, #F59E0B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lc-int-enquiry-left p {
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 24px;
}
.lc-int-enquiry-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lc-int-contact-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-decoration: none;
  transition: all 0.18s;
  width: fit-content;
}
.lc-int-contact-btn--wa {
  background: #25D366;
  color: white;
}
.lc-int-contact-btn--wa:hover {
  background: #1FAD56;
  color: white;
}
.lc-int-contact-btn--call {
  background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.2);
  color: white;
}
.lc-int-contact-btn--call:hover {
  background: rgba(255,255,255,.18);
  color: white;
}
.lc-int-form-card {
  background: white;
  border-radius: 18px;
  padding: 28px;
}
.lc-int-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}
.lc-int-form-group {
  margin-bottom: 14px;
}
.lc-int-form-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.lc-int-form-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font-size: 14px;
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  outline: none;
  transition: border-color 0.18s;
}
.lc-int-form-input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(249,115,22,.1);
}
textarea.lc-int-form-input {
  resize: vertical;
  min-height: 80px;
}
.lc-int-budget-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}
.lc-int-budget-chip {
  padding: 6px 14px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: white;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  transition: all 0.15s;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.lc-int-budget-chip.lc-on {
  border-color: var(--brand);
  background: #FFF7ED;
  color: var(--brand);
}
.lc-int-form-submit {
  width: 100%;
  padding: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #F97316, #F59E0B);
  color: white;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  border: none;
  cursor: pointer;
  margin-top: 8px;
  box-shadow: 0 8px 24px rgba(249,115,22,.3);
  transition: all 0.2s;
}
.lc-int-form-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(249,115,22,.4);
}

/* ── RESPONSIVE ── */
@media(max-width: 1024px) {
  .lc-int-enquiry {
    grid-template-columns: 1fr;
    padding: 32px 24px;
  }
}
@media(max-width: 768px) {
  .lc-int-hero { padding: 56px 0 48px; }
  .lc-int-section { padding: 48px 0; }
  .lc-int-stats-row { gap: 24px; }
  .lc-int-form-row { grid-template-columns: 1fr; }
  .lc-int-hero-btns { flex-direction: column; align-items: stretch; }
}
