:root {
      --maroon: #8b1231;
      --maroon-dark: #5d071d;
      --gold: #c9963e;
      --gold-light: #f3d9a0;
      --cream: #fff9ef;
      --soft-cream: #fff4df;
      --text-dark: #29201d;
      --muted: #756b62;
      --white: #ffffff;
      --shadow: 0 16px 40px rgba(80, 35, 20, 0.12);
      --soft-shadow: 0 10px 25px rgba(80, 35, 20, 0.10);
      --radius: 20px;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Poppins", sans-serif;
      color: var(--text-dark);
      background:
        radial-gradient(circle at 10% 10%, rgba(201, 150, 62, 0.08), transparent 30%),
        radial-gradient(circle at 90% 40%, rgba(139, 18, 49, 0.07), transparent 28%),
        linear-gradient(180deg, #fffdf8 0%, #fff8ec 45%, #ffffff 100%);
      overflow-x: hidden;
    }

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

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

    .container {
      width: min(1180px, 92%);
      margin: auto;
    }

    .section {
      padding: 70px 0;
      position: relative;
    }

    .section-title {
      text-align: center;
      margin-bottom: 38px;
    }

    .section-title span {
      color: var(--gold);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      display: inline-block;
      margin-bottom: 8px;
    }

    .section-title h2 {
      font-family: "Playfair Display", serif;
      font-size: clamp(30px, 4vw, 46px);
      color: var(--text-dark);
    }

    .section-title h2 em {
      color: var(--maroon);
      font-style: normal;
    }

    .decor-line {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
      margin-bottom: 10px;
    }

    .decor-line::before,
    .decor-line::after {
      content: "";
      width: 50px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold));
    }

    .decor-line::after {
      background: linear-gradient(90deg, var(--gold), transparent);
    }

    .decor-line i {
      width: 8px;
      height: 8px;
      background: var(--gold);
      transform: rotate(45deg);
      display: inline-block;
    }

    /* Header - Now using footer gradient */
    header {
      width: 100%;
      position: sticky;
      top: 0;
      z-index: 100;
      background:
        radial-gradient(circle at 10% 20%, rgba(201,150,62,0.16), transparent 25%),
        linear-gradient(135deg, var(--maroon-dark), var(--maroon));
      border-bottom: 1px solid rgba(255,255,255,0.16);
    }

    .navbar {
      height: 86px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 13px;
    }

    .brand-logo {
      width: 56px;
      height: 56px;
      border-radius: 0;
      border: none;
      display: grid;
      place-items: center;
      font-family: "Playfair Display", serif;
      font-weight: 800;
      font-size: 23px;
      position: relative;
      background: transparent;
      box-shadow: none;
      overflow: hidden;
      filter: brightness(0) invert(1);
    }

    .brand-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .brand-text h1 {
      font-family: "Playfair Display", serif;
      color: var(--gold-light);
      font-size: 31px;
      line-height: 1;
    }

    .brand-text p {
      color: var(--gold);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2.2px;
      margin-top: 5px;
    }

    nav ul {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 34px;
    }

    nav a {
      font-size: 14px;
      font-weight: 600;
      color: rgba(255,255,255,0.85);
      position: relative;
      transition: 0.3s;
    }

    nav a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -9px;
      width: 0;
      height: 2px;
      background: var(--gold);
      transition: 0.3s;
    }

    nav a:hover,
    nav a.active {
      color: var(--gold-light);
    }

    nav a:hover::after,
    nav a.active::after {
      width: 100%;
    }

    .quote-btn,
    .primary-btn,
    .secondary-btn {
      border: none;
      outline: none;
      cursor: pointer;
      font-family: inherit;
      font-weight: 700;
      border-radius: 14px;
      transition: 0.3s;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .quote-btn {
      padding: 14px 23px;
      background: var(--gold);
      color: var(--maroon-dark);
      box-shadow: 0 10px 24px rgba(201, 150, 62, 0.3);
    }

    .quote-btn:hover,
    .primary-btn:hover {
      background: var(--gold-light);
      transform: translateY(-3px);
    }

    .mobile-menu {
      display: none;
      width: 43px;
      height: 43px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,0.25);
      background: rgba(255,255,255,0.1);
      color: var(--gold-light);
      font-size: 24px;
    }

    /* Hero - Increased height */
    .hero {
      padding: 0;
      min-height: 820px;
      position: relative;
      overflow: hidden;
      background: url("../../banner.png") center right / cover no-repeat;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 54%;
      background: linear-gradient(90deg,
        rgba(255, 251, 244, 0.96) 0%,
        rgba(255, 251, 244, 0.88) 55%,
        rgba(255, 251, 244, 0.00) 100%);
      pointer-events: none;
      z-index: 1;
    }

    .hero::before {
      content: "❦";
      position: absolute;
      left: -35px;
      top: 110px;
      color: rgba(201, 150, 62, 0.10);
      font-size: 260px;
      transform: rotate(-20deg);
      z-index: 1;
    }

    .hero-grid {
      display: block;
      position: relative;
      z-index: 2;
    }

    .hero-content {
      max-width: 680px;
      padding: 130px 0 85px;
    }

    .eyebrow {
      color: var(--gold);
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      margin-bottom: 20px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .eyebrow::before {
      content: "";
      width: 34px;
      height: 2px;
      background: var(--gold);
    }

    .hero-content h2 {
      font-family: "Playfair Display", serif;
      font-size: clamp(48px, 5.5vw, 76px);
      line-height: 1.05;
      color: #241b19;
      margin-bottom: 22px;
    }

    .hero-content h2 span {
      color: var(--maroon);
    }

    .hero-content p {
      color: var(--muted);
      font-size: 17px;
      line-height: 1.8;
      max-width: 590px;
      margin-bottom: 30px;
    }

    .hero-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-bottom: 38px;
    }

    .primary-btn {
      background: var(--maroon);
      color: white;
      padding: 18px 32px;
      font-size: 16px;
      box-shadow: 0 12px 26px rgba(139, 18, 49, 0.18);
    }

    .secondary-btn {
      background: #fffaf2;
      color: var(--gold);
      border: 1px solid rgba(201, 150, 62, 0.55);
      padding: 18px 32px;
      font-size: 16px;
    }

    .secondary-btn:hover {
      background: #fff2d9;
      transform: translateY(-3px);
    }

    .hero-features {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 13px;
      max-width: 620px;
    }

    .mini-feature {
      display: flex;
      align-items: center;
      gap: 12px;
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid rgba(201, 150, 62, 0.18);
      padding: 14px;
      border-radius: 18px;
      box-shadow: 0 8px 25px rgba(85, 45, 25, 0.06);
    }

    .mini-feature .icon {
      width: 38px;
      height: 38px;
      border-radius: 13px;
      display: grid;
      place-items: center;
      background: #fff2d9;
      color: var(--gold);
      font-size: 18px;
      flex: none;
    }

    .mini-feature h4 {
      font-size: 13px;
      color: #352a26;
    }

    .mini-feature p {
      font-size: 11px;
      margin: 2px 0 0;
      line-height: 1.3;
    }

    .hero-visual,
    .hero-image-wrap {
      display: none;
    }

    .product-photo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      transition: 0.5s;
    }

    .glass-card:hover .product-photo {
      transform: scale(1.08);
    }

    .visual-bg {
      position: absolute;
      inset: 30px 0 0 20px;
      border-radius: 45px;
      background:
        radial-gradient(circle at 20% 80%, rgba(139, 18, 49, 0.16), transparent 30%),
        linear-gradient(135deg, #fff4e1, #fffaf5);
      transform: rotate(-2deg);
      box-shadow: var(--shadow);
    }

    .silk {
      position: absolute;
      right: -50px;
      top: 20px;
      width: 310px;
      height: 460px;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(255, 224, 204, 0.9), rgba(255, 255, 255, 0.2));
      filter: blur(2px);
      transform: rotate(22deg);
    }

    .invite-card {
      position: absolute;
      border-radius: 22px;
      box-shadow: 0 24px 55px rgba(67, 25, 20, 0.22);
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.7);
      transition: 0.4s;
    }

    .invite-card:hover {
      transform: translateY(-8px) rotate(0deg) scale(1.02);
    }

    .card-maroon {
      width: 245px;
      height: 350px;
      right: 190px;
      top: 70px;
      background:
        linear-gradient(135deg, rgba(255,255,255,0.08), transparent),
        linear-gradient(145deg, #601023, #9b1838);
      transform: rotate(-2deg);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 25px;
      color: var(--gold-light);
    }

    .card-gold {
      width: 250px;
      height: 310px;
      right: 420px;
      top: 122px;
      background:
        linear-gradient(145deg, #d4a75a, #a97425);
      transform: rotate(-6deg);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff5d6;
    }

    .card-cream {
      width: 270px;
      height: 370px;
      right: 20px;
      top: 110px;
      background: #fff4dc;
      transform: rotate(8deg);
      padding: 18px;
    }

    .card-cream-inner {
      height: 100%;
      border: 2px solid var(--gold);
      border-radius: 16px;
      padding: 24px 15px;
      text-align: center;
      background:
        radial-gradient(circle at top left, rgba(255, 183, 198, 0.35), transparent 35%),
        radial-gradient(circle at bottom right, rgba(255, 183, 198, 0.35), transparent 35%);
    }

    .monogram {
      width: 108px;
      height: 108px;
      border-radius: 50%;
      border: 2px solid var(--gold);
      margin: 0 auto 25px;
      display: grid;
      place-items: center;
      font-family: "Playfair Display", serif;
      font-size: 34px;
      color: var(--gold-light);
      position: relative;
    }

    .monogram::after {
      content: "";
      position: absolute;
      inset: 9px;
      border: 1px dashed currentColor;
      border-radius: 50%;
    }

    .card-maroon h3,
    .card-gold h3 {
      font-family: "Playfair Display", serif;
      font-size: 25px;
      margin-bottom: 12px;
    }

    .card-maroon p,
    .card-gold p {
      font-size: 12px;
      line-height: 1.7;
    }

    .card-cream-inner h3 {
      font-family: "Playfair Display", serif;
      font-size: 35px;
      color: var(--maroon);
      line-height: 1.2;
      margin: 35px 0 10px;
    }

    .card-cream-inner p {
      color: var(--gold);
      font-size: 14px;
      font-weight: 600;
    }

    .gift-box {
      position: absolute;
      right: 0;
      bottom: 20px;
      width: 190px;
      height: 150px;
      border-radius: 24px;
      background: linear-gradient(135deg, #f4d5a3, #fff0cc);
      box-shadow: var(--shadow);
    }

    .gift-box::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 22px;
      height: 100%;
      transform: translateX(-50%);
      background: rgba(139, 18, 49, 0.18);
    }

    .gift-box::after {
      content: "";
      position: absolute;
      left: 0;
      top: 48%;
      width: 100%;
      height: 22px;
      background: rgba(139, 18, 49, 0.18);
    }

    .rose {
      position: absolute;
      width: 105px;
      height: 105px;
      border-radius: 50%;
      background:
        radial-gradient(circle at 45% 45%, #ffb7aa 0 8%, #dc6c73 9% 17%, #f2a59c 18% 28%, #b94255 29% 38%, #ffd0c5 39% 48%, #c95063 49% 62%, transparent 63%);
      box-shadow: 0 18px 35px rgba(139, 18, 49, 0.18);
    }

    .rose.one {
      left: 120px;
      bottom: 82px;
    }

    .rose.two {
      right: 110px;
      bottom: 88px;
      width: 72px;
      height: 72px;
    }

    .wax-seal {
      position: absolute;
      width: 75px;
      height: 75px;
      border-radius: 50%;
      right: 260px;
      bottom: 100px;
      background: radial-gradient(circle, #be7e21, #8b4513);
      border: 5px solid rgba(255, 220, 130, 0.6);
      box-shadow: var(--soft-shadow);
      display: grid;
      place-items: center;
      color: #ffe4aa;
      font-family: "Playfair Display", serif;
      font-weight: 800;
    }

    /* Cards common */

    .glass-card {
      background: rgba(255, 255, 255, 0.82);
      border: 1px solid rgba(201, 150, 62, 0.20);
      box-shadow: var(--soft-shadow);
      border-radius: var(--radius);
      overflow: hidden;
      transition: 0.35s ease;
    }

    .glass-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 45px rgba(80, 35, 20, 0.16);
    }

    .collections-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 18px;
    }

    .collection-card {
      min-height: 210px;
    }

    .collection-img {
      height: 145px;
      position: relative;
      overflow: hidden;
    }

    .collection-img::before,
    .product-img::before,
    .gallery-item::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.18));
      z-index: 1;
    }

    .mock-img {
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: 0.5s;
    }

    .glass-card:hover .mock-img {
      transform: scale(1.08);
    }

    .collection-card h3 {
      padding: 17px 10px;
      text-align: center;
      font-size: 14px;
      color: #312825;
    }

    .img-red {
      background:
        radial-gradient(circle at 80% 10%, #ffccd0, transparent 18%),
        linear-gradient(135deg, rgba(255,255,255,0.12), transparent),
        linear-gradient(145deg, #8b1231, #d7ad63);
    }

    .img-green {
      background:
        radial-gradient(circle at 25% 15%, #ffdca7, transparent 16%),
        linear-gradient(145deg, #113f34, #c99a43);
    }

    .img-cream {
      background:
        radial-gradient(circle at 80% 85%, #ffc4c8, transparent 22%),
        linear-gradient(145deg, #fff0d2, #ffffff);
    }

    .img-pink {
      background:
        radial-gradient(circle at 20% 15%, #fff1d6, transparent 22%),
        linear-gradient(145deg, #f6b8b4, #fff0e6);
    }

    .img-blue {
      background:
        radial-gradient(circle at 30% 25%, #f5cf7b, transparent 20%),
        linear-gradient(145deg, #0c5473, #f5c56a);
    }

    .collection-img .symbol,
    .product-img .symbol,
    .gallery-item .symbol {
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      color: rgba(255, 255, 255, 0.82);
      font-family: "Playfair Display", serif;
      font-size: 48px;
      z-index: 2;
      text-shadow: 0 3px 15px rgba(0,0,0,0.18);
    }

    .collection-img .symbol.dark,
    .product-img .symbol.dark,
    .gallery-item .symbol.dark {
      color: rgba(139, 18, 49, 0.65);
    }

    /* Featured products */

    .products-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 18px;
    }

    .product-card {
      position: relative;
      background: white;
    }

    .badge {
      position: absolute;
      left: 13px;
      top: 13px;
      z-index: 3;
      padding: 7px 12px;
      border-radius: 999px;
      font-size: 11px;
      font-weight: 700;
      color: white;
      background: var(--maroon);
      box-shadow: 0 8px 18px rgba(139, 18, 49, 0.2);
    }

    .badge.gold {
      background: var(--gold);
    }

    .product-img {
      height: 185px;
      position: relative;
      overflow: hidden;
    }

    .product-body {
      padding: 16px;
    }

    .product-body h3 {
      font-size: 15px;
      margin-bottom: 5px;
    }

    .price {
      color: var(--maroon);
      font-weight: 800;
      font-size: 14px;
      margin-bottom: 13px;
    }

    .view-btn {
      width: 100%;
      border: 1px solid rgba(201, 150, 62, 0.45);
      background: #fffaf2;
      color: #9b6a20;
      padding: 11px 10px;
      border-radius: 12px;
      font-weight: 700;
      cursor: pointer;
      transition: 0.3s;
    }

    .view-btn:hover {
      background: var(--maroon);
      border-color: var(--maroon);
      color: white;
    }

    /* Customization */

    .custom-section {
      background:
        radial-gradient(circle at 0 100%, rgba(201,150,62,0.10), transparent 28%),
        radial-gradient(circle at 100% 10%, rgba(139,18,49,0.07), transparent 28%),
        #fffaf3;
      border-top: 1px solid rgba(201, 150, 62, 0.12);
      border-bottom: 1px solid rgba(201, 150, 62, 0.12);
    }

    .custom-grid {
      display: grid;
      grid-template-columns: 0.75fr 1.25fr;
      gap: 50px;
      align-items: center;
    }

    .custom-content span {
      color: var(--gold);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.8px;
      text-transform: uppercase;
    }

    .custom-content h2 {
      font-family: "Playfair Display", serif;
      font-size: clamp(32px, 4vw, 48px);
      line-height: 1.15;
      margin: 12px 0 18px;
    }

    .custom-content h2 em {
      color: var(--maroon);
      font-style: normal;
    }

    .custom-content p {
      color: var(--muted);
      line-height: 1.8;
      font-size: 15px;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      position: relative;
    }

    .step-card {
      position: relative;
      text-align: center;
      padding: 34px 18px 24px;
      border-radius: 20px;
      background: rgba(255,255,255,0.78);
      border: 1px solid rgba(201, 150, 62, 0.30);
      box-shadow: var(--soft-shadow);
    }

    .step-no {
      position: absolute;
      top: -18px;
      left: 50%;
      transform: translateX(-50%);
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: var(--gold);
      color: white;
      display: grid;
      place-items: center;
      font-weight: 800;
      border: 4px solid #fff6e8;
    }

    .step-icon {
      width: 60px;
      height: 60px;
      margin: 0 auto 18px;
      border-radius: 18px;
      background: #fff3dc;
      color: var(--gold);
      display: grid;
      place-items: center;
      font-size: 28px;
    }

    .step-card h3 {
      font-size: 15px;
      margin-bottom: 8px;
    }

    .step-card p {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.7;
    }

    /* Why choose */

    .features-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 18px;
    }

    .feature-card {
      text-align: center;
      padding: 28px 18px;
      min-height: 185px;
    }

    .feature-icon {
      width: 58px;
      height: 58px;
      border-radius: 18px;
      margin: 0 auto 17px;
      display: grid;
      place-items: center;
      background: #fff2d9;
      color: var(--gold);
      font-size: 27px;
    }

    .feature-card h3 {
      font-size: 15px;
      line-height: 1.35;
      margin-bottom: 8px;
    }

    .feature-card p {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.7;
    }

    /* Gallery */

    .gallery-section {
      padding-top: 40px;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      grid-auto-rows: 120px;
      gap: 14px;
    }

    .gallery-item {
      border-radius: 18px;
      overflow: hidden;
      position: relative;
      box-shadow: var(--soft-shadow);
      border: 1px solid rgba(201,150,62,0.20);
    }

    .gallery-item.big {
      grid-column: span 2;
      grid-row: span 2;
    }

    .gallery-item.wide {
      grid-column: span 2;
    }

    .gallery-item.tall {
      grid-row: span 2;
    }

    .gallery-btn-wrap {
      text-align: center;
      margin-top: 30px;
    }

    /* Testimonials and contact */

    .testimonial-contact {
      background:
        radial-gradient(circle at 10% 85%, rgba(201,150,62,0.10), transparent 28%),
        radial-gradient(circle at 95% 5%, rgba(139,18,49,0.07), transparent 24%),
        #fffdf8;
    }

    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      margin-bottom: 52px;
    }

    .testimonial-card {
      padding: 28px;
      position: relative;
    }

    .testimonial-card::after {
      content: "“";
      position: absolute;
      right: 22px;
      top: -12px;
      font-family: "Playfair Display", serif;
      font-size: 100px;
      color: rgba(201,150,62,0.13);
    }

    .stars {
      color: #f4b329;
      letter-spacing: 3px;
      margin-bottom: 15px;
      font-size: 15px;
    }

    .testimonial-card p {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 20px;
      position: relative;
      z-index: 2;
    }

    .person {
      display: flex;
      align-items: center;
      gap: 13px;
    }

    .avatar {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--maroon), var(--gold));
      display: grid;
      place-items: center;
      color: white;
      font-weight: 800;
    }

    .person h4 {
      color: var(--maroon);
      font-size: 15px;
    }

    .person span {
      color: var(--muted);
      font-size: 12px;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 1.2fr 0.8fr;
      gap: 26px;
      align-items: stretch;
    }

    .enquiry-card {
      padding: 34px;
    }

    .enquiry-card h2 {
      font-family: "Playfair Display", serif;
      color: var(--maroon);
      text-align: center;
      font-size: 34px;
      margin-bottom: 8px;
    }

    .enquiry-card > p {
      color: var(--muted);
      text-align: center;
      margin-bottom: 28px;
      font-size: 14px;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .form-group.full {
      grid-column: span 2;
    }

    input,
    select,
    textarea {
      width: 100%;
      border: 1px solid rgba(201,150,62,0.28);
      background: #fffdf8;
      border-radius: 13px;
      padding: 15px 16px;
      font-family: inherit;
      outline: none;
      color: var(--text-dark);
      transition: 0.3s;
    }

    textarea {
      min-height: 105px;
      resize: vertical;
    }

    input:focus,
    select:focus,
    textarea:focus {
      border-color: var(--gold);
      box-shadow: 0 0 0 4px rgba(201,150,62,0.10);
    }

    .submit-btn {
      width: 100%;
      margin-top: 16px;
      border: none;
      background: var(--maroon);
      color: white;
      padding: 16px;
      border-radius: 14px;
      font-weight: 800;
      cursor: pointer;
      transition: 0.3s;
    }

    .submit-btn:hover {
      background: var(--maroon-dark);
      transform: translateY(-2px);
    }

    .contact-side {
      display: grid;
      grid-template-rows: 1fr 1fr;
      gap: 22px;
    }

    .info-card,
    .whatsapp-card {
      padding: 28px;
    }

    .info-card h3,
    .whatsapp-card h3 {
      font-family: "Playfair Display", serif;
      font-size: 28px;
      color: var(--maroon);
      margin-bottom: 12px;
    }

    .info-list {
      display: grid;
      gap: 13px;
      margin-top: 18px;
    }

    .info-item {
      display: flex;
      gap: 12px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.6;
    }

    .info-item b {
      color: var(--text-dark);
    }

    .info-item .i {
      color: var(--gold);
      font-size: 18px;
      width: 22px;
      flex: none;
    }

    .whatsapp-card {
      text-align: center;
      background: linear-gradient(135deg, #fffef9, #fff2d9);
    }

    .wa-icon {
      width: 90px;
      height: 90px;
      margin: 0 auto 18px;
      border-radius: 50%;
      background: #25d366;
      color: white;
      display: grid;
      place-items: center;
      font-size: 44px;
      box-shadow: 0 15px 30px rgba(37, 211, 102, 0.20);
      border: 8px solid rgba(37, 211, 102, 0.13);
    }

    .whatsapp-card p {
      color: var(--muted);
      font-size: 14px;
      margin-bottom: 18px;
    }

    .wa-btn {
      display: inline-flex;
      justify-content: center;
      background: #25d366;
      color: white;
      padding: 14px 28px;
      border-radius: 12px;
      font-weight: 800;
      transition: 0.3s;
    }

    .wa-btn:hover {
      transform: translateY(-3px);
      background: #1eb85a;
    }

    /* Footer */

    footer {
      background:
        radial-gradient(circle at 10% 20%, rgba(201,150,62,0.16), transparent 25%),
        linear-gradient(135deg, var(--maroon-dark), var(--maroon));
      color: white;
      padding: 55px 0 18px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.35fr 0.85fr 1fr 1.1fr;
      gap: 35px;
      padding-bottom: 35px;
      border-bottom: 1px solid rgba(255,255,255,0.16);
    }

    .footer-brand {
      display: flex;
      align-items: center;
      gap: 13px;
      margin-bottom: 15px;
    }

    .footer-brand .brand-logo {
      width: 52px;
      height: 52px;
      background: transparent;
      border: none;
      overflow: hidden;
      filter: brightness(0) invert(1);
    }

    .footer-brand .brand-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .footer-brand h2 {
      font-family: "Playfair Display", serif;
      font-size: 31px;
      color: var(--gold-light);
    }

    .footer-col p,
    .footer-col a {
      color: rgba(255,255,255,0.75);
      font-size: 14px;
      line-height: 1.8;
    }

    .footer-col h3 {
      color: var(--gold-light);
      margin-bottom: 15px;
      font-size: 17px;
    }

    .footer-links {
      list-style: none;
      display: grid;
      gap: 9px;
    }

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

    .socials {
      display: flex;
      gap: 10px;
      margin-top: 18px;
    }

    .socials a {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: rgba(255,255,255,0.12);
      color: var(--gold-light);
      transition: 0.3s;
    }

    .socials a:hover {
      background: var(--gold);
      color: white;
      transform: translateY(-3px);
    }

    .newsletter {
      display: flex;
      gap: 8px;
      margin-top: 14px;
    }

    .newsletter input {
      background: rgba(255,255,255,0.10);
      border: 1px solid rgba(255,255,255,0.18);
      color: white;
    }

    .newsletter input::placeholder {
      color: rgba(255,255,255,0.55);
    }

    .newsletter button {
      width: 48px;
      border: none;
      border-radius: 13px;
      background: var(--gold);
      color: white;
      cursor: pointer;
      font-size: 18px;
    }

    .copyright {
      padding-top: 18px;
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
      color: rgba(255,255,255,0.68);
      font-size: 13px;
    }

    .copyright a {
      color: rgba(255,255,255,0.68);
      margin-left: 20px;
    }

    /* Responsive */

    @media (max-width: 1150px) {
      .collections-grid,
      .products-grid,
      .features-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .hero-grid,
      .custom-grid,
      .contact-grid {
        grid-template-columns: 1fr;
      }

      .hero {
        min-height: 720px;
        background-position: 62% center;
      }

      .hero-content {
        padding: 100px 0 70px;
      }

      .card-gold {
        right: 460px;
      }

      .card-maroon {
        right: 230px;
      }

      .steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px 18px;
      }

      .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    @media (max-width: 900px) {
      .navbar {
        height: auto;
        padding: 18px 0;
      }

      nav,
      .quote-btn {
        display: none;
      }

      .mobile-menu {
        display: block;
      }

      .brand-text h1 {
        font-size: 25px;
      }

      .hero {
        min-height: auto;
        background: url("../../banner.png") center right / cover no-repeat;
      }

      .hero::after {
        width: 68%;
      }

      .hero-content {
        padding: 70px 0 60px;
        max-width: 620px;
      }

      .hero-content h2 {
        font-size: 42px;
      }

      .hero-features {
        grid-template-columns: 1fr;
      }


      .testimonials-grid,
      .footer-grid {
        grid-template-columns: 1fr;
      }

      .contact-side {
        grid-template-rows: auto;
      }
    }

    @media (max-width: 700px) {
      .section {
        padding: 50px 0;
      }

      .hero-content h2 {
        font-size: 36px;
      }

      .hero-buttons {
        flex-direction: column;
      }

      .primary-btn,
      .secondary-btn {
        width: 100%;
      }

      .collections-grid,
      .products-grid,
      .features-grid {
        grid-template-columns: 1fr;
      }

      .steps {
        grid-template-columns: 1fr;
      }

      .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 105px;
      }

      .gallery-item.big,
      .gallery-item.wide {
        grid-column: span 2;
      }

      .form-grid {
        grid-template-columns: 1fr;
      }

      .form-group.full {
        grid-column: span 1;
      }

      .enquiry-card,
      .info-card,
      .whatsapp-card {
        padding: 24px;
      }

      .copyright {
        flex-direction: column;
      }

      .copyright a {
        margin-left: 0;
        margin-right: 15px;
      }
    }

    @media (max-width: 520px) {
      .hero {
        background: url("../../banner.png") 68% center / cover no-repeat;
      }

      .hero::after {
        width: 78%;
      }

      .hero-content {
        padding: 58px 0 50px;
      }
    }


    /* Compact full-width update */
    .container {
      width: 100%;
      max-width: none;
      margin: 0;
      padding-left: 34px;
      padding-right: 34px;
    }

    .section {
      padding: 42px 0;
    }

    .section-title {
      margin-bottom: 24px;
    }

    .section-title h2 {
      font-size: clamp(26px, 3vw, 36px);
    }

    .navbar {
      height: 72px;
    }

    .brand-logo {
      width: 46px;
      height: 46px;
      font-size: 20px;
      filter: brightness(0) invert(1);
    }

    .brand-text h1 {
      font-size: 26px;
    }

    nav ul {
      gap: 24px;
    }

    .quote-btn {
      padding: 11px 18px;
      border-radius: 10px;
      font-size: 13px;
      background: var(--gold);
      color: var(--maroon-dark);
    }

    .hero {
      min-height: 620px;
      background: url("../../banner.png") center right / cover no-repeat;
    }

    .hero::after {
      width: 50%;
      background: linear-gradient(90deg,
        rgba(255, 251, 244, 0.96) 0%,
        rgba(255, 251, 244, 0.88) 56%,
        rgba(255, 251, 244, 0.00) 100%);
    }

    .hero::before {
      font-size: 190px;
      top: 85px;
    }

    .hero-content {
      max-width: 610px;
      padding: 80px 0 55px;
    }

    .hero-content h2 {
      font-size: clamp(38px, 4.3vw, 58px);
    }

    .eyebrow {
      font-size: 12px;
      margin-bottom: 14px;
    }

    .hero-content p {
      font-size: 14px;
      line-height: 1.65;
      margin-bottom: 22px;
      max-width: 520px;
    }

    .hero-buttons {
      gap: 12px;
      margin-bottom: 24px;
    }

    .primary-btn,
    .secondary-btn {
      padding: 13px 22px;
      border-radius: 10px;
      font-size: 13px;
    }

    .hero-features {
      max-width: 560px;
      gap: 10px;
    }

    .mini-feature {
      padding: 10px;
      border-radius: 12px;
    }

    .mini-feature .icon {
      width: 32px;
      height: 32px;
      border-radius: 9px;
      font-size: 15px;
    }

    .mini-feature h4 {
      font-size: 12px;
    }

    .mini-feature p {
      font-size: 10px;
    }

    .collections-grid,
    .products-grid,
    .features-grid {
      gap: 14px;
    }

    .collection-card {
      min-height: 178px;
    }

    .collection-img {
      height: 118px;
    }

    .collection-card h3 {
      padding: 13px 8px;
      font-size: 12px;
    }

    .product-img {
      height: 160px;
    }

    .product-body {
      padding: 12px;
    }

    .product-body h3 {
      font-size: 13px;
    }

    .price {
      font-size: 13px;
      margin-bottom: 9px;
    }

    .view-btn {
      padding: 9px 8px;
      border-radius: 8px;
      font-size: 12px;
    }

    .badge {
      top: 9px;
      left: 9px;
      padding: 5px 9px;
      font-size: 10px;
    }

    .product-card,
    .product-card.glass-card,
    .product-card .product-img,
    .product-card .product-photo,
    .product-card .mock-img {
      border-radius: 0 !important;
    }

    .product-card.glass-card {
      border-radius: 0 !important;
    }

    .custom-grid {
      gap: 30px;
    }

    .custom-content h2 {
      font-size: clamp(28px, 3vw, 38px);
    }

    .custom-content p {
      font-size: 13px;
      line-height: 1.65;
    }

    .steps {
      gap: 14px;
    }

    .step-card {
      padding: 28px 14px 18px;
      border-radius: 14px;
    }

    .step-icon {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      font-size: 22px;
      margin-bottom: 12px;
    }

    .step-card h3 {
      font-size: 13px;
    }

    .step-card p {
      font-size: 11px;
    }

    .feature-card {
      min-height: 150px;
      padding: 20px 12px;
    }

    .feature-icon {
      width: 46px;
      height: 46px;
      border-radius: 12px;
      font-size: 22px;
      margin-bottom: 12px;
    }

    .feature-card h3 {
      font-size: 13px;
    }

    .feature-card p {
      font-size: 11px;
    }

    .gallery-grid {
      grid-auto-rows: 95px;
      gap: 10px;
    }

    .gallery-item {
      border-radius: 10px;
    }

    .testimonials-grid {
      gap: 16px;
      margin-bottom: 34px;
    }

    .testimonial-card {
      padding: 20px;
    }

    .testimonial-card p {
      font-size: 12px;
      line-height: 1.6;
    }

    .contact-grid {
      gap: 18px;
    }

    .enquiry-card,
    .info-card,
    .whatsapp-card {
      padding: 22px;
    }

    .enquiry-card h2 {
      font-size: 28px;
    }

    input,
    select,
    textarea {
      padding: 12px 14px;
      border-radius: 9px;
      font-size: 13px;
    }

    footer {
      padding: 38px 0 14px;
    }

    .footer-grid {
      gap: 24px;
      padding-bottom: 24px;
    }

    @media (max-width: 1150px) {
      .container {
        padding-left: 24px;
        padding-right: 24px;
      }

      .hero {
        min-height: 580px;
      }
    }

    @media (max-width: 900px) {
      .hero-content {
        padding: 55px 0 45px;
      }
    }

    @media (max-width: 700px) {
      .container {
        padding-left: 14px;
        padding-right: 14px;
      }

      .section {
        padding: 34px 0;
      }

      .hero-content h2 {
        font-size: 34px;
      }

      .product-img {
        height: 220px;
      }
    }


    /* Final layout update: 5 products per row + square category cards */
    .products-grid {
      grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }

    .collection-card,
    .collection-card.glass-card,
    .collection-card .collection-img,
    .collection-card .mock-img {
      border-radius: 0 !important;
    }

    @media (max-width: 1150px) {
      .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      }
    }

    @media (max-width: 700px) {
      .products-grid {
        grid-template-columns: 1fr !important;
      }
    }


    /* Top offer strip marquee - LIGHT COLOR */
    .top-strip {
      width: 100%;
      height: 34px;
      background: linear-gradient(90deg, #fdf6ec, #fff8ee, #fdf6ec);
      color: var(--maroon-dark);
      overflow: hidden;
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(139, 18, 49, 0.12);
      position: relative;
      z-index: 150;
    }

    .top-strip-track {
      display: flex;
      width: max-content;
      animation: marqueeMove 24s linear infinite;
      white-space: nowrap;
    }

    .top-strip-content {
      display: inline-flex;
      align-items: center;
      gap: 34px;
      padding-right: 34px;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.3px;
      color: var(--maroon-dark);
    }

    .top-strip-content span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .top-strip-content b {
      color: var(--maroon);
      font-weight: 800;
    }

    @keyframes marqueeMove {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }

    @media (max-width: 700px) {
      .top-strip {
        height: 32px;
      }

      .top-strip-content {
        font-size: 11px;
        gap: 24px;
      }
    }


    /* Final update: 4 products per row + larger product/category cards */
    .products-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
      gap: 22px !important;
    }

    .product-img {
      height: 245px !important;
    }

    .product-body {
      padding: 18px !important;
    }

    .product-body h3 {
      font-size: 16px !important;
      margin-bottom: 7px !important;
    }

    .price {
      font-size: 15px !important;
      margin-bottom: 13px !important;
    }

    .view-btn {
      padding: 12px 10px !important;
      font-size: 13px !important;
    }

    .badge {
      top: 13px !important;
      left: 13px !important;
      padding: 7px 12px !important;
      font-size: 11px !important;
    }

    .collection-card {
      min-height: 245px !important;
    }

    .collection-img {
      height: 180px !important;
    }

    .collection-card h3 {
      padding: 18px 10px !important;
      font-size: 14px !important;
    }

    .collection-card,
    .collection-card.glass-card,
    .collection-card .collection-img,
    .collection-card .mock-img {
      border-radius: 0 !important;
    }

    @media (max-width: 1150px) {
      .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      }

      .product-img {
        height: 230px !important;
      }

      .collection-img {
        height: 165px !important;
      }
    }

    @media (max-width: 900px) {
      .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      }
    }

    @media (max-width: 700px) {
      .products-grid {
        grid-template-columns: 1fr !important;
      }

      .product-img {
        height: 260px !important;
      }

      .collection-card {
        min-height: 265px !important;
      }

      .collection-img {
        height: 205px !important;
      }
    }


    /* Gallery real images */
    .gallery-photo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block;
      transition: 0.5s;
    }

    .gallery-item:hover .gallery-photo {
      transform: scale(1.08);
    }

    /* Commented sections hidden */
    .commented {
      display: none !important;
    }

    /* other event field */
    .other-event-field {
      display: none;
    }

    .other-event-field.show {
      display: block;
    }

    /* Floating WhatsApp Button */
    .whatsapp-float {
      position: fixed;
      bottom: 30px;
      right: 30px;
      z-index: 999;
      width: 60px;
      height: 60px;
      background: #25d366;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
      transition: all 0.3s ease;
      text-decoration: none;
      color: white;
      font-size: 32px;
      border: none;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
    }

    .whatsapp-float svg {
      width: 36px;
      height: 36px;
      fill: white;
    }

    .whatsapp-float .tooltip {
      position: absolute;
      right: 70px;
      background: rgba(0,0,0,0.8);
      color: white;
      padding: 6px 14px;
      border-radius: 8px;
      font-size: 12px;
      font-weight: 500;
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
    }

    .whatsapp-float:hover .tooltip {
      opacity: 1;
    }

    @media (max-width: 700px) {
      .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 54px;
        height: 54px;
        font-size: 28px;
      }
      .whatsapp-float svg {
        width: 30px;
        height: 30px;
      }
    }

    /* Success Message Box */
    .success-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 10000;
      justify-content: center;
      align-items: center;
      animation: fadeIn 0.3s ease;
    }

    .success-overlay.show {
      display: flex;
    }

    .success-box {
      background: white;
      border-radius: 24px;
      padding: 40px 45px;
      max-width: 480px;
      width: 92%;
      text-align: center;
      box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
      animation: slideUp 0.4s ease;
      position: relative;
    }

    .success-box .icon {
      font-size: 64px;
      margin-bottom: 12px;
      display: block;
    }

    .success-box h2 {
      font-family: "Playfair Display", serif;
      color: var(--maroon);
      font-size: 30px;
      margin-bottom: 10px;
    }

    .success-box p {
      color: var(--muted);
      font-size: 15px;
      line-height: 1.7;
      margin-bottom: 22px;
    }

    .success-box .btn-close {
      background: var(--maroon);
      color: white;
      border: none;
      padding: 13px 40px;
      border-radius: 12px;
      font-weight: 700;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s;
    }

    .success-box .btn-close:hover {
      background: var(--maroon-dark);
      transform: translateY(-2px);
    }

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

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



