:root {
  --ink: #211816;
  --muted: #6b625d;
  --paper: #fffaf3;
  --cream: #f6eadc;
  --rose: #74131e;
  --maroon: #650815;
  --gold: #b47a1d;
  --line: rgba(33, 24, 22, 0.14);
  --shadow: 0 24px 70px rgba(47, 29, 21, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
}

.announcement {
  background: var(--maroon);
  color: #fff3dd;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 18px;
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 243, 0.92);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  gap: 12px;
  white-space: nowrap;
}

.brand-logo {
  aspect-ratio: 1;
  border: 1px solid rgba(180, 122, 29, 0.36);
  border-radius: 50%;
  object-fit: cover;
  padding: 2px;
  width: 42px;
}

.nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  font-size: 14px;
  font-weight: 700;
  color: var(--muted);
  justify-content: center;
  text-align: center;
}

.nav a:hover,
.header-action:hover {
  color: var(--rose);
}

.header-action,
.primary-button,
.secondary-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
}

.header-action,
.primary-button {
  background: var(--maroon);
  color: #fffaf3;
}

.secondary-button {
  border: 1px solid rgba(116, 19, 30, 0.32);
  color: var(--maroon);
}

.hero {
  background: linear-gradient(180deg, #fffaf3 0%, #f6eadc 100%);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0;
  padding: 0;
}

.hero-banner {
  aspect-ratio: 2400 / 1000;
  object-fit: contain;
  width: 100%;
}

.hero-content {
  display: none;
  padding: 28px 22px 34px;
  text-align: center;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
}

.hero h1 {
  color: var(--maroon);
  font-size: clamp(46px, 12vw, 78px);
  max-width: 760px;
}

.hero-copy {
  color: var(--muted);
  font-size: clamp(18px, 2.4vw, 25px);
  line-height: 1.45;
  margin: 22px 0 0;
  max-width: 610px;
}

.hero-actions {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.intro,
.collections,
.categories,
.products,
.payments,
.visit {
  padding: clamp(54px, 9vw, 104px) clamp(18px, 5vw, 72px);
}

.collections-featured {
  padding-bottom: clamp(32px, 5vw, 60px);
}

.intro {
  align-items: end;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.intro h2,
.section-heading h2,
.bridal-panel h2,
.visit h2 {
  font-size: clamp(38px, 6vw, 72px);
}

.intro > p,
.bridal-panel p,
.visit p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}

.section-heading {
  margin-bottom: 32px;
  max-width: 760px;
}

.section-heading-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.collection-strip {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collection-pill {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.92), rgba(246, 234, 220, 0.86)),
    radial-gradient(circle at top left, rgba(180, 122, 29, 0.22), transparent 34%);
  border: 1px solid rgba(180, 122, 29, 0.38);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(48, 29, 21, 0.08);
  color: var(--maroon);
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  justify-content: center;
  min-height: 150px;
  padding: 24px;
  text-align: center;
}

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

.collection-card {
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(48, 29, 21, 0.09);
  overflow: hidden;
}

.collection-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.collection-card div {
  padding: 24px;
}

.collection-card h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.collection-card p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.collection-card a {
  color: var(--maroon);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  margin-top: 18px;
}

.bridal {
  align-items: stretch;
  background: var(--cream);
  display: block;
}

.bridal-image {
  display: none;
}

.bridal-panel {
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(44px, 8vw, 90px);
  text-align: center;
}

.bridal-panel p {
  margin: 22px 0 28px;
}

.trust {
  background: var(--maroon);
  color: #fffaf3;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust div {
  background: rgba(255, 255, 255, 0.04);
  min-height: 150px;
  padding: 34px clamp(22px, 4vw, 48px);
}

.trust strong,
.trust span {
  display: block;
}

.trust strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  margin-bottom: 8px;
}

.trust span {
  color: rgba(255, 250, 243, 0.76);
  line-height: 1.6;
}

.categories {
  background: #fffdf8;
}

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

.category-grid a {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(48, 29, 21, 0.06);
  color: var(--ink);
  display: grid;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 700;
  gap: 8px;
  min-height: 118px;
  padding: 22px;
}

.category-grid span {
  color: var(--gold);
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.products {
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.category-hero {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.96), rgba(246, 234, 220, 0.88)),
    url("vaibhavi-banner.png") center / cover;
  border-bottom: 1px solid var(--line);
  padding: clamp(70px, 11vw, 130px) clamp(18px, 5vw, 72px);
  text-align: center;
}

