/* ==========================================================================
   SENALI CHAIRS — Luxury Wooden Furniture
   Brand Palette:
   --wood   #4E342E (Dark Wood)
   --cream  #F5F0E6 (Cream)
   --gold   #C8A96B (Gold Accent)
   --char   #2B2B2B (Charcoal)
   --beige  #D7CCC8 (Soft Beige)
   ========================================================================== */



:root {
  --wood: #505050;
  --wood-deep: #FF5A3C;
  --wood-light: #6b4a42;
  --cream: #F5F0E6;
  --cream-warm: #efe7d6;
  --gold: #C8A96B;
  --gold-bright: #d9bd83;
  --gold-deep: #a88748;
  --char: #2B2B2B;
  --char-soft: #3d3d3d;
  --beige: #D7CCC8;
  --beige-dark: #b8a89f;
  --white: #ffffff;
  --shadow-soft: 0 8px 30px rgba(43, 43, 43, 0.08);
  --shadow-deep: 0 20px 60px rgba(43, 43, 43, 0.18);
  --shadow-gold: 0 10px 40px rgba(200, 169, 107, 0.25);

  /*--font-display: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;*/
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Manrope', 'Helvetica Neue', sans-serif;
  --font-accent: 'Cormorant Garamond', serif;

  --ease: cubic-bezier(0.65, 0.05, 0.36, 1);
  --transition: 0.5s var(--ease);
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--char);
  background-color: #f4f5f9;
  overflow-x: hidden;
}

.position-relative {
    position: relative !important;
    background-color: #0c0c0c78;
}



/* FAQ Section Base Rules */
.faq-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  margin-bottom: 40px;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}

.faq-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #df1c6a; /* Theme Color matched */
  margin: 10px auto 0;
}

/* Accordion Element Styling */
.faq-item {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
  overflow: hidden;
}

.faq-toggle {
  width: 100%;
  padding: 20px;
  text-align: left;
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.faq-toggle:hover {
  background-color: #fff5f8;
  color: #df1c6a;
}

/* Dynamic Open Display Rules (Simple fallback/standard setup) */
.faq-toggle::after {
  content: '+';
  font-size: 1.4rem;
  color: #df1c6a;
  font-weight: 400;
  margin-left: 10px;
}

.faq-content {
  padding: 0 20px 20px 20px;
  color: #555555;
  line-height: 1.6;
  font-size: 0.98rem;
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 1.6rem;
  }
  .faq-toggle {
    font-size: 1rem;
    padding: 15px;
  }
}

/*end*/



.faq-section{
    background:#f8f9fa;
}

.faq-title{
    font-size:40px;
    font-weight:700;
    color:#4E342E;
    margin-bottom:10px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius)
calc(0.375rem - (1px))
;
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
    
}

.faq-subtitle{
    color:#3d3d3d;
    font-size:16px;
}

