:root {
    --blush: #fff4f6;
    --white: #ffffff;
    --blush-alt: #fbe8ed;
    --text: #241a1d;
    --wine: #5a1f32;
    --wine-deep: #421523;
    --gold: #b78b52;
    --border: #ebcfd7;
    --muted: #75656a;
    --footer: #2a151c;
    --whatsapp: #168857;
    --success: #256846;
    --error: #9a2e43;
    --shadow-soft: 0 12px 30px rgba(90, 31, 50, .07);
    --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; overflow-x: clip; }
body {
    margin: 0;
    color: var(--text);
    background: var(--blush);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0;
    overflow-x: clip;
}
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
img { height: auto; object-fit: cover; }
picture { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button { color: inherit; }
.container { width: min(1280px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 500; padding: 10px 14px; background: var(--white); color: var(--wine); border: 1px solid var(--wine); transform: translateY(0); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid rgba(183, 139, 82, .52); outline-offset: 3px; }

h1, h2, h3, h4 {
    margin: 0 0 14px;
    color: var(--text);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: 0;
}
h1 { font-size: 3.6rem; }
h2 { font-size: 2.8rem; }
h3 { font-size: 1.42rem; }
p { margin: 0 0 18px; color: var(--muted); }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--wine); font-size: .73rem; font-weight: 700; text-transform: uppercase; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }
.eyebrow-light { color: #fff6f7; border-color: var(--gold); }
.section { padding: 88px 0; }
.section-white { background: var(--white); }
.section-blush, .section-soft { background: var(--blush-alt); border-block: 1px solid var(--border); }
.section-heading { margin-bottom: 34px; }
.section-heading p { max-width: 680px; }
.section-heading-centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading-centered p { margin-inline: auto; }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.section-heading-row .section-heading { margin-bottom: 0; }
.section-link-row { display: flex; justify-content: center; margin-top: 32px; }
.content-narrow { max-width: 840px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--wine); background: transparent; border: 0; border-bottom: 1px solid var(--gold); padding: 0 0 4px; font-weight: 700; cursor: pointer; }
.text-link svg { width: 17px; height: 17px; }

