/* ==========================================================================
   Bespoke Royal Women's Couture Homepage Styles
   Brand: Asha Devi Mittal (ashadevimittal.in)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800;900&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

/* --------------------------------------------------------------------------
   1. Typography & Editorial Headings
   -------------------------------------------------------------------------- */
.editorial-section-head {
    text-align: center;
    margin-bottom: 40px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.editorial-kicker {
    font-size: 11px;
    font-weight: 800;
    color: #c59b27;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.editorial-heading {
    font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
    font-size: 36px;
    font-weight: 700;
    color: #2a0813;
    line-height: 1.25;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.editorial-sub {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}
.editorial-flourish {
    font-size: 13px;
    color: #c59b27;
    letter-spacing: 6px;
    margin-top: 10px;
    opacity: 0.85;
}

/* --------------------------------------------------------------------------
   2. Cinematic Lookbook Hero Canvas
   -------------------------------------------------------------------------- */
.couture-hero-canvas {
    background: linear-gradient(rgba(26, 7, 13, 0.72), rgba(26, 7, 13, 0.78)), 
                url('https://images.unsplash.com/photo-1610030469983-98e550d6193c?w=1600&auto=format&fit=crop&q=85') center center / cover no-repeat;
    color: #ffffff;
    padding: 110px 0 100px;
    text-align: center;
    position: relative;
    border-bottom: 2px solid rgba(197, 155, 39, 0.4);
}
.hero-canvas-inner {
    max-width: 860px;
    margin: 0 auto;
}
.hero-editorial-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(197, 155, 39, 0.2);
    border: 1px solid rgba(197, 155, 39, 0.5);
    color: #fef08a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 999px;
    margin-bottom: 24px;
}
.gold-crown-icon {
    font-size: 14px;
}
.hero-canvas-title {
    font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 20px;
}
.hero-canvas-subtitle {
    font-size: 16.5px;
    color: #fce7eb;
    line-height: 1.7;
    margin: 0 auto 36px;
    max-width: 680px;
    font-weight: 400;
}
.hero-canvas-actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.btn-royal-gold {
    background: linear-gradient(135deg, #c59b27 0%, #a17415 100%);
    color: #ffffff !important;
    font-family: 'Cinzel', serif;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 16px 36px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(197, 155, 39, 0.35);
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-royal-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(197, 155, 39, 0.5);
}
.btn-royal-outline {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    font-family: 'Cinzel', serif;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 16px 32px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: background 0.2s;
}
.btn-royal-outline:hover {
    background: rgba(255, 255, 255, 0.18);
}

/* --------------------------------------------------------------------------
   3. Royal Assurance Gold Ribbon
   -------------------------------------------------------------------------- */
.royal-assurance-strip {
    background-color: #fdfbf7;
    border-bottom: 1px solid #f1e6e9;
    padding: 22px 0;
}
.assurance-flex-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.assurance-pill {
    display: flex;
    align-items: center;
    gap: 14px;
}
.assure-icon {
    font-size: 26px;
    flex-shrink: 0;
}
.assure-text strong {
    display: block;
    font-size: 13.5px;
    color: #2a0813;
    font-weight: 800;
    margin-bottom: 2px;
}
.assure-text span {
    font-size: 12px;
    color: #6b7280;
}

/* --------------------------------------------------------------------------
   4. Visual Editorial Category Portals (Masonry Tiles)
   -------------------------------------------------------------------------- */
.editorial-portals-section {
    padding: 70px 0 80px;
    background-color: #ffffff;
}
.portals-masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.portal-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 380px;
    box-shadow: 0 6px 20px rgba(42, 8, 19, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.portal-large {
    grid-column: span 2;
}
.portal-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(42, 8, 19, 0.14);
}
.portal-media-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.portal-media-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.portal-card:hover .portal-media-link img {
    transform: scale(1.06);
}
.portal-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 7, 13, 0.1) 0%, rgba(26, 7, 13, 0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #ffffff;
}
.portal-micro {
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fef08a;
    display: block;
    margin-bottom: 6px;
}
.portal-overlay h3 {
    font-family: 'Cinzel', 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #ffffff;
}
.portal-large .portal-overlay h3 {
    font-size: 28px;
}
.portal-cta {
    font-size: 12.5px;
    font-weight: 800;
    color: #fef08a;
    letter-spacing: 0.5px;
}

/* --------------------------------------------------------------------------
   5. Signature Couture Showcase (Portrait Product Grid)
   -------------------------------------------------------------------------- */
.signature-showcase-section {
    padding: 70px 0 85px;
    background-color: #fdfbf7;
    border-top: 1px solid #f1e6e9;
}

/* Tab Nav Buttons */
.couture-tab-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}
.tab-btn {
    background: #ffffff;
    border: 1px solid #f1e6e9;
    color: #4b5563;
    font-family: 'Cinzel', serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 11px 22px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.tab-btn:hover {
    border-color: #c59b27;
    color: #881337;
}
.tab-btn.active {
    background: #881337;
    color: #ffffff;
    border-color: #881337;
    box-shadow: 0 4px 14px rgba(136, 19, 55, 0.25);
}

/* 4-Column Portrait Cards */
.couture-portrait-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}
.couture-portrait-card {
    background: #ffffff;
    border: 1px solid #f1e6e9;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    box-shadow: 0 2px 10px rgba(42, 8, 19, 0.02);
}
.couture-portrait-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(42, 8, 19, 0.1);
    border-color: #dcb3bc;
}