.accordion-item{
    border:none;
    font-size: 18px;
    margin-bottom:15px;
    border-radius:10px !important;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.accordion-button{
    font-size:19px;
    font-weight:600;
    padding:20px;
    background:#fff;
    color:#222;
    
}

.accordion-button:not(.collapsed){
    background-color:#1e275c;
    color:#fff;
    
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-body{
    font-size:16px;
    line-height:28px;
    color:#555;
    padding:20px;
}

.accordion-button::after{
    background-image:none !important;
    content:"+";
    font-size:28px;
    font-weight:700;
    width:auto;
    height:auto;
    transform:none !important;
}

.accordion-button:not(.collapsed)
Specificity: (0,2,0)
 {
    color: #ffffff !important;
    background-color: #44474c !important;
    
    font-family: sans-serif !important;
}


img { max-width: 100%; height: auto; display: block; }

a {
  color: var(--wood);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover { color: var(--gold); }

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 500;
  color: #505050;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
}

h1 { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; }
h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
h4 { font-size: 1.5rem; }

p { margin: 0 0 1rem;
  text-align: justify;
 }

.display-italic { font-style: normal; color: var(--gold-deep); }

.eyebrow {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.section-heading {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-heading .eyebrow { justify-content: center; }
.section-heading .eyebrow::before,
.section-heading .eyebrow::after {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}

/* ==========================================================================
   TOP BAR (Mobile / Email / Socials)
   ========================================================================== */

.topbar {
  background-image: linear-gradient(212deg, #658ff3 0%, #4672db 6%, #2051c7 12%, #254aa7 18%, #20469f 24%, #2a4687 29%, #233d79 51%, #172648 75%, #0F172A 100%);
  color: var(--cream);
  font-size: 0.82rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(200, 169, 107, 0.15);
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.topbar-info {
  display: flex;
  gap: 1.75rem;
  flex-wrap: wrap;
  align-items: center;
}

.topbar-info a {
  color: var(--cream);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.topbar-info i { color: var(--gold); font-size: 0.85rem; }
.topbar-info a:hover { color: var(--gold); }

.topbar-social {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.topbar-social a {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(200, 169, 107, 0.3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  font-size: 0.75rem;
  transition: all var(--transition);
}

.topbar-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--char);
  transform: translateY(-2px);
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.navbar-luxury {
  background: #ffffff;
  padding: 0rem 0;
  border-bottom: 1px solid rgba(78, 52, 46, 0.08);
  transition: all 0.4s ease;
  z-index: 1030;
}

.navbar-luxury.scrolled {
  box-shadow: var(--shadow-soft);
  padding: 0.5rem 0;
}

.navbar-brand {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.85rem;
  color: var(--wood) !important;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-mark {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--wood) 0%, var(--wood-deep) 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.3rem;
  border: 1px solid var(--gold);
  position: relative;
}

.brand-mark::before {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(200, 169, 107, 0.4);
}

.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text small {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  color: var(--gold-deep);
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 600;
}

.navbar-luxury .nav-link {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--char) !important;
  padding: 0.75rem 1.1rem !important;
  position: relative;
  transition: color var(--transition);
}

.navbar-luxury .nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: all var(--transition);
  transform: translateX(-50%);
}

.navbar-luxury .nav-link:hover,
.navbar-luxury .nav-link.active {
  color: var(--wood) !important;
}

.navbar-luxury .nav-link:hover::after,
.navbar-luxury .nav-link.active::after {
  width: 22px;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  border-top: 2px solid var(--gold);
  background: var(--white);
  box-shadow: var(--shadow-deep);
  padding: 0.5rem 0;
  margin-top: 0 !important;
  min-width: 260px;
}

/* Open dropdown on hover (desktop only) */
@media (min-width: 992px) {
  .navbar-luxury .dropdown:hover > .dropdown-menu,
  .navbar-luxury .dropdown:focus-within > .dropdown-menu {
    display: block;
  }
  .navbar-luxury .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }
}

.dropdown-item {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--char);
  padding: 0.7rem 1.5rem;
  letter-spacing: 0.04em;
  border-left: 2px solid transparent;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background: var(--cream-warm);
  color: var(--wood);
  border-left-color: var(--gold);
  padding-left: 1.75rem;
}

.btn-enquire {
    background: #424242;
    color: var(--cream);
    border: 1px solid #ffffff;
    padding: 0.65rem 1.5rem;
    font-family: var(--font-sans);
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 12px;
    transition: all var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}
.btn-enquire:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--char);
}

.navbar-toggler {
  border: 1px solid var(--wood);
  border-radius: 0;
  padding: 0.5rem 0.75rem;
}

.navbar-toggler:focus { box-shadow: none; }

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.btn-gold,
.btn-wood,
.btn-outline-wood,
.btn-outline-cream {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem 2.25rem;
  border-radius: 0;
  border: 1px solid;
  transition: all var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  overflow: hidden;
}

.btn-gold {
  background: var(--gold);
  color: var(--char);
  border-color: var(--gold);
}

.btn-gold:hover {
  background: var(--wood);
  border-color: var(--wood);
  color: var(--cream);
}

.btn-wood {
    background-image: linear-gradient(212deg, #658ff3 0%, #4672db 6%, #2051c7 12%, #254aa7 18%, #20469f 24%, #2a4687 29%, #233d79 51%, #172648 75%, #0F172A 100%);
    /* background: var(--wood); */
    color: var(--cream);
    border-color: #ffffff;
}

.btn-wood:hover {
  background: transparent;
  color: var(--wood);
}

.btn-outline-wood {
  background: transparent;
  color: var(--wood);
  border-color: var(--wood);
}

.btn-outline-wood:hover {
  background: var(--wood);
  color: var(--cream);
}

.btn-outline-cream {
  background: transparent;
  color: var(--cream);
  border-color: var(--cream);
}

.btn-outline-cream:hover {
  background: var(--cream);
  color: var(--wood);
}

.btn i { font-size: 0.7rem; transition: transform 0.4s ease; }
.btn:hover i { transform: translateX(4px); }

/* ==========================================================================
   HERO
   ========================================================================== */

.hero {
  position: relative;
  min-height: 90vh;
  background: linear-gradient(135deg, var(--wood-deep) 0%, var(--wood) 50%, var(--char) 100%);
  color: var(--cream);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 6rem 0 4rem;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(200, 169, 107, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(200, 169, 107, 0.1) 0%, transparent 45%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(90deg, transparent, transparent 80px, rgba(200, 169, 107, 0.04) 80px, rgba(200, 169, 107, 0.04) 81px);
  pointer-events: none;
}

.hero-content { position: relative; z-index: 2; }

.hero-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hero-eyebrow::before,
.hero-eyebrow::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.hero h1 {
  font-family: var(--font-display);
  color: var(--cream);
  font-size: clamp(2.75rem, 6.5vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 1.75rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

.hero-lead {
  font-size: 1.1rem;
  max-width: 540px;
  margin: 0 auto 2.5rem;
  color: rgba(245, 240, 230, 0.85);
  font-weight: 300;
  line-height: 1.75;
}

.hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.hero-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 100%);
  padding: 2rem 0 1.5rem;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
  border-top: 1px solid rgba(200, 169, 107, 0.25);
  padding-top: 1.5rem;
}

.stat-item .stat-num {
  font-family: var(--font-display);
  font-size: 2.25rem;
  color: var(--gold);
  font-weight: 400;
  display: block;
  line-height: 1;
}

.stat-item .stat-label {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(245, 240, 230, 0.7);
  margin-top: 0.5rem;
  display: block;
}

/* Decorative grain overlay */
.grain-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.18'/%3E%3C/svg%3E");
}

/* ==========================================================================
   PAGE HEADER (Inner pages)
   ========================================================================== */

.page-header {
  background-image: url('/bg/4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--cream);
    padding: 8rem 0 5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: var(--cream);
    padding: 8rem 0 5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 50%, rgba(200, 169, 107, 0.15) 0%, transparent 60%);
}

.page-header h1 {
  color: var(--cream);
  font-weight: 300;
  position: relative;
  z-index: 2;
}

.page-header h1 em { color: #ffffff; font-style: italic; }

.breadcrumb-luxury {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 240, 230, 0.6);
}

.breadcrumb-luxury a { color: var(--gold); }
.breadcrumb-luxury span { color: var(--gold); }



/* ==========================================================================
   SECTIONS
   ========================================================================== */

section { padding: 6rem 0; position: relative; }
.section-cream { background: #ffffff; }
.section-white { background-color: #f4f5f9; }
.section-wood { background: var(--wood); color: var(--cream); }
.section-wood h2, .section-wood h3 { color: var(--cream); }
.section-beige { background: var(--beige); }

/* ==========================================================================
   ABOUT / INTRO
   ========================================================================== */

.intro-row { align-items: center; }

.intro-image-wrap {
  position: relative;
  padding: 0 1.5rem 1.5rem 0;
}

.intro-image-wrap::before {
  content: '';
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 0;
  bottom: 0;
  border: 1px solid var(--gold);
  z-index: 1;
}

.intro-image-wrap img {
  position: relative;
  z-index: 2;
  width: 100%;
  filter: sepia(0.1) saturate(0.9);
}

.intro-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 130px;
  height: 130px;
  background: var(--gold);
  color: var(--char);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-display);
  z-index: 3;
  box-shadow: var(--shadow-gold);
}

.intro-badge .num { font-size: 2.2rem; line-height: 1; font-weight: 500; }
.intro-badge .text {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: var(--font-sans);
  font-weight: 600;
  margin-top: 0.3rem;
}

.intro-text .lead {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-style: italic;
    text-align: justify;
  color: var(--wood);
  line-height: 1.5;
  padding-left: 1.5rem;
  border-left: 2px solid var(--gold);
  margin: 1.5rem 0;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: var(--char-soft);
  font-weight: 500;
}

.feature-list i { color: var(--gold); font-size: 1rem; }

/* ==========================================================================
   PRODUCTS GRID
   ========================================================================== */

.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; }

.product-card {
  background: var(--white);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s var(--ease);
  border: 1px solid transparent;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-deep);
  border-color: var(--gold);
}

.product-image {
  height: 320px;
  overflow: hidden;
  position: relative;
  background: var(--beige);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.product-card:hover .product-image img { transform: scale(1.08); }

.product-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(43, 43, 43, 0.5) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--transition);
}