/* =====================================================================
   Dynamic e-commerce additions
   ===================================================================== */

.store-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-link {
  position: relative;
}

.cart-count {
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  position: absolute;
  top: -9px;
  right: -9px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--maroon);
  font-size: 10px;
  font-weight: 800;
}

.home-categories,
.home-products {
  background: rgba(255,255,255,.55);
}

.collection-card {
  display: block;
  color: inherit;
}

.collection-card .collection-img,
.product-card .product-img {
  background: var(--soft-cream);
}

.product-actions {
  display: grid;
  gap: 8px;
}

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

.product-action-btn {
  width: 100%;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(201,150,62,.45);
  border-radius: 10px;
  color: #9b6a20;
  background: #fffaf2;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.product-action-btn.primary {
  color: #fff;
  background: var(--maroon);
  border-color: var(--maroon);
}

.product-action-btn:hover {
  color: #fff;
  background: var(--maroon-dark);
  border-color: var(--maroon-dark);
}

.price-old {
  margin-left: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  text-decoration: line-through;
}

.moq-note {
  margin: 7px 0 12px;
  color: var(--muted);
  font-size: 11px;
}

.empty-state {
  padding: 38px 20px;
  border: 1px dashed rgba(201,150,62,.45);
  background: rgba(255,255,255,.7);
  text-align: center;
}

