/* =========================================================
   HOUSE OF SVARA — HOMEPAGE
   ========================================================= */


/* Brand philosophy */   
/* Brand philosophy */

.home-values {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3.5rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.home-values article {
  padding: 0 2.5rem;
  border-right: 1px solid var(--line);
}

.home-values article:last-child {
  border-right: 0;
}

.home-values span {
  color: var(--gold-600);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.home-values h2 {
  margin: .25rem 0 .45rem;
  color: var(--purple-900);
  font-size: 2rem;
  font-weight: 600;
}

.home-values p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
}


/* Collections */

.home-collections-cta {
  margin-top: 2.2rem;
  text-align: center;
}


/* Shop teaser */

.home-shop-teaser {
  padding: 6rem max(6vw, 2rem);
  text-align: center;
  background:
    linear-gradient(
      135deg,
      #f7efe8 0%,
      #ead8c4 48%,
      #dbc1cf 100%
    );
}

.home-shop-teaser > div {
  max-width: 760px;
  margin: 0 auto;
}

.home-shop-teaser h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 500;
}

.home-shop-teaser p:not(.eyebrow) {
  max-width: 650px;
  margin: 1rem auto 1.8rem;
  color: var(--muted);
}


/* Story teaser */

.home-story {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 4rem;
  align-items: center;
  padding: 6rem max(7vw, 2rem);
  background:
    linear-gradient(
      135deg,
      #efe3d3 0%,
      #dcc5aa 56%,
      #cfae87 100%
    );
}

.home-story-logo {
  display: grid;
  place-items: center;
}

.home-story-logo img {
  width: min(190px, 60%);
  object-fit: contain;
  filter: drop-shadow(0 16px 30px rgba(42,16,59,.14));
}

.home-story-copy {
  max-width: 760px;
}

.home-story-copy h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 500;
}

.home-story-copy p:not(.eyebrow) {
  color: #5e505b;
  font-size: .96rem;
}


/* Shopping reassurance */

.home-shopping-info {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 5.5rem 0;
}

.home-shopping-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.home-shopping-head h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
  font-weight: 500;
}

.home-shopping-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.home-shopping-grid article {
  padding: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  text-align: center;
}

.home-shopping-grid span {
  color: var(--gold-600);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.home-shopping-grid h3 {
  margin: .45rem 0;
  font-size: 1.55rem;
}

.home-shopping-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
}

.home-shopping-link {
  margin-top: 2rem;
  text-align: center;
}


/* Contact CTA */

.home-contact {
  padding: 5.5rem max(6vw, 2rem);
  text-align: center;
  background:
    linear-gradient(
      135deg,
      var(--olive-700),
      #424724
    );
  color: white;
}

.home-contact .eyebrow {
  color: var(--gold-300);
}

.home-contact h2 {
  color: white;
  font-size: clamp(2.7rem, 4.5vw, 4.6rem);
  font-weight: 500;
}

.home-contact > p:not(.eyebrow) {
  max-width: 650px;
  margin: 1rem auto 1.8rem;
  color: rgba(255,255,255,.8);
}


/* Mobile */

