*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}
:root{--navy:#1B2D5B;--navy-light:#2A4280;--navy-pale:#EEF1F8;--gold:#B8923A;--gold-light:#D4AB5A;--gold-pale:#FBF5E9;--cream:#F5EDE0;--ivory:#FDFAF6;--charcoal:#1A1A1A;--mid:#444444;--gray:#888888;--border:#E0D8CE}
html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;background:var(--ivory);color:var(--charcoal);overflow-x:hidden}
button,a{touch-action:manipulation}
.ann{background:var(--navy);text-align:center;padding:.55rem 1rem;font-size:.7rem;letter-spacing:.15em;color:rgba(255,255,255,.85);text-transform:uppercase}
.ann strong{color:var(--gold-light);font-weight:500}
nav.main-nav{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 3rem;background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200}
.nav-logo{display:flex;align-items:center;text-decoration:none}
.nav-logo img{height:44px;width:auto}
.nav-links{display:flex;gap:2.6rem;list-style:none}
.nav-links a{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mid);text-decoration:none;transition:color .2s;position:relative;padding-bottom:.25rem}
.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width .28s ease}
.nav-links a:hover{color:var(--navy)}
.nav-links a:hover::after{width:100%}
.nav-right{display:flex;align-items:center;gap:1.2rem}
.nav-search,.nav-wish{background:none;border:none;cursor:pointer;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray);font-family:'Jost',sans-serif;transition:color .2s}
.nav-search:hover,.nav-wish:hover{color:var(--navy)}
.nav-cart{background:var(--navy);color:#fff;padding:.55rem 1.4rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;border:none;cursor:pointer;font-family:'Jost',sans-serif;transition:background .2s}
.nav-cart:hover{background:var(--navy-light)}
.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.45rem;margin-left:.6rem}
.hamburger span{display:block;width:22px;height:1.5px;background:var(--navy);transition:transform .25s ease,opacity .25s ease}
.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
.breadcrumb{background:#fff;border-bottom:1px solid var(--border);padding:.75rem 3rem}
.breadcrumb ol{display:flex;gap:.5rem;list-style:none;flex-wrap:wrap}
.breadcrumb li{font-size:.68rem;letter-spacing:.06em;color:var(--gray)}
.breadcrumb li+li::before{content:'›';margin-right:.5rem;color:var(--border)}
.breadcrumb li:last-child{color:var(--navy);font-weight:500}
.breadcrumb a{color:var(--gray);text-decoration:none;transition:color .2s}
.breadcrumb a:hover{color:var(--gold)}
.product-wrap{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1340px;margin:0 auto;padding:3.5rem 3rem;align-items:start;column-gap:5rem}
.gallery{display:flex;gap:1rem;position:sticky;top:90px}
.gallery-thumbs{display:flex;flex-direction:column;gap:.7rem;flex-shrink:0}
.thumb{width:72px;height:72px;border:1.5px solid var(--border);overflow:hidden;cursor:pointer;transition:border-color .22s;background:var(--cream)}
.thumb img{width:100%;height:100%;object-fit:cover}
.thumb:hover,.thumb.active{border-color:var(--gold)}
.thumb.active{box-shadow:0 0 0 1px var(--gold)}
.thumb.vid-thumb{position:relative}
.thumb.vid-thumb::after{content:'▶';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#fff;background:rgba(0,0,0,.35)}
.gallery-main{flex:1;position:relative;background:var(--cream);overflow:hidden;aspect-ratio:1/1}
.gallery-main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .35s}
.gallery-main video{width:100%;height:100%;object-fit:cover;display:none}
.gallery-zoom{position:absolute;bottom:1rem;right:1rem;background:rgba(255,255,255,.88);border:1px solid var(--border);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem;color:var(--navy)}
.cert-badge-img{position:absolute;top:1rem;left:1rem;background:var(--navy);color:#fff;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .7rem}
.cert-badge-img span{color:var(--gold-light)}
.product-info{padding-top:.5rem}
.prod-eyebrow{font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem}
.prod-name{font-family:'Cormorant Garamond',serif;font-size:2.6rem;font-weight:400;color:var(--navy);line-height:1.1;margin-bottom:.4rem}
.prod-style{font-size:.8rem;color:var(--gray);letter-spacing:.06em;margin-bottom:.5rem}
.prod-h1sub{font-size:.85rem;color:var(--mid);line-height:1.7;max-width:440px;margin-bottom:1.2rem;font-weight:300;font-style:italic;font-family:'Cormorant Garamond',serif}
.prod-rating{display:flex;align-items:center;gap:.65rem;margin-bottom:1.4rem;padding-bottom:1.4rem;border-bottom:1px solid var(--border)}
.stars{color:var(--gold);font-size:.9rem}
.rating-score{font-size:.82rem;font-weight:500;color:var(--navy)}
.rating-count{font-size:.75rem;color:var(--gray)}
.rating-count a{color:var(--gold);text-decoration:none}
.prod-price-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:.5rem}
.prod-price{font-family:'Cormorant Garamond',serif;font-size:2.2rem;font-weight:400;color:var(--navy)}
.prod-was{font-size:.9rem;color:var(--gray);text-decoration:line-through}
.prod-save{font-size:.72rem;background:var(--gold-pale);color:var(--gold);padding:.22rem .6rem;letter-spacing:.06em;font-weight:500}
.prod-price-note{font-size:.73rem;color:var(--gray);margin-bottom:1.8rem}
.prod-price-note a{color:var(--gold);text-decoration:none}
.config-block{margin-bottom:1.6rem}
.config-label{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--navy);font-weight:500;margin-bottom:.7rem;display:flex;justify-content:space-between;align-items:center}
.config-label span{color:var(--gray);font-weight:400;text-transform:none;letter-spacing:0;font-size:.73rem}
.metal-swatches{display:flex;gap:.7rem;flex-wrap:wrap}
.metal-swatch{display:flex;flex-direction:column;align-items:center;gap:.35rem;cursor:pointer}
.swatch-circle{width:36px;height:36px;border-radius:50%;border:2px solid transparent;transition:all .22s;position:relative}
.swatch-circle::after{content:'';position:absolute;inset:-4px;border-radius:50%;border:1.5px solid transparent;transition:border-color .22s}
.swatch-yg{background:radial-gradient(circle at 35% 35%,#f0d060,#c8922a)}
.swatch-wg{background:radial-gradient(circle at 35% 35%,#e8edf2,#b0bac8)}
.swatch-rg{background:radial-gradient(circle at 35% 35%,#f0b0a0,#c07060)}
.swatch-pt{background:radial-gradient(circle at 35% 35%,#e0e2ea,#8090a8)}
.metal-swatch.active .swatch-circle::after{border-color:var(--gold)}
.metal-swatch:hover .swatch-circle{transform:scale(1.1)}
.swatch-lbl{font-size:.62rem;letter-spacing:.06em;text-transform:uppercase;color:var(--gray)}
.metal-swatch.active .swatch-lbl{color:var(--navy);font-weight:500}
.carat-pills{display:flex;gap:.5rem;flex-wrap:wrap}
.carat-pill{padding:.45rem 1rem;border:1px solid var(--border);font-size:.72rem;letter-spacing:.06em;cursor:pointer;transition:all .2s;color:var(--mid);font-family:'Jost',sans-serif;background:transparent}
.carat-pill:hover{border-color:var(--navy);color:var(--navy)}
.carat-pill.active{border-color:var(--navy);background:var(--navy);color:#fff}
.carat-pill.popular{position:relative}
.carat-pill.popular::after{content:'Popular';position:absolute;top:-10px;left:50%;transform:translateX(-50%);font-size:.5rem;letter-spacing:.08em;text-transform:uppercase;background:var(--gold);color:#fff;padding:.1rem .4rem;white-space:nowrap}
.size-row{display:flex;gap:.4rem;flex-wrap:wrap}
.size-btn{width:42px;height:42px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.75rem;cursor:pointer;transition:all .2s;color:var(--mid);font-family:'Jost',sans-serif;background:transparent}
.size-btn:hover{border-color:var(--navy);color:var(--navy)}
.size-btn.active{border-color:var(--navy);background:var(--navy);color:#fff}
.size-btn.oos{color:var(--border);cursor:not-allowed;text-decoration:line-through}
.size-guide{font-size:.7rem;color:var(--gold);cursor:pointer;text-decoration:underline;text-underline-offset:2px;margin-top:.5rem;display:inline-block}
.cta-row{display:flex;gap:.75rem;margin-top:2rem;margin-bottom:1.4rem}
.btn-add{flex:1;background:var(--gold);color:#fff;padding:1rem 1.5rem;font-family:'Jost',sans-serif;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;border:none;cursor:pointer;transition:background .22s}
.btn-add:hover{background:var(--gold-light)}
.btn-wish{width:52px;border:1.5px solid var(--border);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:all .22s;color:var(--gray);flex-shrink:0}
.btn-wish:hover{border-color:var(--gold);color:var(--gold)}
.btn-consult{width:100%;background:transparent;border:1.5px solid var(--navy);color:var(--navy);padding:.9rem;font-family:'Jost',sans-serif;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:all .22s;margin-bottom:1.8rem}
.btn-consult:hover{background:var(--navy);color:#fff}
.mini-trust{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:2rem;padding:1.2rem;background:var(--gold-pale);border:1px solid #e8d8b0}
.mt-item{display:flex;align-items:center;gap:.5rem;font-size:.7rem;color:var(--mid)}
.mt-icon{color:var(--gold);font-size:.85rem;flex-shrink:0}
.cert-strip{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;border:1px solid var(--border);background:#fff;margin-bottom:2rem}
.cert-logo{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:600;color:var(--navy);letter-spacing:.04em;border:1.5px solid var(--navy);padding:.2rem .55rem;flex-shrink:0}
.cert-text{font-size:.73rem;line-height:1.55;color:var(--gray)}
.cert-text strong{color:var(--navy)}
.accordion{border-top:1px solid var(--border)}
.acc-item{border-bottom:1px solid var(--border)}
.acc-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;background:none;border:none;cursor:pointer;font-family:'Jost',sans-serif;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);font-weight:500}
.acc-icon{font-size:1.2rem;color:var(--gold);transition:transform .25s;flex-shrink:0}
.acc-item.open .acc-icon{transform:rotate(45deg)}
.acc-body{display:none;padding-bottom:1.2rem}
.acc-item.open .acc-body{display:block}
.acc-body p,.acc-body li{font-size:.8rem;line-height:1.85;color:var(--gray);font-weight:300}
.acc-body ul{padding-left:1rem;margin-top:.4rem}
.acc-body li{margin-bottom:.25rem}
.spec-row{display:flex;gap:.5rem;align-items:baseline;font-size:.78rem;margin-bottom:.4rem}
.spec-k{color:var(--gray);font-weight:300;min-width:110px;flex-shrink:0}
.spec-v{color:var(--navy);font-weight:500}
.tabs-section{max-width:1340px;margin:0 auto;padding:0 3rem 4rem}
.tabs-nav{display:flex;border-bottom:1px solid var(--border);margin-bottom:2.5rem}
.tab-btn{padding:.9rem 2rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;background:none;border:none;cursor:pointer;font-family:'Jost',sans-serif;color:var(--gray);border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .22s}
.tab-btn:hover{color:var(--navy)}
.tab-btn.active{color:var(--navy);border-bottom-color:var(--gold);font-weight:500}
.tab-panel{display:none}
.tab-panel.active{display:block}
.desc-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.desc-text h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400;color:var(--navy);margin-bottom:.8rem}
.desc-text p{font-size:.83rem;line-height:1.9;color:var(--gray);font-weight:300;margin-bottom:1rem}
.highlight-list{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.highlight-list li{display:flex;align-items:flex-start;gap:.65rem;font-size:.8rem;color:var(--mid);line-height:1.5}
.hl-icon{color:var(--gold);flex-shrink:0;margin-top:.1rem}
.desc-img{background:var(--cream);aspect-ratio:4/5;overflow:hidden}
.desc-img img{width:100%;height:100%;object-fit:cover}
.specs-table{width:100%;border-collapse:collapse;max-width:680px}
.specs-table tr{border-bottom:1px solid var(--border)}
.specs-table tr:last-child{border-bottom:none}
.specs-table td{padding:.85rem .5rem;font-size:.8rem}
.specs-table td:first-child{color:var(--gray);font-weight:300;width:200px}
.specs-table td:last-child{color:var(--navy);font-weight:500}
.specs-table tr:nth-child(even){background:var(--ivory)}
.reviews-header{display:flex;align-items:center;gap:4rem;padding:2rem;background:#fff;border:1px solid var(--border);margin-bottom:2rem}
.review-big-score{text-align:center}
.review-big-score .score{font-family:'Cormorant Garamond',serif;font-size:4rem;font-weight:400;color:var(--navy);line-height:1}
.review-big-score .stars-lg{color:var(--gold);font-size:1.1rem;letter-spacing:.06em;margin:.3rem 0}
.review-big-score .total{font-size:.72rem;color:var(--gray)}
.review-bars{flex:1}
.r-bar-row{display:flex;align-items:center;gap:.8rem;margin-bottom:.4rem}
.r-bar-lbl{font-size:.72rem;color:var(--gray);width:36px;text-align:right}
.r-bar-track{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}
.r-bar-fill{height:100%;background:var(--gold);border-radius:3px}
.r-bar-pct{font-size:.7rem;color:var(--gray);width:30px}
.reviews-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.r-card{background:#fff;border:1px solid var(--border);padding:1.8rem;transition:border-color .22s}
.r-card:hover{border-color:var(--gold)}
.r-card-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.8rem}
.r-author{font-size:.8rem;font-weight:500;color:var(--navy)}
.r-ring-name{font-size:.68rem;color:var(--gray);margin-top:.15rem}
.r-date{font-size:.65rem;color:var(--gray)}
.r-stars{color:var(--gold);font-size:.8rem;margin-bottom:.6rem}
.r-body{font-size:.8rem;line-height:1.75;color:var(--mid);font-style:italic;font-family:'Cormorant Garamond',serif}
.r-verified{font-size:.63rem;color:var(--gold);letter-spacing:.06em;margin-top:.6rem;text-transform:uppercase}
.related-section{background:var(--cream);padding:4.5rem 3rem;border-top:1px solid var(--border)}
.s-hdr{text-align:center;margin-bottom:3rem}
.eyebrow{font-size:.63rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:.8rem}
.s-title{font-family:'Cormorant Garamond',serif;font-size:2.4rem;font-weight:400;color:var(--navy);line-height:1.12}
.s-sub{font-size:.87rem;color:var(--gray);margin-top:.7rem;line-height:1.75;max-width:520px;margin-left:auto;margin-right:auto;font-weight:300}
.s-divider{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:1rem auto 0;width:60px}
.s-divider::before,.s-divider::after{content:'';flex:1;height:1px;background:var(--gold);opacity:.5}
.s-divider-gem{color:var(--gold);font-size:.6rem}
.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem;max-width:1200px;margin:0 auto}
.rel-card{cursor:pointer;background:var(--ivory);text-decoration:none;display:block;color:inherit}
.rel-img{position:relative;background:var(--ivory);aspect-ratio:1/1;overflow:hidden;margin-bottom:.9rem}
.rel-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.rel-card:hover .rel-img img{transform:scale(1.05)}
.rel-badge{position:absolute;top:.7rem;left:.7rem;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .6rem}
.b-navy{background:var(--navy);color:#fff}
.b-gold{background:var(--gold);color:#fff}
.b-dark{background:var(--mid);color:#fff}
.rel-name{font-family:'Cormorant Garamond',serif;font-size:.98rem;font-weight:400;color:var(--navy);margin-bottom:.2rem}
.rel-style{font-size:.67rem;letter-spacing:.04em;color:var(--gray);margin-bottom:.35rem}
.rel-price{font-size:.88rem;color:var(--navy);font-weight:500}
.rel-price span{font-size:.72rem;color:var(--gray);text-decoration:line-through;margin-left:.4rem;font-weight:400}
.rel-metals{display:flex;gap:.3rem;margin-top:.4rem}
.md{width:11px;height:11px;border-radius:50%;border:2px solid transparent}
.md.active{border-color:var(--navy)}
.md-y{background:#D4AF37}.md-w{background:#c0c8d0}.md-r{background:#c07070}.md-p{background:#8080a0}
.newsletter{padding:4.5rem 3rem;text-align:center;background:var(--navy)}
.nl-title{font-family:'Cormorant Garamond',serif;font-size:2.2rem;font-weight:400;color:#fff;margin-bottom:.7rem}
.nl-sub{font-size:.85rem;color:rgba(255,255,255,.5);margin-bottom:2rem;font-weight:300}
.nl-form{display:flex;max-width:460px;margin:0 auto}
.nl-input{flex:1;padding:.95rem 1.2rem;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);color:#fff;font-family:'Jost',sans-serif;font-size:.82rem;outline:none;transition:border-color .2s}
.nl-input::placeholder{color:rgba(255,255,255,.35)}
.nl-input:focus{border-color:var(--gold)}
.nl-submit{background:var(--gold);color:#fff;padding:.95rem 1.5rem;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;border:none;cursor:pointer;font-family:'Jost',sans-serif;flex-shrink:0;transition:background .2s}
.nl-submit:hover{background:var(--gold-light)}
footer.main-footer{background:var(--charcoal);color:rgba(255,255,255,.55);padding:4rem 3rem 2rem;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem}
.f-brand .f-logo-text{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:600;color:#fff;letter-spacing:.04em}
.f-logo-img{height:48px;width:auto;display:block;margin-bottom:.8rem}
.f-brand p{font-size:.78rem;line-height:1.8;margin-top:1rem;font-weight:300;max-width:240px}
.f-col h4{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);opacity:.8;margin-bottom:1rem}
.f-col ul{list-style:none}
.f-col li{font-size:.77rem;margin-bottom:.6rem;transition:color .2s}
.f-col li:hover{color:rgba(255,255,255,.85)}
.f-col a{color:rgba(255,255,255,.55);text-decoration:none;transition:color .2s}
.f-col a:hover{color:rgba(255,255,255,.85)}
.fc-addr{line-height:1.7}
.fc-hours-block{margin-top:.5rem;line-height:1.75;font-size:.72rem;color:rgba(255,255,255,.38)}
.f-bottom{background:var(--charcoal);border-top:1px solid rgba(255,255,255,.08);padding:1.2rem 3rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.f-copy{font-size:.65rem;letter-spacing:.06em;color:rgba(255,255,255,.3)}
.f-pays{display:flex;gap:.5rem;flex-wrap:wrap}
.f-pay{font-size:.58rem;letter-spacing:.08em;border:1px solid rgba(255,255,255,.15);padding:.2rem .55rem;color:rgba(255,255,255,.35)}
.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:.9rem 1.5rem;z-index:150;align-items:center;gap:.8rem;box-shadow:0 -4px 20px rgba(0,0,0,.08)}
.sticky-name{flex:1}
.sticky-name strong{display:block;font-size:.82rem;color:var(--navy)}
.sticky-price{font-family:'Cormorant Garamond',serif;font-size:1rem;color:var(--gold)}
.sticky-btn{background:var(--gold);color:#fff;padding:.75rem 1.8rem;font-family:'Jost',sans-serif;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;border:none;cursor:pointer;flex-shrink:0;transition:background .2s}
.sticky-btn:hover{background:var(--gold-light)}
@media(max-width:1100px){.related-grid{grid-template-columns:repeat(3,1fr)}.product-wrap{column-gap:3rem;padding:3rem 2rem}}
@media(max-width:900px){
  nav.main-nav{padding:1rem 1.5rem}
  .nav-right .nav-search,.nav-right .nav-wish{display:none}
  .hamburger{display:flex;margin-left:0}
  .hamburger.open{position:relative;z-index:301}
  .nav-logo{position:absolute;left:50%;transform:translateX(-50%);z-index:1}
  .nav-cart{background:none;border:none;color:var(--navy);padding:.45rem;font-size:0;letter-spacing:0;text-transform:none;cursor:pointer}
  .nav-cart::before{content:'\1F6CD';font-size:1.3rem;font-family:sans-serif}
  .nav-links{display:none;position:fixed;inset:0;background:rgba(253,250,246,.97);backdrop-filter:blur(6px);flex-direction:column;justify-content:center;align-items:center;gap:2.2rem;z-index:300;list-style:none}
  .nav-links.open{display:flex}
  .nav-links a{font-size:1.05rem;letter-spacing:.15em;color:var(--navy)}
  .breadcrumb{padding:.75rem 1.5rem}
  .product-wrap{grid-template-columns:1fr;padding:2.5rem 1.5rem;gap:2rem}
  .gallery{position:static;flex-direction:column-reverse;overflow:hidden}
  /* flex:none stops iOS Safari collapsing the box to 0 in a column flex with auto height */
  .gallery-main{flex:none;width:100%;max-height:min(65vw,520px)}
  .gallery-main img,.gallery-main video{object-fit:contain;background:var(--cream)}
  .gallery-thumbs{flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .gallery-thumbs::-webkit-scrollbar{display:none}
  .tabs-section{padding:0 1.5rem 3rem}
  .desc-grid{grid-template-columns:1fr;gap:2rem}
  /* Prevent description image from dominating the screen on tablet */
  .desc-img{max-height:min(70vw,520px);overflow:hidden}
  .reviews-grid{grid-template-columns:1fr}
  .related-grid{grid-template-columns:repeat(2,1fr)}
  .related-section{padding:3.5rem 1.5rem}
  footer.main-footer{grid-template-columns:1fr 1fr;gap:2rem;padding:3rem 1.5rem}
  .f-bottom{padding:1rem 1.5rem;flex-direction:column;align-items:center;gap:.5rem}
  .reviews-header{flex-direction:column;gap:1.5rem}
  .sticky-cta{display:flex;padding-bottom:calc(.9rem + env(safe-area-inset-bottom))}
}
@media(max-width:600px){
  .product-wrap{padding:1.5rem 1rem}
  .breadcrumb{padding:.75rem 1rem}
  /* On phones the natural square is fine — width is already small */
  .gallery-main{flex:none;width:100%;max-height:none}
  .gallery-main img,.gallery-main video{object-fit:cover}
  .prod-name{font-size:1.9rem}
  .prod-price{font-size:1.8rem}
  .cta-row{flex-direction:column}
  .btn-add,.btn-wish{width:100%}
  .btn-wish{height:52px}
  /* Prevent carat/size pills overflowing on narrow phones */
  .carat-pills,.size-row,.metal-swatches{gap:.4rem}
  .carat-pill{padding:.4rem .75rem;font-size:.69rem}
  /* 44px min tap target — Apple HIG requirement */
  .size-btn{width:44px;height:44px;font-size:.72rem}
  /* Prevent iOS Safari zooming on input focus (requires ≥16px font) */
  .nl-input{font-size:1rem}
  .mini-trust{grid-template-columns:1fr}
  .related-grid{grid-template-columns:1fr 1fr;gap:.75rem}
  .tabs-section{padding:0 1rem 2rem}
  .tabs-nav{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .tab-btn{flex-shrink:0;padding:.85rem 1.1rem;font-size:.68rem}
  .related-section,.newsletter{padding:2.5rem 1rem}
  .nl-form{flex-direction:column}
  .nl-input,.nl-submit{width:100%}
  footer.main-footer{grid-template-columns:1fr;gap:1.5rem;padding:2.5rem 1rem}
  .f-pays{display:none}
  /* Specs table: let first column shrink on narrow phones */
  .specs-table td:first-child{width:140px}
  .spec-k{min-width:90px}
  /* Announcement bar: wrap gracefully */
  .ann{letter-spacing:.08em;padding:.5rem .8rem}
}
@media(max-width:400px){
  .prod-name{font-size:1.6rem}
  .prod-price{font-size:1.6rem}
  .related-grid{grid-template-columns:1fr}
  .carat-pill{padding:.35rem .6rem;font-size:.66rem}
}

/* ── METAL SWATCH ALIASES (bracelet / earring pages) ── */
.metal-row{display:flex;gap:.7rem;flex-wrap:wrap}
.swatch-dot{width:36px;height:36px;border-radius:50%;border:2px solid transparent;transition:all .22s;display:block}
.swatch-name{font-size:.62rem;letter-spacing:.06em;text-transform:uppercase;color:var(--gray);display:block;text-align:center;margin-top:.3rem}
.metal-swatch input{position:absolute;opacity:0;width:0;height:0}
.metal-swatch{display:flex;flex-direction:column;align-items:center;gap:.2rem;cursor:pointer;position:relative}
.metal-swatch.active .swatch-dot{outline:2px solid var(--gold);outline-offset:2px}
.metal-swatch.active .swatch-name{color:var(--navy);font-weight:500}

/* ── RELATED GRID — 2-column (earrings / bracelets) ── */
.related-grid-earrings{display:grid;grid-template-columns:repeat(2,1fr);gap:1.8rem;max-width:800px;margin:0 auto}

/* ── LIFESTYLE SECTION ── */
.lifestyle-section{padding:4.5rem 3rem;background:var(--ivory)}
.lifestyle-hdr{text-align:center;margin-bottom:3rem}
.lifestyle-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.2rem;max-width:1200px;margin:0 auto}
.lifestyle-img{position:relative;overflow:hidden;background:var(--cream)}
.lifestyle-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.lifestyle-img:hover img{transform:scale(1.04)}
.lifestyle-img.tall{grid-row:span 2}
.lifestyle-img-caption{position:absolute;bottom:0;left:0;right:0;padding:.7rem 1rem;background:rgba(27,45,91,.55);color:rgba(255,255,255,.85);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase}

/* ── FEATURES SECTION ── */
.features-section{padding:4.5rem 3rem;background:var(--cream);border-top:1px solid var(--border)}
.features-hdr{text-align:center;margin-bottom:3rem}
.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem;max-width:1200px;margin:0 auto}
.feat-card{background:#fff;padding:2rem 1.5rem;border:1px solid var(--border);text-align:center}
.feat-icon{display:block;font-size:1.8rem;color:var(--gold);margin-bottom:1rem}
.feat-title{font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-weight:400;color:var(--navy);margin-bottom:.7rem}
.feat-desc{font-size:.78rem;color:var(--gray);line-height:1.8;font-weight:300}

/* ── FAQ SECTION ── */
.faq-section{padding:4.5rem 3rem;max-width:860px;margin:0 auto}
.faq-hdr{text-align:center;margin-bottom:3rem}
.faq-item{border-bottom:1px solid var(--border)}
.faq-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;background:none;border:none;cursor:pointer;font-family:'Jost',sans-serif;font-size:.83rem;color:var(--navy);font-weight:500;text-align:left;gap:1rem}
.faq-icon{font-size:1.2rem;color:var(--gold);transition:transform .25s;flex-shrink:0}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-body{display:none;padding-bottom:1.4rem}
.faq-item.open .faq-body{display:block}
.faq-body p{font-size:.82rem;line-height:1.9;color:var(--gray);font-weight:300}

/* ── RESPONSIVE ADDITIONS ── */
@media(max-width:900px){
  .lifestyle-grid{grid-template-columns:1fr 1fr}
  .lifestyle-img.tall{grid-row:auto}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .related-grid-earrings{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .lifestyle-section,.features-section,.faq-section{padding:3.5rem 1.2rem}
  .lifestyle-grid{grid-template-columns:1fr}
  .features-grid{grid-template-columns:1fr 1fr;gap:1rem}
  .related-grid-earrings{grid-template-columns:1fr;max-width:400px}
}
