@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@400;500;600&display=swap');
:root{--ink:#170707;--wine:#5c080d;--crimson:#920f18;--red:#b0161e;--cream:#f7f1e9;--paper:#fffdfa;--muted:#766d68;--line:rgba(23,7,7,.14);--gold:#b9965b;--max:1380px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer;border:0}.container{width:min(calc(100% - 48px),var(--max));margin:auto}.serif{font-family:'Cormorant Garamond',Georgia,serif}.eyebrow{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:18px 0;transition:.35s;background:linear-gradient(to bottom,rgba(10,2,2,.62),transparent)}.site-header.scrolled{background:rgba(255,253,250,.95);backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px}.brand img{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.2))}.brand-name{font-family:'Cormorant Garamond',serif;font-size:21px;line-height:.9;letter-spacing:.06em}.brand-name small{display:block;font-family:'DM Sans',sans-serif;font-size:7px;letter-spacing:.34em;text-align:center;margin-top:4px}.site-header:not(.scrolled) .brand-name,.site-header:not(.scrolled) .nav-links a,.site-header:not(.scrolled) .cart-link{color:#fff}.nav-links{display:flex;gap:30px;align-items:center;font-size:11px;text-transform:uppercase;letter-spacing:.15em}.nav-links a{position:relative}.nav-links a:after{content:'';position:absolute;left:0;bottom:-7px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:.25s}.nav-links a:hover:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:16px}.cart-link{font-size:11px;text-transform:uppercase;letter-spacing:.14em}.cart-count{display:inline-grid;place-items:center;width:21px;height:21px;border:1px solid currentColor;border-radius:50%;font-size:10px;margin-left:5px}.menu-btn{display:none;background:none;font-size:24px}
.hero{min-height:100vh;background:radial-gradient(circle at 75% 35%,#a51a20 0,#650a10 38%,#210306 100%);color:#fff;position:relative;overflow:hidden;display:flex;align-items:flex-end}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,1,2,.55),transparent 60%)}.hero-grid{position:relative;z-index:2;width:min(calc(100% - 48px),var(--max));margin:0 auto;padding:150px 0 70px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}.hero-copy{max-width:650px}.hero h1{font-size:clamp(68px,9vw,145px);font-weight:500;line-height:.78;letter-spacing:-.055em;margin:16px 0 35px}.hero h1 span{display:block;margin-left:14%;font-style:italic}.hero-copy p{max-width:490px;color:rgba(255,255,255,.72);font-size:16px}.hero-cta{display:inline-flex;align-items:center;gap:15px;margin-top:22px;padding:14px 20px;border:1px solid rgba(255,255,255,.45);color:#fff;text-transform:uppercase;letter-spacing:.16em;font-size:10px}.hero-cta:after{content:'↗';font-size:15px}.hero-gem{height:min(70vh,700px);display:flex;align-items:flex-end;justify-content:center}.hero-gem img{width:min(100%,600px);height:100%;object-fit:contain;filter:drop-shadow(0 35px 50px rgba(0,0,0,.45));mix-blend-mode:screen}.scroll-note{position:absolute;bottom:28px;right:48px;writing-mode:vertical-rl;font-size:10px;letter-spacing:.2em;text-transform:uppercase;opacity:.65}
.marquee{overflow:hidden;background:var(--wine);color:#fff;padding:13px 0}.marquee-track{display:flex;width:max-content;animation:marquee 28s linear infinite}.marquee span{font-family:'Cormorant Garamond';font-size:25px;padding:0 24px;white-space:nowrap}.marquee span:after{content:'✦';font-size:12px;margin-left:48px;opacity:.6}@keyframes marquee{to{transform:translateX(-50%)}}
.intro{padding:120px 0 80px}.intro-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.intro h2{font-size:clamp(45px,6vw,90px);line-height:.88;font-weight:500;margin:0;letter-spacing:-.04em}.intro-copy{padding-top:20px;max-width:640px}.intro-copy p{font-size:19px;line-height:1.65;color:#403734}.rule{height:1px;background:var(--line);margin:50px 0}.numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.number{font-size:12px;color:var(--muted)}.number strong{display:block;font-family:'Cormorant Garamond';font-size:52px;color:var(--ink);font-weight:500}
.section-dark{background:var(--ink);color:#fff;padding:110px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:45px}.section-head h2{font-family:'Cormorant Garamond';font-size:clamp(52px,7vw,96px);line-height:.85;font-weight:500;margin:0;letter-spacing:-.04em}.section-head p{max-width:360px;color:rgba(255,255,255,.55);font-size:13px}.link-arrow{font-size:10px;text-transform:uppercase;letter-spacing:.17em;border-bottom:1px solid currentColor;padding-bottom:7px;white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative;min-width:0}.product-image{background:#f7f5f2;aspect-ratio:1/1;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-image img{transform:scale(1.06)}.product-meta{padding:18px 2px 0}.product-meta .type{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.5)}.product-meta h3{font-family:'Cormorant Garamond';font-size:29px;font-weight:500;margin:5px 0 0}.product-meta .price{font-size:12px;color:rgba(255,255,255,.7);margin-top:4px}.add-btn{position:absolute;right:12px;bottom:82px;width:44px;height:44px;border-radius:50%;background:#fff;color:var(--ink);font-size:20px;transform:translateY(8px);opacity:0;transition:.25s}.product-card:hover .add-btn{opacity:1;transform:none}
.feature{padding:120px 0}.feature-grid{display:grid;grid-template-columns:1fr 1fr;min-height:620px}.feature-media{background:linear-gradient(135deg,#4d080d,#ad1821 55%,#240205);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.feature-media:before{content:'';position:absolute;width:500px;height:500px;border:1px solid rgba(255,255,255,.15);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.02),0 0 0 140px rgba(255,255,255,.015)}.feature-media img{width:72%;height:72%;object-fit:contain;mix-blend-mode:screen;filter:drop-shadow(0 35px 45px rgba(0,0,0,.5));position:relative}.feature-copy{background:var(--cream);padding:80px;display:flex;flex-direction:column;justify-content:center}.feature-copy h2{font-family:'Cormorant Garamond';font-size:clamp(55px,6vw,90px);line-height:.85;font-weight:500;margin:12px 0 28px}.feature-copy p{color:#5c514b;max-width:480px;font-size:16px}.outline-btn{display:inline-flex;width:max-content;margin-top:28px;border:1px solid var(--ink);padding:14px 20px;text-transform:uppercase;letter-spacing:.16em;font-size:10px}.categories{padding:0 0 120px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--ink)}.category{min-height:380px;padding:35px;background:linear-gradient(135deg,#f5eee8,#fff);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.category:nth-child(2){background:linear-gradient(135deg,#e9e6ef,#fff)}.category:nth-child(3){background:linear-gradient(135deg,#f1e6df,#fff)}.category .num{font-size:10px;letter-spacing:.2em}.category h3{font-family:'Cormorant Garamond';font-size:58px;font-weight:500;line-height:.85;margin:0}.category p{color:var(--muted);max-width:250px}.category:after{content:'↗';position:absolute;right:28px;bottom:25px;font-size:22px}
.testimonial{padding:130px 0;background:#f4eee7;text-align:center}.quote{max-width:930px;margin:auto}.quote-mark{font-family:'Cormorant Garamond';font-size:70px;line-height:.5}.quote blockquote{font-family:'Cormorant Garamond';font-size:clamp(38px,5vw,67px);line-height:1.02;font-weight:500;margin:25px 0}.quote cite{font-size:10px;text-transform:uppercase;letter-spacing:.18em;font-style:normal;color:var(--muted)}
.cta{background:var(--wine);color:#fff;padding:90px 0;overflow:hidden}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta h2{font-family:'Cormorant Garamond';font-size:clamp(55px,8vw,110px);line-height:.8;font-weight:500;margin:0}.cta p{color:rgba(255,255,255,.65);max-width:350px}.cta-btn{border:1px solid rgba(255,255,255,.5);padding:14px 20px;text-transform:uppercase;letter-spacing:.16em;font-size:10px;white-space:nowrap}
footer{background:#120304;color:#fff;padding:65px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr 1fr;gap:40px}.footer-brand h3{font-family:'Cormorant Garamond';font-size:42px;font-weight:500;margin:0}.footer-brand p{color:rgba(255,255,255,.5);max-width:380px}.footer-col h4{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.45);font-weight:500}.footer-col a{display:block;margin:9px 0;font-size:13px;color:rgba(255,255,255,.78)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;color:rgba(255,255,255,.35);font-size:10px}.page-hero{padding:180px 0 85px;background:var(--wine);color:#fff}.page-hero h1{font-family:'Cormorant Garamond';font-size:clamp(70px,10vw,150px);line-height:.78;font-weight:500;margin:10px 0}.page-hero p{max-width:620px;color:rgba(255,255,255,.65)}.shop{padding:75px 0 120px}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;border-bottom:1px solid var(--line);padding-bottom:18px}.filters{display:flex;gap:9px;flex-wrap:wrap}.filter{background:transparent;border:1px solid var(--line);padding:8px 13px;text-transform:uppercase;letter-spacing:.12em;font-size:9px}.filter.active,.filter:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:42px 18px}.shop-grid .product-meta{color:var(--ink)}.shop-grid .product-meta .type,.shop-grid .product-meta .price{color:var(--muted)}.shop-grid .add-btn{background:var(--ink);color:#fff;bottom:85px}.shop-grid .product-card:hover .add-btn{opacity:1}
.product-page{padding:140px 0 110px}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:70px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.gallery-main{grid-column:1/-1;aspect-ratio:1/1;background:#f6f3ef;display:flex;align-items:center;justify-content:center;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.thumb{aspect-ratio:1;background:#f6f3ef;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:10px}.product-info h1{font-family:'Cormorant Garamond';font-size:clamp(60px,7vw,105px);font-weight:500;line-height:.82;margin:10px 0 25px}.product-price{font-family:'Cormorant Garamond';font-size:30px}.product-desc{color:var(--muted);max-width:530px;margin:25px 0 35px}.specs{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:30px 0}.spec{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}.spec:last-child{border-bottom:0}.spec span:first-child{color:var(--muted)}.product-actions{display:flex;gap:10px;flex-wrap:wrap}.primary-btn{background:var(--ink);color:#fff;padding:15px 22px;text-transform:uppercase;letter-spacing:.14em;font-size:10px}.secondary-btn{border:1px solid var(--ink);padding:14px 20px;text-transform:uppercase;letter-spacing:.14em;font-size:10px}
.content-page{padding:120px 0}.content-page .narrow{max-width:900px;margin:auto}.content-page h1{font-family:'Cormorant Garamond';font-size:clamp(65px,8vw,110px);line-height:.8;font-weight:500;margin:0 0 55px}.content-page h2{font-family:'Cormorant Garamond';font-size:43px;font-weight:500;margin-top:60px}.content-page p,.content-page li{color:#4e4540;font-size:16px;line-height:1.8}.content-page ul{padding-left:20px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.contact-card{background:var(--cream);padding:45px}.contact-card h2{margin-top:0}.contact-item{padding:20px 0;border-bottom:1px solid var(--line)}.contact-item small{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:9px;color:var(--muted)}.contact-form{display:grid;gap:18px}.field{border:0;border-bottom:1px solid var(--line);padding:14px 0;background:transparent;outline:0}.field:focus{border-color:var(--ink)}textarea.field{min-height:120px;resize:vertical}.success{display:none;margin-top:15px;padding:12px;background:#e9f4ea;font-size:12px}.cart-page{padding:140px 0 110px}.cart-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:50px}.cart-items{border-top:1px solid var(--line)}.cart-row{display:grid;grid-template-columns:100px 1fr auto auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-row img{width:100px;height:100px;object-fit:contain;background:#f6f3ef}.cart-row h3{font-family:'Cormorant Garamond';font-size:28px;font-weight:500;margin:0}.cart-row p{font-size:11px;color:var(--muted);margin:3px 0}.remove{background:none;color:var(--muted);font-size:11px;text-decoration:underline}.qty{display:flex;align-items:center;border:1px solid var(--line)}.qty button{background:none;width:30px;height:30px}.qty span{min-width:30px;text-align:center;font-size:11px}.cart-summary{background:var(--cream);padding:35px;align-self:start}.cart-summary h2{font-family:'Cormorant Garamond';font-size:45px;font-weight:500;margin:0 0 20px}.summary-line{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line);font-size:12px}.whatsapp-btn{background:#1f7a4b;color:#fff;width:100%;padding:16px;margin-top:20px;text-transform:uppercase;letter-spacing:.14em;font-size:10px}.empty{padding:50px 0;color:var(--muted);text-align:center}
@media(max-width:1000px){.nav-links{display:none}.menu-btn{display:block;color:inherit}.site-header.mobile-open .nav-links{display:flex;position:absolute;top:78px;left:16px;right:16px;background:var(--paper);color:var(--ink);padding:22px;flex-direction:column;align-items:flex-start;box-shadow:0 20px 50px rgba(0,0,0,.12)}.site-header.mobile-open .nav-links a{color:var(--ink)}.hero-grid,.feature-grid,.product-layout,.cart-layout,.contact-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-grid{padding-top:145px}.hero-gem{height:470px;order:-1}.product-grid,.shop-grid{grid-template-columns:repeat(2,1fr)}.intro-grid{grid-template-columns:1fr;gap:30px}.category-grid{grid-template-columns:1fr}.feature-copy{padding:55px 35px}.footer-grid{grid-template-columns:1fr 1fr}.cta-inner{flex-direction:column;align-items:flex-start}}
@media(max-width:620px){.container,.hero-grid{width:min(calc(100% - 28px),var(--max))}.brand-name{display:none}.hero h1{font-size:70px}.hero-gem{height:390px}.scroll-note{display:none}.intro,.feature,.section-dark,.content-page,.cart-page{padding:75px 0}.numbers{grid-template-columns:1fr}.product-grid,.shop-grid{grid-template-columns:1fr 1fr;gap:28px 10px}.product-meta h3{font-size:24px}.add-btn{opacity:1;transform:none;width:38px;height:38px;bottom:75px}.section-head{display:block}.section-head p{margin-top:20px}.shop-toolbar{display:block}.filters{margin-top:15px}.product-gallery{grid-template-columns:1fr}.gallery-main{grid-column:auto}.product-layout{gap:35px}.product-info h1{font-size:65px}.cart-row{grid-template-columns:70px 1fr;gap:12px}.cart-row img{width:70px;height:70px}.cart-row .qty,.cart-row .remove{grid-column:2}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}.page-hero{padding:150px 0 70px}.page-hero h1{font-size:75px}}

/* Luxury gemstone category carousel */
.category-heading{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:52px}.category-heading h2{font-size:clamp(58px,7vw,105px);line-height:.84;font-weight:500;letter-spacing:-.055em;margin:8px 0 0}.category-intro{max-width:650px;padding-bottom:4px;position:relative}.category-intro p{max-width:620px;margin:14px 0 28px;color:var(--muted);font-size:16px}.category-controls{display:flex;gap:10px;justify-content:flex-end}.category-controls button{width:58px;height:58px;border-radius:50%;background:#f1ece6;color:var(--ink);font-size:24px;transition:transform .25s,background .25s}.category-controls button:hover{background:#e8dfd5;transform:translateY(-2px)}.category-carousel{overflow:hidden}.category-track{display:flex;gap:2px;will-change:transform;transition:transform .75s cubic-bezier(.22,.61,.36,1)}.category-card{position:relative;flex:0 0 calc((100% - 4px)/3);height:500px;overflow:hidden;background:#ddd;isolation:isolate}.category-image{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .8s cubic-bezier(.22,.61,.36,1),filter .5s}.category-card:hover .category-image{transform:scale(1.035);filter:saturate(.94)}.category-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,7,5,.02) 35%,rgba(10,7,5,.72) 100%);z-index:1}.category-overlay{position:absolute;inset:0;z-index:2;color:#fff;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.category-num{font-size:10px;letter-spacing:.18em}.category-overlay h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:38px;line-height:.95;font-weight:500;margin:0 0 8px}.category-overlay p{font-size:12px;max-width:220px;line-height:1.5;margin:0 0 22px;color:rgba(255,255,255,.82)}.category-link{display:inline-flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.18em;font-size:9px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.7);width:max-content}.category-link b{font-size:16px;font-weight:400}.category-progress{display:flex;justify-content:center;gap:8px;padding-top:20px}.category-progress span{width:48px;height:1px;background:#d9d1ca;transition:.35s}.category-progress span.active{background:var(--ink)}
@media(max-width:1000px){.category-heading{grid-template-columns:1fr;gap:24px}.category-controls{justify-content:flex-start}.category-card{flex-basis:calc((100% - 2px)/2)}}
@media(max-width:620px){.category-heading{margin-bottom:34px}.category-heading h2{font-size:68px}.category-intro p{font-size:14px}.category-card{flex-basis:100%;height:500px}.category-overlay{padding:20px}.category-overlay h3{font-size:36px}.category-controls button{width:50px;height:50px}}

/* ===== Ceylon Gem Unit — Final visual refinements ===== */
.brand-logo{display:block;width:235px;height:auto;max-height:66px;object-fit:contain;object-position:left center;filter:none}.brand{gap:0}.site-header{padding:14px 0}.site-header.scrolled{background:rgba(255,253,250,.96)}
.hero{background:linear-gradient(116deg,#240507 0%,#65080e 42%,#b0161e 100%);min-height:100vh;position:relative;overflow:hidden;color:#fff}.hero:before{content:"";position:absolute;left:-12vw;top:12%;width:58vw;height:70vh;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.06),transparent 68%);pointer-events:none}.hero-grid{position:relative;z-index:2}.hero-copy{position:relative;z-index:4}.hero-copy p{max-width:610px}.hero-creative{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-creative:before{content:"";position:absolute;width:72%;height:88%;right:-4%;top:4%;background:radial-gradient(circle at 65% 45%,rgba(255,255,255,.13),transparent 55%);opacity:1}.editorial-woman{position:relative;width:min(540px,82%);height:650px;opacity:1;filter:drop-shadow(0 30px 55px rgba(0,0,0,.28))}.woman-hair{position:absolute;right:2%;top:3%;width:58%;height:79%;border-radius:48% 48% 42% 42%;background:linear-gradient(130deg,#120507,#3b090d 45%,#0b0203 100%);transform:rotate(7deg);box-shadow:inset -25px 0 55px rgba(255,255,255,.04)}.woman-face{position:absolute;right:16%;top:16%;width:44%;height:52%;border-radius:48% 44% 45% 42%;background:linear-gradient(135deg,#d9a38e 0%,#f2c3ac 46%,#b97b69 100%);transform:rotate(8deg);box-shadow:inset -18px -15px 28px rgba(87,18,18,.18)}.woman-face:after{content:"";position:absolute;left:-5%;top:45%;width:110%;height:34%;background:linear-gradient(180deg,transparent,rgba(95,24,24,.1));border-radius:50%}.woman-eye{position:absolute;left:22%;top:32%;width:14px;height:5px;border-radius:100%;background:#240b0c;transform:rotate(-7deg)}.woman-nose{position:absolute;left:42%;top:36%;width:4px;height:58px;border-right:1px solid rgba(70,22,18,.35);border-radius:50%;transform:rotate(9deg)}.woman-lip{position:absolute;left:32%;bottom:17%;width:38px;height:10px;border-bottom:2px solid #8f3b39;border-radius:50%}.woman-hand{position:absolute;left:7%;top:39%;width:49%;height:44%;transform:rotate(-8deg)}.finger{position:absolute;display:block;width:24%;height:72%;border-radius:40px;background:linear-gradient(120deg,#e8b29d,#f5cbbb 45%,#bb7d6d);box-shadow:inset -8px -8px 15px rgba(93,26,24,.14)}.finger-a{left:36%;top:0;transform:rotate(-16deg)}.finger-b{left:52%;top:7%;transform:rotate(-4deg)}.gem-pin{position:absolute;left:45%;top:14%;width:82px;height:82px;background:radial-gradient(circle at 35% 25%,#ff7d72 0 5%,#d51d2d 22%,#7b0711 58%,#2a0205 100%);clip-path:polygon(50% 0,100% 38%,72% 100%,25% 87%,0 38%);transform:rotate(18deg);box-shadow:0 0 42px rgba(255,38,49,.55);animation:gemPulse 5s ease-in-out infinite}.hero-cta span{margin-left:10px}.scroll-note{color:rgba(255,255,255,.68)}
@keyframes gemPulse{0%,100%{transform:rotate(18deg) scale(1)}50%{transform:rotate(26deg) scale(1.06)}}
/* About / Ceylon feature: no box, no framed product image */
.feature{background:var(--cream)}.gem-stage{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}.gem-aura{position:absolute;width:70%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(176,22,30,.12),rgba(176,22,30,0) 67%);filter:blur(2px)}.floating-gem{position:relative;z-index:2;width:min(76%,720px);height:auto;mix-blend-mode:multiply;filter:drop-shadow(0 30px 30px rgba(87,12,16,.16));animation:slowGem 8s ease-in-out infinite}.gem-stage:after{content:"";position:absolute;bottom:14%;width:44%;height:8%;border-radius:50%;background:rgba(82,18,20,.12);filter:blur(20px);animation:shadowMove 8s ease-in-out infinite}@keyframes slowGem{0%,100%{transform:translateY(0) rotate(-2deg) rotateX(0deg) rotateY(0deg)}50%{transform:translateY(-14px) rotate(4deg) rotateX(3deg) rotateY(8deg)}}@keyframes shadowMove{0%,100%{transform:scaleX(1);opacity:.7}50%{transform:scaleX(.82);opacity:.4}}
/* Footer */
.site-footer{background:linear-gradient(125deg,#3b0508 0%,#7e090f 48%,#b20f18 100%);color:#fff;padding:76px 0 28px}.footer-grid-new{grid-template-columns:1.45fr .75fr .9fr 1.1fr;gap:48px}.footer-logo{display:block;width:min(330px,100%);height:auto;max-height:120px;object-fit:contain;object-position:left center;margin-bottom:22px}.site-footer .footer-brand p{color:rgba(255,255,255,.72);max-width:280px}.site-footer .footer-col h4{color:rgba(255,255,255,.58);font-size:10px;letter-spacing:.2em;text-transform:uppercase;margin:0 0 18px}.site-footer .footer-col a{display:block;color:#fff;margin:0 0 12px;font-size:14px}.site-footer .footer-col a:hover{opacity:.7}.contact-line{display:flex!important;align-items:flex-start;gap:11px}.icon-wrap{display:inline-flex;width:19px;height:19px;flex:0 0 19px;color:#fff}.icon-wrap svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6}.contact-line span:last-child{line-height:1.45}.connect-title{margin-top:30px!important}.social-icons{display:flex;gap:16px}.social-icons a{width:25px!important;height:25px!important;margin:0!important;display:inline-flex!important;color:#fff!important}.social-icons svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6}.social-icons a:nth-child(2) svg,.social-icons a:nth-child(3) svg{fill:currentColor;stroke:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding-top:26px;margin-top:58px;color:rgba(255,255,255,.62)}
.whatsapp-float{position:fixed;right:26px;bottom:24px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25D366;color:#fff;z-index:100;box-shadow:0 12px 30px rgba(0,0,0,.24);transition:transform .25s,box-shadow .25s}.whatsapp-float:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.3)}.whatsapp-float svg{width:28px;height:28px;fill:currentColor}
/* Product imagery */
.product-image{background:#fff!important}.product-image img{background:#fff;object-fit:contain;object-position:center;width:100%;height:100%;padding:28px;transform:scale(.88);transition:transform .45s ease}.product-card:hover .product-image img{transform:scale(.93)}.gallery-main{background:#fff!important}.gallery-main img{object-fit:contain;padding:32px;transform:scale(.9)}.cart-row img{background:#fff;object-fit:contain;padding:8px}
@media(max-width:1000px){.brand-logo{width:200px}.footer-grid-new{grid-template-columns:1fr 1fr;gap:40px}.hero-creative{min-height:520px}.editorial-woman{height:540px}.gem-stage{min-height:480px}}
@media(max-width:620px){.brand-logo{width:165px}.site-header{padding:10px 0}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr!important;padding-top:110px}.hero-copy{padding:44px 24px 10px}.hero-creative{min-height:430px}.editorial-woman{height:440px;width:92%}.hero-copy h1{font-size:78px}.gem-stage{min-height:380px}.floating-gem{width:88%}.footer-grid-new{grid-template-columns:1fr;gap:34px}.site-footer{padding:58px 0 24px}.footer-logo{width:270px}.whatsapp-float{right:18px;bottom:18px;width:54px;height:54px}}
/* Header uses the supplied full wordmark on a clean ivory bar */
.site-header,.site-header.scrolled{background:rgba(255,253,250,.98);backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--line);color:var(--ink)}
.nav-links a,.cart-link,.site-header:not(.scrolled) .nav-links a,.site-header:not(.scrolled) .cart-link{color:var(--ink)}
.menu-btn{color:var(--ink)}

/* Final hero revision — supplied gemstone artwork */
.brand-logo{width:280px;max-height:76px;height:auto;object-fit:contain;object-position:left center}
.site-header{padding:10px 0}
.hero{min-height:100vh;background:#210306;display:flex;align-items:stretch;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,1,2,.08) 0%,rgba(8,1,2,.02) 48%,rgba(8,1,2,0) 100%);z-index:1;pointer-events:none}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0}
.hero-grid{position:relative;z-index:2;width:min(calc(100% - 48px),var(--max));height:100%;min-height:100vh;margin:0 auto;padding:92px 0 40px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.hero-copy{max-width:650px;transform:translateY(-4vh)}
.hero h1{margin:16px 0 30px}
.hero-copy p{max-width:600px}
.hero-creative{display:none}
@media(max-width:1000px){.brand-logo{width:245px;max-height:68px}.hero-grid{padding-top:90px}.hero-copy{transform:translateY(-2vh)}}
@media(max-width:620px){.brand-logo{width:195px;max-height:58px}.site-header{padding:8px 0}.hero{min-height:calc(100svh - 70px);margin-top:70px}.hero-image{object-position:60% center}.hero-grid{width:min(calc(100% - 28px),var(--max));min-height:calc(100svh - 70px);padding:70px 0 30px;grid-template-columns:1fr;align-items:center}.hero-copy{padding:0 8px;transform:translateY(-5vh)}.hero h1{font-size:72px}.hero-copy p{max-width:430px;font-size:14px}.scroll-note{display:none}}

/* Product detail: single hero image only */
.product-gallery{display:block!important}
.product-gallery .gallery-main{width:100%;min-height:620px;display:flex;align-items:center;justify-content:center;background:#fff!important}
.product-gallery .gallery-main img{width:100%;height:620px;object-fit:contain;padding:0;transform:none}
.product-gallery .thumb{display:none!important}
@media(max-width:900px){.product-gallery .gallery-main{min-height:520px}.product-gallery .gallery-main img{height:520px}}
@media(max-width:620px){.product-gallery .gallery-main{min-height:390px}.product-gallery .gallery-main img{height:390px}}
/* Blue diamond feature treatment */
.gem-stage{background:transparent}
.gem-aura{background:radial-gradient(circle,rgba(31,120,255,.18),rgba(31,120,255,0) 68%);width:78%;filter:blur(10px);animation:blueAura 6s ease-in-out infinite}
.floating-gem{width:min(88%,860px);mix-blend-mode:normal;filter:drop-shadow(0 28px 34px rgba(8,42,92,.20)) drop-shadow(0 0 24px rgba(41,132,255,.12));animation:blueDiamondFloat 9s ease-in-out infinite;transform-origin:50% 50%}
.gem-stage:after{background:rgba(22,71,130,.12);filter:blur(24px);animation:blueShadow 9s ease-in-out infinite}
@keyframes blueDiamondFloat{0%,100%{transform:translateY(0) rotate(-5deg) scale(1)}50%{transform:translateY(-13px) rotate(2deg) scale(1.025)}}
@keyframes blueAura{0%,100%{opacity:.55;transform:scale(.94)}50%{opacity:1;transform:scale(1.08)}}
@keyframes blueShadow{0%,100%{transform:scaleX(1);opacity:.55}50%{transform:scaleX(.78);opacity:.28}}
@media(max-width:620px){.floating-gem{width:94%}}


/* Product page — reference-inspired editorial layout */
.product-page{padding:118px 0 100px;background:#fff}
.product-page>.container{max-width:1380px}
.product-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);gap:72px;align-items:start}
.product-gallery{display:block;min-width:0}
.product-gallery .gallery-main{width:100%;height:min(690px,calc(100vh - 175px));min-height:560px;background:#fff!important;border:1px solid #eee9e2;display:flex;align-items:center;justify-content:center;overflow:hidden}
.product-gallery .gallery-main img{width:100%;height:100%;object-fit:contain;padding:28px;transform:none;mix-blend-mode:multiply}
.product-info{padding:12px 0 0;max-width:590px}
.product-info .eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#8b8178}
.product-info h1{font-family:'Cormorant Garamond';font-size:clamp(58px,5.2vw,86px);line-height:.92;font-weight:500;letter-spacing:-.035em;margin:18px 0 12px;color:var(--ink)}
.product-cut{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#756b63;margin-bottom:26px}
.product-price{font-family:'Cormorant Garamond';font-size:36px;line-height:1;margin-bottom:26px;color:var(--ink)}
.product-desc{font-size:14px;line-height:1.75;color:#5f5751;max-width:520px;margin:0 0 34px}
.product-actions{display:flex;gap:10px;flex-wrap:wrap}
.product-actions .primary-btn,.product-actions .secondary-btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:15px 24px}
.product-actions .primary-btn{background:var(--ink);border:1px solid var(--ink);color:#fff}
.product-actions .secondary-btn{background:#fff;border:1px solid var(--ink);color:var(--ink)}
.product-details-section{margin-top:95px;border-top:1px solid #ded8d1;padding-top:34px}
.product-details-head{text-align:center;margin-bottom:30px}
.product-details-head .eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#8b8178}
.product-details-head h2{font-family:'Cormorant Garamond';font-size:clamp(48px,5vw,70px);font-weight:500;line-height:.95;margin:10px 0 0;color:var(--ink)}
.product-details-table{border-top:1px solid #ded8d1}
.detail-row{display:grid;grid-template-columns:260px 1fr;min-height:58px;border-bottom:1px solid #ded8d1;font-size:13px;align-items:center}
.detail-row span{height:100%;display:flex;align-items:center;padding:12px 22px;background:#faf9f7;color:#756b63}
.detail-row strong{font-weight:400;padding:12px 22px;color:#2e2926}
@media(max-width:1000px){.product-layout{grid-template-columns:1fr;gap:45px}.product-gallery .gallery-main{height:620px;min-height:0}.product-info{max-width:none}.product-details-section{margin-top:65px}}
@media(max-width:620px){.product-page{padding:100px 0 70px}.product-layout{gap:30px}.product-gallery .gallery-main{height:390px}.product-gallery .gallery-main img{padding:15px}.product-info h1{font-size:58px}.product-price{font-size:32px}.product-details-section{margin-top:55px}.product-details-head h2{font-size:50px}.detail-row{grid-template-columns:125px 1fr;font-size:12px}.detail-row span,.detail-row strong{padding:12px 10px}}

/* Final navigation logo sizing */
.site-header .brand-logo{
  width:230px !important;
  height:auto !important;
  max-height:none !important;
  display:block;
  object-fit:contain;
  object-position:left center;
}
.site-header .nav{min-height:68px}
.site-header{padding:6px 0}
@media(max-width:1000px){
  .site-header .brand-logo{width:205px !important;max-height:none !important}
  .site-header .nav{min-height:62px}
}
@media(max-width:620px){
  .site-header .brand-logo{width:175px !important;max-height:none !important}
  .site-header{padding:5px 0}
  .site-header .nav{min-height:58px}
}

/* Final polish: navbar logo and blue sapphire visibility */
.site-header .brand-logo{
  width:223px !important;
  max-width:223px !important;
  height:auto !important;
  max-height:none !important;
  opacity:1 !important;
}
.floating-gem{
  opacity:1 !important;
  mix-blend-mode:normal !important;
  filter:drop-shadow(0 28px 34px rgba(8,42,92,.20)) drop-shadow(0 0 24px rgba(41,132,255,.16)) !important;
}
@media(max-width:1000px){
  .site-header .brand-logo{width:199px !important;max-width:199px !important}
}
@media(max-width:620px){
  .site-header .brand-logo{width:170px !important;max-width:170px !important}
}