@media (max-width: 900px) {

  .home-shopping-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-story {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

}

@media (max-width: 640px) {

  .home-values {
    grid-template-columns: 1fr;
  }

  .home-values article {
    padding: 1.4rem 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-values article:last-child {
    border-bottom: 0;
  }

  .home-shop-teaser,
  .home-story,
  .home-contact {
    padding: 4rem 1.3rem;
  }

  .home-shopping-info {
    padding: 4rem 0;
  }

  .home-shopping-grid {
    grid-template-columns: 1fr;
  }

}
section[id] {
  scroll-margin-top: 120px;
}
/* =========================================================
   HOMEPAGE FEATURED PRODUCTS
   ========================================================= */

.home-featured-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.home-featured-cta {
  width: 100%;
  margin-top: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home-featured-status {
  margin-bottom: 1.4rem;
}

#home-featured-status:empty {
  display: none;
}

@media (max-width: 640px) {

  .home-featured-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

}
/* =========================================================
   MOBILE COMPACT LAYOUT — House of Svara
   Added 15 Aug 2026
   ========================================================= */

@media (max-width: 640px) {

  /* -------------------------
     HERO
     Keep the full hero visible,
     but don't make it edge-to-edge.
     ------------------------- */

  .hero {
  width: calc(100% - 48px);
  max-width: 1100px;
  height: auto;
  min-height: 0;
  margin: 20px auto 30px;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
}
  .hero-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 20px;
  }


  /* -------------------------
     BEAUTY · BALANCE · BLISS
     Three columns on mobile
     ------------------------- */

  .home-values {
    width: calc(100% - 24px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 16px 0 24px;
  }

  .home-values article {
    min-width: 0;
    padding: 14px 10px;
    border-right: 1px solid rgba(56, 19, 79, 0.12);
    border-bottom: 0;
  }

  .home-values article:last-child {
    border-right: 0;
  }

  .home-values article > span {
    display: block;
    margin-bottom: 6px;
    font-size: 0.68rem;
    color: var(--gold-600);
  }

  .home-values h2 {
    font-size: 1.65rem;
    line-height: 1;
    margin-bottom: 8px;
  }

  .home-values p {
    margin: 0;
    font-size: 0.68rem;
    line-height: 1.45;
    color: var(--muted);

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }


  /* -------------------------
     GENERAL HOME SECTIONS
     Less excessive vertical space
     ------------------------- */

  .section {
    width: calc(100% - 24px);
    padding: 42px 0;
  }

  .section-head {
    margin-bottom: 22px;
  }

  .section-head h2 {
    font-size: 2.55rem;
    line-height: 0.98;
  }

  .section-head > p {
    font-size: 0.88rem;
    line-height: 1.6;
  }


  /* -------------------------
     COLLECTIONS
     Two category cards per row
     ------------------------- */

  .collection-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .collection-category-card {
    min-width: 0;
    min-height: 190px;
    padding: 18px 14px;
    border-radius: 22px;
  }

  .collection-category-card small {
    font-size: 0.68rem;
  }

  .collection-category-card h3 {
    margin-top: 8px;
    font-size: 1.65rem;
    line-height: 1.05;
  }

  .collection-category-card > a,
  .collection-category-card > span {
    font-size: 0.72rem;
  }

  .collection-subcategory-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
  }

  .collection-subcategory-links a {
    padding: 6px 9px;
    font-size: 0.64rem;
    line-height: 1.15;
    white-space: normal;
    text-align: center;
  }

  .home-collections-cta {
    margin-top: 24px;
    text-align: center;
  }


  /* -------------------------
     FEATURED PRODUCTS
     Two products per row
     ------------------------- */

  .home-featured-section .product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-featured-section .product-card {
    min-width: 0;
    border-radius: 18px;
  }

  .home-featured-section .product-image-wrap {
    aspect-ratio: 4 / 5;
  }

  .home-featured-section .product-body {
    padding: 12px;
  }

  .home-featured-section .product-meta {
    display: block;
  }

  .home-featured-section .product-category {
    display: block;
    margin-bottom: 5px;
    font-size: 0.56rem;
    line-height: 1.35;
  }

  .home-featured-section .product-price {
    display: block;
    font-size: 1.05rem;
  }

  .home-featured-section .product-card h3 {
    margin: 6px 0;
    font-size: 1.15rem;
    line-height: 1.1;
  }

  .home-featured-section .product-card p {
    font-size: 0.7rem;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }

  .home-featured-section .product-availability {
    margin-top: 7px;
    font-size: 0.7rem;
  }

  .home-featured-section .product-badge {
    top: 8px;
    left: 8px;
    padding: 5px 8px;
    font-size: 0.58rem;
  }

  .home-featured-section .card-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 10px;
  }

  .home-featured-section .card-actions button,
  .home-featured-section .card-actions a {
    width: 100%;
    min-height: 36px;
    padding: 6px 5px;
    font-size: 0.66rem;
  }

}


/* Extra protection for very narrow phones */
@media (max-width: 360px) {

  .home-values h2 {
    font-size: 1.45rem;
  }

  .home-values p {
    font-size: 0.63rem;
  }

  .collection-category-card {
    min-height: 175px;
    padding: 15px 11px;
  }

  .collection-category-card h3 {
    font-size: 1.45rem;
  }

}
/* =========================================================
   HOME CONTACT SECTION
   ========================================================= */

.home-contact-details {
  padding-top: 64px;
  padding-bottom: 80px;
}

.home-contact-title {
  margin-bottom: 30px;
}

.home-contact-title h2 {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.95;
  color: #351044;
}