.product-card:hover .product-image::after { opacity: 1; }

.product-tag {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: var(--gold);
  color: var(--char);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  font-weight: 700;
  z-index: 2;
}

.product-body { padding: 1.75rem; text-align: center; }

.product-body h4 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: #505050;
  margin-bottom: 0.4rem;
}

.product-body p {
    font-size: 14px;
    color: var(--char-soft);
    margin-bottom: 1.25rem;
    font-weight: 400;
    font-family: sans-serif;
}

.product-link {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--wood);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid transparent;
  transition: all var(--transition);
}

.product-link:hover {
  color: var(--gold-deep);
  border-bottom-color: var(--gold);
  gap: 0.85rem;
}

/* ==========================================================================
   FEATURES / WHY US
   ========================================================================== */

.feature-card {
  background: var(--cream);
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  border: 1px solid rgba(78, 52, 46, 0.08);
  transition: all var(--transition);
  height: 100%;
}

.feature-card:hover {
  background: var(--white);
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--wood) 0%, var(--wood-deep) 100%);
  color: var(--gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.feature-icon::before {
  content: '';
  position: absolute;
  inset: -5px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  opacity: 0.5;
}

.feature-card h4 {
  font-family: var(--font-display);
  color: var(--wood);
  font-size: 1.35rem;
  margin-bottom: 0.85rem;
}

.feature-card p {
  font-size: 0.92rem;
  color: var(--char-soft);
  line-height: 1.7;
  margin: 0;
}

/* ==========================================================================
   PROCESS / CRAFTSMANSHIP
   ========================================================================== */

.process-section { background: var(--char); color: var(--cream); position: relative; overflow: hidden; }
.process-section h2 { color: var(--cream); }
.process-section .eyebrow { color: var(--gold); }
.process-section .eyebrow::before,
.process-section .eyebrow::after { background: var(--gold); }

.process-step {
  text-align: center;
  position: relative;
  padding: 2rem 1rem;
}

.process-num {
  font-family: var(--font-display);
  font-size: 4.5rem;
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  opacity: 0.7;
  margin-bottom: 1rem;
  font-weight: 300;
}

.process-step h4 {
  font-family: var(--font-display);
  color: var(--cream);
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}

.process-step p {
  font-size: 0.92rem;
  color: rgba(245, 240, 230, 0.7);
  line-height: 1.7;
}

/* ==========================================================================
   GALLERY
   ========================================================================== */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.gallery-item.wide { grid-column: span 2; aspect-ratio: 2 / 1; }
.gallery-item.tall { grid-row: span 2; aspect-ratio: 1 / 2; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.gallery-item:hover img { transform: scale(1.06); }

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(78, 52, 46, 0.85) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 1.75rem;
}

.gallery-item:hover .gallery-overlay { opacity: 1; }

.gallery-overlay .label {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: italic;
}

.gallery-overlay .cat {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
  font-style: normal;
}

.gallery-filter {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.filter-btn {
  background: transparent;
  border: 1px solid rgba(78, 52, 46, 0.2);
  padding: 0.6rem 1.5rem;
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--char);
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--wood);
  color: var(--cream);
  border-color: var(--wood);
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */

.testimonial-card {
  background: var(--cream);
  padding: 3rem 2.5rem;
  position: relative;
  border-left: 3px solid var(--gold);
  height: 100%;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-family: var(--font-display);
  font-size: 6rem;
  color: var(--gold);
  opacity: 0.25;
  line-height: 1;
}

.testimonial-card p {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--char);
  line-height: 1.7;
  margin-bottom: 1.75rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgba(78, 52, 46, 0.1);
  padding-top: 1.25rem;
}