/* 3:4 Aspect Ratio Portrait Container */
.card-portrait-media {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    background: #f7f1f3;
    overflow: hidden;
}
.media-aspect-wrap {
    display: block;
    width: 100%;
    height: 100%;
}
.media-aspect-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.couture-portrait-card:hover .media-aspect-wrap img {
    transform: scale(1.05);
}

.couture-sale-chip {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #881337;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    z-index: 2;
}
.artisan-certified-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(26, 7, 13, 0.85);
    color: #fef08a;
    font-size: 9.5px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    z-index: 2;
}

/* Quick Add to Bag on Hover */
.card-quick-cta-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    background: linear-gradient(180deg, transparent 0%, rgba(26, 7, 13, 0.8) 100%);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 3;
}
.couture-portrait-card:hover .card-quick-cta-overlay {
    opacity: 1;
    transform: translateY(0);
}
.btn-card-bag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    color: #881337 !important;
    padding: 10px;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-card-bag:hover {
    background: #fef08a;
    color: #1a070d !important;
}

/* Card Info */
.card-portrait-info {
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.rating-gold-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    margin-bottom: 8px;
}
.rating-gold-row .stars {
    color: #c59b27;
}
.rating-gold-row small {
    color: #9ca3af;
    font-weight: 600;
}
.card-title-serif {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 12px;
    flex-grow: 1;
}
.card-title-serif a {
    color: #1a070d;
    text-decoration: none;
    transition: color 0.2s;
}
.card-title-serif a:hover {
    color: #881337;
}
.card-pricing-block {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.price-val {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 800;
    color: #881337;
}
.price-reg {
    font-size: 13px;
    color: #9ca3af;
}

.couture-catalog-footer {
    text-align: center;
    margin-top: 50px;
}
.btn-royal-full {
    display: inline-block;
    background: #881337;
    color: #ffffff !important;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 1px;
    padding: 15px 36px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s;
    box-shadow: 0 4px 16px rgba(136, 19, 55, 0.25);
}
.btn-royal-full:hover {
    background: #9f1239;
    transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   6. The Royal Bridal Atelier (Split Editorial Lookbook)
   -------------------------------------------------------------------------- */
.bridal-atelier-section {
    padding: 80px 0;
    background-color: #ffffff;
}
.atelier-split-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
}
.atelier-story-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fdfbf7;
    border: 1px solid #f1e6e9;
    box-shadow: 0 6px 20px rgba(42, 8, 19, 0.04);
}
.story-image-wrap {
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.story-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.atelier-story-card:hover .story-image-wrap img {
    transform: scale(1.04);
}
.story-content-box {
    padding: 32px 36px;
}
.story-label {
    font-size: 11px;
    font-weight: 800;
    color: #c59b27;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 6px;
}
.story-content-box h3 {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 700;
    color: #2a0813;
    margin-bottom: 12px;
}
.story-content-box p {
    font-size: 14.5px;
    color: #555e6d;
    line-height: 1.65;
    margin-bottom: 22px;
}
.story-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1e6e9;
    padding-top: 18px;
}
.story-meta-row span {
    font-family: 'Cinzel', serif;
    font-size: 15px;
    font-weight: 800;
    color: #881337;
}
.story-link {
    font-size: 13.5px;
    font-weight: 800;
    color: #2a0813;
    text-decoration: none;
    transition: color 0.2s;
}
.story-link:hover {
    color: #881337;
}

/* --------------------------------------------------------------------------
   7. Artisan Heritage & Craftsmanship Seal
   -------------------------------------------------------------------------- */