.home-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-contact-card {
  min-width: 0;
  min-height: 260px;
  padding: 38px 34px;

  border: 1px solid rgba(56, 19, 79, 0.14);
  border-radius: 28px;

  background: rgba(255, 255, 255, 0.76);
}

.home-contact-whatsapp {
  background:
    linear-gradient(
      145deg,
      rgba(238, 222, 199, 0.86),
      rgba(251, 245, 235, 0.94)
    );
}

.home-contact-card h3 {
  margin: 0 0 30px;

  font-family: "Cormorant Garamond", serif;
  font-size: 2.65rem;
  line-height: 1;

  color: #351044;
}

.whatsapp-number-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.whatsapp-number-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 52px;
  padding: 0 22px;

  border-radius: 999px;

  background: #5d267e;
  color: #ffffff;

  font-family: "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;

  font-variant-numeric: lining-nums tabular-nums;

  text-decoration: none;
}

.whatsapp-number-button:hover {
  background: #42165d;
}

.whatsapp-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.home-contact-link {
  display: inline-block;

  color: #5d267e;

  font-family: "DM Sans", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;

  text-decoration: none;
  overflow-wrap: anywhere;
}

.home-contact-link:hover {
  text-decoration: underline;
}


/* MOBILE */

@media (max-width: 640px) {

  .home-contact-details {
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .home-contact-title {
    margin-bottom: 20px;
  }

  .home-contact-title h2 {
    font-size: 2.6rem;
  }

  .home-contact-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-contact-card {
    min-height: 0;
    padding: 24px 22px;
    border-radius: 20px;
  }

  .home-contact-card h3 {
    margin-bottom: 18px;
    font-size: 2rem;
  }

  .whatsapp-number-list {
    width: 100%;
  }

  .whatsapp-number-button {
    width: 100%;
    min-height: 50px;
  }

  .home-contact-link {
    font-size: 0.92rem;
  }

}
/* =========================================================
   HOME CONTACT CARDS — PASTEL SAGE GREEN
   ========================================================= */

.home-contact-card {
  background: #e8ead9;
  border-color: #d4d8bd;
}

/* Override the earlier WhatsApp-specific background if still present */
.home-contact-whatsapp {
  background: #e8ead9;
}
/* =========================================================
   HOMEPAGE QUICK PRODUCT FINDER
   Added 18 Aug 2026
   ========================================================= */

.home-product-finder {
  padding: 3.8rem max(6vw, 2rem);

  background:
    linear-gradient(
      135deg,
      #fbf7f0 0%,
      #f3e9dd 62%,
      #eee8d8 100%
    );

  border-top: 1px solid rgba(56, 19, 79, 0.08);
  border-bottom: 1px solid rgba(56, 19, 79, 0.08);
}

.home-product-finder-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.home-product-finder-copy {
  max-width: 760px;
}

.home-product-finder-copy h2 {
  margin: 0.35rem 0 0.7rem;

  color: #351044;

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size:
    clamp(2.5rem, 4.4vw, 4.2rem);

  font-weight: 500;
  line-height: 0.98;
}

.home-product-finder-copy > p:not(.eyebrow) {
  margin: 0;
  max-width: 680px;

  color: var(--muted);

  font-size: 0.92rem;
  line-height: 1.65;
}


/* Search bar */

.home-product-finder-form {
  max-width: 820px;
  margin-top: 1.6rem;

  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}

.home-product-finder-form input {
  flex: 1;

  min-width: 0;
  min-height: 54px;

  padding: 0 18px;

  border:
    1px solid
    rgba(56, 19, 79, 0.18);

  border-radius: 999px;

  background:
    rgba(255, 255, 255, 0.9);

  color: #351044;

  font:
    500 0.95rem/1.2
    "DM Sans",
    Arial,
    sans-serif;

  outline: none;
}

.home-product-finder-form input::placeholder {
  color: #867b84;
}

.home-product-finder-form input:focus {
  border-color: #5d267e;

  box-shadow:
    0 0 0 3px
    rgba(93, 38, 126, 0.1);
}

.home-product-finder-form .button {
  min-height: 54px;
  white-space: nowrap;
}


/* Search status */

.home-product-finder-status {
  min-height: 1.4rem;

  margin-top: 1rem;

  color: #5e505b;

  font-size: 0.82rem;
}


/* Search results */

.home-product-finder-results {
  margin-top: 1.1rem;

  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 1rem;
}

.home-finder-result-card {
  min-width: 0;

  display: grid;

  grid-template-columns:
    132px minmax(0, 1fr);

  overflow: hidden;

  border:
    1px solid
    rgba(56, 19, 79, 0.12);

  border-radius: 22px;

  background:
    rgba(255, 255, 255, 0.86);

  box-shadow:
    0 12px 30px
    rgba(53, 16, 68, 0.06);
}

.home-finder-result-image {
  min-height: 170px;

  background: #f8f2e9;
}

.home-finder-result-image img {
  width: 100%;
  height: 100%;

  object-fit: contain;

  display: block;
}

.home-finder-result-body {
  min-width: 0;

  padding: 18px;
}

.home-finder-result-category {
  display: block;

  color: var(--gold-600);

  font-size: 0.68rem;
  font-weight: 600;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.home-finder-result-card h3 {
  margin: 0.35rem 0 0.3rem;

  color: #351044;

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 1.5rem;

  line-height: 1.05;
}

.home-finder-result-code {
  display: block;

  margin-top: 0.2rem;

  color: #6f626d;

  font:
    600 0.72rem/1.4
    "DM Sans",
    Arial,
    sans-serif;
}

.home-finder-result-price {
  margin-top: 0.55rem;

  color: #351044;

  font:
    600 1rem/1.2
    "DM Sans",
    Arial,
    sans-serif;

  font-variant-numeric:
    lining-nums tabular-nums;
}

.home-finder-result-availability {
  margin-top: 0.35rem;

  color: #5e505b;

  font-size: 0.75rem;
}


/* Finder buttons */

.home-finder-result-actions {
  margin-top: 0.9rem;

  display: flex;
  flex-wrap: wrap;

  gap: 0.55rem;
}

.home-finder-result-actions button,
.home-finder-result-actions a {
  min-height: 38px;

  padding: 8px 13px;

  border-radius: 999px;

  font:
    600 0.72rem/1.2
    "DM Sans",
    Arial,
    sans-serif;

  text-decoration: none;

  cursor: pointer;
}

.home-finder-view-button {
  border:
    1px solid
    rgba(76, 31, 111, 0.25);

  background: transparent;

  color: #4c1f6f;
}

.home-finder-whatsapp-button {
  border: 1px solid #5d267e;

  background: #5d267e;

  color: #ffffff;
}

.home-finder-view-button:hover {
  background:
    rgba(76, 31, 111, 0.07);
}

.home-finder-whatsapp-button:hover {
  background: #42165d;
  border-color: #42165d;
}


/* Tablet / mobile */

@media (max-width: 760px) {

  .home-product-finder {
    padding: 3rem 1.2rem;
  }

  .home-product-finder-form {
    flex-direction: column;
  }

  .home-product-finder-form .button {
    width: 100%;
  }

  .home-product-finder-results {
    grid-template-columns: 1fr;
  }

}


/* Narrow phones */

@media (max-width: 420px) {

  .home-product-finder-copy h2 {
    font-size: 2.35rem;
  }

  .home-finder-result-card {
    grid-template-columns:
      104px minmax(0, 1fr);
  }

  .home-finder-result-image {
    min-height: 150px;
  }

  .home-finder-result-body {
    padding: 14px;
  }

  .home-finder-result-card h3 {
    font-size: 1.28rem;
  }

}
/* =========================================================
   HOUSE OF SVARA — WELCOME + INTRO VIDEO
   ========================================================= */

body.launch-intro-active {
  overflow: hidden;
}


/* Entire intro overlay */

.launch-intro {
  position: fixed;
  inset: 0;

  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(212, 181, 112, 0.32) 0%,
      rgba(212, 181, 112, 0) 34%
    ),
    radial-gradient(
      circle at 82% 25%,
      rgba(191, 166, 212, 0.48) 0%,
      rgba(191, 166, 212, 0) 42%
    ),
    linear-gradient(
      135deg,
      #f6eadb 0%,
      #eee2d5 35%,
      #e1d3e8 70%,
      #d6b978 100%
    );

  opacity: 1;
  visibility: visible;

  transition:
    opacity 0.65s ease,
    visibility 0.65s ease;
}


.launch-intro.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


/* Welcome screen */

.launch-intro-gate {
  position: absolute;
  inset: 0;

  z-index: 4;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 32px;

  text-align: center;

  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(212, 181, 112, 0.32) 0%,
      rgba(212, 181, 112, 0) 34%
    ),
    radial-gradient(
      circle at 82% 25%,
      rgba(191, 166, 212, 0.48) 0%,
      rgba(191, 166, 212, 0) 42%
    ),
    linear-gradient(
      135deg,
      #f6eadb 0%,
      #eee2d5 35%,
      #e1d3e8 70%,
      #d6b978 100%
    );

  opacity: 1;
  visibility: visible;

  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}


