:root {
  --primary: #111827;
  --secondary: #F8F5F0;
  --accent: #C9A227;
  --neutral: #FFFFFF;
  --text: #374151;
  --muted: #6B7280;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@300;400;600;800&display=swap');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: linear-gradient(180deg,#fff 0%,#fffaf6 100%); }
img { max-width:100%; display:block; }
a { text-decoration:none; color:inherit; }
section { padding: 80px 0; }
.text-light-2 { color: rgba(255,255,255,0.82) !important; }
.card-soft, .feature-card, .product-card, .gallery-card, .counter-card { color: var(--primary); }
.card-soft p, .feature-card p, .product-card p, .gallery-card p, .counter-card p { color: #4b5563; }
.bg-dark-custom { background: rgba(17,24,39,.96) !important; backdrop-filter: blur(12px); }
.text-accent { color: var(--accent) !important; }
.bg-accent { background: var(--accent) !important; }
.btn-accent { background: var(--accent); color:#111; border-color:var(--accent); font-weight:600; }
.btn-accent:hover { background:#d3a83a; color:#111; }
.btn-outline { border:1px solid rgba(201,162,39,.4); color:#111; background:transparent; }
.nav-link { color: rgba(255,255,255,.88) !important; font-weight:500; }
.nav-link:hover { color: var(--accent) !important; }
.hero-panel { min-height: 88vh; display:flex; align-items:center; background:
  linear-gradient(120deg, rgba(17,24,39,.50), rgba(17,24,39,.30)),
  url('../../uploads/banners/banner.jpeg') center/cover no-repeat;
}
.hero-badge { border:1px solid rgba(255,255,255,.15); background:rgba(255,255,255,.08); color:#fff; border-radius:999px; padding:8px 14px; display:inline-flex; align-items:center; gap:8px; }
.section-heading h2 { font-size: clamp(2rem, 5vw, 3rem); color:var(--primary); font-weight:800; }
.section-heading p { color:var(--muted); max-width:720px; }
.card-soft { background: var(--neutral); border:1px solid #eee; border-radius: 24px; box-shadow: 0 22px 36px rgba(17,24,39,.08); }
.icon-box { width: 52px; height:52px; border-radius:14px; background: linear-gradient(135deg, #fff, #f3ebda); color: var(--accent); display:grid; place-items:center; box-shadow: inset 0 0 0 1px rgba(201,162,39,.2); }
.feature-card { transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 18px 30px rgba(17,24,39,.14); }
.category-card { display:flex; flex-direction:column; }
.category-thumb { width:100%; aspect-ratio: 1 / 1; object-fit:cover; object-position:center; border-radius:18px; background:#f3f4f6; }
.timeline { position:relative; border-left:2px solid #eee; margin-left:12px; }
.timeline-item { position:relative; padding-left:28px; margin-bottom:24px; }
.timeline-item::before { content:""; position:absolute; left:-7px; top:8px; width:12px; height:12px; border-radius:50%; background:var(--accent); box-shadow:0 0 0 4px rgba(201,162,39,.12); }
.counter-card { border-radius: 20px; background: linear-gradient(145deg, #fff, #f8f5f0); border:1px solid #eee; }
.counter-value { font-size: 2rem; font-weight:800; color:var(--primary); }
.product-card img, .gallery-card img, .square-thumb { border-radius:18px; width:100%; aspect-ratio: 1 / 1; object-fit:cover; object-position:center; }

.square-thumb { height: 180px; }
.product-tag { background: rgba(201,162,39,.12); color:#9a7a0c; border-radius:999px; padding:6px 10px; font-size:.78rem; text-transform:uppercase; letter-spacing:.18em; }
.footer { background:#0f172a; color:#fff; }
.footer-links a, .footer-links li { color:#dce4ea; }
.floating-icon, .back-to-top { position:fixed; right:18px; width:56px; height:56px; border-radius:50%; display:grid; place-items:center; box-shadow:0 16px 30px rgba(0,0,0,.22); z-index:1100; color:#fff; border:0; text-decoration:none; transition: transform .24s ease, box-shadow .24s ease; }
.floating-icon svg { width: 24px; height: 24px; fill: currentColor; }
.floating-wa { bottom: 92px; background: #25D366; }
.floating-call { bottom: 24px; background: #111827; }
.floating-icon:hover { transform: translateY(-4px); box-shadow:0 24px 42px rgba(0,0,0,.28); }
.back-to-top { bottom:160px; background:#C9A227; color:#111; display:none; }
.table th, .table td { vertical-align: middle; }
.admin-shell { min-height:100vh; background:linear-gradient(135deg,#111827 0%, #172033 45%, #0b1220 100%); color:#fff; }
.admin-card { border-radius:24px; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); box-shadow: 0 22px 36px rgba(0,0,0,.18); padding: 1rem; }
.admin-shell .container { max-width: 1450px; }
.admin-shell h1, .admin-shell h2, .admin-shell h3 { line-height: 1.2; }
.admin-shell .py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.admin-shell .mb-4 { margin-bottom: 1.5rem !important; }
.admin-shell .g-4 { --bs-gutter-y: 1.25rem; --bs-gutter-x: 1.25rem; }
.form-label { color:#111827; }
.form-control, .form-select { border-radius:14px; border:1px solid #d1d5db; background:#fff; color:#111827; }
.form-control::placeholder { color:#6b7280; }
.form-control:focus, .form-select:focus { background:#fff; color:#111827; box-shadow:0 0 0 .25rem rgba(201,162,39,.18); border-color:rgba(201,162,39,.45); }
.admin-shell .form-label { color:#e5e7eb; }
.admin-shell .form-control, .admin-shell .form-select,
.admin-shell select.form-select { border:1px solid rgba(255,255,255,.12); background-color: rgba(17,24,39,0.92) !important; color:#fff !important; }
.admin-shell .form-control::placeholder { color:#cbd5e1; }
.admin-shell .form-control:focus, .admin-shell .form-select:focus,
.admin-shell select.form-select:focus { background-color: rgba(17,24,39,0.96) !important; color:#fff !important; box-shadow:0 0 0 .25rem rgba(201,162,39,.18); border-color:rgba(201,162,39,.45); }
.admin-shell .form-select option,
.admin-shell .form-select option:checked { background-color:#111827; color:#fff; }
.admin-shell .form-select { appearance: auto; -webkit-appearance: auto; }
.admin-shell .form-select option,
.admin-shell .form-select option:checked { background-color:#111827; color:#fff; }
.admin-shell .form-select { appearance: auto; -webkit-appearance: auto; }
.badge-soft { background:rgba(201,162,39,.12); color:#ffd56b; }
.page-banner { padding: 64px 0 24px; background: linear-gradient(135deg,#111827,#1f2937); color:#fff; }
.map-card { border-radius:24px; overflow:hidden; border:1px solid #eee; }
@media (max-width: 1199px) {
  .section-heading { padding: 0 1rem; }
  .page-banner { padding: 56px 0 18px; }
  .page-banner .container { max-width: 100%; }
}

@media (max-width: 991px) {
  .hero-panel { min-height: auto; padding: 72px 0 40px; }
  .hero-panel .container { max-width: 100%; padding: 0 1rem; }
  .hero-panel .display-4 { font-size: clamp(2rem, 6vw, 2.6rem); }
  .hero-panel .lead { font-size: 1rem; }
  .hero-panel .row { gap: 1.5rem; }
  .card-soft { border-radius: 20px; }
  .category-thumb { height: auto; }
  .product-card img, .gallery-card img { height: auto; }
  .map-card iframe { min-height: 260px; }
  .section-heading p { max-width: 100%; }
  .section-heading h2 { font-size: clamp(1.9rem, 5vw, 2.6rem); }
  .floating-wa { bottom: 84px; }
  .back-to-top { bottom: 146px; }
}

@media (max-width: 767px) {
  section { padding: 56px 0; }
  .admin-shell .container { padding-left: 14px; padding-right: 14px; }
  .admin-shell .py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .admin-card { border-radius: 18px; padding: 0.95rem; }
  .category-thumb { height:auto; }
  .hero-panel { min-height: auto; padding: 56px 0 32px; }
  .hero-panel .display-4 { line-height: 1.15; }
  .hero-badge { font-size: .9rem; }
  .section-heading h2 { font-size: clamp(1.5rem, 8vw, 2rem); }
  .section-heading p { font-size: .95rem; }
  .card-soft { border-radius: 18px; }
  .product-card img, .gallery-card img { height: auto; }
  .counter-value { font-size: 1.65rem; }
  .floating-wa, .floating-call, .back-to-top { width: 50px; height: 50px; right: 12px; font-size: 1rem; }
  .floating-wa { bottom: 80px; }
  .floating-call { bottom: 18px; }
  .back-to-top { bottom: 136px; }
}

@media (max-width: 575px) {
  .navbar-brand { font-size: 1rem; }
  .hero-panel { min-height: auto; padding-top: 56px; }
  .hero-panel .lead { font-size: 1rem; }
  .btn-lg { width: 100%; }
  .section-heading p { font-size: .95rem; }
  .timeline { border-left-width: 1px; margin-left: 4px; }
  .timeline-item { padding-left: 18px; }
  .product-card img, .gallery-card img { height: auto; }
  .footer-links li, .footer-links a { font-size: .95rem; }
  .page-banner { padding: 42px 0 18px; }
  .page-banner h1, .page-banner p { text-align: center; }
  .map-card iframe { min-height: 240px; }
}

/* Leadership / From the Desk of Management */
.leadership { padding: 80px 0; }
.leadership .container { max-width: 1200px; }
.leadership__item { display:flex; gap:48px; align-items:center; margin-bottom:32px; opacity:1; transform:none; transition:opacity .7s cubic-bezier(.2,.9,.2,1), transform .7s cubic-bezier(.2,.9,.2,1); }
.leadership__item.in-view, .leadership__item.revealed { opacity:1; transform:none; }
.leadership__img { flex:0 0 44%; max-width:480px; }
.leadership__img img { width:100%; height:100%; aspect-ratio: 1 / 1; object-fit:cover; border-radius:18px; box-shadow: 0 20px 40px rgba(17,24,39,.08); }
.leadership__content { flex:1 1 58%; }
.leadership__content h3 { font-size:1rem; letter-spacing:.08em; color:var(--accent); text-transform:uppercase; font-weight:700; }
.leadership__content h4 { font-size: clamp(1.25rem, 2.6vw, 1.8rem); margin: .25rem 0 1rem; color:var(--primary); }
.leadership__content p { color:#475569; line-height:1.7; font-size:1rem; }
.leadership__item--reverse { flex-direction:row-reverse; }

@media (max-width: 991px) {
  .leadership__item { gap:32px; }
  .leadership__img { flex:0 0 48%; max-width:420px; }
}

@media (max-width: 767px) {
  .leadership__item { flex-direction:column; text-align:center; }
  .leadership__item--reverse { flex-direction:column; }
  .leadership__img { width:66%; max-width:360px; margin:0 auto; }
  .leadership__content { width:100%; }
}

/* Hero dark variant to mirror attached luxury layout */
.leadership--hero { padding: 0; position:relative; overflow:hidden; }
.leadership--hero .container { max-width: 1180px; }
.leadership__hero-row { display:flex; gap:48px; align-items:center; min-height:520px; background: linear-gradient(180deg,#2b1410 0%, #27120f 100%); padding: 48px; margin: 0 auto; width: auto; border-radius: 32px; box-sizing: border-box; }
.leadership__content-hero { padding-left: 12px; flex: 1 1 52%; }
.leadership__img-hero { flex: 0 0 44%; max-width:520px; }

@media (max-width: 991px) {
  .leadership__hero-row { flex-direction: column; padding: 32px; gap: 24px; min-height: auto; }
  .leadership__content-hero { width: 100%; padding-left: 0; }
  .leadership__img-hero { width: 100%; max-width: 460px; margin: 0 auto; }
}

@media (max-width: 767px) {
  .leadership__hero-row { padding: 24px 16px; gap: 20px; }
  .leadership__hero-name { font-size: clamp(2rem, 8vw, 3.4rem); }
  .leadership__bio { font-size: 1rem; line-height:1.7; }
  .leadership__img-hero { width: 90%; max-width: 320px; }
}
.leadership__kicker { font-size: 1rem; color: #fff; letter-spacing: .18em; text-transform:uppercase; margin-bottom: 16px; font-weight:900; }
.leadership__hero-name { font-family: 'Playfair Display', serif; font-size: clamp(3.5rem, 8vw, 7rem); line-height:1.1; margin: 0 0 24px; font-weight:900; color:#fff; position:relative; text-shadow: 0 6px 18px rgba(0,0,0,.45); }
.leadership__hero-name::before { content: '"'; font-family: 'Playfair Display', serif; font-size: .9em; vertical-align: top; margin-right:8px; color:#fff; opacity:1; font-weight:900; }
.leadership__hero-name::after { content: '"'; font-family: 'Playfair Display', serif; font-size: .9em; margin-left:8px; color:#fff; opacity:1; font-weight:900; }
.leadership__role { color:#fff; font-weight:900; letter-spacing:.04em; margin-bottom:28px; font-size:1.25rem; }
.leadership__bio { color: #fff !important; font-size:1.18rem; line-height:2; max-width:680px; font-weight:700 !important; }
.leadership__img-hero img { width:100%; height:100%; aspect-ratio: 1 / 1; object-fit:cover; border-radius:32px; box-shadow: 0 40px 80px rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.06); transform: translateY(-6px); }

/* Decorative accent under the hero name */
.leadership__hero-name + .leadership__role {
  position:relative;
}
.leadership__hero-name + .leadership__role::before {
  content: '';
  position:absolute;
  left:-2px;
  top: 38px;
  width:44px;
  height:3px;
  background: linear-gradient(90deg, rgba(201,162,39,1), rgba(201,162,39,0.6));
  border-radius:2px;
}

/* Director card refinement */
.leadership--light .leadership__img img { border-radius:18px; box-shadow: 0 18px 40px rgba(17,24,39,.12); }
.leadership--light .leadership__content { display:flex; flex-direction:column; justify-content:center; }
.leadership--light .leadership__small { color: var(--muted) !important; font-weight:900 !important; }
.leadership--light .leadership__name { color: var(--primary) !important; font-weight:900 !important; }
.leadership--light .text-muted { color: #475569 !important; font-weight:700 !important; }
.leadership__name { font-family: 'Playfair Display', serif; font-size: clamp(1.4rem, 3vw, 1.9rem); margin-bottom:8px; color: #fff !important; font-weight:900 !important; }

/* subtle decorative texture overlay on hero (very light) */
.leadership__hero-row::before { content: ''; position:absolute; inset:0; background-image: radial-gradient(rgba(255,255,255,.01) 1px, transparent 1px); background-size: 20px 20px; opacity:.06; pointer-events:none; }

/* Light card variant for director to mirror second sample */
.leadership--light { background: transparent; }
.leadership--light .leadership__item { background: transparent; padding: 48px 0; }
.leadership__small { font-size:1rem; color: #fff !important; text-transform:uppercase; letter-spacing:.12em; margin-bottom:8px; font-weight:900 !important; }
.leadership__name { font-family: 'Playfair Display', serif; font-size:1.6rem; color:var(--primary); margin-bottom:12px; }

/* Adjust reveal timing for hero */
.leadership__item { transition:opacity .8s cubic-bezier(.2,.9,.2,1), transform .8s cubic-bezier(.2,.9,.2,1); }

@media (max-width: 991px) {
  .leadership__hero-row { flex-direction:column; text-align:center; min-height:auto; padding: 36px; }
  .leadership__content-hero { padding-top: 18px; padding-left: 0; }
  .leadership__img-hero { max-width:420px; }
  .leadership__img, .leadership__img-hero { width: 100%; max-width: 420px; margin: 0 auto; }
  .leadership__img img, .leadership__img-hero img { aspect-ratio: 1 / 1; }
}

@media (max-width: 767px) {
  .leadership__hero-row { padding: 28px 20px; gap: 24px; }
  .leadership__hero-name { font-size: clamp(2.2rem, 8vw, 3.4rem); }
  .leadership__role { margin-bottom: 20px; }
  .leadership__bio { font-size: 1rem; line-height:1.7; max-width:100%; }
  .leadership__img-hero { width: 88%; max-width: 320px; margin:0 auto; }
  .leadership__content-hero { width:100%; }
}

@media (max-width: 575px) {
  .leadership__hero-name { font-size: clamp(2rem, 10vw, 3.2rem); }
  .leadership__bio { font-size: 1.05rem; }
}