.author-avatar {
  width: 48px;
  height: 48px;
  background: var(--wood);
  color: var(--gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
}

.author-info .name {
  display: block;
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--wood);
  font-size: 0.95rem;
}

.author-info .title {
  display: block;
  font-size: 0.78rem;
  color: var(--char-soft);
  letter-spacing: 0.08em;
}

/* ==========================================================================
   ENQUIRY / CTA STRIP
   ========================================================================== */

.cta-strip {
      background: linear-gradient(135deg, #1e114f 0%, #09186b 100%);
  color: var(--cream);
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

.cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 50%, rgba(200, 169, 107, 0.18) 0%, transparent 40%),
    radial-gradient(circle at 90% 50%, rgba(200, 169, 107, 0.12) 0%, transparent 40%);
}

.cta-strip h2 {
  color: var(--cream);
  font-weight: 300;
  font-style: italic;
}

.cta-strip h2 em { color: var(--gold); font-weight: 400; }

/* ==========================================================================
   CONTACT / FORM
   ========================================================================== */

.contact-info-card {
  background: var(--wood);
  color: var(--cream);
  padding: 3rem 2.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(200, 169, 107, 0.3);
  border-radius: 50%;
}

.contact-info-card h3 {
  color: var(--cream);
  font-weight: 300;
  position: relative;
}