.launch-intro-gate.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


/* Logo */

.launch-intro-gate-logo {
  width: min(210px, 55vw);
  height: auto;
  max-height: 115px;

  object-fit: contain;

  margin-bottom: 22px;
}


/* Welcome to */

.launch-intro-gate-eyebrow {
  margin: 0 0 8px;

  color: #6a347f;

  font:
    700 0.78rem/1.2
    "DM Sans",
    Arial,
    sans-serif;

  letter-spacing: 0.18em;
  text-transform: uppercase;
}


/* House of Svara */

.launch-intro-gate h1 {
  margin: 0;

  color: #4c1f6f;

  font:
    600 clamp(3rem, 7vw, 6.5rem)/0.95
    "Cormorant Garamond",
    Georgia,
    serif;

  -webkit-text-stroke:
    2px #c89f42;

  paint-order: stroke fill;

  text-shadow:
    0 2px 3px rgba(76, 31, 111, 0.12),
    0 0 1px #c89f42;
}


/* Beauty · Balance · Bliss */

.launch-intro-gate-tagline {
  margin: 18px 0 34px;

  color: #5b3a68;

  font:
    600 0.88rem/1.4
    "DM Sans",
    Arial,
    sans-serif;

  letter-spacing: 0.15em;
  text-transform: uppercase;
}