.store-page {
  min-height: 60vh;
  padding: 42px 0 65px;
}

.store-page-title {
  margin-bottom: 24px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.catalog-filter,
.store-panel {
  padding: 22px;
}

.catalog-filter {
  position: sticky;
  top: 94px;
}

.catalog-filter h3 {
  margin-bottom: 16px;
  color: var(--maroon);
  font-family: "Playfair Display", serif;
}

.filter-group {
  margin-bottom: 15px;
}

.filter-group label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.filter-actions {
  display: grid;
  gap: 9px;
}

.catalog-products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: start;
}

.product-main-image {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border: 1px solid rgba(201,150,62,.22);
  background: var(--soft-cream);
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 10px;
}

.product-gallery img {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(201,150,62,.22);
  cursor: pointer;
}

.product-detail-copy h1 {
  margin-bottom: 8px;
  color: var(--maroon);
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4vw, 48px);
}

.product-detail-copy .detail-price {
  margin: 18px 0 12px;
  color: var(--maroon);
  font-size: 25px;
  font-weight: 800;
}

.product-description {
  color: var(--muted);
  line-height: 1.8;
}

.purchase-box {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid rgba(201,150,62,.24);
  background: #fffaf3;
}

.purchase-box h3 {
  margin-bottom: 15px;
  color: var(--maroon);
  font-size: 18px;
}