.category-hero h1 {
  color: var(--maroon);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(56px, 10vw, 104px);
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
}

.category-hero p:last-child {
  color: var(--muted);
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.55;
  margin: 24px auto 0;
  max-width: 660px;
}

.products-page {
  border-top: 0;
}

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

.product-card {
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(48, 29, 21, 0.09);
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1fr);
  overflow: hidden;
}

.product-card img {
  aspect-ratio: 4 / 5;
  background: var(--paper);
  height: 100%;
  object-fit: contain;
}

.product-card div {
  align-content: center;
  display: grid;
  padding: clamp(24px, 4vw, 42px);
}

.product-tag {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.product-card h3 {
  font-size: clamp(34px, 4.5vw, 54px);
  margin-bottom: 18px;
}

.price {
  color: var(--maroon);
  display: block;
  font-size: 24px;
  margin-bottom: 22px;
}

.product-card a {
  align-items: center;
  background: var(--maroon);
  border-radius: 999px;
  color: #fffaf3;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  width: fit-content;
}

.empty-collection {
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(48, 29, 21, 0.09);
  display: grid;
  gap: 16px;
  max-width: 720px;
  padding: clamp(28px, 5vw, 46px);
}

.empty-collection strong {
  color: var(--maroon);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
}

.empty-collection span {
  color: var(--muted);
  line-height: 1.7;
}

.empty-collection a {
  align-items: center;
  background: var(--maroon);
  border-radius: 999px;
  color: #fffaf3;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  width: fit-content;
}

.payments {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(246, 234, 220, 0.9)),
    radial-gradient(circle at top right, rgba(116, 19, 30, 0.14), transparent 34%);
  border-top: 1px solid var(--line);
}

.payments .section-heading p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 16px auto 0;
  max-width: 720px;
}

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

.payment-card {
  background: #fffdf8;
  border: 1px solid rgba(180, 122, 29, 0.28);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(48, 29, 21, 0.08);
  min-height: 230px;
  padding: 28px;
}

.payment-icon {
  align-items: center;
  aspect-ratio: 1;
  background: var(--maroon);
  border-radius: 50%;
  color: #fffaf3;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  margin-bottom: 24px;
  width: 58px;
}

.payment-card h3 {
  font-size: 32px;
  margin-bottom: 12px;
}

.payment-card p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.payment-note {
  align-items: center;
  background: var(--maroon);
  border-radius: 8px;
  color: #fffaf3;
  display: grid;
  gap: 14px;
  grid-template-columns: 220px minmax(0, 1fr);
  margin-top: 20px;
  padding: 24px 28px;
}

.payment-note strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
}

.payment-note span {
  color: rgba(255, 250, 243, 0.8);
  line-height: 1.6;
}

.visit {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.contact-box {
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  padding: 30px;
}

.contact-box > * {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
  padding-bottom: 18px;
}

.contact-box > *:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.footer {
  align-items: start;
  background: var(--maroon);
  color: rgba(255, 250, 243, 0.78);
  display: grid;
  gap: 28px;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  padding: 42px clamp(18px, 5vw, 72px);
}

.footer strong,
.footer a,
.footer span {
  display: block;
}

.footer strong {
  color: #fff3dd;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  margin-bottom: 12px;
}

.footer a,
.footer span {
  line-height: 1.7;
  margin: 4px 0;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 14px;
  }

  .brand {
    flex: 1 1 0;
    font-size: 20px;
    min-width: 0;
  }

  .brand span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand-logo {
    width: 36px;
  }

  .header-action {
    min-height: 38px;
    padding: 0 15px;
  }

  .nav {
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
    order: 3;
    padding-bottom: 2px;
    width: 100%;
  }

  .nav a {
    flex: 0 0 auto;
  }

  .hero {
    min-height: 0;
  }

  .hero-content {
    display: block;
  }

  .intro,
  .bridal,
  .visit {
    grid-template-columns: 1fr;
  }

  .collection-strip,
  .collection-grid,
  .product-grid,
  .payment-grid,
  .category-grid,
  .footer,
  .trust {
    grid-template-columns: 1fr;
  }

  .payment-note {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-card img {
    height: auto;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 22px;
  }

  .header-action {
    padding: 0 16px;
  }

  .hero {
    min-height: 0;
    padding: 0;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-actions a {
    width: 100%;
  }

  .category-grid a {
    min-height: 98px;
  }
}