/* Enter with sound */

.launch-intro-enter {
  min-width: 210px;
  min-height: 52px;

  padding: 0 28px;

  border: 1px solid #b98a30;
  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      #d9b65c,
      #efcf79
    );

  color: #351044;

  font:
    700 0.9rem/1
    "DM Sans",
    Arial,
    sans-serif;

  cursor: pointer;

  box-shadow:
    0 8px 24px
    rgba(110, 73, 30, 0.18);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}


.launch-intro-enter:hover {
  transform: translateY(-2px);

  box-shadow:
    0 10px 28px
    rgba(110, 73, 30, 0.25);
}


/* Skip intro */

.launch-intro-skip {
  margin-top: 16px;

  padding: 10px 16px;

  border: 0;

  background: transparent;

  color: #5e3a6d;

  font:
    600 0.78rem/1
    "DM Sans",
    Arial,
    sans-serif;

  text-decoration: underline;
  text-underline-offset: 4px;

  cursor: pointer;
}


.launch-intro-skip:hover {
  color: #351044;
}


/* Intro video */

.launch-intro-video {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center;

  background: #14051e;

  opacity: 0;

  transition:
    opacity 0.4s ease;
}


.launch-intro-video.is-playing {
  opacity: 1;
}


/* Mobile */

@media (max-width: 640px) {

  .launch-intro-gate {
    padding: 24px;
  }

  .launch-intro-gate-logo {
    width: min(180px, 58vw);
    max-height: 100px;
    margin-bottom: 18px;
  }

  .launch-intro-gate h1 {
    font-size:
      clamp(
        2.7rem,
        13vw,
        4.4rem
      );

    -webkit-text-stroke:
      1.4px #c89f42;
  }

  .launch-intro-gate-tagline {
    margin:
      15px 0 28px;

    font-size: 0.74rem;
  }

  .launch-intro-enter {
    min-width: 200px;
    min-height: 50px;
  }

}
/* =========================================================
   DESKTOP HERO — WIDE, FULL IMAGE
   ========================================================= */

@media (min-width: 641px) {

  .hero {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;

    aspect-ratio: 16 / 7;

    border: 0;
    border-radius: 0;
    box-shadow: none;

    overflow: hidden;
    background: transparent;
  }

  .hero-image {
    width: 100%;
    height: 100%;

    display: block;

    margin: 0;
    padding: 0;

    border: 0;
    border-radius: 0;
    box-shadow: none;

    object-fit: cover;
    object-position: center 51%;
  }
}
/* =========================================================
   HOUSE OF SVARA — TWO IMAGE HERO SLIDER
   ========================================================= */

