
  /* ─── DESIGN TOKENS ─────────────────────────────────────────────── */
  :root {
    --ivory:      #FFFFFF;
    --cream:      #F8F8F6;
    --marble:     #E5E5E5;
    --stone:      #c9bfb0;
    --charcoal:   #2B2B2B;
    --dark:       #100e0c;
    --gold:       #C8A45D;
    --gold-light: #e8c96a;
    --gold-pale:  #f3e4bb;
    --gold-dark:  #B08A42;
    --text-main:  #2a2420;
    --text-muted: #7a6e64;

    --ff-serif: 'Cormorant Garamond', Georgia, serif;
    --ff-script:'Pinyon Script', cursive;
    --ff-sans:  'Jost', sans-serif;

    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-in:  cubic-bezier(0.7, 0, 0.84, 0);
  }

/* Tilak Stone Arts inspired home refresh */
.tilak-home {
  background: #fff;
  --ff-sans: "__futura_pt_medium_6c980f", "__futura_pt_medium_Fallback_6c980f", "Futura PT", Futura, Arial, sans-serif;
  font-family: "__futura_pt_medium_6c980f", "__futura_pt_medium_Fallback_6c980f", "Futura PT", Futura, Arial, sans-serif;
}


.tilak-home .header-logo-img {
  max-height: 52px;
  max-width: 64px;
  width: auto;
  object-fit: contain;
}

.tilak-home .header-logo {
  flex-direction: row;
  align-items: center;
  gap: 0.85rem;
  min-width: 270px;
}

.tilak-home .header-logo-text {
  display: grid;
  gap: 0.18rem;
}

.tilak-home .logo-main {
  white-space: nowrap;
  font-size: 1.18rem;
}

.tilak-home .logo-sub {
  white-space: nowrap;
  letter-spacing: 0.22em;
}

.tilak-home .header-inner {
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid rgba(176,138,66,0.16);
}

.tsa-hero {
  min-height: 92vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #181510;
}

.tsa-hero-media {
  position: absolute;
  inset: 0;
}

.tsa-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}

.tsa-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,13,9,0.78), rgba(15,13,9,0.18) 58%, rgba(15,13,9,0.36)), linear-gradient(0deg, rgba(15,13,9,0.7), transparent 45%);
}

.tsa-hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 40px));
  margin: 0 auto 7vh;
  text-align: center;
  color: #fff;
}

.tsa-hero-copy span,
.section-eyebrow {
  font-family: var(--ff-sans);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
color: #513500;
    font-weight: 600;
}

.tsa-hero-copy h1 {
  font-family: var(--ff-serif);
  font-size: clamp(3.4rem, 8vw, 3.6rem);
  font-weight: 400;
  line-height: 0.92;
  margin: 1rem 0 1.25rem;
  color: #fff;
}

.tsa-hero-copy p {
  max-width: 620px;
  margin: 0 auto 2rem;
  color: rgba(255,255,255,0.82);
  font-size: 1.08rem;
  line-height: 1.8;
}

.tilak-home .btn-outline {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.5);
}

.tsa-steps,
.tsa-budget,
.tsa-feature,
.tsa-projects,
.tsa-before,
.tsa-contact {
  background: #fff;
}

.tsa-budget.alt,
.tsa-projects.alt,
.tsa-contact.alt {
  background: #f8f7f3;
}

.tsa-step-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
}

.tsa-step {
  text-align: center;
  background: #fff;
  border: 1px solid rgba(176,138,66,0.16);
  padding: 1rem 1rem 1.35rem;
  min-height: 100%;
}

.tsa-step img {
  width: 100%;
  aspect-ratio: 1 / 0.76;
  object-fit: cover;
  margin-bottom: 1rem;
}

.tsa-step b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(176,138,66,0.35);
  border-radius: 50%;
  color: var(--gold-dark);
  font-family: var(--ff-serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.tsa-step h3,
.tsa-budget-card h3,
.tsa-project-grid h3 {
  font-family: var(--ff-serif);
  font-weight: 500;
  color: var(--text-main);
}

.tsa-step h3 {
  font-size: 1.28rem;
  margin-top: 0.7rem;
  line-height: 1.15;
}

.tsa-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.tsa-budget-card {
  display: block;
  background: #fff;
  border: 1px solid rgba(176,138,66,0.14);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}

.tsa-budget-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(42,36,32,0.12);
}

.tsa-budget-card img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  object-fit: cover;
}

.shop-redesign .tsa-budget-card img,
.shop-redesign .tsa-project-grid img,
.shop-redesign .tsa-before-images img,
.shop-redesign .tsa-step img {
  background: #f8f7f3;
  object-fit: contain;
  padding: 1rem;
}

.shop-redesign .tsa-hero-media img,
.shop-redesign .tsa-feature-image img {
  padding: 0;
  object-fit: cover;
}

.tsa-budget-card span {
  display: block;
  padding: 1.05rem 1.15rem 0;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tsa-budget-card h3 {
  font-size: 1.55rem;
  padding: 0.45rem 1.15rem 1.4rem;
  line-height: 1.15;
}

.tsa-budget-card p {
  padding: 0 1.15rem 1.4rem;
  color: var(--text-muted);
  font-weight: 500;
}

.tsa-budget-card del {
  color: #a9a19a;
  margin-left: 0.45rem;
}

.tsa-center-link {
  text-align: center;
  margin-top: 2rem;
}

.tsa-center-link a {
  display: inline-block;
  border-bottom: 1px solid var(--gold-dark);
  color: var(--gold-dark);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.tsa-feature-inner,
.tsa-before-inner,
.tsa-contact-inner {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.tsa-feature-copy p,
.tsa-feature-copy li {
  color: var(--text-muted);
  line-height: 1.8;
}

.tsa-feature-copy ul {
  margin: 1.4rem 0 1.8rem;
  display: grid;
  gap: 0.6rem;
}

.tsa-feature-copy li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-dark);
  margin-right: 0.8rem;
}

.tsa-feature-image img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
}

.tsa-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}

.tsa-proof-grid div {
  border-top: 1px solid rgba(176,138,66,0.22);
  border-bottom: 1px solid rgba(176,138,66,0.22);
  padding: 2.2rem 1rem;
}

.tsa-proof-grid strong {
  display: block;
  font-family: var(--ff-serif);
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  font-weight: 400;
  color: var(--gold-dark);
  line-height: 1;
}

.tsa-proof-grid span {
  display: block;
  margin-top: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.tsa-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.tsa-project-grid article {
  background: #fff;
  border: 1px solid rgba(176,138,66,0.14);
}

.tsa-project-grid img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
}

.tsa-project-grid h3 {
  font-size: 1.55rem;
  padding: 1rem 1.2rem 0.2rem;
}

.tsa-project-grid p {
  padding: 0 1.2rem 1.2rem;
  color: var(--text-muted);
}

.tsa-before-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tsa-before-images img {
  width: 100%;
  aspect-ratio: 0.78 / 1;
  object-fit: cover;
}

.tsa-before-images figcaption {
  margin-top: 0.7rem;
  color: var(--gold-dark);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 500;
}

.tsa-contact-inner {
  grid-template-columns: 0.85fr 1.15fr;
}

.tsa-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  background: #fff;
  border: 1px solid rgba(176,138,66,0.16);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.tsa-form input,
.tsa-form select {
  width: 100%;
  border: 1px solid rgba(176,138,66,0.22);
  background: #fff;
  color: var(--text-main);
  font-family: var(--ff-sans);
  font-size: 0.95rem;
  padding: 0.95rem 1rem;
  outline: none;
}

.tsa-form select,
.tsa-form button {
  grid-column: 1 / -1;
}

.site-footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.75);
  padding: 4rem 3rem;
}

.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  gap: 3rem;
}

.site-footer h3,
.site-footer h4 {
  font-family: var(--ff-serif);
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
}

.site-footer h3 {
  font-size: 2rem;
}

.site-footer a {
  display: block;
  margin: 0.55rem 0;
  color: rgba(255,255,255,0.68);
}