.contact-info-list { list-style: none; padding: 0; margin: 2rem 0 0; position: relative; }

.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(200, 169, 107, 0.15);
}

.contact-info-list li:last-child { border-bottom: none; }

.contact-info-list .icon {
  width: 42px;
  height: 42px;
  background: rgba(200, 169, 107, 0.12);
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}

.contact-info-list .label {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  display: block;
  margin-bottom: 0.35rem;
}

.contact-info-list .value {
  color: var(--cream);
  font-size: 0.98rem;
  line-height: 1.6;
  font-weight: 300;
}

.contact-info-list a { color: var(--cream); }
.contact-info-list a:hover { color: var(--gold); }

.contact-form-wrap {
  background: var(--cream);
  padding: 3rem 2.5rem;
  height: 100%;
}

.form-label-luxury {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wood);
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}

.form-control-luxury,
.form-select-luxury {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(78, 52, 46, 0.25);
  border-radius: 0;
  padding: 0.7rem 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--char);
  width: 100%;
  transition: border-color var(--transition);
}

.form-control-luxury:focus,
.form-select-luxury:focus {
  outline: none;
  border-bottom-color: var(--gold);
  background: transparent;
  box-shadow: none;
}

.form-control-luxury::placeholder { color: rgba(43, 43, 43, 0.4); }

textarea.form-control-luxury { resize: vertical; min-height: 100px; }

.form-group-lux { margin-bottom: 1.75rem; }

/* ==========================================================================
   MAP
   ========================================================================== */

.map-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(78, 52, 46, 0.1);
}

.map-wrap iframe {
  width: 100%;
  height: 450px;
  display: block;
  filter: grayscale(0.3) sepia(0.1);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
  background-color: #171a22;
  color: var(--cream);
  padding: 5rem 0 0;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
}