.announcement-bar { background: var(--wine); color: var(--white); font-size: .76rem; }
.announcement-inner { min-height: 32px; display: flex; align-items: center; justify-content: center; position: relative; }
.announcement-inner > span { font-weight: 600; }
.announcement-inner a { position: absolute; right: 0; display: inline-flex; align-items: center; gap: 6px; color: #fff7f8; }
.announcement-inner svg { width: 14px; height: 14px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.header-main-row { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.header-tools { display: flex; align-items: center; gap: 10px; }
.header-tools-right { justify-content: flex-end; }
.icon-button { width: 42px; height: 42px; display: inline-grid; place-items: center; flex: 0 0 auto; padding: 0; color: var(--wine); background: transparent; border: 1px solid transparent; border-radius: 50%; cursor: pointer; }
.icon-button:hover { background: var(--blush); border-color: var(--border); }
.icon-button svg { width: 21px; height: 21px; }
.mobile-menu-button { display: none; }
.brand { display: flex; align-items: center; justify-content: center; gap: 11px; min-width: 290px; }
.brand img { width: auto; height: auto; max-width: 180px; max-height: 60px; object-fit: contain; object-position: center; border-radius: 4px; border: 1px solid var(--gold); }
.brand span { display: block; text-align: left; }
.brand strong { display: block; color: var(--wine); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.55rem; line-height: 1; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: .66rem; }
.header-phone { color: var(--wine); font-size: .82rem; font-weight: 700; }
.whatsapp-header svg, .whatsapp-mark svg { fill: currentColor; stroke: none; }
.whatsapp-header { color: var(--whatsapp); border-color: var(--border); }
.desktop-nav { border-top: 1px solid #f5e7eb; }
.desktop-nav-inner { height: 45px; display: flex; align-items: center; justify-content: center; gap: 34px; }
.desktop-nav a { position: relative; display: inline-flex; align-items: center; height: 45px; color: var(--text); font-size: .79rem; font-weight: 600; }
.desktop-nav > .container > a::after, .nav-item > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--wine); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.nav-item { position: static; display: flex; align-items: center; }
.mega-menu-toggle { display: inline-grid; place-items: center; width: 24px; height: 36px; padding: 0; margin-left: -2px; background: transparent; border: 0; color: var(--muted); cursor: pointer; }
.mega-menu-toggle svg { width: 14px; }
.mega-menu { position: absolute; left: 0; right: 0; top: 100%; z-index: 120; padding: 28px 0 32px; background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-6px); transition: .2s ease; box-shadow: var(--shadow-soft); }
.has-mega-menu:hover .mega-menu, .has-mega-menu:focus-within .mega-menu, .has-mega-menu.mega-open .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.mega-menu-grid { display: grid; grid-template-columns: .75fr .9fr 1.8fr; gap: 42px; }
.mega-menu-grid > div:not(.mega-featured) { display: flex; flex-direction: column; align-items: flex-start; }
.mega-menu-grid > div:not(.mega-featured) a { height: auto; padding: 6px 0; color: var(--muted); font-size: .84rem; }
.menu-kicker { margin-bottom: 10px; color: var(--wine); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.2rem; font-weight: 600; }
.mega-featured { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.mega-product { height: auto !important; display: grid !important; grid-template-columns: 72px 1fr; gap: 12px; align-items: center; padding: 8px !important; background: var(--blush); border: 1px solid var(--border); border-radius: var(--radius); }
.mega-product picture, .mega-product img { width: 72px; height: 88px; object-fit: cover; }
.mega-product span { color: var(--text); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.05rem; }

.mobile-drawer, .search-panel, .enquiry-drawer { position: fixed; z-index: 210; background: var(--white); transition: transform .28s ease; }
.mobile-drawer { inset: 0 auto 0 0; width: min(390px, 91vw); padding: 22px; transform: translateX(-105%); }
.mobile-drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.drawer-header strong { color: var(--wine); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.4rem; }
.drawer-header > div span { display: block; color: var(--gold); font-size: .72rem; text-transform: uppercase; }
.mobile-drawer nav { display: grid; margin-top: 18px; }
.mobile-drawer nav a { padding: 12px 4px; border-bottom: 1px solid var(--border); color: var(--text); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; }
.drawer-actions { display: grid; gap: 10px; margin-top: 24px; }
.search-panel { left: 0; right: 0; top: 0; padding: 24px max(24px, calc((100% - 1080px) / 2)); transform: translateY(-110%); box-shadow: var(--shadow-soft); }
.search-panel.is-open { transform: translateY(0); }
.search-panel form { padding-top: 24px; }
.search-panel label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .78rem; }
.search-input-wrap { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; border-bottom: 1px solid var(--wine); }
.search-input-wrap svg { width: 20px; color: var(--wine); }
.search-input-wrap input { border: 0; background: transparent; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.6rem; }
.site-overlay { position: fixed; inset: 0; z-index: 190; background: rgba(42,21,28,.46); backdrop-filter: blur(2px); }
.enquiry-drawer { inset: 0 0 0 auto; width: min(560px, 100vw); padding: 24px; overflow-y: auto; transform: translateX(105%); }
.enquiry-drawer.is-open { transform: translateX(0); }
.enquiry-drawer .enquiry-form { padding: 28px 0 0; border: 0; }

.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border: 1px solid transparent; border-radius: 4px; font-weight: 700; line-height: 1.2; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.btn svg { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: var(--white); background: var(--wine); border-color: var(--wine); }
.btn-primary:hover { background: var(--wine-deep); }
.btn-outline { color: var(--wine); background: var(--white); border-color: var(--gold); }
.btn-text { min-height: auto; color: var(--wine); background: transparent; padding-inline: 4px; }
.btn-light { color: var(--wine); background: var(--white); border-color: var(--white); }
.btn-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.75); }
.btn-whatsapp-primary { color: var(--white); background: var(--wine); border-color: var(--gold); }
.btn-whatsapp-primary .whatsapp-mark { color: #42c987; }
.btn-small { min-height: 38px; padding: 9px 13px; font-size: .82rem; }

.luxury-hero { position: relative; height: min(810px, calc(100vh - 100px)); min-height: 650px; display: flex; align-items: center; overflow: hidden; background: var(--footer); }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 54%; transform: scale(1.08); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(42,21,28,.92) 0%, rgba(42,21,28,.66) 40%, rgba(42,21,28,.16) 78%), linear-gradient(0deg, rgba(42,21,28,.3), transparent 50%); }
.hero-content { position: relative; z-index: 2; color: var(--white); }
.hero-kicker { display: block; margin-bottom: 14px; color: #f7dcae; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.hero-content h1 { max-width: 720px; color: var(--white); font-size: 5rem; }
.hero-content p { max-width: 570px; color: #fff1f3; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.hero-scroll { position: absolute; z-index: 2; bottom: 24px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 7px; color: var(--white); font-size: .75rem; }
.hero-scroll svg { width: 16px; }

.category-section { background: var(--blush); }
.category-portraits { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 20px; }
.category-portrait { text-align: center; }
.category-image { display: block; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 48% 48% 6px 6px; border: 1px solid var(--border); background: var(--white); }
.category-image picture, .category-image img { width: 100%; height: 100%; }
.category-image img { object-fit: cover; transition: transform .45s ease; }
.category-portrait:hover img { transform: scale(1.05); }
.category-portrait strong { display: block; margin-top: 13px; color: var(--wine); font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.18rem; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-slider { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 66px) / 4); gap: 22px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; padding-bottom: 5px; }
.product-slider::-webkit-scrollbar { display: none; }
.product-slider .product-card { scroll-snap-align: start; }
.slider-controls { display: flex; gap: 6px; }
.slider-controls .icon-button { border-color: var(--border); background: var(--white); }
.product-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: none; }
.product-image { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #fffafb; }
.product-image picture, .product-image img { width: 100%; height: 100%; }
.product-image img { object-fit: contain; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-hover-action { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; justify-content: center; align-items: center; gap: 6px; padding: 10px; color: var(--white); background: rgba(90,31,50,.92); border: 1px solid rgba(255,255,255,.5); border-radius: 4px; opacity: 0; transform: translateY(8px); transition: .25s ease; font-size: .78rem; font-weight: 700; }
.product-hover-action svg { width: 16px; }
.product-card:hover .product-hover-action, .product-image:focus-visible .product-hover-action { opacity: 1; transform: translateY(0); }
.badge { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 5px 8px; color: var(--wine); background: rgba(255,255,255,.94); border: 1px solid var(--gold); border-radius: 3px; font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.badge-soft { left: auto; right: 10px; color: var(--muted); border-color: var(--border); }
.product-card-body { padding: 14px 14px 15px; }
.product-category { display: block; margin-bottom: 5px; color: var(--wine); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.product-card h3 { min-height: 45px; margin-bottom: 8px; font-size: 1.23rem; line-height: 1.08; }
.product-card-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; color: var(--muted); font-size: .68rem; }
.product-card-meta strong { color: var(--wine); font-size: .72rem; text-align: right; }
.product-whatsapp-link { display: flex; align-items: center; gap: 6px; width: fit-content; margin-top: 12px; color: var(--wine); font-size: .72rem; font-weight: 700; }
.product-whatsapp-link .whatsapp-mark { color: var(--whatsapp); }
.whatsapp-mark { display: inline-grid; place-items: center; }
.whatsapp-mark svg { width: 17px; height: 17px; }

.editorial-banner { position: relative; min-height: 620px; display: flex; align-items: center; overflow: hidden; background: var(--footer); }
.editorial-banner picture, .editorial-banner picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.editorial-banner img { object-fit: cover; object-position: center 58%; transform: scale(1.12); }
.editorial-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(42,21,28,.86), rgba(42,21,28,.36) 58%, rgba(42,21,28,.1)); }
.editorial-content { position: relative; z-index: 2; color: var(--white); }
.editorial-content h2 { max-width: 620px; color: var(--white); font-size: 3.7rem; }
.editorial-content p { max-width: 540px; color: #fae8ed; }
.world-section { background: var(--white); }
.world-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.world-tile { position: relative; height: 360px; overflow: hidden; border-radius: var(--radius); }
.world-tile-wide { height: 440px; }
.world-tile picture, .world-tile img { width: 100%; height: 100%; }
.world-tile img { object-fit: cover; object-position: center 48%; transition: transform .5s ease; }
.world-tile:hover img { transform: scale(1.04); }
.world-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(42,21,28,.78), rgba(42,21,28,.04) 70%); }
.world-copy { position: absolute; left: 24px; right: 24px; bottom: 22px; color: var(--white); }
.world-copy strong, .world-copy small, .world-copy em { display: block; }
.world-copy strong { font-family: "Cormorant Garamond",Georgia,serif; font-size: 2rem; }
.world-copy small { max-width: 440px; color: #f9e8ec; }
.world-copy em { display: flex; align-items: center; gap: 6px; margin-top: 10px; font-style: normal; font-size: .75rem; font-weight: 700; }
.world-copy svg { width: 16px; }

.gemstone-scroll { display: grid; grid-auto-flow: column; grid-auto-columns: 190px; gap: 14px; overflow-x: auto; scroll-snap-type: inline mandatory; padding-bottom: 12px; scrollbar-color: var(--gold) transparent; }
.gemstone-mini-card { scroll-snap-align: start; padding: 18px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); text-align: center; }
.gem-visual, .stone-image { display: grid; place-items: center; background: color-mix(in srgb, var(--gem-color, #b78b52) 10%, white); }
.gem-visual { width: 106px; height: 106px; margin: 0 auto 15px; border-radius: 50%; }
.gem-visual span, .faceted-gem, .navratna-gem { display: block; background: var(--gem-color, #b78b52); clip-path: polygon(50% 0, 86% 24%, 100% 62%, 50% 100%, 0 62%, 14% 24%); box-shadow: inset 18px 0 rgba(255,255,255,.2), inset -12px -12px rgba(36,26,29,.13); }
.gem-visual span { width: 64px; height: 72px; }
.gemstone-mini-card h3 { margin-bottom: 4px; font-size: 1.25rem; }
.gemstone-mini-card p { margin-bottom: 10px; font-size: .75rem; }
.gemstone-mini-card a { display: inline-flex; align-items: center; gap: 5px; color: var(--wine); font-size: .72rem; font-weight: 700; }
.gemstone-mini-card a svg { width: 14px; }
.stone-ruby, .stone-manik { --gem-color: #a82b48; }
.stone-emerald, .stone-panna { --gem-color: #28785d; }
.stone-blue-sapphire, .stone-neelam { --gem-color: #345d9d; }
.stone-yellow-sapphire, .stone-pukhraj, .stone-citrine { --gem-color: #d2a83f; }
.stone-pearl, .stone-moti { --gem-color: #d9d4ce; }
.stone-red-coral, .stone-moonga { --gem-color: #c95755; }
.stone-hessonite, .stone-gomed { --gem-color: #a96545; }
.stone-cat-s-eye, .stone-lehsunia { --gem-color: #81906e; }
.stone-amethyst { --gem-color: #8a5a96; }
.stone-garnet { --gem-color: #793242; }
.stone-aquamarine { --gem-color: #69a9b8; }
.stone-peridot { --gem-color: #82a74d; }
.stone-opal { --gem-color: #b7a6aa; }
.stone-turquoise { --gem-color: #4aa2a2; }
.stone-topaz { --gem-color: #6c9fc5; }

.navratna-home-section { color: var(--white); background: var(--wine); }
.navratna-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.navratna-intro h2 { color: var(--white); font-size: 3.4rem; }
.navratna-intro p { color: #f4dfe5; }
.navratna-wheel { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.navratna-wheel a { display: flex; align-items: center; gap: 10px; min-height: 76px; padding: 12px; color: var(--white); background: rgba(255,255,255,.06); border: 1px solid rgba(235,207,215,.32); border-radius: var(--radius); }
.navratna-gem { width: 38px; height: 44px; flex: 0 0 auto; }
.navratna-wheel strong { font-family: "Cormorant Garamond",Georgia,serif; font-size: 1.05rem; }

.service-strip { background: var(--white); border-block: 1px solid var(--border); }
.service-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.service-grid article { min-height: 124px; display: flex; align-items: center; gap: 14px; padding: 24px; border-right: 1px solid var(--border); }
.service-grid article:last-child { border-right: 0; }
.service-grid article > svg { width: 28px; height: 28px; color: var(--gold); flex: 0 0 auto; }
.service-grid h3 { margin: 0 0 3px; font-size: 1.15rem; }
.service-grid p { margin: 0; font-size: .75rem; }

.private-enquiry-section { background: var(--blush); }
.enquiry-editorial { display: grid; grid-template-columns: .86fr 1.14fr; gap: 60px; align-items: start; }
.enquiry-editorial-copy { padding-top: 24px; }
.enquiry-editorial-copy h2 { font-size: 3rem; }
.contact-inline { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.contact-inline a { display: flex; align-items: center; gap: 7px; color: var(--wine); font-size: .78rem; font-weight: 700; }
.contact-inline svg { width: 17px; }
.enquiry-form { padding: 26px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.form-heading h2 { font-size: 2rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.enquiry-form label { display: block; margin-bottom: 13px; }
label > span, .search-panel label { display: block; margin-bottom: 6px; color: var(--text); font-size: .72rem; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 45px; padding: 10px 11px; color: var(--text); background: var(--white); border: 1px solid var(--border); border-radius: 4px; outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(90,31,50,.08); }
.enquiry-form .btn { width: 100%; }
.button-loading { display: none; }
.enquiry-form.is-submitting .button-label { display: none; }
.enquiry-form.is-submitting .button-loading { display: inline; }
.enquiry-form.is-submitting .btn { opacity: .72; cursor: wait; }
.form-status { min-height: 0; margin-bottom: 8px; color: var(--muted); font-size: .75rem; }

.gallery-section { background: var(--white); }
.social-gallery { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 8px; }
.social-gallery a { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--blush); }
.social-gallery picture, .social-gallery img { width: 100%; height: 100%; }
.social-gallery img { object-fit: cover; object-position: 66% 48%; transition: transform .4s ease; }
.social-gallery a:hover img { transform: scale(1.045); }
.social-gallery a > span { position: absolute; inset: 0; display: grid; place-items: center; color: var(--white); background: rgba(90,31,50,.2); opacity: 0; transition: opacity .2s; }
.social-gallery a:hover > span { opacity: 1; }
.social-gallery svg { width: 26px; }

.page-hero { position: relative; padding: 92px 0; background: var(--blush-alt); border-bottom: 1px solid var(--border); overflow: hidden; }
.compact-hero { padding: 68px 0; }
.page-hero p { max-width: 680px; }
.page-hero-inner { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.image-page-hero { min-height: 430px; display: flex; align-items: center; color: var(--white); background: linear-gradient(90deg, rgba(42,21,28,.9), rgba(42,21,28,.38)), var(--page-hero-image) center 48% / cover no-repeat; }
.image-page-hero h1, .image-page-hero p { color: var(--white); }
.image-page-hero p { color: #fae9ed; }
.collection-hero { padding: 60px 0; background: var(--blush); }
.category-chip-band { background: var(--white); border-bottom: 1px solid var(--border); }
.category-chips { display: flex; gap: 8px; overflow-x: auto; padding-block: 13px; scrollbar-width: none; }
.category-chips::-webkit-scrollbar { display: none; }
.category-chips a { flex: 0 0 auto; padding: 7px 12px; color: var(--muted); border: 1px solid var(--border); border-radius: 999px; font-size: .72rem; }
.category-chips a.active, .category-chips a:hover { color: var(--white); background: var(--wine); border-color: var(--wine); }

.collection-section { background: var(--white); }
.collection-shell { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 34px; align-items: start; }
.filter-sidebar { position: sticky; top: 145px; padding: 20px; background: var(--blush); border: 1px solid var(--border); border-radius: var(--radius); }
.filter-sidebar-header { display: flex; justify-content: space-between; align-items: start; margin-bottom: 17px; }
.filter-sidebar-header span { color: var(--wine); font-size: .68rem; text-transform: uppercase; }
.filter-sidebar-header h2 { margin: 0; font-size: 1.7rem; }
.filter-close { display: none; }
.filter-sidebar label { display: block; margin-bottom: 14px; }
.field-with-icon { position: relative; }
.field-with-icon svg { position: absolute; left: 11px; top: 13px; width: 17px; color: var(--muted); }
.field-with-icon input { padding-left: 36px; }
.filter-actions { display: grid; gap: 6px; margin-top: 20px; }
.results-toolbar { min-height: 50px; display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 18px; border-bottom: 1px solid var(--border); }
.results-toolbar > div { color: var(--muted); font-size: .78rem; }
.results-toolbar strong { color: var(--wine); }
.sort-form { display: flex; align-items: center; gap: 8px; }
.sort-form label { color: var(--muted); font-size: .72rem; }
.sort-form select { min-height: 38px; width: auto; min-width: 150px; border: 0; background: var(--blush); }
.mobile-filter-trigger { display: none; }
.pagination { display: flex; justify-content: center; gap: 7px; margin-top: 36px; }
.pagination a { width: 38px; height: 38px; display: grid; place-items: center; color: var(--wine); border: 1px solid var(--border); border-radius: 50%; }
.pagination a.active { color: var(--white); background: var(--wine); border-color: var(--wine); }
.pagination svg { width: 16px; }
.empty-state { grid-column: 1 / -1; padding: 48px 24px; text-align: center; background: var(--blush); border: 1px solid var(--border); border-radius: var(--radius); }
.empty-state > svg { width: 38px; color: var(--gold); }
.empty-state > div { display: flex; justify-content: center; gap: 10px; }

.breadcrumb { display: flex; gap: 8px; align-items: center; padding-top: 20px; color: var(--muted); font-size: .72rem; white-space: nowrap; overflow: hidden; }
.breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
.product-detail-section { background: var(--white); }
.product-detail-grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); gap: 60px; align-items: start; }
.gallery-main { position: relative; width: 100%; padding: 0; overflow: hidden; background: var(--blush); border: 1px solid var(--border); border-radius: var(--radius); cursor: zoom-in; }
.gallery-main picture, .gallery-main img { width: 100%; }
.gallery-main img { aspect-ratio: 4 / 5; object-fit: contain; }
.zoom-hint { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; color: var(--wine); background: rgba(255,255,255,.9); border: 1px solid var(--border); border-radius: 4px; font-size: .7rem; }
.zoom-hint svg { width: 16px; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 8px; margin-top: 10px; }
.gallery-thumbs button { padding: 0; overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: 4px; cursor: pointer; }
.gallery-thumbs button.active { border-color: var(--wine); }
.gallery-thumbs picture, .gallery-thumbs img { width: 100%; height: 100%; }
.gallery-thumbs img { aspect-ratio: 1; object-fit: cover; }
.product-info { position: sticky; top: 155px; }
.product-info h1 { font-size: 3.25rem; }
.product-info .lead { font-size: .93rem; }
.price-line { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-block: 20px; padding-block: 15px; border-block: 1px solid var(--border); }
.price-line span { color: var(--muted); font-size: .72rem; }
.price-line strong { color: var(--wine); }
.detail-actions { display: grid; gap: 9px; }
.product-assurance { display: flex; flex-wrap: wrap; gap: 12px; margin: 18px 0; }
.product-assurance span { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .68rem; }
.product-assurance svg { width: 16px; color: var(--gold); }
.product-specs { margin: 18px 0 0; }
.product-specs div, .about-panel dl div, .contact-panel dl div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--border); }
dt { color: var(--muted); font-size: .73rem; }
dd { margin: 0; color: var(--text); font-size: .75rem; font-weight: 700; text-align: right; }
.notice-text { padding: 12px 14px; color: var(--wine); background: var(--white); border-left: 2px solid var(--gold); }
.recently-viewed-section { background: var(--blush); }
.image-lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 30px; background: rgba(42,21,28,.94); }
.image-lightbox[hidden] { display: none; }
.image-lightbox img { max-width: min(900px, 90vw); max-height: 88vh; object-fit: contain; }
.image-lightbox .icon-button { position: absolute; right: 20px; top: 20px; color: var(--white); border-color: rgba(255,255,255,.4); }

.gemstone-landing-hero { position: relative; min-height: 610px; display: flex; align-items: center; overflow: hidden; background: var(--footer); }
.gemstone-landing-hero picture, .gemstone-landing-hero img { position: absolute; inset: 0; width: 100%; height: 100%; }
.gemstone-landing-hero img { object-fit: cover; object-position: 72% 44%; }
.gemstone-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(42,21,28,.9), rgba(42,21,28,.45) 58%, rgba(42,21,28,.12)); }
.gemstone-hero-content { position: relative; z-index: 2; }
.gemstone-hero-content h1 { max-width: 640px; color: var(--white); font-size: 4.5rem; }
.gemstone-hero-content p { max-width: 590px; color: #f9e7eb; }
.stone-group-nav { position: sticky; top: 123px; z-index: 50; background: var(--white); border-bottom: 1px solid var(--border); }
.stone-group-nav .container { display: flex; justify-content: center; gap: 28px; overflow-x: auto; padding-block: 12px; }
.stone-group-nav a { flex: 0 0 auto; color: var(--wine); font-size: .74rem; font-weight: 700; }
.group-heading { display: grid; grid-template-columns: 1fr .9fr; gap: 40px; align-items: end; margin-bottom: 34px; }
.group-heading p { max-width: 540px; }
.navratna-group { background: var(--blush); }
.premium-stone-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.premium-stone-card { overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); }
.stone-image { min-height: 180px; border-bottom: 1px solid var(--border); }
.faceted-gem { width: 88px; height: 102px; }
.stone-card-copy { padding: 17px; }
.stone-card-copy > span { display: block; color: var(--wine); font-size: .66rem; font-weight: 700; text-transform: uppercase; }
.stone-card-copy h3 { margin: 5px 0 2px; }
.stone-card-copy strong { display: block; margin-bottom: 9px; color: var(--muted); font-size: .73rem; }
.stone-card-copy p { min-height: 66px; font-size: .74rem; }
.stone-actions { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 10px; border-top: 1px solid var(--border); }
.stone-actions a { display: inline-flex; align-items: center; gap: 5px; color: var(--wine); font-size: .69rem; font-weight: 700; }
.stone-actions svg { width: 15px; }
.stone-actions .whatsapp-mark { color: var(--whatsapp); }
.birthstone-grid .stone-card-copy > span { color: var(--wine); }
.gemstone-products-section { background: var(--blush); }

.about-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.about-panel, .contact-panel { padding: 24px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); }
.editorial-about-panel { padding: 0; overflow: hidden; }
.editorial-about-panel > picture img { width: 100%; max-height: 560px; object-fit: cover; object-position: 72% 45%; }
.editorial-about-panel dl { padding: 18px 24px 24px; }
.light-features { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.light-features article { padding: 22px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); }
.contact-number-art { margin-top: 22px; border: 1px solid var(--border); border-radius: var(--radius); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.editorial-note { padding: 62px 0; text-align: center; background: var(--blush-alt); border-bottom: 1px solid var(--border); }
.editorial-note .container { max-width: 760px; }
.editorial-note .text-link { margin-top: 8px; }
.flash { margin-top: 14px; padding: 13px 15px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); }
.flash-success { color: var(--success); border-color: rgba(37,104,70,.35); }
.flash-error { color: var(--error); border-color: rgba(154,46,67,.35); }

.site-footer { padding-top: 64px; color: var(--white); background: var(--footer); }
.footer-grid { display: grid; grid-template-columns: 1.55fr .75fr .75fr 1.2fr; gap: 46px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand img { width: auto; height: auto; max-width: 180px; max-height: 60px; object-fit: contain; border-radius: 4px; border: 1px solid var(--gold); }
.footer-brand strong { display: block; color: var(--white); font-family: "Cormorant Garamond",Georgia,serif; font-size: 1.45rem; }
.footer-brand small { display: block; color: #d9bdc5; font-size: .66rem; }
.site-footer p, .site-footer a, .site-footer span { color: #dbc7cd; }
.site-footer h3 { color: var(--white); font-size: 1.18rem; }
.site-footer > .container > div:not(.footer-intro):not(.footer-contact) a { display: block; margin-bottom: 8px; font-size: .75rem; }
.footer-intro p { max-width: 360px; font-size: .78rem; }
.footer-enquiry-link { display: inline-flex; align-items: center; gap: 7px; padding: 0 0 4px; color: #f7dcae; background: transparent; border: 0; border-bottom: 1px solid var(--gold); cursor: pointer; font-size: .75rem; }
.footer-enquiry-link svg { width: 16px; }
.footer-contact a, .footer-location { display: flex !important; align-items: flex-start; gap: 8px; margin-bottom: 11px; font-size: .74rem; }
.footer-contact svg, .footer-location > svg { width: 16px; height: 16px; flex: 0 0 auto; color: var(--gold); }
.footer-contact a:nth-of-type(3) svg { fill: var(--whatsapp); stroke: none; }
.footer-bottom { margin-top: 48px; padding: 17px 0; border-top: 1px solid rgba(235,207,215,.2); font-size: .68rem; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 16px; }
.footer-bottom div { display: flex; gap: 16px; }
.floating-whatsapp { position: fixed; z-index: 150; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 7px; min-height: 46px; padding: 7px 14px 7px 8px; color: var(--white); background: var(--wine); border: 1px solid var(--gold); border-radius: 999px; box-shadow: 0 8px 22px rgba(42,21,28,.18); }
.floating-whatsapp .whatsapp-mark { width: 30px; height: 30px; color: var(--white); background: var(--whatsapp); border-radius: 50%; }
.floating-whatsapp .whatsapp-mark svg { width: 18px; }
.floating-whatsapp-label { color: var(--white) !important; font-size: .72rem; font-weight: 700; }

@media (max-width: 1100px) {
    .desktop-nav-inner { gap: 22px; }
    .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .product-slider { grid-auto-columns: calc((100% - 18px) / 2); gap: 18px; }
    .category-portraits { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .premium-stone-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; }
    .footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
    .footer-contact h3 { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
    html { scroll-padding-top: 82px; }
    .announcement-inner { justify-content: flex-start; }
    .announcement-inner a { right: 0; }
    .header-main-row { min-height: 70px; }
    .desktop-nav { display: none; }
    .mobile-menu-button { display: inline-grid; }
    .header-phone { display: none; }
    .brand { min-width: auto; }
    .brand strong { font-size: 1.3rem; }
    .brand small { display: none; }
    .brand img { max-width: 160px; max-height: 52px; }
    .luxury-hero { height: 690px; min-height: 0; }
    .hero-content h1 { font-size: 4rem; }
    .hero-media img { object-position: 56% 52%; }
    .category-portraits { display: grid; grid-auto-flow: column; grid-auto-columns: 150px; grid-template-columns: none; overflow-x: auto; scroll-snap-type: inline mandatory; padding-bottom: 10px; }
    .category-portrait { scroll-snap-align: start; }
    .editorial-banner { min-height: 540px; }
    .navratna-layout, .enquiry-editorial, .about-grid, .contact-grid, .product-detail-grid { grid-template-columns: 1fr; }
    .product-info { position: static; }
    .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .service-grid article:nth-child(2) { border-right: 0; }
    .service-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
    .collection-shell { grid-template-columns: 1fr; }
    .filter-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 220; width: min(390px,92vw); overflow-y: auto; border-radius: 0; transform: translateX(-105%); transition: transform .28s ease; }
    .filter-sidebar.is-open { transform: translateX(0); }
    .filter-close, .mobile-filter-trigger { display: inline-grid; }
    .stone-group-nav { top: 70px; }
    .premium-stone-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .group-heading { grid-template-columns: 1fr; gap: 6px; }
    .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-intro { grid-column: 1 / -1; }
    .footer-contact { grid-column: 1 / -1; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .light-features { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 640px) {
    body { font-size: 14px; }
    .container { width: min(100% - 24px, 1280px); }
    .announcement-inner { min-height: 30px; justify-content: center; }
    .announcement-inner a { display: none; }
    .header-main-row { grid-template-columns: 1fr auto 1fr; }
    .header-tools { gap: 0; }
    .header-tools-left .icon-button:not(.mobile-menu-button) { display: none; }
    .brand { gap: 7px; }
    .brand img { max-width: 150px; max-height: 50px; }
    .brand strong { font-size: 1.08rem; white-space: nowrap; }
    .icon-button { width: 40px; height: 40px; }
    h1 { font-size: 2.45rem; }
    h2 { font-size: 2.05rem; }
    .section { padding: 58px 0; }
    .section-heading-row { align-items: flex-start; flex-direction: column; gap: 14px; }
    .luxury-hero { height: 620px; }
    .hero-media img { object-position: 54% 50%; transform: scale(1.18); }
    .hero-shade { background: linear-gradient(0deg, rgba(42,21,28,.92) 0%, rgba(42,21,28,.58) 62%, rgba(42,21,28,.22)); }
    .hero-content { align-self: end; padding-bottom: 88px; }
    .hero-content h1 { font-size: 3.15rem; }
    .hero-content p { font-size: .95rem; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn { width: 100%; }
    .hero-scroll { bottom: 14px; }
    .category-portraits { grid-auto-columns: 122px; gap: 12px; }
    .category-portrait strong { font-size: 1.02rem; }
    .product-grid, .collection-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .product-slider { grid-auto-columns: 72%; gap: 12px; }
    .product-card-body { padding: 10px; }
    .product-category { font-size: .58rem; }
    .product-card h3 { min-height: 40px; font-size: 1.02rem; }
    .product-card-meta { display: block; font-size: .59rem; }
    .product-card-meta strong { display: block; margin-top: 2px; text-align: left; font-size: .62rem; }
    .product-whatsapp-link { font-size: .62rem; }
    .product-hover-action { display: none; }
    .badge { top: 6px; left: 6px; padding: 3px 5px; font-size: .52rem; }
    .badge-soft { left: auto; right: 6px; }
    .editorial-banner { min-height: 520px; align-items: end; }
    .editorial-banner img { object-position: 52% 56%; transform: scale(1.22); }
    .editorial-overlay { background: linear-gradient(0deg, rgba(42,21,28,.9), rgba(42,21,28,.18)); }
    .editorial-content { padding-bottom: 54px; }
    .editorial-content h2 { font-size: 2.7rem; }
    .world-grid { grid-template-columns: 1fr; }
    .world-tile, .world-tile-wide { height: 360px; }
    .world-copy strong { font-size: 1.65rem; }
    .gemstone-scroll { grid-auto-columns: 155px; }
    .navratna-home-section { padding-block: 58px; }
    .navratna-intro h2 { font-size: 2.7rem; }
    .navratna-wheel { gap: 7px; }
    .navratna-wheel a { min-height: 68px; padding: 8px; display: grid; justify-items: center; text-align: center; }
    .navratna-wheel strong { font-size: .78rem; }
    .navratna-gem { width: 28px; height: 32px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-grid article { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--border); padding: 18px 6px; }
    .service-grid article:last-child { border-bottom: 0; }
    .form-grid { grid-template-columns: 1fr; }
    .enquiry-form { padding: 18px; }
    .enquiry-editorial-copy h2 { font-size: 2.35rem; }
    .contact-inline { display: grid; }
    .social-gallery { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 5px; }
    .page-hero, .compact-hero { padding: 52px 0; }
    .image-page-hero { min-height: 390px; align-items: end; padding-bottom: 44px; background-position: 62% center; }
    .page-hero-inner { align-items: flex-start; flex-direction: column; }
    .category-chips { margin-right: -12px; }
    .results-toolbar { align-items: flex-start; }
    .sort-form label { display: none; }
    .sort-form select { min-width: 120px; max-width: 140px; }
    .product-detail-section { padding-top: 38px; }
    .product-detail-grid { gap: 30px; }
    .product-info h1 { font-size: 2.55rem; }
    .gallery-thumbs { grid-template-columns: repeat(5,minmax(0,1fr)); }
    .detail-actions .btn { width: 100%; }
    .product-specs div, .about-panel dl div, .contact-panel dl div { display: block; }
    dd { margin-top: 2px; text-align: left; }
    .gemstone-landing-hero { min-height: 540px; align-items: end; }
    .gemstone-landing-hero img { object-position: 69% 44%; }
    .gemstone-hero-overlay { background: linear-gradient(0deg, rgba(42,21,28,.92), rgba(42,21,28,.2)); }
    .gemstone-hero-content { padding-bottom: 48px; }
    .gemstone-hero-content h1 { font-size: 3.1rem; }
    .stone-group-nav .container { justify-content: flex-start; gap: 18px; }
    .premium-stone-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
    .stone-image { min-height: 128px; }
    .faceted-gem { width: 60px; height: 70px; }
    .stone-card-copy { padding: 12px; }
    .stone-card-copy h3 { font-size: 1.12rem; }
    .stone-card-copy p { min-height: 0; font-size: .65rem; }
    .stone-actions { display: grid; gap: 6px; }
    .light-features { grid-template-columns: 1fr; }
    .about-grid, .contact-grid { gap: 24px; }
    .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px 20px; }
    .footer-intro, .footer-contact { grid-column: 1 / -1; }
    .footer-contact { display: block; }
    .footer-bottom .container { align-items: flex-start; flex-direction: column; }
    .floating-whatsapp { right: 12px; bottom: 12px; padding-right: 9px; }
    .floating-whatsapp-label { display: none !important; }
    .search-input-wrap { grid-template-columns: 24px 1fr; }
    .search-input-wrap .btn { grid-column: 1 / -1; margin-top: 12px; }
}
.silver-hero {
    background: var(--blush-alt);
    border-bottom: 1px solid var(--border);
}

.silver-toolbar {
    margin-bottom: 28px;
}

.silver-toolbar form {
    width: min(520px, 100%);
}

.silver-toolbar .field-with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.silver-toolbar .field-with-icon input {
    flex: 1 1 auto;
}

.silver-empty-state {
    grid-column: 1 / -1;
}