.hero-slider {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.hero-slide {
  position: absolute;
  inset: 0;

  display: block;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.75s ease,
    visibility 0.75s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* New Arrivals hero — preserve entire 3:1 artwork */
.hero-slide:nth-child(2) {
  background: #e8cfb5;
}

.hero-slide:nth-child(2) .hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Existing House of Svara hero */
/* =========================================================
   SLIDE 1 — NEW ARRIVALS
   Preserve the complete wide artwork
   ========================================================= */

.hero-slide:first-child {
  background: transparent;
}

.hero-slide:first-child .hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* =========================================================
   SLIDE 2 — ORIGINAL HOUSE OF SVARA HERO
   ========================================================= */

.hero-slide:nth-child(2) .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 51%;
}

/* Slider dots */

.hero-slider-dots {
  position: absolute;
  z-index: 5;

  left: 50%;
  bottom: 14px;

  transform: translateX(-50%);

  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 9px;
  height: 9px;

  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.5);

  cursor: pointer;
}

.hero-dot.active {
  background: #ffffff;
  transform: scale(1.15);
}


/* Desktop */

@media (min-width: 641px) {

  .hero.hero-slider {
    width: calc(100% - 80px);
    max-width: 1440px;

    aspect-ratio: 16 / 7;

    margin: 24px auto 32px;

    border-radius: 16px;
    overflow: hidden;
  }

  .hero-slide,
  .hero-slide .hero-image {
    border-radius: 16px;
  }
}


/* Mobile */

@media (max-width: 640px) {

  .hero.hero-slider {
    position: relative;

    width: calc(100% - 48px);

    aspect-ratio: 16 / 7;

    margin: 20px auto 30px;

    border-radius: 20px;
    overflow: hidden;
  }

  .hero-slide,
  .hero-slide .hero-image {
    border-radius: 20px;
  }

  .hero-slider-dots {
    bottom: 9px;
  }

  .hero-dot {
    width: 8px;
    height: 8px;
  }
}


/* Respect reduced-motion settings */

@media (prefers-reduced-motion: reduce) {

  .hero-slide {
    transition: none;
  }

}
/* =========================================================
   NEW ARRIVALS HERO BUTTON
   ========================================================= */

.hero-new-arrivals-cta {
  position: absolute;
  z-index: 6;

  left: 46%;
  top: 71%;

  transform: translate(-50%, -50%);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;
  padding: 0 22px;

  border-radius: 999px;

  background: #5d267e;
  color: #ffffff;

  font-family:
    "DM Sans",
    Arial,
    sans-serif;

  font-size: 0.82rem;
  font-weight: 600;

  box-shadow:
    0 8px 22px
    rgba(53, 16, 68, 0.18);
}


/* Mobile */

@media (max-width: 640px) {

  .hero-new-arrivals-cta {
    left: 50%;
    top: auto;
    bottom: 10px;

    transform: translateX(-50%);

    min-height: 34px;
    padding: 0 14px;

    font-size: 0.66rem;
  }

}
/* FINAL POSITION — NEW ARRIVALS CTA */

.hero.hero-slider .hero-new-arrivals-cta {
  left: 42% !important;
  top: 43% !important;
  right: auto !important;
  bottom: auto !important;

  transform: translate(-50%, -50%) !important;
}
/* =========================================================
   MOBILE HOMEPAGE COMPACTION
   ========================================================= */

@media (max-width: 640px) {

  .home-product-finder {
    padding: 36px 24px 42px;
  }

  .home-product-finder-inner {
    gap: 22px;
  }

  .home-product-finder-copy .eyebrow {
    margin-bottom: 12px;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  .home-product-finder-copy h2 {
    margin: 0 0 16px;
    font-size: clamp(2.5rem, 11vw, 3.4rem);
    line-height: 0.98;
  }

  .home-product-finder-copy > p:not(.eyebrow) {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
  }

  .home-product-finder-form {
    gap: 12px;
  }

  .home-product-finder-form input {
    min-height: 58px;
    padding: 0 20px;
    font-size: 1rem;
  }

  .home-product-finder-form .button {
    min-height: 54px;
    width: 100%;
  }
}