.purchase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.purchase-grid .full {
  grid-column: 1 / -1;
}

.purchase-message {
  margin-bottom: 12px;
  padding: 11px 13px;
  border-radius: 10px;
  font-size: 13px;
}

.purchase-message.success {
  color: #146c43;
  background: #e4f6ed;
}

.purchase-message.error {
  color: #a52834;
  background: #fbe5e7;
}

.cart-table-wrap {
  overflow-x: auto;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table th,
.cart-table td {
  padding: 13px;
  border-bottom: 1px solid rgba(201,150,62,.18);
  text-align: left;
  vertical-align: middle;
}

.cart-product {
  min-width: 280px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-product img {
  width: 66px;
  height: 66px;
  object-fit: cover;
}

.cart-summary {
  width: min(430px, 100%);
  margin: 24px 0 0 auto;
  padding: 22px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 11px;
}

.summary-row.total {
  padding-top: 13px;
  border-top: 1px solid rgba(201,150,62,.25);
  color: var(--maroon);
  font-size: 18px;
  font-weight: 800;
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 24px;
  align-items: start;
}

.checkout-summary {
  position: sticky;
  top: 94px;
}

.notice {
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(201,150,62,.25);
  border-radius: 10px;
  color: var(--muted);
  background: #fffaf3;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .catalog-layout,
  .product-detail-grid,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .catalog-filter,
  .checkout-summary {
    position: static;
  }

  .catalog-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .store-nav-actions .quote-btn {
    display: none;
  }

  .product-actions.two,
  .purchase-grid,
  .catalog-products {
    grid-template-columns: 1fr !important;
  }

  .product-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .cart-table th:nth-child(3),
  .cart-table td:nth-child(3) {
    display: none;
  }
}


@media (max-width: 900px) {
  header nav.show {
    display: block;
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 1px);
    padding: 15px;
    background: linear-gradient(135deg, var(--maroon-dark), var(--maroon));
    box-shadow: var(--shadow);
  }

  header nav.show ul {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  header nav.show a {
    display: block;
    padding: 11px 12px;
  }
}

/* --------------------------------------------------------------
   English + Tamil product names
   -------------------------------------------------------------- */

.product-name-english {
  margin-bottom: 2px !important;
}

.product-name-tamil,
.product-title-tamil {
  font-family: "Noto Sans Tamil", "Noto Sans", sans-serif;
  font-weight: 600;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.product-name-tamil {
  min-height: 1.55em;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
}

.product-title-tamil {
  margin: -2px 0 10px;
  color: var(--gold);
  font-size: clamp(18px, 2.2vw, 25px);
}

.cart-name-tamil {
  min-height: 0;
  margin: 3px 0 4px;
  font-size: 12px;
}

.checkout-product-name {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.checkout-name-tamil {
  min-height: 0;
  margin: 0;
  font-size: 11px;
}