.craftsmanship-seal-section {
    padding: 40px 0 80px;
    background-color: #fdfbf7;
}
.craftsmanship-box {
    background: linear-gradient(135deg, #1f0b12 0%, #360d1b 100%);
    border: 2px solid rgba(197, 155, 39, 0.4);
    border-radius: 20px;
    padding: 60px 50px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 15px 35px rgba(31, 11, 18, 0.3);
}
.craft-tag {
    color: #fef08a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    display: block;
    margin-bottom: 10px;
}
.craft-heading {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}
.craft-divider {
    width: 60px;
    height: 2px;
    background: #c59b27;
    margin: 0 auto 40px;
}
.craft-pillars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: left;
}
.pillar-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(197, 155, 39, 0.25);
    padding: 24px 20px;
    border-radius: 12px;
}
.pillar-icon {
    font-size: 28px;
    margin-bottom: 12px;
}
.pillar-item h4 {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    font-weight: 700;
    color: #fef08a;
    margin-bottom: 8px;
}
.pillar-item p {
    font-size: 13px;
    color: #e5d8db;
    line-height: 1.6;
    margin: 0;
}

/* --------------------------------------------------------------------------
   8. Patron Diaries
   -------------------------------------------------------------------------- */
.patron-diaries-section {
    padding: 70px 0 80px;
    background-color: #ffffff;
}
.diaries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.diary-card {
    background: #fdfbf7;
    border: 1px solid #f1e6e9;
    border-radius: 14px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 14px rgba(42, 8, 19, 0.02);
}
.diary-stars {
    color: #c59b27;
    font-size: 16px;
    margin-bottom: 14px;
}
.diary-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 22px;
    flex-grow: 1;
}
.diary-author strong {
    display: block;
    font-size: 14px;
    color: #2a0813;
    font-weight: 800;
}
.diary-author span {
    font-size: 12px;
    color: #6b7280;
}

/* --------------------------------------------------------------------------
   9. VIP Stylist Concierge Desk
   -------------------------------------------------------------------------- */
.stylist-concierge-section {
    padding: 0 0 80px;
    background-color: #ffffff;
}
.concierge-card {
    background: #fdfbf7;
    border: 1px solid #e5d4d9;
    border-radius: 16px;
    padding: 44px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    box-shadow: 0 6px 20px rgba(42, 8, 19, 0.03);
}
.concierge-badge {
    font-size: 11px;
    font-weight: 800;
    color: #881337;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 6px;
}
.concierge-content h2 {
    font-family: 'Cinzel', serif;
    font-size: 26px;
    color: #2a0813;
    margin-bottom: 8px;
}
.concierge-content p {
    font-size: 14.5px;
    color: #6b7280;
    margin: 0;
    max-width: 580px;
}
.concierge-actions {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
}
.btn-concierge-call {
    background: #881337;
    color: #ffffff !important;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 13px 26px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-concierge-call:hover {
    background: #9f1239;
}
.btn-concierge-mail {
    background: #ffffff;
    color: #2a0813 !important;
    border: 1px solid #dcb3bc;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 13px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-concierge-mail:hover {
    background: #fdf8f9;
}

/* --------------------------------------------------------------------------
   10. Mobile & Tablet Responsive Engine
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .hero-canvas-title {
        font-size: 40px;
    }
    .assurance-flex-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .portals-masonry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .portal-large {
        grid-column: span 2;
    }
    .couture-portrait-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .atelier-split-grid {
        grid-template-columns: 1fr;
    }
    .craft-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .diaries-grid {
        grid-template-columns: 1fr;
    }
    .concierge-card {
        flex-direction: column;
        text-align: center;
        padding: 34px 24px;
    }
    .concierge-actions {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .couture-hero-canvas {
        padding: 70px 0 60px;
    }
    .hero-canvas-title {
        font-size: 28px;
    }
    .hero-canvas-subtitle {
        font-size: 14px;
    }
    .editorial-heading {
        font-size: 26px;
    }
    .assurance-flex-grid {
        grid-template-columns: 1fr;
    }
    .portals-masonry-grid {
        grid-template-columns: 1fr;
    }
    .portal-large {
        grid-column: span 1;
    }
    .portal-card {
        height: 280px;
    }
    .couture-tab-nav {
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 10px;
        white-space: nowrap;
        scrollbar-width: none;
    }
    .couture-tab-nav::-webkit-scrollbar {
        display: none;
    }
    .couture-portrait-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .card-portrait-info {
        padding: 12px 10px;
    }
    .card-title-serif {
        font-size: 13.5px;
    }
    .price-val {
        font-size: 15px;
    }
    .craftsmanship-box {
        padding: 35px 20px;
    }
    .craft-heading {
        font-size: 24px;
    }
    .craft-pillars-grid {
        grid-template-columns: 1fr;
    }
}