.footer h5 {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.footer .brand-text { color: var(--cream); }

.footer p, .footer a {
  color: rgba(245, 240, 230, 0.65);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.75;
}

.footer a:hover { color: var(--gold); }

.footer-links { list-style: none; padding: 0; margin: 0; }

.footer-links li {
  padding: 0.4rem 0;
  border-bottom: 1px dashed rgba(200, 169, 107, 0.1);
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  transition: gap var(--transition);
}

.footer-links a:hover { gap: 0.9rem; }
.footer-links a::before { content: '›'; color: var(--gold); font-size: 1.1rem; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
  font-size: 0.88rem;
}

.footer-contact-item i { color: var(--gold); margin-top: 0.25rem; flex-shrink: 0; }

.footer-social {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(200, 169, 107, 0.3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  transition: all var(--transition);
}

.footer-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--char);
  transform: translateY(-3px);
}

.footer-bottom {
  margin-top: 4rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(200, 169, 107, 0.15);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: rgba(245, 240, 230, 0.5);
}

.footer-bottom .accent { color: var(--gold); }

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-up { animation: fadeUp 0.9s var(--ease) both; }
.fade-in { animation: fadeIn 1.2s ease both; }

.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.45s; }
.delay-4 { animation-delay: 0.6s; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(40px); transition: all 0.9s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   FLOATING ENQUIRY BUTTON
   ========================================================================== */

.float-enquire {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  background: #25D366;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  transition: all 0.4s ease;
  animation: pulse 2s infinite;
}

.float-enquire:hover {
  transform: scale(1.1);
  color: #fff;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 8px 35px rgba(37, 211, 102, 0.7); }
}

/* ==========================================================================
   UTILITY CLASSES (replace inline styles)
   ========================================================================== */

.u-lead-narrow { max-width: 700px; margin-inline: auto; color: var(--char-soft); }
.u-cta-text { color: rgba(245, 240, 230, 0.8); max-width: 560px; margin-inline: auto; }
.u-eyebrow-gold { color: var(--gold) !important; }
.u-text-gold { color: var(--gold); }
.u-text-gold-italic { color: var(--gold); font-style: italic; }
.u-text-cream { color: var(--cream); }
.u-text-cream-soft { color: rgba(245,240,230,0.6); }
.u-text-cream-mid { color: rgba(245,240,230,0.75); margin-top: 0.5rem; }
.u-text-wood-icon { color: var(--wood); }
.u-mb-form-title { margin-bottom: 1.75rem; }
.u-section-no-bottom { padding-bottom: 0; }
.u-icon-medal { font-size: 1.4rem; }
.u-stat-percent { font-size: 1.5rem; }
.u-subtitle-small { font-size: 0.8rem; opacity: 0.75; }

.spec-row { border-bottom: 1px solid rgba(78,52,46,0.1); }
.spec-label {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 700;
  padding-top: 0.25rem;
}
.spec-value { color: var(--char); font-size: 0.95rem; }
.spec-table { background: var(--cream); padding: 2.5rem 2rem; }

.footer-brand-color { color: var(--cream); }
.toggler-icon-wood { color: var(--wood); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 991px) {
  .navbar-luxury { padding: 0.75rem 0; }
  .navbar-luxury .navbar-collapse {
    background: #ffffff;
    padding: 1.5rem;
    margin-top: 1rem;
    border-top: 1px solid var(--gold);
  }
  .navbar-luxury .nav-link { padding: 0.6rem 0 !important; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item.tall { grid-row: auto; aspect-ratio: 1 / 1; }
  .stat-row { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .intro-image-wrap { margin-bottom: 3rem; }
  .feature-list { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  section { padding: 4rem 0; }
  .hero { min-height: auto; padding: 5rem 0 6rem; }
  .page-header { padding: 6rem 0 4rem; }
  .topbar { font-size: 0.75rem; }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar-info { gap: 1rem; justify-content: center; }
  .contact-info-card, .contact-form-wrap { padding: 2rem 1.5rem; }
  .testimonial-card { padding: 2rem 1.5rem; }
  .gallery-grid { grid-template-columns: 1fr; gap: 1rem; }
  .gallery-item.wide { grid-column: auto; aspect-ratio: 1 / 1; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .brand-text small { display: none; }
  .stat-item .stat-num { font-size: 1.75rem; }
  .intro-badge { width: 100px; height: 100px; }
  .intro-badge .num { font-size: 1.6rem; }
}