@media (max-width: 1100px) {
  .tsa-step-grid,
  .tsa-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tsa-feature-inner,
  .tsa-before-inner,
  .tsa-contact-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .tilak-home .main-header {
    top: 0;
  }

  .tsa-hero {
    min-height: 84vh;
  }

  .tsa-hero-copy {
    margin-bottom: 4vh;
  }

  .tsa-hero-copy h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .tsa-step-grid,
  .tsa-card-grid,
  .tsa-project-grid,
  .tsa-proof-grid,
  .tsa-before-images,
  .tsa-form,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .tsa-feature-image img {
    min-height: 320px;
  }

  .site-footer {
    padding: 3rem 1.25rem;
  }
}

  /* ─── RESET & BASE ──────────────────────────────────────────────── */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; font-size: 16px; }
  body {
    background: var(--ivory);
    color: var(--text-main);
    font-family: var(--ff-sans);
    font-weight: 300;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }
  img { display: block; max-width: 100%; }
  a { color: inherit; text-decoration: none; }
  ul { list-style: none; }

  /* ─── SCROLLBAR ─────────────────────────────────────────────────── */
  ::-webkit-scrollbar { width: 4px; }
  ::-webkit-scrollbar-track { background: var(--charcoal); }
  ::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

  /* ─── LUXURY LOADING SCREEN ─────────────────────────────────────── */
  #loader {
    position: fixed; inset: 0;
    background: var(--dark);
    z-index: 9999;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 2rem;
    transition: opacity 0.8s var(--ease-in), visibility 0.8s;
  }
  #loader.hidden { opacity: 0; visibility: hidden; }
  .loader-logo {
    font-family: var(--ff-serif);
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.25em;
    color: var(--gold);
    text-align: center;
    line-height: 1.2;
  }
  .loader-logo span { display: block; font-family: var(--ff-script); font-size: 1.2rem; color: var(--stone); letter-spacing: 0.1em; }
  .loader-line {
    width: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    animation: loaderLine 1.8s var(--ease-out) 0.3s forwards;
  }
  @keyframes loaderLine { to { width: 200px; } }
  .loader-counter {
    font-family: var(--ff-serif);
    font-size: 5rem;
    font-weight: 300;
    color: rgba(201,168,76,0.12);
    position: absolute;
    bottom: 10%;
    letter-spacing: 0.1em;
  }

  /* ─── MARBLE TEXTURE OVERLAY ────────────────────────────────────── */
  .marble-texture {
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    background-repeat: repeat;
  }

  /* ─── TOP BAR ───────────────────────────────────────────────────── */
  .top-bar {
    background: var(--charcoal);
    color: var(--stone);
    font-size: 0.72rem;
    font-family: var(--ff-sans);
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.55rem 0;
    position: relative;
    z-index: 200;
  }
  .top-bar-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .top-bar-left { display: flex; gap: 1.8rem; align-items: center; }
  .top-bar-left a { color: var(--stone); opacity: 0.8; transition: color 0.3s, opacity 0.3s; }
  .top-bar-left a:hover { color: var(--gold); opacity: 1; }
  .top-bar-center { flex: 1; }

  /* Announcement Ticker */
  .ticker-wrap { overflow: hidden; position: relative; }
  .ticker {
    display: flex;
    white-space: nowrap;
    animation: ticker 20s linear infinite;
    gap: 4rem;
  }
  .ticker span { color: var(--gold-pale); }
  .ticker span.dot { color: var(--gold); }
  @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  .top-bar-right { display: flex; gap: 1.2rem; align-items: center; }
  .top-bar-right a {
    color: var(--stone);
    transition: color 0.3s;
    font-size: 0.85rem;
  }
  .top-bar-right a:hover { color: var(--gold); }
  .top-bar-cta {
    background: var(--gold);
    color: var(--dark) !important;
    padding: 0.3rem 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    transition: background 0.3s !important;
  }
  .top-bar-cta:hover { background: var(--gold-light) !important; }

  /* ─── MAIN HEADER ───────────────────────────────────────────────── */
  .main-header {
    position: fixed;
    top: 2.7rem; 
    left: 0; right: 0;
    z-index: 190;
    transition: all 0.5s var(--ease-out);
  }
  .main-header.scrolled {
    top: 0;
    box-shadow: 0 4px 40px rgba(0,0,0,0.18);
  }

  .header-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
    display: flex;
    align-items: center;
    gap: 2.5rem;
    height: 80px;
    background: rgba(250,247,242,0.92);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    border-bottom: 1px solid rgba(201,168,76,0.2);
    transition: all 0.5s var(--ease-out);
  }
  .main-header.scrolled .header-inner {
    height: 64px;
    background: rgba(250,247,242,0.97);
    border-bottom-color: rgba(201,168,76,0.35);
  }

  /* Logo */
  .header-logo {
    display: flex; flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    line-height: 1;
    flex-shrink: 0;
  }
  .logo-main {
    font-family: var(--ff-serif);
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--charcoal);
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .logo-main em {
    color: var(--gold);
    font-style: normal;
  }
  .logo-sub {
    font-family: var(--ff-sans);
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-top: 0.2rem;
  }

  /* Nav */
  .header-nav { flex: 1; display: flex; justify-content: center; }
  .nav-list { display: flex; gap: 0.2rem; align-items: center; }
  .nav-item { position: relative; }
  .nav-link {
    font-family: var(--ff-sans);
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-main);
    padding: 0.5rem 0.9rem;
    display: flex; align-items: center; gap: 0.35rem;
    transition: color 0.3s;
    position: relative;
  }
  .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%; right: 50%;
    height: 1px;
    background: var(--gold);
    transition: left 0.3s var(--ease-out), right 0.3s var(--ease-out);
  }
  .nav-link:hover::after, .nav-item:hover > .nav-link::after { left: 0.9rem; right: 0.9rem; }
  .nav-link:hover, .nav-item:hover > .nav-link { color: var(--gold-dark); }
  .nav-chevron { font-size: 0.6rem; transition: transform 0.3s; }
  .nav-item:hover .nav-chevron { transform: rotate(180deg); }

  /* Mega Menu */
  .mega-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%; transform: translateX(-50%);
    background: var(--ivory);
    border: 1px solid rgba(201,168,76,0.25);
    border-top: 2px solid var(--gold);
    box-shadow: 0 20px 60px rgba(16,14,12,0.14);
    padding: 2.5rem;
    display: grid;
    gap: 2rem;
    min-width: 700px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(8px);
    transition: all 0.35s var(--ease-out);
  }
  .mega-menu.cols-3 { grid-template-columns: repeat(3, 1fr); }
  .mega-menu.cols-5 { grid-template-columns: repeat(5, 1fr); }
  .nav-item:hover .mega-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

  .mega-col-title {
    font-family: var(--ff-sans);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--marble);
  }
  .mega-item {
    display: flex; flex-direction: column; gap: 0.3rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(201,168,76,0.08);
  }
  .mega-item:last-child { border-bottom: none; }
  .mega-item-img {
    width: 100%; aspect-ratio: 4/3;
    background: var(--marble);
    overflow: hidden;
    margin-bottom: 0.6rem;
    position: relative;
  }
  .mega-item-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease-out); }
  .mega-item:hover .mega-item-img img { transform: scale(1.06); }
  .mega-item-name {
    font-family: var(--ff-serif);
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--charcoal);
    transition: color 0.3s;
  }
  .mega-item:hover .mega-item-name { color: var(--gold-dark); }
  .mega-item-desc { font-size: 0.7rem; color: var(--text-muted); letter-spacing: 0.05em; }

  /* Header Actions */
  .header-actions { display: flex; gap: 0.3rem; align-items: center; }
  .header-btn {
    background: none; border: none; cursor: pointer;
    width: 38px; height: 38px;
    display: flex; align-items: center; justify-content: center;
    color: var(--text-main);
    font-size: 1.1rem;
    transition: color 0.3s, background 0.3s;
  }
  .header-btn:hover { color: var(--gold-dark); background: var(--cream); }
  .header-cta {
    background: var(--charcoal);
    color: var(--gold) !important;
    font-family: var(--ff-sans);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.6rem 1.4rem;
    transition: all 0.35s var(--ease-out);
    border: 1px solid var(--charcoal);
    white-space: nowrap;
    display: flex; align-items: center;
  }
  .header-cta:hover {
    background: var(--gold);
    color: var(--dark) !important;
    border-color: var(--gold);
  }

  /* ─── HERO SECTION ──────────────────────────────────────────────── */
  .hero {
    height: 100vh;
    min-height: 700px;
    position: relative;
    display: flex; align-items: center;
    overflow: hidden;
    background: var(--dark);
  }

  /* Layered marble bg */
  .hero-bg {
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 80% 60% at 60% 40%, rgba(201,168,76,0.08) 0%, transparent 70%),
      radial-gradient(ellipse 60% 80% at 20% 60%, rgba(201,168,76,0.04) 0%, transparent 60%),
      linear-gradient(160deg, #2B2B2B 0%, #100e0c 50%, #1e1a15 100%);
  }

  /* Marble texture SVG overlay */
  .hero-marble {
    position: absolute; inset: 0; opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.012 0.008' numOctaves='6' seed='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='600' height='600' filter='url(%23m)'/%3E%3C/svg%3E");
    background-size: 600px;
  }

  /* Sacred geometry */
  .hero-geo {
    position: absolute;
    right: 8%; top: 50%;
    transform: translateY(-50%);
    width: 520px; height: 520px;
    opacity: 0.06;
    animation: geoSpin 40s linear infinite;
  }
  @keyframes geoSpin { to { transform: translateY(-50%) rotate(360deg); } }

  .hero-content {
    position: relative; z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
    width: 100%;
    padding-top: 120px;
  }

  .hero-text { }
  .hero-eyebrow {
    font-family: var(--ff-sans);
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: 1rem;
    opacity: 0;
    animation: heroFade 1s var(--ease-out) 0.8s forwards;
  }
  .hero-eyebrow::before {
    content: '';
    display: block;
    width: 40px; height: 1px;
    background: var(--gold);
  }
  .hero-h1 {
    font-family: var(--ff-serif);
    font-size: clamp(3.2rem, 5.5vw, 6rem);
    font-weight: 300;
    line-height: 1.0;
    color: var(--ivory);
    margin-bottom: 1.8rem;
    opacity: 0;
    animation: heroSlideUp 1.2s var(--ease-out) 1s forwards;
  }
  .hero-h1 em {
    display: block;
    font-style: italic;
    color: var(--gold-pale);
    font-weight: 300;
  }
  .hero-h1 strong {
    display: block;
    font-weight: 600;
    color: var(--ivory);
    font-style: normal;
  }
  .hero-p {
    font-family: var(--ff-sans);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(250,247,242,0.55);
    max-width: 420px;
    margin-bottom: 2.8rem;
    opacity: 0;
    animation: heroFade 1s var(--ease-out) 1.4s forwards;
  }
  .hero-actions {
    display: flex; gap: 1.2rem; align-items: center;
    opacity: 0;
    animation: heroFade 1s var(--ease-out) 1.6s forwards;
  }
  .btn-primary {
    background: var(--gold);
    color: var(--dark);
    font-family: var(--ff-sans);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 1rem 2.4rem;
    display: inline-flex; align-items: center; gap: 0.7rem;
    transition: all 0.4s var(--ease-out);
    position: relative; overflow: hidden;
  }
  .btn-primary::before {
    content: '';
    position: absolute; inset: 0;
    background: var(--gold-light);
    transform: translateX(-100%);
    transition: transform 0.4s var(--ease-out);
  }
  .btn-primary:hover::before { transform: translateX(0); }
  .btn-primary span { position: relative; z-index: 1; }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,168,76,0.3); }

  .btn-outline {
    color: var(--ivory);
    font-family: var(--ff-sans);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 1rem 2.4rem;
    border: 1px solid rgba(250,247,242,0.25);
    transition: all 0.4s var(--ease-out);
    display: inline-flex; align-items: center; gap: 0.7rem;
  }
  .btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold-pale);
    transform: translateY(-2px);
  }

  /* Hero visual panel */
  .hero-visual {
    position: relative;
    display: flex; align-items: center; justify-content: center;
    opacity: 0;
    animation: heroVisual 1.4s var(--ease-out) 1.2s forwards;
  }
  .hero-card-stack {
    position: relative;
    width: 380px; height: 480px;
  }
  .hero-card {
    position: absolute;
    background: linear-gradient(145deg, rgba(201,168,76,0.15), rgba(201,168,76,0.03));
    border: 1px solid rgba(201,168,76,0.2);
    border-radius: 2px;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
  }
  .hero-card-main {
    inset: 0;
    z-index: 3;
  }
  .hero-card-behind1 {
    top: -12px; right: -16px; bottom: 20px; left: 16px;
    z-index: 2; opacity: 0.5;
    background: linear-gradient(145deg, rgba(201,168,76,0.08), transparent);
  }
  .hero-card-behind2 {
    top: -24px; right: -32px; bottom: 40px; left: 32px;
    z-index: 1; opacity: 0.25;
    background: linear-gradient(145deg, rgba(201,168,76,0.04), transparent);
  }
  .hero-statue-svg {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center top;
    display: flex; align-items: center; justify-content: center;
    padding: 2rem;
  }

  /* Hero stats bar */
  .hero-stats {
    position: absolute;
    bottom: -30px; left: -40px;
    background: var(--charcoal);
    border: 1px solid rgba(201,168,76,0.25);
    padding: 1.5rem 2rem;
    display: flex; gap: 2rem;
    z-index: 4;
    opacity: 0;
    animation: heroFade 1s var(--ease-out) 2s forwards;
  }
  .hero-stat { text-align: center; }
  .hero-stat-num {
    font-family: var(--ff-serif);
    font-size: 2rem;
    font-weight: 500;
    color: var(--gold);
    line-height: 1;
    display: block;
  }
  .hero-stat-label {
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--stone);
    display: block;
    margin-top: 0.3rem;
  }

  /* Gold accent line */
  .hero-accent-line {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold) 70%, transparent);
    opacity: 0;
    animation: heroFade 1s var(--ease-out) 2.2s forwards;
  }

  /* Scroll indicator */
  .hero-scroll {
    position: absolute;
    bottom: 3rem; left: 50%;
    transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
    opacity: 0;
    animation: heroFade 1s var(--ease-out) 2.5s forwards;
    z-index: 5;
  }
  .hero-scroll span {
    font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase;
    color: rgba(201,168,76,0.6);
  }
  .scroll-line {
    width: 1px; height: 50px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
  }
  @keyframes scrollPulse { 0%,100% { opacity: 0.4; transform: scaleY(1); } 50% { opacity: 1; transform: scaleY(0.6); } }

  @keyframes heroFade { from { opacity: 0; } to { opacity: 1; } }
  @keyframes heroSlideUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes heroVisual { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }

  /* Floating particles */
  .hero-particles {
    position: absolute; inset: 0;
    pointer-events: none; z-index: 1;
    overflow: hidden;
  }
  .particle {
    position: absolute;
    width: 2px; height: 2px;
    background: var(--gold);
    border-radius: 50%;
    animation: floatUp var(--dur, 8s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
    left: var(--x, 50%);
    opacity: 0;
  }
  @keyframes floatUp {
    0% { transform: translateY(100vh) scale(0); opacity: 0; }
    20% { opacity: 0.6; }
    80% { opacity: 0.3; }
    100% { transform: translateY(-10vh) scale(1); opacity: 0; }
  }

  /* ─── DIVIDER ────────────────────────────────────────────────────── */
  .ornament-divider {
    display: flex; align-items: center; justify-content: center;
    gap: 1.2rem;
    margin: 0 auto;
    width: fit-content;
  }
  .ornament-divider::before, .ornament-divider::after {
    content: '';
    display: block;
    width: 80px; height: 1px;
    background: linear-gradient(to right, transparent, var(--gold));
  }
  .ornament-divider::after {
    background: linear-gradient(to left, transparent, var(--gold));
  }
  .ornament-lotus {
    width: 22px; height: 22px;
    fill: var(--gold);
  }

  /* ─── SECTION COMMON ─────────────────────────────────────────────── */
  .section { padding: 8rem 0; }
  .section-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3rem;
  }
  .section-header { text-align: center; margin-bottom: 5rem; }
  .section-eyebrow {
    font-family: var(--ff-sans);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 1rem;
    display: block;
  }
  .section-h2 {
    font-family: var(--ff-serif);
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 300;
    line-height: 1.15;
    color: var(--charcoal);
    margin-bottom: 1.5rem;
  }
  .section-h2 em { font-style: italic; color: var(--gold-dark); }
  .section-sub {
    font-family: var(--ff-sans);
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-muted);
    max-width: 560px;
    margin: 0 auto 2rem;
  }

  /* ─── BRAND STORY ────────────────────────────────────────────────── */
  .brand-story {
    background: var(--charcoal);
    position: relative;
    overflow: hidden;
  }
  .brand-story-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 8rem 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
  }
  .story-panel-left { position: relative; }
  .story-year {
    position: absolute;
    top: -20px; left: 0;
    font-family: var(--ff-serif);
    font-size: 9rem;
    font-weight: 700;
    color: rgba(201,168,76,0.06);
    line-height: 1;
    user-select: none;
  }
  .story-content { position: relative; z-index: 1; }
  .story-eyebrow {
    font-family: var(--ff-sans);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: 1rem;
  }
  .story-eyebrow::before { content: ''; width: 30px; height: 1px; background: var(--gold); display: block; }
  .story-h2 {
    font-family: var(--ff-serif);
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 300;
    line-height: 1.15;
    color: var(--ivory);
    margin-bottom: 2rem;
  }
  .story-h2 em { font-style: italic; color: var(--gold-pale); }
  .story-p {
    font-family: var(--ff-sans);
    font-size: 0.95rem;
    line-height: 1.85;
    color: rgba(250,247,242,0.55);
    margin-bottom: 1.2rem;
  }
  .story-quote {
    margin: 2.5rem 0;
    padding: 1.5rem 0 1.5rem 2rem;
    border-left: 2px solid var(--gold);
    font-family: var(--ff-serif);
    font-size: 1.35rem;
    font-style: italic;
    color: var(--gold-pale);
    line-height: 1.5;
  }

  .story-panel-right { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .story-img-card {
    position: relative; overflow: hidden;
    background: var(--dark);
  }
  .story-img-card:nth-child(1) { grid-column: 1 / -1; aspect-ratio: 2/1; }
  .story-img-card:nth-child(2) { aspect-ratio: 1; }
  .story-img-card:nth-child(3) { aspect-ratio: 1; }
  .story-img-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #1e1a15, #2a2420);
    display: flex; align-items: center; justify-content: center;
    padding: 2rem;
    min-height: 160px;
  }
  .story-img-placeholder svg { opacity: 0.3; }
  .story-img-label {
    position: absolute; bottom: 0; left: 0; right: 0;
    padding: 0.8rem 1rem;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--gold-pale);
  }

  /* ─── CATEGORIES ─────────────────────────────────────────────────── */
  .categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  .cat-card {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
    cursor: pointer;
    background: var(--marble);
    group: true;
  }
  .cat-card-bg {
    position: absolute; inset: 0;
    transition: transform 0.7s var(--ease-out);
  }
  .cat-card:hover .cat-card-bg { transform: scale(1.06); }
  .cat-card-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(16,14,12,0.85) 0%, rgba(16,14,12,0.1) 60%, transparent 100%);
    transition: opacity 0.4s;
  }
  .cat-card:hover .cat-card-overlay { opacity: 0.9; }
  .cat-card-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 2rem 1.5rem;
    transform: translateY(0);
    transition: transform 0.4s var(--ease-out);
  }
  .cat-card:hover .cat-card-content { transform: translateY(-8px); }
  .cat-card-name {
    font-family: var(--ff-serif);
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--ivory);
    margin-bottom: 0.4rem;
    line-height: 1.2;
  }
  .cat-card-count {
    font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--gold);
    display: flex; align-items: center; gap: 0.5rem;
  }
  .cat-card-count::before { content: ''; width: 20px; height: 1px; background: var(--gold); display: block; }
  .cat-card-cta {
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--gold-pale);
    margin-top: 1rem;
    opacity: 0; transform: translateY(8px);
    transition: all 0.4s var(--ease-out) 0.05s;
  }
  .cat-card:hover .cat-card-cta { opacity: 1; transform: translateY(0); }

  /* SVG placeholders inside cards */
  .cat-bg-svg {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
  }

  /* ─── FEATURED PRODUCTS ──────────────────────────────────────────── */
  .products-section { background: var(--cream); }
  .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .product-card {
    background: var(--ivory);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    group: true;
  }
  .product-card-img {
    aspect-ratio: 4/5;
    overflow: hidden;
    position: relative;
    background: var(--marble);
  }
  .product-card-img-inner {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.7s var(--ease-out);
  }
  .product-card:hover .product-card-img-inner { transform: scale(1.05); }
  .product-card-badge {
    position: absolute; top: 1rem; left: 1rem;
    background: var(--gold);
    color: var(--dark);
    font-size: 0.6rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
    padding: 0.3rem 0.7rem;
  }
  .product-card-actions {
    position: absolute; top: 1rem; right: 1rem;
    display: flex; flex-direction: column; gap: 0.5rem;
    opacity: 0; transform: translateX(8px);
    transition: all 0.4s var(--ease-out);
  }
  .product-card:hover .product-card-actions { opacity: 1; transform: translateX(0); }
  .product-action-btn {
    width: 36px; height: 36px;
    background: var(--ivory);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem;
    transition: all 0.3s;
    cursor: pointer; border: none;
    color: var(--charcoal);
  }
  .product-action-btn:hover { background: var(--gold); color: var(--dark); }
  .product-card-body { padding: 1.4rem 1.2rem; }
  .product-card-sub {
    font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--gold-dark); margin-bottom: 0.4rem;
  }
  .product-card-name {
    font-family: var(--ff-serif);
    font-size: 1.25rem; font-weight: 400;
    color: var(--charcoal); margin-bottom: 0.8rem;
    line-height: 1.2;
  }
  .product-card-footer {
    display: flex; align-items: center; justify-content: space-between;
  }
  .product-price {
    font-family: var(--ff-serif);
    font-size: 1.1rem; font-weight: 400;
    color: var(--charcoal);
  }
  .product-price .currency { font-size: 0.75rem; font-family: var(--ff-sans); vertical-align: top; padding-top: 0.2rem; }
  .product-inquiry {
    font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--gold-dark);
    padding: 0.4rem 0.8rem;
    border: 1px solid rgba(201,168,76,0.35);
    transition: all 0.3s;
    cursor: pointer; background: none;
    font-family: var(--ff-sans);
  }
  .product-inquiry:hover { background: var(--gold); color: var(--dark); border-color: var(--gold); }

  /* ─── WHY CHOOSE US ──────────────────────────────────────────────── */
  .why-us { background: var(--charcoal); }
  .why-us-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
  .why-card {
    padding: 3.5rem 2.5rem;
    border-right: 1px solid rgba(201,168,76,0.1);
    position: relative;
    overflow: hidden;
    transition: background 0.4s;
  }
  .why-card:last-child { border-right: none; }
  .why-card::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(201,168,76,0.05), transparent);
    opacity: 0;
    transition: opacity 0.4s;
  }
  .why-card:hover::before { opacity: 1; }
  .why-icon {
    width: 52px; height: 52px;
    margin-bottom: 1.8rem;
    color: var(--gold);
  }
  .why-num {
    font-family: var(--ff-serif);
    font-size: 3rem; font-weight: 700;
    color: rgba(201,168,76,0.08);
    position: absolute;
    top: 2rem; right: 2rem;
    line-height: 1;
    user-select: none;
  }
  .why-title {
    font-family: var(--ff-serif);
    font-size: 1.3rem; font-weight: 400;
    color: var(--ivory);
    margin-bottom: 1rem;
    line-height: 1.25;
  }
  .why-desc {
    font-size: 0.85rem; line-height: 1.75;
    color: rgba(250,247,242,0.45);
  }

  /* ─── CRAFTSMANSHIP PROCESS ──────────────────────────────────────── */
  .process-section { position: relative; overflow: hidden; }
  .process-bg-text {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--ff-serif);
    font-size: 18vw;
    font-weight: 700;
    color: rgba(201,168,76,0.03);
    white-space: nowrap;
    user-select: none;
  }
  .process-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
    z-index: 1;
  }
  .process-steps::before {
    content: '';
    position: absolute;
    top: 2.5rem; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
    z-index: 0;
  }
  .process-step { text-align: center; padding: 0 1.5rem; position: relative; }
  .process-step-num {
    width: 52px; height: 52px;
    background: var(--ivory);
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.5rem;
    font-family: var(--ff-serif);
    font-size: 1.1rem; font-weight: 500;
    color: var(--gold-dark);
    position: relative; z-index: 1;
    transition: all 0.4s var(--ease-out);
  }
  .process-step:hover .process-step-num {
    background: var(--gold);
    color: var(--dark);
    box-shadow: 0 0 0 8px rgba(201,168,76,0.12);
    transform: scale(1.1);
  }
  .process-step-title {
    font-family: var(--ff-serif);
    font-size: 1.1rem; font-weight: 400;
    color: var(--charcoal);
    margin-bottom: 0.8rem;
  }
  .process-step-desc {
    font-size: 0.8rem; line-height: 1.7;
    color: var(--text-muted);
  }

  /* ─── GALLERY SHOWCASE ───────────────────────────────────────────── */
  .gallery-section { background: var(--dark); overflow: hidden; }
  .gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 0.4rem;
  }
  .gallery-item {
    overflow: hidden; position: relative;
    cursor: pointer;
  }
  .gallery-item:nth-child(1) { grid-row: 1 / 3; }
  .gallery-item-inner {
    width: 100%; height: 100%; min-height: 200px;
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.7s var(--ease-out);
  }
  .gallery-item:hover .gallery-item-inner { transform: scale(1.05); }
  .gallery-item-overlay {
    position: absolute; inset: 0;
    background: rgba(16,14,12,0.0);
    transition: background 0.4s;
    display: flex; align-items: center; justify-content: center;
  }
  .gallery-item:hover .gallery-item-overlay { background: rgba(16,14,12,0.4); }
  .gallery-expand {
    color: var(--gold);
    font-size: 1.5rem;
    opacity: 0; transform: scale(0.8);
    transition: all 0.4s var(--ease-out);
  }
  .gallery-item:hover .gallery-expand { opacity: 1; transform: scale(1); }

  /* ─── TESTIMONIALS ───────────────────────────────────────────────── */
  .testimonials-section { background: var(--cream); }
  .testimonials-swiper { overflow: visible !important; }
  .testimonial-card {
    background: var(--ivory);
    padding: 3rem 2.5rem;
    position: relative;
    border-top: 2px solid var(--gold);
  }
  .testimonial-quote-mark {
    font-family: var(--ff-serif);
    font-size: 5rem; line-height: 1;
    color: rgba(201,168,76,0.15);
    position: absolute; top: 1rem; left: 1.5rem;
    user-select: none;
  }
  .testimonial-text {
    font-family: var(--ff-serif);
    font-size: 1.05rem;
    font-style: italic;
    line-height: 1.7;
    color: var(--text-main);
    margin-bottom: 2rem;
    position: relative; z-index: 1;
  }
  .testimonial-author { display: flex; align-items: center; gap: 1rem; }
  .testimonial-avatar {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--marble);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--ff-serif);
    font-size: 1.2rem; font-weight: 600;
    color: var(--gold-dark);
    flex-shrink: 0;
  }
  .testimonial-name {
    font-family: var(--ff-serif);
    font-size: 1rem; font-weight: 500;
    color: var(--charcoal);
  }
  .testimonial-location { font-size: 0.7rem; letter-spacing: 0.1em; color: var(--text-muted); text-transform: uppercase; }
  .testimonial-stars { color: var(--gold); font-size: 0.75rem; margin-bottom: 0.2rem; }

  /* ─── GLOBAL PRESENCE ────────────────────────────────────────────── */
  .global-section { position: relative; overflow: hidden; }
  .global-map-wrap {
    position: relative;
    background: var(--marble);
    padding: 4rem;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    margin-top: 4rem;
  }
  .global-map-bg {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, var(--cream), var(--marble));
    opacity: 0.5;
  }
  .global-countries {
    position: relative; z-index: 1;
    display: flex; flex-wrap: wrap; gap: 1.2rem;
    justify-content: center; align-items: center;
  }
  .country-tag {
    background: var(--charcoal);
    color: var(--gold-pale);
    font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
    padding: 0.5rem 1.2rem;
    font-family: var(--ff-sans);
    transition: all 0.3s;
    cursor: default;
  }
  .country-tag:hover { background: var(--gold); color: var(--dark); }

  /* ─── CTA SECTION ────────────────────────────────────────────────── */
  .cta-section {
    background: var(--charcoal);
    position: relative; overflow: hidden;
    text-align: center;
    padding: 7rem 0;
  }
  .cta-bg {
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 70% 70% at 50% 50%, rgba(201,168,76,0.07), transparent);
  }
  .cta-inner { position: relative; z-index: 1; }
  .cta-h2 {
    font-family: var(--ff-serif);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    color: var(--ivory);
    margin-bottom: 1.2rem;
    line-height: 1.15;
  }
  .cta-h2 em { font-style: italic; color: var(--gold-pale); }
  .cta-p {
    font-size: 0.95rem; line-height: 1.8;
    color: rgba(250,247,242,0.45);
    max-width: 500px; margin: 0 auto 3rem;
  }
  .cta-actions { display: flex; gap: 1.2rem; justify-content: center; align-items: center; }

  /* ─── FOOTER ─────────────────────────────────────────────────────── */
  footer {
    background: var(--dark);
    padding-top: 5rem;
  }
  .footer-top {
    max-width: 1440px; margin: 0 auto; padding: 0 3rem;
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr;
    gap: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(201,168,76,0.1);
  }
  .footer-brand { }
  .footer-logo {
    font-family: var(--ff-serif);
    font-size: 1.5rem; font-weight: 600;
    color: var(--ivory); letter-spacing: 0.06em;
    margin-bottom: 0.3rem;
  }
  .footer-logo em { color: var(--gold); font-style: normal; }
  .footer-tagline {
    font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--stone); margin-bottom: 1.5rem;
  }
  .footer-brand-p {
    font-size: 0.82rem; line-height: 1.75;
    color: rgba(250,247,242,0.35); margin-bottom: 2rem;
  }
  .footer-social { display: flex; gap: 0.8rem; }
  .footer-social a {
    width: 36px; height: 36px;
    border: 1px solid rgba(201,168,76,0.2);
    display: flex; align-items: center; justify-content: center;
    color: var(--stone); font-size: 0.9rem;
    transition: all 0.3s;
  }
  .footer-social a:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.05); }

  .footer-col h4 {
    font-family: var(--ff-sans);
    font-size: 0.65rem; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(201,168,76,0.15);
  }
  .footer-col ul { display: flex; flex-direction: column; gap: 0.7rem; }
  .footer-col ul li a {
    font-size: 0.82rem; color: rgba(250,247,242,0.35);
    transition: color 0.3s;
    display: flex; align-items: center; gap: 0.4rem;
  }
  .footer-col ul li a::before { content: '–'; color: rgba(201,168,76,0.3); font-size: 0.7rem; }
  .footer-col ul li a:hover { color: var(--gold-pale); }

  .footer-contact-item {
    display: flex; gap: 0.8rem; align-items: flex-start;
    margin-bottom: 1rem; font-size: 0.82rem;
    color: rgba(250,247,242,0.35);
    line-height: 1.5;
  }
  .footer-contact-icon { color: var(--gold); flex-shrink: 0; margin-top: 0.1rem; }

  .footer-bottom {
    max-width: 1440px; margin: 0 auto; padding: 1.8rem 3rem;
    display: flex; align-items: center; justify-content: space-between;
    font-size: 0.72rem; color: rgba(250,247,242,0.2);
  }
  .footer-bottom-links { display: flex; gap: 1.5rem; }
  .footer-bottom-links a { color: rgba(250,247,242,0.2); transition: color 0.3s; }
  .footer-bottom-links a:hover { color: var(--gold); }

  /* WhatsApp Float */
  .whatsapp-float {
    position: fixed;
    bottom: 2rem; right: 2rem;
    width: 52px; height: 52px;
    background: #25D366;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.4rem;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    z-index: 500;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: waPulse 2s ease-in-out infinite 3s;
  }
  .whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 30px rgba(37,211,102,0.5); }
  @keyframes waPulse { 0%,100%{box-shadow:0 4px 20px rgba(37,211,102,0.4)} 50%{box-shadow:0 4px 30px rgba(37,211,102,0.65),0 0 0 10px rgba(37,211,102,0.07)} }

  /* ─── RESPONSIVE UTILS ───────────────────────────────────────────── */
  @media (max-width: 1024px) {
    .categories-grid { grid-template-columns: repeat(2, 1fr); }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .why-us-grid { grid-template-columns: repeat(2, 1fr); }
    .process-steps { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
    .process-steps::before { display: none; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
    .hero-content { grid-template-columns: 1fr; padding-top: 160px; }
    .hero-visual { display: none; }
    .brand-story-inner { grid-template-columns: 1fr; gap: 3rem; }
  }
  @media (max-width: 768px) {
    .top-bar-center { display: none; }
    .header-nav { display: none; }
    .section-inner { padding: 0 1.5rem; }
    .section { padding: 5rem 0; }
    .hero-content { padding: 0 1.5rem; }
    .categories-grid { grid-template-columns: 1fr 1fr; }
    .products-grid { grid-template-columns: 1fr; }
    .why-us-grid { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr 1fr; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .gallery-item:nth-child(1) { grid-row: auto; }
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
    .cta-actions { flex-direction: column; }
    .mega-menu { display: none; }
    .top-bar-inner { padding: 0 1.5rem; }
    .header-inner { padding: 0 1.5rem; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  }


html, body { min-height: 100%; height: auto !important; overflow-y: auto !important; }
html { scroll-behavior: smooth; }
body { position: static !important; overflow-x: hidden !important; }
main, section { max-width: 100%; }
.top-bar { background: var(--ivory) !important; color: var(--text-muted) !important; border-bottom: 1px solid rgba(200,164,93,0.18); }
.top-bar a, .top-bar-right a, .top-bar-left a { color: var(--text-muted) !important; }
.top-bar .ticker span { color: var(--gold-dark) !important; }
.top-bar .ticker span.dot { color: var(--gold) !important; }
.top-bar-cta { background: var(--gold) !important; color: var(--charcoal) !important; }
.header-logo-img { width: 58px; height: 48px; object-fit: cover; object-position: center 42%; border: 1px solid rgba(200,164,93,0.28); margin-right: 0.75rem; }
.header-logo { flex-direction: row; align-items: center; }
.header-logo-text { display: flex; flex-direction: column; }
.header-btn.cart-count { font-size: 0.72rem; font-weight: 500; }
.page-shell { padding-top: 10rem; }
.page-hero-lite { padding: 8rem 0 5rem; background: var(--cream); position: relative; overflow: hidden; }
.page-hero-lite::before { content: ''; position: absolute; inset: 0; opacity: 0.55; background-image: radial-gradient(circle at 20% 18%, rgba(200,164,93,0.14), transparent 28%), radial-gradient(circle at 80% 10%, rgba(176,138,66,0.08), transparent 24%); }
.page-hero-lite .section-inner { position: relative; z-index: 1; }
.page-kicker { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 1rem; }
.page-title { font-family: var(--ff-serif); font-size: clamp(3rem, 7vw, 6.8rem); font-weight: 300; line-height: 0.95; color: var(--charcoal); max-width: 980px; }
.page-copy { max-width: 660px; color: var(--text-muted); line-height: 1.8; margin-top: 1.4rem; }
.simple-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.simple-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }
.simple-card { background: var(--ivory); border: 1px solid rgba(200,164,93,0.16); padding: 2.2rem; min-height: 230px; position: relative; overflow: hidden; }
.simple-card::before { content: ''; position: absolute; left: 0; top: 0; width: 2px; height: 100%; background: var(--gold); opacity: 0; transition: opacity 0.3s; }
.simple-card:hover::before { opacity: 1; }
.simple-card-number { font-family: var(--ff-serif); font-size: 3rem; color: rgba(200,164,93,0.28); line-height: 1; margin-bottom: 1.2rem; }
.simple-card h3 { font-family: var(--ff-serif); font-size: 1.7rem; font-weight: 400; color: var(--charcoal); margin-bottom: 0.8rem; }
.simple-card p { color: var(--text-muted); line-height: 1.75; font-size: 0.95rem; }
.products-grid.shop-products { grid-template-columns: repeat(4, 1fr); }
.product-card { background: var(--ivory); border: 1px solid rgba(200,164,93,0.18); cursor: default; }
.product-card-img { aspect-ratio: 4 / 4.7; background: var(--marble); }
.product-card-img-inner { background: linear-gradient(145deg,#f8f8f6,#e5e5e5); }
.product-card-img-inner svg { width: 62%; height: 62%; }
.product-card-actions { opacity: 1; transform: none; top: 0.9rem; right: 0.9rem; }
.product-action-btn { background: rgba(255,255,255,0.9); color: var(--charcoal); box-shadow: 0 8px 24px rgba(43,43,43,0.08); }
.product-card-badge { display: none; }
.product-card-body { padding: 1.15rem 1rem 1.1rem; }
.product-card-name { font-size: 1.15rem; min-height: 2.8em; margin-bottom: 0.7rem; }
.product-card-footer { gap: 0.8rem; align-items: flex-end; }
.product-price-wrap { display: flex; flex-direction: column; gap: 0.15rem; }
.product-sale { font-family: var(--ff-serif); font-size: 1.15rem; color: var(--charcoal); }
.product-mrp { font-size: 0.78rem; color: var(--text-muted); text-decoration: line-through; }
.product-inquiry.add-cart { white-space: nowrap; background: transparent; }
.product-inquiry.add-cart.added { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.filter-panel, .checkout-panel, .auth-panel, .profile-panel, .detail-panel { background: var(--ivory); border: 1px solid rgba(200,164,93,0.18); padding: 2rem; }
.shop-layout { display: grid; grid-template-columns: 280px 1fr; gap: 2.5rem; align-items: start; }
.filter-panel { position: sticky; top: 8rem; }
.form-field, .filter-panel select, .filter-panel input, .checkout-panel input, .checkout-panel select, .auth-panel input, .appointment-form input, .appointment-form select, .appointment-form textarea { width: 100%; border: 1px solid rgba(200,164,93,0.22); background: var(--ivory); padding: 0.85rem 1rem; margin-bottom: 1rem; color: var(--charcoal); }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; color: var(--text-muted); }
.product-detail-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 4rem; align-items: start; }
.detail-gallery { background: var(--marble); padding: 2rem; }
.detail-gallery .product-card-img { aspect-ratio: 1; }
.detail-thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 1rem; }
.detail-thumbs span { aspect-ratio: 1; background: var(--marble); border: 1px solid rgba(200,164,93,0.18); }
.detail-panel h1, .auth-panel h1 { font-family: var(--ff-serif); font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 300; line-height: 1; color: var(--charcoal); }
.detail-panel p, .detail-panel dd { color: var(--text-muted); line-height: 1.8; }
.detail-panel dt { color: var(--gold-dark); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.68rem; margin-top: 1rem; }
.qty-row { display: flex; gap: 0.6rem; align-items: center; margin: 1.5rem 0; }
.qty-row button, .qty-row input { width: 42px; height: 42px; border: 1px solid rgba(200,164,93,0.25); background: var(--ivory); text-align: center; }
.checkout-grid { display: grid; grid-template-columns: 1fr 360px; gap: 2rem; }
.checkout-steps { display: grid; gap: 1.4rem; }
.auth-wrap { min-height: 76vh; display: grid; place-items: center; padding-top: 10rem; }
.auth-panel { width: min(460px, 92vw); }
.auth-panel img { width: 116px; height: 88px; object-fit: cover; margin: 0 auto 1rem; border: 1px solid rgba(200,164,93,0.22); }
.profile-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.appointment-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3rem; align-items: start; }
.appointment-form { background: var(--ivory); border: 1px solid rgba(200,164,93,0.18); padding: 2rem; }
.appointment-form textarea { min-height: 130px; resize: vertical; }
.quick-modal { position: fixed; inset: 0; z-index: 1000; display: none; }
.quick-modal.active { display: block; }
.quick-modal-backdrop { position: absolute; inset: 0; background: rgba(43,43,43,0.24); }
.quick-modal-card { position: absolute; right: 5vw; top: 50%; transform: translateY(-50%); width: min(460px,90vw); background: var(--ivory); padding: 2rem; border-top: 2px solid var(--gold); box-shadow: 0 20px 60px rgba(16,14,12,0.18); }
.quick-modal-close { float: right; border: none; background: none; color: var(--gold-dark); cursor: pointer; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.7rem; }
.quick-modal-card h2 { font-family: var(--ff-serif); font-weight: 400; font-size: 2rem; margin: 1rem 0; }
.video-hero { position: relative; min-height: 100vh; padding: 0; overflow: hidden; background: var(--ivory); }
.video-hero .swiper, .video-hero .swiper-wrapper, .video-hero .swiper-slide { min-height: 100vh; }
.video-hero-slide { position: relative; display: grid; place-items: center; overflow: hidden; }
.video-hero-slide video, .video-hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-hero-fallback { background: linear-gradient(135deg,#ffffff 0%,#f8f8f6 48%,#eadfca 100%); }
.video-hero-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.76), rgba(255,255,255,0.58)); z-index: 1; }
.video-hero-copy { position: relative; z-index: 2; width: min(980px, 92vw); text-align: center; padding: 9rem 1.5rem 5rem; }
.video-hero-copy .hero-eyebrow { color: var(--gold-dark); margin: 0 auto 1.2rem; justify-content: center; }
.video-hero-copy .hero-title { color: var(--charcoal); margin: 0 auto; }
.video-hero-copy .hero-title span, .video-hero-copy .hero-title em { display: block; }
.video-hero-copy .hero-subtitle { margin: 1.4rem auto 0; color: var(--text-main); max-width: 700px; }
.video-hero-copy .hero-actions { justify-content: center; align-items: center; margin: 2rem auto 0; width: 100%; }
.video-hero-copy .hero-actions .btn-primary, .video-hero-copy .hero-actions .btn-outline { flex: 0 0 auto; }
.video-hero-pagination { position: absolute; z-index: 5; bottom: 2rem !important; left: 0; right: 0; }
.video-hero-pagination .swiper-pagination-bullet { background: var(--gold-dark); opacity: 0.35; }
.video-hero-pagination .swiper-pagination-bullet-active { opacity: 1; width: 22px; border-radius: 10px; }
.home-slider-section { background: var(--ivory); }
.home-slider-section.alt { background: var(--cream); }
.home-slider-section .section-inner { overflow: hidden; }
.home-swiper { padding: 0.4rem 0 3rem; overflow: hidden !important; }
.home-swiper .swiper-pagination { bottom: 0 !important; }
.home-swiper .swiper-pagination-bullet { background: var(--gold-dark); opacity: 0.28; }
.home-swiper .swiper-pagination-bullet-active { opacity: 1; width: 20px; border-radius: 10px; }
.dream-card { display: block; text-align: center; }
.dream-card-art { aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg,#fff,#e5e5e5); border: 1px solid rgba(200,164,93,0.24); display: grid; place-items: center; margin-bottom: 0.85rem; overflow: hidden; }
.dream-card-art svg { width: 58%; height: 58%; }
.dream-card h3 { font-family: var(--ff-serif); font-weight: 400; font-size: 1.35rem; color: var(--charcoal); }
.home-product-card.compact .product-card-img { aspect-ratio: 4 / 4.25; }
.furniture-card, .decor-card, .watch-card, .guide-card, .community-card, .collection-card { background: var(--ivory); border: 1px solid rgba(200,164,93,0.18); overflow: hidden; }
.furniture-art, .decor-art, .watch-art, .guide-art, .community-art, .collection-art { min-height: 220px; background: linear-gradient(145deg,#fff,#e5e5e5); display: grid; place-items: center; position: relative; }
.furniture-art::after, .decor-art::after, .guide-art::after, .community-art::after, .collection-art::after { content: ''; position: absolute; inset: 1rem; border: 1px solid rgba(200,164,93,0.22); }
.furniture-card h3, .decor-card h3, .watch-card h3, .guide-card h3, .community-card h3, .collection-card h3 { font-family: var(--ff-serif); font-size: 1.45rem; font-weight: 400; color: var(--charcoal); margin: 1rem 1rem 0.35rem; }
.furniture-card p, .decor-card p, .watch-card p, .guide-card p, .community-card p, .collection-card p { color: var(--text-muted); line-height: 1.55; margin: 0 1rem 1rem; font-size: 0.92rem; }
.watch-card { position: relative; }
.watch-art { min-height: 310px; background: linear-gradient(145deg,#2B2B2B,#74654a); }
.watch-art::before { content: 'Play'; width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,0.88); color: var(--gold-dark); display: grid; place-items: center; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; z-index: 1; }
.watch-card h3, .watch-card p { color: var(--ivory); position: absolute; left: 0; right: 0; z-index: 2; }
.watch-card h3 { bottom: 3.1rem; }
.watch-card p { bottom: 0.8rem; color: rgba(255,255,255,0.72); }
.dream-home-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 2rem; align-items: center; }
.dream-home-collage { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.dream-home-tile { min-height: 210px; background: linear-gradient(145deg,#fff,#e5e5e5); border: 1px solid rgba(200,164,93,0.18); }
.dream-home-copy { padding: 2.5rem; background: var(--ivory); border: 1px solid rgba(200,164,93,0.18); }
.dream-home-copy h2 { font-family: var(--ff-serif); font-weight: 300; font-size: clamp(2.4rem,4vw,4.2rem); line-height: 1; color: var(--charcoal); margin-bottom: 1rem; }
.offer-band { background: var(--charcoal); color: var(--ivory); padding: 2.2rem 0; }
.offer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(200,164,93,0.24); }
.offer-item { background: var(--charcoal); padding: 1.5rem; text-align: center; color: var(--gold-pale); font-family: var(--ff-serif); font-size: 1.45rem; }
.collection-card { text-align: center; border: none; background: transparent; }
.collection-art { min-height: 150px; aspect-ratio: 1; border-radius: 50%; margin: 0 auto 0.8rem; width: min(150px, 100%); }
.community-card .community-art { min-height: 330px; }
.guide-card .guide-art { min-height: 190px; }
.faq-shell { max-width: 980px; margin: 0 auto; background: var(--ivory); border: 1px solid rgba(200,164,93,0.18); box-shadow: 0 18px 60px rgba(43,43,43,0.06); }
.faq-list { display: grid; gap: 0; }
.faq-list details { background: transparent; border-bottom: 1px solid rgba(200,164,93,0.16); padding: 0; }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { cursor: pointer; list-style: none; font-family: var(--ff-serif); font-size: 1.35rem; color: var(--charcoal); padding: 1.35rem 1.6rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid rgba(200,164,93,0.3); display: grid; place-items: center; color: var(--gold-dark); font-family: var(--ff-sans); font-size: 1rem; transition: transform 0.3s, background 0.3s; }
.faq-list details[open] summary::after { content: '-'; background: var(--gold); color: var(--dark); transform: rotate(180deg); }
.faq-list p { color: var(--text-muted); line-height: 1.75; padding: 0 1.6rem 1.35rem; max-width: 760px; }
.featured-logos { display: grid; grid-template-columns: repeat(6,1fr); gap: 1rem; align-items: center; }
.featured-logo { min-height: 70px; display: grid; place-items: center; background: var(--ivory); border: 1px solid rgba(200,164,93,0.15); color: var(--gold-dark); font-family: var(--ff-serif); font-size: 1.2rem; }
.global-map-wrap { overflow: hidden; }
.global-map-wrap svg { max-width: 100%; height: auto; }
.cta-inner { overflow: hidden; }
.collection-page { padding-top: 10rem; background: var(--ivory); }
.collection-head { text-align: center; padding: 1rem 0 2rem; }
.collection-head h1 { font-family: var(--ff-serif); font-size: clamp(2.8rem,5vw,4.8rem); font-weight: 400; color: var(--charcoal); line-height: 1; margin: 0 0 0.85rem; }
.collection-breadcrumb { color: var(--text-muted); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; display: flex; justify-content: center; gap: 0.8rem; }
.collection-circle-row { display: flex; gap: 1.15rem; justify-content: center; align-items: flex-start; overflow-x: auto; padding: 0.5rem 0 1.5rem; scrollbar-width: none; }
.collection-circle-row::-webkit-scrollbar { display: none; }
.collection-circle { flex: 0 0 92px; text-align: center; color: var(--charcoal); }
.collection-circle-art { width: 86px; height: 86px; border-radius: 50%; margin: 0 auto 0.55rem; display: grid; place-items: center; background: linear-gradient(145deg,#fff,#e5e5e5); border: 2px solid var(--ivory); outline: 1px solid rgba(200,164,93,0.55); box-shadow: 0 10px 28px rgba(43,43,43,0.08); overflow: hidden; }
.collection-circle-art svg { width: 58%; height: 58%; }
.collection-circle span { font-family: var(--ff-serif); font-size: 0.9rem; line-height: 1.1; display: block; }
.collection-filter-wrap { border-top: 1px solid rgba(200,164,93,0.16); border-bottom: 1px solid rgba(200,164,93,0.16); padding: 1rem 0; margin-bottom: 2rem; }
.collection-filter-chips { display: flex; flex-wrap: wrap; gap: 0.65rem; align-items: center; }
.filter-chip { min-height: 38px; padding: 0 1rem; display: inline-flex; align-items: center; justify-content: center; background: var(--cream); color: var(--charcoal); border: 1px solid rgba(200,164,93,0.12); font-size: 0.74rem; letter-spacing: 0.03em; }
.filter-chip.active, .filter-button { background: var(--gold); color: var(--dark); border-color: var(--gold); }
.collection-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; color: var(--text-muted); font-size: 0.82rem; }
.toolbar-left { display: flex; align-items: center; gap: 0.75rem; }
.view-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(200,164,93,0.18); color: var(--gold-dark); }
.collection-sort select { border: 0; background: transparent; color: var(--charcoal); font-family: var(--ff-sans); }
.collection-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3.2rem 1.6rem; }
.collection-product-card { text-align: center; position: relative; }
.collection-product-media { aspect-ratio: 1; background: linear-gradient(145deg,#202126,#3a3935); display: grid; place-items: center; position: relative; overflow: hidden; margin-bottom: 1rem; }
.collection-product-media::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 20%, rgba(255,255,255,0.16), transparent 38%); }
.collection-product-media svg { position: relative; z-index: 1; width: 62%; height: 62%; filter: drop-shadow(0 16px 26px rgba(0,0,0,0.24)); }
.collection-product-card:nth-child(3n) .collection-product-media { background: linear-gradient(145deg,#2d3038,#555047); }
.collection-product-card:nth-child(4n) .collection-product-media { background: linear-gradient(145deg,#f8f8f6,#d8d2c7); }
.preorder-badge, .discount-badge { position: absolute; z-index: 2; top: 0.55rem; left: 0.55rem; background: var(--charcoal); color: var(--ivory); font-size: 0.62rem; letter-spacing: 0.08em; padding: 0.28rem 0.45rem; }
.discount-badge { background: #d63a3a; }
.collection-product-name { font-family: var(--ff-sans); font-size: 0.85rem; color: var(--charcoal); line-height: 1.45; min-height: 2.8em; }
.collection-product-code { margin-top: 0.35rem; color: var(--text-muted); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }
.collection-product-price { margin-top: 0.4rem; font-size: 0.86rem; color: var(--charcoal); }
.collection-product-price del { color: var(--text-muted); margin-left: 0.35rem; }
.collection-product-actions { position: absolute; right: 0.6rem; top: 0.6rem; z-index: 3; display: flex; flex-direction: column; gap: 0.45rem; opacity: 0; transform: translateX(8px); transition: all 0.3s var(--ease-out); }
.collection-product-card:hover .collection-product-actions { opacity: 1; transform: translateX(0); }
.collection-action { width: 34px; height: 34px; border: 0; background: rgba(255,255,255,0.92); color: var(--gold-dark); display: grid; place-items: center; cursor: pointer; }
footer { background: var(--charcoal) !important; color: var(--stone) !important; }
.footer-top { background: var(--charcoal) !important; border-color: rgba(200,164,93,0.12) !important; }
footer h4, .footer-logo { color: var(--ivory) !important; }
.footer-logo em, .footer-contact-icon { color: var(--gold) !important; }
.footer-tagline, .footer-brand-p, .footer-col ul li a, .footer-contact-item, .footer-bottom, .footer-bottom-links a { color: rgba(255,255,255,0.46) !important; }
.footer-col ul li a:hover, .footer-bottom-links a:hover { color: var(--gold-pale) !important; }
.footer-social a { background: rgba(255,255,255,0.05) !important; color: var(--gold) !important; border-color: rgba(200,164,93,0.2) !important; }
.footer-bottom { border-top: 1px solid rgba(200,164,93,0.12); }
@media (max-width: 1200px) { .products-grid.shop-products, .simple-grid.cols-4 { grid-template-columns: repeat(2,1fr); } .shop-layout, .product-detail-grid, .checkout-grid, .appointment-layout { grid-template-columns: 1fr; } .filter-panel { position: static; } }
@media (max-width: 1200px) { .dream-home-grid, .offer-grid { grid-template-columns: 1fr; } .featured-logos { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 1100px) { .collection-product-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 768px) { .main-header { top: 0; } .top-bar { display: none; } .header-actions { display: none; } .page-shell, .auth-wrap { padding-top: 7rem; } .simple-grid, .simple-grid.cols-4, .products-grid.shop-products, .profile-grid { grid-template-columns: 1fr; } .product-card-footer { align-items: stretch; flex-direction: column; } .product-inquiry.add-cart { width: 100%; } .video-hero-copy { padding-top: 7rem; } .video-hero-copy .hero-actions { flex-direction: column; } .video-hero-copy .hero-actions .btn-primary, .video-hero-copy .hero-actions .btn-outline { width: min(280px, 100%); justify-content: center; } .dream-home-collage, .featured-logos { grid-template-columns: 1fr 1fr; } .faq-list summary { font-size: 1.15rem; padding: 1.1rem; } .faq-list p { padding: 0 1.1rem 1.1rem; } .global-section .section-inner > div[style*="grid-template-columns:repeat(3,1fr)"] { grid-template-columns: 1fr !important; } .cta-section div[style*="display:flex"] { flex-direction: column; } .cta-section div[style*="width:1px"] { display: none; } .collection-page { padding-top: 7rem; } .collection-product-grid { grid-template-columns: repeat(2,1fr); gap: 2rem 1rem; } .collection-toolbar { align-items: flex-start; flex-direction: column; } .collection-circle { flex-basis: 78px; } .collection-circle-art { width: 72px; height: 72px; } }

.tilak-home .header-logo {
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.85rem;
  min-width: 270px;
}

.tilak-home .header-logo-img {
  width: 54px !important;
  height: 46px !important;
  max-width: 54px;
  max-height: 46px;
  object-fit: contain !important;
  border: 1px solid rgba(200,164,93,0.24);
  margin-right: 0 !important;
}

.tilak-home .header-logo-text {
  display: grid !important;
  gap: 0.18rem;
}

.tilak-home .logo-main {
  font-size: 1.08rem !important;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.tilak-home .logo-sub {
  font-size: 0.54rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.shop-redesign,
.shop-redesign button,
.shop-redesign input,
.shop-redesign select {
  font-family: "__futura_pt_medium_6c980f", "__futura_pt_medium_Fallback_6c980f", "Futura PT", Futura, Arial, sans-serif !important;
}

.shop-redesign .section-h2,
.shop-redesign .tsa-hero-copy h1,
.shop-redesign .tsa-step h3,
.shop-redesign .tsa-budget-card h3,
.shop-redesign .tsa-project-grid h3,
.shop-redesign .site-footer h3,
.shop-redesign .site-footer h4 {
  font-family: "__futura_pt_medium_6c980f", "__futura_pt_medium_Fallback_6c980f", "Futura PT", Futura, Arial, sans-serif !important;
  letter-spacing: 0;
}

.shop-redesign .tsa-hero-copy h1 {
  text-transform: none;
  font-weight: 500;
}

.shop-redesign .tsa-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.shop-redesign .tsa-hero-copy .hero-actions {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1rem;
  width: 100%;
  margin: 2rem auto 0;
}

.shop-redesign .tsa-hero-copy .hero-actions .btn-primary,
.shop-redesign .tsa-hero-copy .hero-actions .btn-outline {
  min-width: 210px;
  justify-content: center;
  text-align: center;
}

.shop-redesign .header-inner {
  position: relative;
}

.shop-redesign .has-wide-menu {
  position: static;
}

.shop-redesign .wide-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255,255,255,0.98);
  border-top: 1px solid rgba(176,138,66,0.18);
  border-bottom: 1px solid rgba(176,138,66,0.22);
  box-shadow: 0 28px 70px rgba(35,31,28,0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
  z-index: 50;
}

.shop-redesign .has-wide-menu:hover .wide-menu,
.shop-redesign .has-wide-menu.menu-open .wide-menu,
.shop-redesign .has-wide-menu:focus-within .wide-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.shop-redesign .wide-menu-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 2rem 2.5rem;
}

.shop-redesign .dream-murtis-menu .wide-menu-inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 2.5rem;
  align-items: stretch;
}

.shop-redesign .wide-menu-feature {
  background: #f8f7f3;
  padding: 1rem;
  border: 1px solid rgba(176,138,66,0.16);
}

.shop-redesign .wide-menu-feature img,
.shop-redesign .decor-tile img,
.shop-redesign .shopby-visual img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: contain;
  background: #fff;
}

.shop-redesign .wide-menu-feature span,
.shop-redesign .shopby-card span {
  display: block;
  color: var(--gold-dark);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin-top: 1rem;
}

.shop-redesign .wide-menu-feature h3,
.shop-redesign .decor-tile h3,
.shop-redesign .shopby-visual h3 {
  font-size: 1.45rem;
  margin-top: 0.45rem;
  font-weight: 500;
  color: var(--text-main);
}

.shop-redesign .wide-menu-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.shop-redesign .wide-menu-columns div {
  border-left: 1px solid rgba(176,138,66,0.18);
  padding-left: 1.25rem;
}

.shop-redesign .wide-menu h4 {
  margin: 0 0 1rem;
  color: var(--text-main);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.shop-redesign .wide-menu a {
  display: block;
  color: var(--text-muted);
  font-size: 0.94rem;
  padding: 0.4rem 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

.shop-redesign .wide-menu a:hover {
  color: var(--gold-dark);
  transform: translateX(4px);
}

.shop-redesign .decor-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 2rem;
}

.shop-redesign .decor-tile {
  background: #22201d;
  color: #fff;
  padding: 1rem;
}

.shop-redesign .decor-tile p {
  color: rgba(255,255,255,0.68);
  margin-top: 0.45rem;
  line-height: 1.6;
}

.shop-redesign .decor-tile h3 {
  color: #fff;
}

.shop-redesign .decor-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.shop-redesign .decor-link-grid a {
  border: 1px solid rgba(176,138,66,0.16);
  padding: 1.1rem;
  background: #fff;
  min-height: 118px;
}

.shop-redesign .decor-link-grid b {
  display: block;
  color: var(--text-main);
  margin-bottom: 0.5rem;
}

.shop-redesign .decor-link-grid span {
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.shop-redesign .shopby-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 320px;
  gap: 1.2rem;
}

.shop-redesign .shopby-card {
  background: #f8f7f3;
  border: 1px solid rgba(176,138,66,0.16);
  padding: 1.5rem;
}

.shop-redesign .shopby-card.accent {
  background: #fff;
}

.shop-redesign .shopby-card span {
  margin: 0 0 0.8rem;
}

.shop-redesign .shopby-visual {
  border: 1px solid rgba(176,138,66,0.16);
  padding: 1rem;
  background: #fff;
}

.shop-redesign .legacy-footer {
  background: #11100e;
  color: rgba(255,255,255,0.72);
  padding: 0;
}

.shop-redesign .footer-top {
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 3rem 3rem;
  display: grid;
  grid-template-columns: 1.45fr repeat(4, 1fr);
  gap: 2.5rem;
}

.shop-redesign .footer-logo {
  font-family: var(--ff-serif);
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.08em;
}

.shop-redesign .footer-logo em {
  color: var(--gold);
  font-style: normal;
}

.shop-redesign .footer-tagline {
  color: var(--gold-pale);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0.7rem 0 1.2rem;
}

.shop-redesign .footer-brand-p,
.shop-redesign .footer-contact-item {
  color: rgba(255,255,255,0.56);
  line-height: 1.75;
}

.shop-redesign .footer-social {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.shop-redesign .footer-social a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(201,168,93,0.28);
  display: grid;
  place-items: center;
  color: var(--gold-pale);
  font-size: 0.68rem;
  margin: 0;
}

.shop-redesign .footer-col h4 {
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.shop-redesign .footer-col li {
  margin-bottom: 0.65rem;
}

.shop-redesign .footer-col a {
  color: rgba(255,255,255,0.58);
  font-size: 0.9rem;
  margin: 0;
}

.shop-redesign .footer-col a:hover {
  color: var(--gold-pale);
}

.shop-redesign .footer-contact-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
  font-size: 0.86rem;
}

.shop-redesign .footer-contact-icon {
  color: var(--gold);
  flex: 0 0 auto;
}

.shop-redesign .footer-whatsapp {
  display: inline-flex;
  background: #25d366;
  color: #fff !important;
  padding: 0.7rem 1.15rem;
  margin-top: 0.8rem !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem !important;
}

.shop-redesign .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.09);
  max-width: 1440px;
  margin: 0 auto;
  padding: 1.4rem 3rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255,255,255,0.42);
  font-size: 0.78rem;
}

.shop-redesign .footer-bottom-links {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.shop-redesign .footer-bottom-links a {
  color: rgba(255,255,255,0.52);
  margin: 0;
}

@media (max-width: 1100px) {
  .shop-redesign .dream-murtis-menu .wide-menu-inner,
  .shop-redesign .decor-layout,
  .shop-redesign .shopby-layout,
  .shop-redesign .footer-top {
    grid-template-columns: 1fr;
  }

  .shop-redesign .decor-link-grid,
  .shop-redesign .wide-menu-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .shop-redesign .wide-menu {
    display: none;
  }

  .shop-redesign .tsa-hero-copy .hero-actions {
    flex-direction: column;
  }

  .shop-redesign .decor-link-grid,
  .shop-redesign .wide-menu-columns,
  .shop-redesign .footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }

  .shop-redesign .footer-top,
  .shop-redesign .footer-bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.shop-redesign .top-bar-left a[href^="mailto:"] {
  display: none !important;
}

.shop-redesign .header-actions {
  gap: 0.45rem;
}

.shop-redesign .header-actions .header-btn {
  width: auto;
  min-width: 40px;
  padding: 0 0.7rem;
  border: 1px solid rgba(176,138,66,0.18);
  background: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-redesign .header-actions .cart-count {
  position: relative;
  gap: 0.35rem;
  background: var(--charcoal);
  color: var(--gold);
}

.shop-redesign .cart-badge {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--dark);
  font-size: 0.68rem;
  line-height: 1;
}

.search-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 260;
  background: rgba(255,255,255,0.98);
  border-bottom: 1px solid rgba(176,138,66,0.2);
  box-shadow: 0 18px 45px rgba(35,31,28,0.12);
  transform: translateY(-105%);
  transition: transform 0.35s var(--ease-out);
}

.search-panel.active {
  transform: translateY(0);
}

.search-panel-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.2rem 3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  border: 1px solid rgba(176,138,66,0.22);
}

.search-form input {
  border: none;
  outline: none;
  padding: 1rem 1.1rem;
  font-size: 1rem;
  background: #fff;
  color: var(--text-main);
}

.search-form button,
.search-close {
  border: none;
  background: var(--charcoal);
  color: var(--gold);
  padding: 0 1.2rem;
  cursor: pointer;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-close {
  height: 44px;
  width: 44px;
  padding: 0;
  font-size: 1rem;
}

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 270;
  background: rgba(16,14,12,0.42);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 280;
  width: min(430px, 100%);
  height: 100vh;
  background: #fff;
  color: var(--text-main);
  box-shadow: -24px 0 70px rgba(16,14,12,0.18);
  transform: translateX(105%);
  transition: transform 0.38s var(--ease-out);
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.cart-drawer.active {
  transform: translateX(0);
}

.cart-drawer-head {
  padding: 1.4rem;
  border-bottom: 1px solid rgba(176,138,66,0.18);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.cart-drawer-head span {
  color: var(--gold-dark);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cart-drawer-head h3 {
  margin-top: 0.25rem;
  font-size: 1.45rem;
  font-weight: 500;
}

.cart-drawer-head button {
  border: 1px solid rgba(176,138,66,0.2);
  background: #fff;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.cart-drawer-body {
  padding: 1.2rem;
  overflow-y: auto;
}

.cart-line {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(176,138,66,0.14);
}

.cart-line img {
  width: 92px;
  height: 104px;
  object-fit: contain;
  background: #f8f7f3;
}

.cart-line h4 {
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 500;
}

.cart-line p {
  margin: 0.45rem 0;
  color: var(--text-muted);
  font-size: 0.84rem;
}

.cart-drawer-foot {
  padding: 1.2rem;
  border-top: 1px solid rgba(176,138,66,0.18);
}

.cart-drawer-foot > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.cart-checkout,
.cart-continue {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.cart-checkout {
  background: var(--charcoal);
  color: var(--gold);
}

.cart-continue {
  margin-top: 0.7rem;
  border: 1px solid rgba(176,138,66,0.24);
  color: var(--text-main);
}

.shop-redesign .top-bar {
  background: #fbfaf7 !important;
  color: var(--text-main) !important;
  border-bottom: 1px solid rgba(176,138,66,0.18);
  padding: 0.45rem 0;
}

.shop-redesign .top-bar-inner {
  max-width: none;
  padding: 0 1.4rem;
  gap: 1rem;
}

.shop-redesign .top-bar-left {
  gap: 0;
  padding-right: 1.1rem;
  border-right: 1px solid rgba(42,36,32,0.18);
}

.shop-redesign .top-news-label {
  color: #e52b2b;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.shop-redesign .top-bar-center {
  min-width: 0;
}

.shop-redesign .ticker {
  animation-duration: 28s;
  gap: 1.1rem;
  align-items: center;
}

.shop-redesign .top-bar .ticker span {
  color: var(--text-main) !important;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.shop-redesign .top-bar .ticker .top-chip {
  background: #22c9df !important;
  color: #fff !important;
  border-radius: 4px;
  padding: 0.18rem 0.48rem;
  font-size: 0.66rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-redesign .top-bar .ticker .top-chip.deal {
  background: #ff7b20 !important;
}

.shop-redesign .top-bar-right {
  gap: 1rem;
  flex-shrink: 0;
}

.shop-redesign .top-bar-right a {
  color: var(--text-main) !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-redesign .top-phone::before {
  content: "Call";
  display: inline-block;
  margin-right: 0.45rem;
  color: var(--gold-dark);
}

.shop-redesign .top-bar-cta {
  background: var(--gold) !important;
  color: var(--dark) !important;
  border-radius: 4px;
  padding: 0.35rem 0.8rem;
}

.shop-redesign .header-inner {
  max-width: none;
  width: 100%;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  gap: 1rem;
}

.shop-redesign .header-logo {
  min-width: 205px !important;
  max-width: 205px;
  gap: 0.6rem !important;
}

.shop-redesign .header-logo-img {
  width: 44px !important;
  height: 40px !important;
  max-width: 44px;
  max-height: 40px;
}

.shop-redesign .logo-main {
  font-size: 0.98rem !important;
}

.shop-redesign .logo-sub {
  font-size: 0.48rem;
  letter-spacing: 0.16em;
}

.shop-redesign .header-nav {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.shop-redesign .nav-list {
  width: 100%;
  justify-content: center;
  gap: clamp(0.25rem, 1.2vw, 1.25rem);
}

.shop-redesign .nav-link {
  white-space: nowrap;
  flex-wrap: nowrap;
  padding: 0.5rem clamp(0.35rem, 0.75vw, 0.8rem);
  letter-spacing: 0.08em;
  font-size: clamp(0.68rem, 0.75vw, 0.78rem);
  line-height: 1;
}

.shop-redesign .nav-chevron {
  margin-left: 0.2rem;
}

.shop-redesign .header-actions {
  flex: 0 0 auto;
}

.shop-redesign .header-actions .header-btn {
  min-width: 36px;
  min-height: 36px;
  padding: 0 0.55rem;
}
