:root{--color-ivory:#faf6f0;--color-cream:#f5efe6;--color-sand:#e8dfd3;--color-parchment:#f2ece4;--color-warm-gray:#8a8278;--color-muted-gold:#b8a07c;--color-muted-gold-light:#d4c4a8;--color-dark:#2c2824;--color-text:#3d3832;--color-text-light:#8a8278;--color-border:#e0d8ce;--color-card-bg:#f8f2ea;--color-white:#fff;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Inter", Helvetica, system-ui, sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--shadow-sm:0 1px 3px #0000000a;--shadow-md:0 4px 16px #0000000f;--shadow-lg:0 8px 32px #00000014;--max-width:1220px;--section-padding-y:clamp(72px, 8vw, 108px);--section-padding-x:clamp(20px, 4vw, 40px);--card-border-soft:#b8a07c38;--card-border-hover:#b8a07c6b;--card-bg-soft:#f8f2eab8;--header-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-ivory);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(80% 60% at 50% -10%,#b8a07c0d 0%,#0000 60%),radial-gradient(60% 50% at 80% 40%,#b8a07c08 0%,#0000 50%);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}section{scroll-margin-top:calc(var(--header-height) + 28px)}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--color-dark);font-weight:500;line-height:1.2}.site-header{height:var(--header-height);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1000;background:#faf6f0d1;border-bottom:1px solid #b8a07c38;position:fixed;top:0;left:0;right:0}.header-inner{justify-content:space-between;align-items:center;max-width:1440px;height:100%;margin:0 auto;padding:0 clamp(24px,4vw,56px);display:flex}.logo{font-family:var(--font-serif);letter-spacing:.15em;color:var(--color-dark);white-space:nowrap;align-items:center;gap:10px;font-size:1.25rem;font-weight:500;display:inline-flex}.logo-mark,.hero-brand-mark,.footer-brand-mark{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:visible}.logo-mark{width:28px;height:28px}.logo-mark img,.hero-brand-mark img,.footer-brand-mark img{object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 5px 9px #7e694c1f);width:100%;max-width:none;height:100%}.main-nav{gap:clamp(18px,2.3vw,40px);display:flex}.main-nav a{letter-spacing:.12em;color:var(--color-text-light);text-transform:uppercase;white-space:nowrap;font-size:.75rem;transition:color .3s}.main-nav a:hover{color:var(--color-muted-gold)}.main-nav a:focus-visible,.btn:focus-visible,.mobile-menu-toggle:focus-visible{outline:1px solid var(--color-muted-gold);outline-offset:4px}.mobile-menu-toggle{flex-direction:column;gap:5px;padding:4px;display:none}.mobile-menu-toggle span{background:var(--color-dark);width:22px;height:1px;transition:transform .3s;display:block}.site-footer{background:var(--color-cream);border-top:1px solid var(--color-border);padding:42px 24px 22px}.footer-inner{max-width:var(--max-width);margin:0 auto}.footer-grid{grid-template-columns:minmax(220px,1.7fr) minmax(120px,.8fr) minmax(190px,1fr) minmax(170px,.9fr);gap:28px;margin-bottom:28px;display:grid}.footer-brand h3{font-family:var(--font-serif);letter-spacing:.12em;margin-bottom:8px;font-size:1.1rem}.footer-brand-mark{width:52px;height:52px;margin-bottom:12px}.footer-brand p{color:var(--color-text-light);font-size:.85rem}.footer-links{flex-direction:column;gap:8px;display:flex}.footer-link-heading{letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted-gold);margin-bottom:3px;font-size:.68rem}.footer-links a{color:var(--color-text-light);font-size:.8rem;transition:color .3s}.footer-links a:hover{color:var(--color-muted-gold)}.footer-bottom{border-top:1px solid var(--color-border);text-align:center;color:var(--color-text-light);padding-top:18px;font-size:.75rem}.btn{letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--color-muted-gold);background:var(--color-muted-gold);min-height:44px;color:var(--color-white);border-radius:var(--radius-sm);font-size:.75rem;font-family:var(--font-sans);justify-content:center;align-items:center;gap:8px;padding:12px 30px;transition:transform .25s,background .25s,color .25s,border-color .25s,box-shadow .25s;display:inline-flex;box-shadow:0 12px 26px #7e694c21}.btn:hover{color:var(--color-white);background:#a58b62;border-color:#a58b62;transform:translateY(-2px);box-shadow:0 16px 34px #7e694c29}.btn:active{transform:translateY(0)}.btn-outline{color:var(--color-muted-gold);box-shadow:none;background:#faf6f06b}.btn-outline:hover{color:#7a613f;background:#b8a07c1f;border-color:#b8a07cb8;box-shadow:0 10px 24px #7e694c14}.section{padding:var(--section-padding-y) var(--section-padding-x);max-width:var(--max-width);margin:0 auto}.section-center{text-align:center}.section-title{text-wrap:balance;margin-bottom:14px;font-size:clamp(2rem,3.2vw,2.7rem);font-weight:400}.section-subtitle{color:var(--color-text-light);text-wrap:pretty;max-width:560px;margin:0 auto 40px;font-size:.95rem;line-height:1.7}@media (width<=768px){.main-nav{top:var(--header-height);border-bottom:1px solid var(--color-border);background:#faf6f0fa;flex-direction:column;gap:20px;padding:24px;display:none;position:fixed;left:0;right:0}.main-nav.open{display:flex}.main-nav a{font-size:.85rem}.mobile-menu-toggle{display:flex}.section{padding:64px 20px}.section-title{font-size:1.6rem}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}}.policy-page{min-height:100vh;padding:calc(var(--header-height) + 52px) var(--section-padding-x) 88px;background:linear-gradient(180deg, #ffffff61 0%, #faf6f033 38%, #f2ece49e 100%), linear-gradient(135deg, #fbf8f2 0%, var(--color-ivory) 48%, #f1ece5 100%)}.policy-page-shell{max-width:860px;margin:0 auto}.policy-hero{text-align:center;max-width:780px;margin:0 auto;padding:28px 0 34px}.policy-kicker{letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted-gold);margin-bottom:14px;font-size:.72rem}.policy-hero h1{letter-spacing:.01em;margin-bottom:18px;font-size:clamp(2.35rem,6vw,3.75rem);font-weight:400}.policy-intro{max-width:680px;color:var(--color-text-light);margin:0 auto;font-size:.98rem;line-height:1.85}.policy-updated{color:var(--color-warm-gray);margin-top:16px;font-size:.82rem}.policy-content{max-width:820px;margin:0 auto}.policy-section{border-top:1px solid #b8a07c3d;padding:30px 0}.policy-section:last-child{border-bottom:1px solid #b8a07c3d}.policy-section h2{margin-bottom:13px;font-size:clamp(1.35rem,3vw,1.7rem);font-weight:500}.policy-copy{color:var(--color-text);font-size:.96rem;line-height:1.86}.policy-copy p+p,.policy-copy p+ul,.policy-copy ul+p{margin-top:14px}.policy-copy ul{padding-left:1.2rem}.policy-copy li+li{margin-top:7px}.policy-copy li::marker{color:var(--color-muted-gold)}.policy-email-link{color:#7a613f;border-bottom:1px solid #b8a07c6b;transition:color .25s,border-color .25s}.policy-email-link:hover{color:var(--color-muted-gold);border-color:var(--color-muted-gold)}.policy-contact-form{border-radius:var(--radius-md);background:#ffffff7a;border:1px solid #b8a07c3d;max-width:760px;margin:0 auto 36px;padding:clamp(22px,4vw,32px)}.policy-contact-form label{color:var(--color-dark);letter-spacing:.08em;text-transform:uppercase;flex-direction:column;gap:8px;margin-bottom:16px;font-size:.78rem;display:flex}.policy-contact-form em{color:var(--color-text-light);letter-spacing:.03em;text-transform:none;font-style:normal}.policy-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.policy-contact-form input,.policy-contact-form textarea{border-radius:var(--radius-sm);width:100%;color:var(--color-text);font:400 .95rem var(--font-sans);letter-spacing:0;background:#faf6f0b8;border:1px solid #b8a07c47;outline:none;padding:13px 14px;transition:border-color .25s,background .25s,box-shadow .25s}.policy-contact-form textarea{resize:vertical;min-height:144px}.policy-contact-form input:focus,.policy-contact-form textarea:focus{background:#ffffffbd;border-color:#b8a07cb3;box-shadow:0 0 0 3px #b8a07c1f}.policy-submit-btn{margin-top:4px}.policy-form-status{color:var(--color-text-light);margin-top:16px;font-size:.9rem;line-height:1.7}.policy-back{justify-content:center;padding-top:38px;display:flex}@media (width<=768px){.policy-page{padding:calc(var(--header-height) + 34px) 20px 68px}.policy-hero{padding-top:22px}.policy-section{padding:26px 0}}@media (width<=560px){.policy-form-grid{grid-template-columns:1fr;gap:0}.policy-contact-form{padding:20px}.policy-back .btn{width:100%}}.product-image-placeholder{aspect-ratio:1;border-radius:var(--radius-md);color:#ffffffbf;width:100%;font-family:var(--font-serif);letter-spacing:.05em;text-align:center;border:1px solid var(--color-border);justify-content:center;align-items:center;padding:24px;font-size:.9rem;display:flex}.product-hero{background:var(--color-ivory);padding:120px 24px 80px}.product-hero-inner{max-width:var(--max-width);grid-template-columns:1fr 1fr;align-items:start;gap:64px;margin:0 auto;display:grid}.product-hero-images{top:calc(var(--header-height) + 24px);position:sticky}.product-main-image{aspect-ratio:4/5;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-cream);margin-bottom:16px;overflow:hidden}.product-main-image-el{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.product-main-image:hover .product-main-image-el{transform:scale(1.025)}.product-image-thumbs{gap:10px;display:flex}.product-image-thumb{aspect-ratio:1;border-radius:var(--radius-sm);cursor:pointer;background:var(--color-cream);opacity:.72;color:var(--color-text);font-family:var(--font-serif);text-align:center;border:1px solid #b8a07c29;flex:1;justify-content:center;align-items:center;padding:0;transition:border-color .3s,opacity .3s,transform .3s;display:flex;position:relative;overflow:hidden}.product-image-thumb:hover{opacity:.85;transform:translateY(-2px)}.product-image-thumb.active{border-color:var(--color-muted-gold);opacity:1}.product-image-thumb-img{object-fit:cover;width:100%;height:100%;display:block}.product-image-thumb-label{color:#6f5a3d;font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;background:#faf6f0c7;border:1px solid #b8a07c2e;padding:3px 4px;font-size:.5rem;line-height:1;position:absolute;bottom:4px;left:4px;right:4px}.product-all-colors-gallery{background:radial-gradient(ellipse 70% 42% at 50% 8%, #ffffffb3, transparent 70%), var(--color-cream);grid-template-columns:repeat(5,1fr);gap:8px;width:100%;height:100%;padding:18px;display:grid}.product-all-colors-item{border-radius:var(--radius-sm);background:#faf6f0b8;border:1px solid #b8a07c33;min-width:0;overflow:hidden}.product-all-colors-img{object-fit:cover;width:100%;height:100%;display:block}.product-thumb-mosaic{grid-template-columns:repeat(3,1fr);gap:1px;width:100%;height:100%;padding:2px;display:grid}.product-thumb-mosaic .product-all-colors-item{border:0;border-radius:2px}.product-hero-info{flex-direction:column;gap:0;display:flex}.product-title{margin-bottom:8px;font-size:2.4rem;font-weight:400}.product-subtitle{color:var(--color-text-light);margin-bottom:20px;font-size:.9rem;line-height:1.6}.product-price{font-family:var(--font-serif);color:var(--color-dark);margin-bottom:20px;font-size:1.8rem}.product-divider{border:none;border-top:1px solid var(--color-border);margin-bottom:24px}.product-color-picker-label{text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-light);margin-bottom:12px;font-size:.75rem}.product-color-thumbs{gap:12px;margin-bottom:16px;display:flex}.product-color-thumb{cursor:pointer;border:2px solid #0000;border-radius:50%;width:36px;height:36px;padding:0;transition:border-color .3s,transform .3s,box-shadow .3s}.product-color-thumb:hover{transform:scale(1.1);box-shadow:0 2px 12px #00000026}.product-color-thumb.active{border-color:var(--color-muted-gold);box-shadow:0 0 0 3px #b8a07c40}.product-color-name{font-family:var(--font-serif);color:var(--color-dark);margin-bottom:4px;font-size:1.3rem}.product-color-subtitle{color:var(--color-warm-gray);letter-spacing:.05em;margin-bottom:28px;font-size:.8rem}.product-btn-group{gap:12px;margin-bottom:18px;display:flex}.product-add-cart,.product-buy-now{flex:1}.product-trust-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0 0 28px;display:grid}.product-trust-badge{border-radius:var(--radius-sm);min-height:38px;color:var(--color-text-light);background:#faf6f08f;border:1px solid #b8a07c33;align-items:center;gap:8px;padding:9px 10px;font-size:.72rem;line-height:1.35;transition:border-color .25s,color .25s,background .25s,transform .25s;display:flex}.product-trust-badge:before{content:"";background:var(--color-muted-gold);opacity:.72;border-radius:50%;flex:0 0 6px;width:6px;height:6px}.product-trust-badge:hover{color:#6f5a3d;background:#faf6f0d1;border-color:#b8a07c6b;transform:translateY(-1px)}.product-selling-points{flex-direction:column;gap:10px;list-style:none;display:flex}.product-selling-points li{color:var(--color-text-light);padding-left:20px;font-size:.8rem;position:relative}.product-selling-points li:before{content:"—";color:var(--color-muted-gold);position:absolute;left:0}.product-meaning{background:var(--color-cream);max-width:100%;padding:100px 24px}.product-meaning .section-title{color:var(--color-dark);font-style:italic;font-weight:400}.product-meaning .section-subtitle{max-width:640px}.product-choose{background:var(--color-ivory)}.choose-grid{grid-template-columns:repeat(5,1fr);gap:16px;max-width:900px;margin:0 auto 40px;display:grid}.choose-card{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:center;cursor:pointer;padding:32px 16px;transition:transform .3s,box-shadow .3s,border-color .3s}.choose-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.choose-card.active{border-color:var(--color-muted-gold);box-shadow:0 0 0 2px #b8a07c33, var(--shadow-md)}.choose-circle{border-radius:50%;width:56px;height:56px;margin:0 auto 16px;transition:transform .3s;box-shadow:0 2px 12px #0000001a}.choose-card.active .choose-circle{transform:scale(1.1)}.choose-card-name{font-family:var(--font-serif);margin-bottom:6px;font-size:1.1rem;font-weight:500}.choose-card-subtitle{color:var(--color-text-light);font-size:.7rem;line-height:1.4}.choose-description{color:var(--color-warm-gray);max-width:560px;margin:0 auto;font-size:.95rem;font-style:italic;line-height:1.7}.product-stone-descriptions{background:radial-gradient(ellipse 68% 38% at 50% 0%, #ffffff85, transparent 66%), var(--color-cream);max-width:100%;padding:94px 24px}.stone-description-grid{max-width:var(--max-width);grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin:0 auto;display:grid}.stone-description-card{border:1px solid var(--card-border-soft);border-radius:var(--radius-md);background:#faf6f0a3;min-width:0;padding:24px 20px;transition:border-color .3s,background .3s,box-shadow .3s,transform .3s}.stone-description-card:hover{border-color:var(--card-border-hover);background:#faf6f0d1;transform:translateY(-4px);box-shadow:0 16px 34px #7e694c14}.stone-description-card h3{color:var(--color-dark);margin-bottom:12px;font-size:1rem;font-weight:500}.stone-description-card p{color:var(--color-text-light);font-size:.78rem;line-height:1.72}.product-materials{background:var(--color-cream);max-width:100%;padding:100px 24px}.product-materials .section-title{max-width:var(--max-width);margin-left:auto;margin-right:auto}.materials-grid{max-width:var(--max-width);grid-template-columns:repeat(3,1fr);gap:20px;margin:0 auto;display:grid}.material-card{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:28px 24px;transition:box-shadow .3s}.material-card:hover{box-shadow:var(--shadow-sm)}.material-label{font-family:var(--font-serif);color:var(--color-muted-gold);letter-spacing:.05em;margin-bottom:8px;font-size:1rem;font-weight:500}.material-value{color:var(--color-text-light);font-size:.85rem;line-height:1.7}.product-wear{background:var(--color-ivory)}.product-wear-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.product-wear-text .section-subtitle{max-width:480px;margin-left:0;margin-right:0}.product-wear-image{aspect-ratio:4/5;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-cream);overflow:hidden}.product-wear-image-el{object-fit:cover;width:100%;height:100%;display:block}.product-box{background:var(--color-cream);max-width:100%;padding:100px 24px}.box-list{flex-direction:column;gap:20px;max-width:520px;margin:0 auto;display:flex}.box-item{color:var(--color-text);text-align:left;align-items:center;gap:16px;font-size:.9rem;line-height:1.5;display:flex}.box-icon{color:var(--color-muted-gold);flex-shrink:0;font-size:1rem}.product-reviews{background:var(--color-ivory)}.reviews-grid{max-width:var(--max-width);grid-template-columns:repeat(3,1fr);gap:24px;margin:0 auto;display:grid}.review-card{background:var(--color-card-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-align:left;padding:32px 24px;transition:box-shadow .3s}.review-card:hover{box-shadow:var(--shadow-md)}.review-stars{color:var(--color-muted-gold);letter-spacing:2px;margin-bottom:12px;font-size:.85rem}.review-text{color:var(--color-text);margin-bottom:16px;font-size:.85rem;font-style:italic;line-height:1.7}.review-author{color:var(--color-text-light);letter-spacing:.05em;font-size:.75rem}.product-faq{background:var(--color-cream);max-width:100%;padding:100px 24px}.faq-list{text-align:left;max-width:680px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-border)}.faq-question{width:100%;font-family:var(--font-serif);color:var(--color-dark);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;font-size:1.05rem;transition:color .3s;display:flex}.faq-question:hover{color:var(--color-muted-gold)}.faq-icon{color:var(--color-muted-gold);flex-shrink:0;font-size:1.3rem;line-height:1;transition:transform .3s}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;color:var(--color-text-light);padding:0;font-size:.85rem;line-height:1.7;transition:max-height .35s,padding .35s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding:0 0 24px}.product-cta{background:var(--color-ivory)}.product-cta-btn{margin-bottom:32px}.product-cta-thumbs{justify-content:center;gap:16px;display:flex}.cta-thumb{width:44px;height:44px}.product-sticky-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--color-border);z-index:999;background:#faf6f0f5;justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;display:none;position:fixed;bottom:0;left:0;right:0}.sticky-price{font-family:var(--font-serif);color:var(--color-dark);white-space:nowrap;font-size:1.3rem}.sticky-cart-btn{flex:1;max-width:240px}@media (width<=1024px){.stone-description-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.materials-grid{grid-template-columns:repeat(2,1fr)}.choose-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.product-hero{padding:100px 20px 60px}.product-hero-inner{grid-template-columns:1fr;gap:40px}.product-hero-images{position:static}.product-title{font-size:1.8rem}.product-price{font-size:1.5rem}.product-btn-group{flex-direction:column}.product-trust-badges{grid-template-columns:1fr}.product-wear-inner{grid-template-columns:1fr;gap:40px}.product-wear-text .section-subtitle{max-width:100%}.product-wear-image{aspect-ratio:3/2;order:-1}.reviews-grid{grid-template-columns:1fr;gap:16px}.materials-grid,.stone-description-grid{grid-template-columns:1fr}.choose-grid{grid-template-columns:repeat(2,1fr);gap:12px}.choose-card{padding:24px 12px}.product-sticky-bar{display:flex}.product-hero{padding-bottom:132px}}@media (width<=480px){.choose-grid{grid-template-columns:repeat(2,1fr)}.product-image-thumb{font-size:.45rem}.product-color-thumb{width:30px;height:30px}.cta-thumb{width:36px;height:36px}}body:after{content:"";pointer-events:none;z-index:9998;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:fixed;inset:0}.deco-divider{background:var(--color-muted-gold);opacity:.5;width:60px;height:1px;margin:0 auto 48px}.deco-divider-left{background:var(--color-muted-gold);opacity:.5;width:60px;height:1px;margin:0 0 32px}.deco-corner{opacity:.06;pointer-events:none;width:120px;height:120px;position:absolute}.deco-corner-tl{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M5 95 Q10 50 30 30 Q50 10 95 5' fill='none' stroke='%238a8278' stroke-width='0.8'/%3E%3Cpath d='M5 85 Q15 55 35 35 Q55 15 85 5' fill='none' stroke='%238a8278' stroke-width='0.5' opacity='0.6'/%3E%3C/svg%3E") 0 0/contain no-repeat;top:0;left:0}.deco-corner-br{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M95 5 Q90 50 70 70 Q50 90 5 95' fill='none' stroke='%238a8278' stroke-width='0.8'/%3E%3Cpath d='M95 15 Q85 45 65 65 Q45 85 15 95' fill='none' stroke='%238a8278' stroke-width='0.5' opacity='0.6'/%3E%3C/svg%3E") 0 0/contain no-repeat;bottom:0;right:0}.mist{pointer-events:none;filter:blur(60px);opacity:.12;z-index:0;border-radius:50%;position:absolute}.mist-1{background:radial-gradient(#b8a07c4d,#0000);width:400px;height:200px;animation:20s ease-in-out infinite mist-drift;top:15%;left:-5%}.mist-2{background:radial-gradient(#b8a07c33,#0000);width:500px;height:250px;animation:25s ease-in-out infinite reverse mist-drift;bottom:10%;right:-8%}.mist-3{background:radial-gradient(#f2ece466,#0000);width:300px;height:150px;animation:18s ease-in-out 5s infinite mist-drift;top:50%;left:40%}@keyframes mist-drift{0%,to{transform:translate(0)translateY(0)}33%{transform:translate(30px)translateY(-15px)}66%{transform:translate(-20px)translateY(10px)}}.ink-mountains{pointer-events:none;z-index:0;height:200px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.ink-mountains:before{content:"";background:var(--color-cream);clip-path:polygon(0% 100%,2% 72%,5% 78%,8% 55%,12% 68%,16% 40%,20% 60%,24% 35%,29% 55%,33% 28%,38% 48%,42% 32%,47% 52%,51% 25%,56% 45%,60% 30%,65% 50%,69% 22%,74% 42%,78% 28%,83% 48%,87% 20%,92% 40%,96% 30%,100% 50%,100% 100%);opacity:.12;height:180px;position:absolute;bottom:0;left:0;right:0}.ink-mountains:after{content:"";background:var(--color-sand);clip-path:polygon(0% 100%,3% 75%,8% 82%,14% 60%,20% 72%,26% 50%,33% 68%,38% 45%,44% 62%,50% 40%,56% 58%,62% 35%,68% 52%,74% 38%,80% 55%,86% 30%,92% 48%,100% 55%,100% 100%);opacity:.08;height:120px;position:absolute;bottom:0;left:10%;right:5%}.fade-section{opacity:0;transition:opacity .9s,transform .9s;transform:translateY(30px)}.fade-section.visible{opacity:1;transform:translateY(0)}.stone-glow-ring{border:1px solid #b8a07c26;border-radius:50%;width:120px;height:120px;animation:4s ease-in-out infinite ring-pulse;position:absolute}.stone-glow-ring:nth-child(2){width:180px;height:180px;animation-delay:1.5s}@keyframes ring-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.08)}}.home-hero{min-height:100svh;padding:calc(var(--header-height) + 72px) clamp(24px, 6.8vw, 112px) 88px;background-color:var(--color-ivory);background-image:linear-gradient(90deg,#faf6f0f7 0%,#faf6f0eb 31%,#faf6f06b 55%,#faf6f00f 100%),url(/hero-fifth-stone.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;max-width:none;margin:0;display:flex;position:relative;overflow:hidden}.home-hero:after{content:"";pointer-events:none;background:linear-gradient(180deg, #faf6f000 0%, var(--color-ivory) 100%);height:180px;position:absolute;inset:auto 0 0}.hero-content{z-index:1;max-width:590px;position:relative}.hero-brand-mark{width:86px;height:84px;margin-bottom:24px}.hero-brand-mark img{filter:drop-shadow(0 14px 24px #7e694c21)}.hero-brand-slogan{font-family:var(--font-serif);letter-spacing:.2em;color:var(--color-muted-gold);text-transform:uppercase;margin-bottom:26px;font-size:.82rem}.hero-title{color:#34312d;text-wrap:balance;margin-bottom:28px;font-size:clamp(3.1rem,5.3vw,5.4rem);font-weight:400;line-height:1.04}.hero-rule{background:linear-gradient(90deg, var(--color-muted-gold), #b8a07c00);opacity:.72;width:min(220px,46vw);height:1px;margin-bottom:28px}.hero-tagline{font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:#a1824e;margin-bottom:18px;font-size:.84rem;font-weight:500}.hero-desc{max-width:440px;font-family:var(--font-serif);color:#54504a;margin-bottom:40px;font-size:1.15rem;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero-primary,.hero-secondary{min-width:210px}.hero-primary{color:#fffdf8;background:linear-gradient(#b89f78,#a98f67);border-color:#a98f67eb;box-shadow:0 18px 38px #7e694c2e}.hero-secondary{color:#806846;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#faf6f08f;border-color:#b8a07c75}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-image-placeholder{aspect-ratio:3/4;background:linear-gradient(135deg, var(--color-parchment), var(--color-cream), var(--color-sand));border-radius:var(--radius-lg);border:1px solid var(--color-border);flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:440px;display:flex;position:relative;overflow:hidden}.placeholder-glow{background:radial-gradient(circle,#b8a07c33,#0000 70%);width:200px;height:200px;animation:4s ease-in-out infinite glow-pulse;position:absolute;top:20%;left:30%}.placeholder-stone{z-index:1;background:radial-gradient(circle at 35% 35%,#d4c4a8,#b8a07c);border-radius:50%;width:60px;height:60px;animation:6s ease-in-out infinite float;position:relative;box-shadow:0 4px 20px #b8a07c4d}.placeholder-label{color:var(--color-text-light);letter-spacing:.1em;z-index:1;margin-top:16px;font-size:.75rem;position:relative}@keyframes glow-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.home-story{background:linear-gradient(90deg, #faf6f0fa 0%, #faf6f0f0 34%, #faf6f0ad 56%, #faf6f03d 100%), linear-gradient(180deg, #faf6f0d6 0%, #faf6f033 28%, #f5efe61f 74%, var(--color-cream) 100%), url(/story-myth-bg.webp);background-color:var(--color-cream);background-position:50%;background-repeat:no-repeat;background-size:cover;max-width:100%;min-height:100vh;padding:108px clamp(24px,5vw,76px) 0;position:relative;overflow:hidden}.home-story:before{content:"";pointer-events:none;opacity:.12;background-image:linear-gradient(#b8a07c14 1px,#0000 1px),linear-gradient(90deg,#b8a07c0f 1px,#0000 1px);background-size:96px 96px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 70%);mask-image:linear-gradient(90deg,#000 0%,#0000 70%)}.story-atmosphere{pointer-events:none;opacity:.42;position:absolute}.story-atmosphere-left{filter:blur(16px);background:radial-gradient(#ffffffdb,#0000 68%),radial-gradient(at 35% 64%,#d4c4a833,#0000 72%);width:470px;height:280px;bottom:100px;left:-90px}.story-atmosphere-right{filter:blur(26px);background:radial-gradient(#ffffffb8,#0000 70%);width:520px;height:320px;top:120px;right:-120px}.story-layout{z-index:1;align-items:center;width:min(100%,1440px);min-height:610px;margin:0 auto;display:flex;position:relative}.story-copy{text-align:left;max-width:560px;padding-bottom:74px}.story-kicker{font-family:var(--font-sans);color:var(--color-muted-gold);letter-spacing:.18em;text-transform:uppercase;margin-bottom:28px;font-size:.72rem;font-weight:500}.story-verse{font-family:var(--font-serif);letter-spacing:0;color:#333231;text-wrap:balance;margin-bottom:34px;font-size:clamp(3rem,4.8vw,4.65rem);font-style:normal;font-weight:500;line-height:1.02}.story-rule{background:linear-gradient(90deg, var(--color-muted-gold), #b8a07c00);width:172px;height:1px;margin:0 0 34px;position:relative}.story-rule:before{content:"";border:1px solid var(--color-muted-gold);background:var(--color-cream);width:9px;height:9px;position:absolute;top:50%;left:0;transform:translateY(-50%)rotate(45deg)}.story-body{max-width:430px;font-family:var(--font-serif);color:#56524c;margin-bottom:24px;font-size:1.12rem;line-height:1.58}.story-signoff{font-family:var(--font-serif);color:var(--color-muted-gold);margin-bottom:32px;font-size:1.16rem}.story-link{color:#806846;border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;background:#faf6f094;border:1px solid #b8a07c73;align-items:center;gap:14px;padding:12px 20px;font-size:.78rem;font-weight:500;transition:color .25s,gap .25s,border-color .25s,background .25s,transform .25s;display:inline-flex;box-shadow:0 12px 28px #7e694c14}.story-link:hover{color:var(--color-dark);background:#faf6f0d1;border-color:#b8a07cb8;gap:18px;transform:translateY(-2px)}.story-link:focus-visible{outline:1px solid var(--color-muted-gold);outline-offset:5px}.story-cta{margin-top:8px}.home-brand-intro{background:var(--color-ivory)}.home-brand-intro-copy,.story-brand-copy-text{text-align:left;max-width:780px;margin:0 auto}.home-brand-intro-copy p,.story-brand-copy-text p{font-family:var(--font-serif);color:var(--color-text);font-size:clamp(1rem,1.3vw,1.14rem);line-height:1.84}.home-brand-intro-copy p+p,.story-brand-copy-text p+p{margin-top:18px}.story-brand-copy{background:linear-gradient(#faf6f04d,#f5efe68a);max-width:100%}.home-concepts{background:var(--color-ivory);padding-top:clamp(68px,7vw,88px);padding-bottom:clamp(76px,7vw,96px)}.home-concepts .section-subtitle{margin-bottom:32px}.concepts-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:0;display:grid}.concept-card{background:var(--card-bg-soft);border:1px solid var(--card-border-soft);border-radius:var(--radius-md);text-align:center;padding:34px 28px 32px;transition:transform .3s,box-shadow .3s,border-color .3s,background .3s}.concept-card:hover{border-color:var(--card-border-hover);background:#faf6f0d6;transform:translateY(-6px);box-shadow:0 18px 38px #7e694c1a}.concept-icon{color:var(--color-muted-gold);margin-bottom:20px;font-size:1.6rem}.concept-title{font-family:var(--font-serif);color:var(--color-dark);margin-bottom:12px;font-size:1.3rem;font-weight:500}.concept-desc{color:var(--color-text-light);font-size:.85rem;line-height:1.6}.concept-note{max-width:240px;font-family:var(--font-serif);color:var(--color-dark);margin:12px auto 0;font-size:.98rem;line-height:1.48}.home-collection{background:radial-gradient(ellipse 72% 44% at 50% 6%, #ffffff94, transparent 64%), var(--color-cream);max-width:100%;padding:var(--section-padding-y) var(--section-padding-x)}.home-collection .section-title,.home-collection .section-subtitle{max-width:var(--max-width);margin-left:auto;margin-right:auto}.collection-grid{max-width:var(--max-width);grid-template-columns:repeat(5,1fr);gap:18px;margin:0 auto 48px;padding:0;display:grid}.product-card{border:1px solid var(--card-border-soft);border-radius:var(--radius-md);text-align:center;background:linear-gradient(#faf6f0c7,#f8f2ea94);flex-direction:column;min-width:0;padding:12px 12px 20px;transition:transform .3s,box-shadow .3s,border-color .3s,background .3s;display:flex;position:relative;overflow:hidden}.product-card:before{content:"";filter:blur(10px);pointer-events:none;background:radial-gradient(#b8a07c29,#0000 68%);border-radius:50%;height:42%;position:absolute;top:26px;left:18px;right:18px}.product-card:hover{border-color:var(--card-border-hover);background:linear-gradient(#faf6f0e6,#f8f2eab3);transform:translateY(-6px);box-shadow:0 20px 42px #7e694c1c}.product-card-image{aspect-ratio:3/4;border-radius:var(--radius-sm);background:linear-gradient(#ffffff38,#e8dfd31a);border:1px solid #b8a07c29;justify-content:center;align-items:center;width:100%;margin-bottom:16px;display:flex;position:relative;overflow:hidden}.product-card-image:after{content:"";filter:blur(14px);pointer-events:none;background:#6e5c4424;border-radius:50%;height:18px;position:absolute;bottom:4%;left:18%;right:18%}.product-card-image img{object-fit:cover;filter:drop-shadow(0 12px 16px #5c4e3e1a);z-index:1;width:100%;height:100%;transition:transform .35s,filter .35s;position:relative;transform:scale(1)}.product-card:hover .product-card-image img{filter:drop-shadow(0 16px 20px #5c4e3e24);transform:scale(1.045)}.product-stone{border-radius:50%;width:48px;height:48px;box-shadow:0 2px 12px #0000001a}.product-card-name{font-family:var(--font-serif);z-index:1;margin-bottom:6px;font-size:1.05rem;font-weight:500;position:relative}.product-card-meaning{color:var(--color-text-light);z-index:1;margin-bottom:18px;font-size:.75rem;line-height:1.4;position:relative}.product-card-btn{z-index:1;align-self:center;min-height:36px;margin-top:auto;padding:8px 20px;font-size:.65rem;position:relative}.collection-cta{display:inline-flex}.home-trust-section{max-width:100%;padding:clamp(42px, 5vw, 66px) var(--section-padding-x);background:linear-gradient(#faf6f0e0,#f5efe6b3);border-top:1px solid #b8a07c2e;border-bottom:1px solid #b8a07c2e}.home-trust-grid{max-width:var(--max-width);border:1px solid #b8a07c2e;border-left:0;border-right:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 auto;display:grid}.home-trust-item{border-right:1px solid #b8a07c2e;min-width:0;padding:26px 22px}.home-trust-item:last-child{border-right:0}.home-trust-number{letter-spacing:.16em;color:var(--color-muted-gold);margin-bottom:10px;font-size:.66rem;display:block}.home-trust-item h3{font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--color-dark);font-size:.78rem;font-weight:500}.home-testimonials{background:radial-gradient(ellipse 60% 38% at 50% 0%, #ffffff94, transparent 66%), var(--color-ivory)}.testimonials-grid{max-width:var(--max-width);grid-template-columns:repeat(3,1fr);gap:22px;margin:0 auto;display:grid}.testimonial-card{border:1px solid var(--card-border-soft);border-radius:var(--radius-md);text-align:left;background:#f8f2eaad;padding:30px 28px 26px;transition:transform .3s,border-color .3s,box-shadow .3s,background .3s}.testimonial-card:hover{border-color:var(--card-border-hover);background:#faf6f0d1;transform:translateY(-5px);box-shadow:0 18px 38px #7e694c17}.testimonial-quote{font-family:var(--font-serif);color:var(--color-dark);margin-bottom:22px;font-size:1.08rem;line-height:1.62}.testimonial-meta{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-light);border-top:1px solid #b8a07c2e;justify-content:space-between;gap:16px;padding-top:14px;font-size:.72rem;display:flex}.testimonial-meta span:first-child{color:#7a613f}.home-signup{background:linear-gradient(90deg,#faf6f0b3 0%,#faf6f080 38%,#faf6f02e 68%,#faf6f00a 100%),linear-gradient(#faf6f029,#faf6f06b),url(/signup-myth-bg.webp);background-color:var(--color-ivory);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:flex-start;align-items:center;max-width:100%;min-height:92svh;padding:clamp(92px,9vw,132px) clamp(24px,7vw,112px);display:flex}.signup-card{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(16px)saturate(1.04);backdrop-filter:blur(16px)saturate(1.04);background:#faf6f0ad;border:1px solid #b8a07c61;max-width:520px;margin:0;padding:56px 40px;box-shadow:0 24px 60px #715d401f,inset 0 1px #ffffff8a}.signup-form{gap:12px;max-width:420px;margin:0 auto;display:flex}.signup-input{font-family:var(--font-sans);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-white);color:var(--color-text);outline:none;flex:1;padding:12px 16px;font-size:.85rem;transition:border-color .3s}.signup-input:focus{border-color:var(--color-muted-gold)}.signup-input::placeholder{color:var(--color-text-light)}.signup-btn{white-space:nowrap}.signup-note{color:var(--color-text-light);margin-top:16px;font-size:.75rem}@media (width<=1100px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.home-hero{min-height:760px;padding:calc(var(--header-height) + 48px) 24px 60px;background-image:linear-gradient(#faf6f0f5 0%,#faf6f0eb 30%,#faf6f094 58%,#faf6f02e 100%),url(/hero-fifth-stone-mobile.webp);background-position:bottom;align-items:flex-start}.hero-content{text-align:center;max-width:100%;margin:0 auto}.hero-brand-mark{width:70px;height:70px;margin-bottom:20px;margin-left:auto;margin-right:auto}.hero-title{margin-bottom:22px;font-size:clamp(2.35rem,10.6vw,3.25rem)}.hero-rule{background:linear-gradient(90deg, #b8a07c00, var(--color-muted-gold), #b8a07c00);margin-left:auto;margin-right:auto}.hero-desc{max-width:330px;margin-left:auto;margin-right:auto;font-size:1.02rem}.hero-actions{flex-direction:column;justify-content:center;align-items:center}.hero-primary,.hero-secondary{width:min(100%,280px);min-width:0}.concepts-grid{grid-template-columns:1fr;gap:20px}.collection-grid{grid-template-columns:repeat(2,1fr);gap:16px}.home-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-trust-item:nth-child(2){border-right:0}.home-trust-item:nth-child(-n+2){border-bottom:1px solid #b8a07c2e}.testimonials-grid{grid-template-columns:1fr;gap:16px}.signup-form{flex-direction:column}.home-signup{background-color:#0000;background-image:linear-gradient(#faf6f0f5 0%,#faf6f0d1 48%,#faf6f06b 100%),url(/signup-myth-bg-mobile.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;min-height:640px;padding:92px 22px}.signup-card{width:min(100%,520px);margin:0 auto}.home-story{background:linear-gradient(180deg, #faf6f0fa 0%, #faf6f0e0 42%, #faf6f075 74%, var(--color-cream) 100%), url(/story-myth-bg-mobile.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:auto;padding:82px 22px 0}.home-story:before{-webkit-mask-image:linear-gradient(#000 0%,#0000 72%);mask-image:linear-gradient(#000 0%,#0000 72%)}.story-layout{align-items:flex-start;min-height:680px;display:flex}.story-copy{text-align:center;max-width:560px;margin:0 auto;padding-bottom:0}.story-rule{background:linear-gradient(90deg, #b8a07c00, var(--color-muted-gold), #b8a07c00);margin-left:auto;margin-right:auto}.story-rule:before{left:50%;transform:translate(-50%,-50%)rotate(45deg)}.story-body{margin-left:auto;margin-right:auto}.story-verse{font-size:clamp(2.35rem,10vw,3.2rem)}}@media (width<=480px){.collection-grid,.home-trust-grid{grid-template-columns:1fr}.home-trust-item,.home-trust-item:nth-child(2){border-right:0}.home-trust-item{border-bottom:1px solid #b8a07c2e}.home-trust-item:last-child{border-bottom:0}.home-hero{background-position:bottom;min-height:720px}.hero-title{font-size:2.32rem}.logo{letter-spacing:.1em;gap:8px;font-size:1rem}.logo-mark{width:26px;height:26px}.story-kicker{margin-bottom:20px}.story-verse{font-size:2.2rem}.story-body{font-size:1rem}.story-layout{min-height:640px}.home-story{background-position:50%}.signup-card{padding:40px 24px}.testimonial-card{padding:26px 22px 22px}.testimonial-meta{flex-direction:column;gap:6px}}.cart-overlay{z-index:2000;opacity:0;pointer-events:none;background:#00000052;transition:opacity .3s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{background:var(--color-ivory);z-index:2001;flex-direction:column;width:420px;max-width:100vw;height:100vh;transition:right .35s;display:flex;position:fixed;top:0;right:-420px;box-shadow:-6px 0 28px #0000000f}.cart-drawer.open{right:0}.cart-drawer-header{border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.cart-drawer-header h2{font-family:var(--font-serif);color:var(--color-dark);font-size:1.25rem;font-weight:500}.cart-close-btn{cursor:pointer;color:var(--color-text-light);background:0 0;border:none;padding:4px;line-height:1;transition:color .25s}.cart-close-btn:hover{color:var(--color-dark)}.cart-drawer-items{flex:1;padding:28px;overflow-y:auto}.cart-empty{text-align:center;color:var(--color-text-light);padding:80px 20px}.cart-empty p{font-family:var(--font-serif);font-size:1rem;line-height:1.6}.cart-item{border-bottom:1px solid var(--color-border);grid-template-columns:76px 1fr auto;align-items:start;gap:16px;padding:18px 0;display:grid}.cart-item:last-child{border-bottom:none}.cart-item-image{border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--color-border);width:76px;height:76px}.cart-item-info h4{font-family:var(--font-serif);color:var(--color-dark);margin-bottom:2px;font-size:.95rem;font-weight:500}.cart-item-info p{color:var(--color-text-light);margin-bottom:10px;font-size:.8rem}.cart-item-actions{align-items:center;gap:10px;display:flex}.cart-qty-btn{border:1px solid var(--color-border);width:28px;height:28px;color:var(--color-text);background:var(--color-white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.85rem;line-height:1;transition:border-color .2s,background .2s;display:flex}.cart-qty-btn:hover{border-color:var(--color-muted-gold);background:var(--color-cream)}.cart-qty{text-align:center;min-width:22px;color:var(--color-dark);font-size:.85rem}.cart-item-remove{color:var(--color-text-light);cursor:pointer;background:0 0;border:none;padding:4px;font-family:inherit;font-size:.7rem;transition:color .2s}.cart-item-remove:hover{color:#c0392b}.cart-item-price{font-family:var(--font-serif);color:var(--color-dark);white-space:nowrap;font-size:.9rem}.cart-drawer-footer{border-top:1px solid var(--color-border);flex-shrink:0;padding:24px 28px}.cart-total{font-family:var(--font-serif);color:var(--color-dark);justify-content:space-between;align-items:center;margin-bottom:18px;font-size:1.1rem;display:flex}.cart-checkout-btn{width:100%}.header-cart-btn{cursor:pointer;color:var(--color-dark);background:0 0;border:none;align-items:center;padding:8px;transition:color .3s;display:flex;position:relative}.header-cart-btn:hover{color:var(--color-muted-gold)}.cart-badge{background:var(--color-muted-gold);width:18px;height:18px;color:var(--color-white);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;font-size:.6rem;font-weight:500;display:flex;position:absolute;top:0;right:-2px}@media (width<=480px){.cart-drawer{width:100vw;right:-100vw}}
