/** Shopify CDN: Minification failed

Line 297:2422 Expected ":"
Line 297:2424 Expected identifier but found ".08em"
Line 303:4212 Expected ":"

**/
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font:400 16px/1.6 var(--font-body);-webkit-font-smoothing:antialiased}body.drawer-open{overflow:hidden}img,video,svg{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;line-height:1.12;letter-spacing:-.025em;margin:0 0 .6em}h1{font-size:clamp(2.5rem,6vw,5.5rem)}h2{font-size:clamp(2rem,4vw,3.75rem)}h3{font-size:clamp(1.3rem,2vw,1.8rem)}p{margin:0 0 1em}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding-block:var(--section-space)}.section-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:40px}.section-header p{max-width:560px}.eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:14px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 26px;border:1px solid var(--color-primary);background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;transition:.25s}.button:hover{background:transparent;color:var(--color-primary)}.button--secondary{background:transparent;color:inherit;border-color:currentColor}.button--secondary:hover{background:var(--color-text);color:var(--color-bg)}.text-link{border-bottom:1px solid;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;padding-bottom:3px}.skip-link{position:fixed;left:12px;top:-60px;background:#fff;color:#000;padding:12px;z-index:999}.skip-link:focus{top:12px}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.icon{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.5}*:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}
.announcement{background:var(--color-primary);color:#fff;text-align:center;padding:8px 40px;font-size:.72rem;letter-spacing:.1em}.site-header{position:relative;background:var(--color-bg);z-index:30;border-bottom:1px solid rgba(28,36,33,.12)}.header-main{height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-logo img{width:var(--logo-width);max-height:52px;object-fit:contain}.wordmark{font-family:var(--font-heading);font-size:1.7rem;letter-spacing:.18em}.header-icons{display:flex;justify-content:flex-end;gap:18px}.icon-button{border:0;background:none;padding:6px;position:relative}.cart-count{position:absolute;top:0;right:-2px;font-size:.62rem;background:var(--color-primary);color:#fff;min-width:16px;height:16px;border-radius:10px;display:grid;place-items:center}.desktop-nav{border-top:1px solid rgba(28,36,33,.08)}.nav-list{display:flex;justify-content:center;gap:clamp(20px,2.5vw,42px);list-style:none;margin:0;padding:14px}.nav-link{font-size:.72rem;letter-spacing:.12em}.mega{position:absolute;left:0;right:0;top:100%;background:var(--color-bg);border-top:1px solid #ddd;box-shadow:0 14px 30px #0001;padding:36px;visibility:hidden;opacity:0;transform:translateY(-8px);transition:.2s}.has-mega:hover .mega,.has-mega:focus-within .mega{visibility:visible;opacity:1;transform:none}.mega-grid{display:grid;grid-template-columns:repeat(3,1fr) 1.4fr;gap:40px}.mega h3{font-family:var(--font-body);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em}.mega ul{list-style:none;padding:0}.mega a{font-size:.9rem}.mega img{aspect-ratio:1.65;object-fit:cover}.mobile-menu-button{display:none}.drawer{position:fixed;inset:0;z-index:60;pointer-events:none}.drawer[aria-hidden=false]{pointer-events:auto}.drawer__overlay{position:absolute;inset:0;background:#1118;opacity:0;transition:.3s}.drawer__panel{position:absolute;top:0;bottom:0;width:min(92vw,470px);background:var(--color-bg);transform:translateX(-105%);transition:.35s;overflow:auto;padding:24px}.drawer--right .drawer__panel{right:0;transform:translateX(105%)}.drawer[aria-hidden=false] .drawer__overlay{opacity:1}.drawer[aria-hidden=false] .drawer__panel{transform:none}.drawer__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd;padding-bottom:18px}.mobile-nav{list-style:none;padding:10px 0}.mobile-nav>li{border-bottom:1px solid #ddd}.mobile-nav a,.mobile-nav summary{display:flex;justify-content:space-between;padding:16px 0;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.mobile-nav details ul{padding:0 0 16px 16px;list-style:none}.mobile-nav details li a{text-transform:none;letter-spacing:0;padding:8px 0}.search-panel{position:absolute;inset:100% 0 auto;background:var(--color-bg);padding:32px;box-shadow:0 16px 30px #0001}.search-form{display:flex;border-bottom:1px solid}.search-form input{width:100%;border:0;background:transparent;padding:12px;font-size:1.2rem}.predictive-results{padding-top:20px}
.hero{position:relative;min-height:min(82vh,850px);display:grid;align-items:end;color:#fff;background:#323b37}.hero__media{position:absolute;inset:0}.hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0007,transparent 70%)}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__content{position:relative;z-index:1;padding-block:clamp(60px,10vw,130px);max-width:720px}.hero__content p{font-size:clamp(1rem,2vw,1.25rem);max-width:540px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero .button{background:#fff;color:#18221f;border-color:#fff}.hero .button--secondary{background:transparent;color:#fff}.grid{display:grid;gap:24px}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--6{grid-template-columns:repeat(6,1fr)}.media-card{position:relative;overflow:hidden}.media-card img{width:100%;aspect-ratio:.82;object-fit:cover;transition:transform .7s}.media-card:hover img{transform:scale(1.025)}.media-card__content{padding-top:16px}.media-card--overlay .media-card__content{position:absolute;inset:auto 20px 20px;color:#fff;z-index:2}.media-card--overlay::after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#0009)}.product-card{position:relative}.card-media{position:relative;background:#f1efe9;overflow:hidden}.card-media img{width:100%;aspect-ratio:.82;object-fit:cover;transition:opacity .35s,transform .6s}.card-media .secondary{position:absolute;inset:0;opacity:0}.product-card:hover .secondary{opacity:1}.product-card:hover img{transform:scale(1.015)}.card-badge{position:absolute;top:12px;left:12px;background:#fff;padding:5px 9px;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em}.card-info{padding:14px 2px}.card-info h3{font-family:var(--font-body);font-size:.92rem;margin:0}.price{font-size:.86rem;margin-top:5px}.price s{opacity:.55;margin-left:6px}.shape-card{text-align:center}.shape-icon{aspect-ratio:1;display:grid;place-items:center;background:#f3f0ea;border-radius:50%;margin-bottom:14px}.shape-icon img{width:68%;height:68%;object-fit:contain}.editorial-split{display:grid;grid-template-columns:1.1fr .9fr;min-height:620px}.editorial-split__media img,.editorial-split__media video{width:100%;height:100%;object-fit:cover}.editorial-split__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,7vw,100px);background:#eeebe4}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:36px}.step{counter-increment:step;border-top:1px solid;padding-top:15px}.step::before{content:"0" counter(step);font-size:.7rem;letter-spacing:.12em}.step h3{font-family:var(--font-body);font-size:.9rem;margin-top:12px}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;text-align:center}.trust-icon{width:32px;margin:0 auto 14px}.rich-text{text-align:center;max-width:820px;margin:auto}.newsletter{background:var(--color-primary);color:#fff}.newsletter form{max-width:580px;margin:28px auto 0;display:flex;border-bottom:1px solid #fff}.newsletter input{flex:1;background:none;border:0;padding:14px;color:#fff}.newsletter button{border:0;background:none;color:#fff;text-transform:uppercase;letter-spacing:.1em}.site-footer{background:#15231f;color:#f6f3ed;padding-top:70px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:48px}.footer-links{list-style:none;padding:0}.footer-links a{font-size:.88rem;opacity:.82}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #ffffff2b;margin-top:60px;padding-block:20px;font-size:.72rem;opacity:.75}
.breadcrumbs{font-size:.72rem;margin-bottom:22px}.collection-hero{text-align:center;padding-block:50px}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;border-block:1px solid #ddd;padding:14px 0;margin-bottom:30px}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:34px}.facets details{border-bottom:1px solid #ddd;padding:13px 0}.facets summary{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.facet-values{list-style:none;padding:12px 0 0;margin:0}.facet-values label{display:flex;gap:8px}.pagination{display:flex;justify-content:center;gap:14px;margin-top:50px}.pdp{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);gap:clamp(30px,5vw,80px);padding-top:32px}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.product-gallery__item:first-child{grid-column:1/-1}.product-gallery img,.product-gallery video{width:100%;background:#f1efe9}.product-info{position:sticky;top:20px;align-self:start}.product-info h1{font-size:clamp(2rem,3vw,3.3rem)}.product-subtitle{color:var(--color-secondary)}.product-price{font-size:1.2rem;margin-block:20px}.product-form__group{border:0;padding:0;margin:24px 0}.product-form__group legend{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.option-values{display:flex;flex-wrap:wrap;gap:8px}.option-values input{position:absolute;opacity:0}.option-values label{border:1px solid #aaa;padding:9px 15px;min-width:48px;text-align:center;font-size:.82rem}.option-values input:checked+label{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.product-form .button{width:100%;margin-top:10px}.product-notes{border-top:1px solid #ddd;margin-top:24px}.product-notes details{border-bottom:1px solid #ddd;padding:14px 0}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--color-bg);border-top:1px solid #ddd;padding:10px 20px;display:none}.sticky-atc.visible{display:block}.prose{max-width:820px;margin:auto}.prose h2{margin-top:1.5em}.article-layout{padding-block:60px}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:14px;padding-block:18px;border-bottom:1px solid #ddd}.cart-item img{aspect-ratio:1;object-fit:cover}.cart-footer{padding-top:24px}.cart-subtotal{display:flex;justify-content:space-between;font-size:1.1rem}.cart-footer .button{width:100%;margin-top:16px}.empty-state{text-align:center;padding-block:120px}.contact-form{display:grid;gap:14px;max-width:720px;margin:40px auto}.contact-form input,.contact-form textarea{padding:14px;background:transparent;border:1px solid #aaa}.contact-form textarea{min-height:160px}
@media(max-width:989px){.desktop-nav,.header-account,.header-wishlist{display:none}.mobile-menu-button{display:block}.header-main{grid-template-columns:1fr auto 1fr}.grid--4{grid-template-columns:repeat(2,1fr)}.grid--6{grid-template-columns:repeat(3,1fr)}.collection-layout{display:block}.facets{display:none}.facets.facets--open{display:block;margin-bottom:24px}.pdp{grid-template-columns:1fr}.product-info{position:static}.steps,.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:749px){:root{--section-space:60px}.container{width:min(calc(100% - 28px),var(--container))}.header-main{height:66px}.hero{min-height:72vh}.hero__media::after{background:linear-gradient(0deg,#0009,transparent 75%)}.hero__content{padding-bottom:52px}.grid--3,.grid--4{grid-template-columns:repeat(2,1fr);gap:14px}.grid--6{grid-template-columns:repeat(3,1fr);gap:12px}.editorial-split{grid-template-columns:1fr;min-height:0}.editorial-split__media{min-height:420px}.steps{grid-template-columns:1fr 1fr}.trust-grid{grid-template-columns:1fr 1fr}.section-header{display:block}.section-header .text-link{display:inline-block;margin-top:10px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.pdp{padding-top:14px}.product-gallery{display:flex;overflow:auto;scroll-snap-type:x mandatory;gap:0;margin-inline:-14px}.product-gallery__item{min-width:100%;scroll-snap-align:start}.product-gallery__item:first-child{grid-column:auto}.sticky-atc.visible{display:block}.announcement{padding-inline:12px}.collection-toolbar{font-size:.78rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
.editorial-split--reverse .editorial-split__media{order:2}

/* Tormeti-inspired D'Carat presentation: compact, airy, pale blue and teal. */
body{background:#fff;color:var(--color-text)}
h1,h2,h3{letter-spacing:0;text-transform:uppercase}
h2{font-size:clamp(1.65rem,2.4vw,2.8rem)}
.section{padding-block:clamp(48px,6vw,var(--section-space))}
.section-header{justify-content:center;text-align:center;margin-bottom:30px}
.section-header>div{max-width:700px}
.section-header--center{display:flex;align-items:center}
.section-header--center p{margin-inline:auto}
.eyebrow{color:var(--color-secondary);font-size:.65rem}
.button{min-height:40px;padding:9px 22px;border-radius:30px;font-size:.67rem;background:var(--color-primary)}
.announcement{background:var(--color-primary);padding-block:6px;font-size:.66rem}
.site-header{border:0;background:#fff}.site-header{position:sticky;top:0}
.header-main{height:66px}.header-logo .wordmark{color:var(--color-primary)}
.wordmark{font-size:1.45rem}.header-icons{gap:10px}.icon{width:18px;height:18px}
.desktop-nav{border:0;position:absolute;inset:0;pointer-events:none}
.nav-list{height:66px;align-items:center;justify-content:flex-start;padding:0 max(20px,calc((100vw - var(--container))/2));gap:24px}
.nav-list li{pointer-events:auto}.nav-list li:nth-child(n+5){display:none}.nav-link{font-size:.64rem}
.hero{min-height:clamp(390px,48vw,620px);background:#dff6fa;color:var(--color-text);align-items:center}
.hero__media::after{background:linear-gradient(90deg,rgba(226,248,251,.96) 0%,rgba(226,248,251,.62) 32%,transparent 62%)}
.hero__content{padding-block:70px;max-width:540px}.hero__content h1{font-size:clamp(2.2rem,4vw,4.2rem)}
.hero__content p{font-size:.88rem;max-width:430px}.hero .button{background:var(--color-primary);border-color:var(--color-primary);color:#fff}
.shape-card .shape-icon{background:#fff;border:1px solid #d9e5e8;box-shadow:0 4px 16px #064d5f0d}
.shape-card span{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em}
.shape-card{padding:8px}
.image-mosaic+.section,.template-index main>.shopify-section:nth-child(2) .section{background:#effbfc}
.template-index main>.shopify-section:nth-child(2) .container{background:#effbfc;border-radius:60px;padding:34px 46px;margin-top:-24px;position:relative;z-index:2}
.grid--5{grid-template-columns:repeat(5,1fr)}
.media-card img{aspect-ratio:1.05;background:#f4f5f4}.media-card__content h3{font-size:1rem}
.media-card:not(.media-card--overlay) .media-card__content p{font-size:.75rem;color:var(--color-secondary)}
.media-card--overlay::after{background:linear-gradient(transparent,#03485ca8)}
.product-card .card-media{background:#f5f5f3}.product-card .card-media img{aspect-ratio:1}
.card-info{text-align:center}.card-info h3{font-size:.78rem;text-transform:none}.price{font-size:.72rem;font-weight:700}
.editorial-split{min-height:440px;grid-template-columns:1fr 1fr}.editorial-split__content{background:#dff6fa;padding:clamp(34px,5vw,72px)}
.editorial-split__content h2{font-size:clamp(1.7rem,2.7vw,3rem)}
.editorial-split__content p{font-size:.82rem}.steps{grid-template-columns:repeat(5,1fr)}
.journal-card{overflow:hidden;border:1px solid #e3e8e8;background:#fff;transition:transform .35s,box-shadow .35s}.journal-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(4,58,70,.1)}.journal-card img,.journal-card svg{width:100%;aspect-ratio:1.35;object-fit:cover;transition:transform .7s}.journal-card:hover img{transform:scale(1.025)}
.journal-card__content{padding:24px}.journal-card__content h3{min-height:2.3em;color:#173f48;font-size:1.08rem;line-height:1.2;text-transform:none}.journal-card__content p{color:#60787e;font-size:.8rem;line-height:1.65}.journal-card__content .text-link{display:inline-block;margin-top:8px}.journal__more{margin-top:38px}
.testimonials{background:#e9f7fa}.template-index .shopify-section:has(.trust-grid){background:#fff}
.trust-grid{grid-template-columns:repeat(5,1fr);gap:20px}.trust-grid h3{font:700 .68rem var(--font-body);letter-spacing:.04em}
.trust-grid p{font-size:.68rem;color:var(--color-secondary)}
.mosaic-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.mosaic-grid img,.mosaic-grid svg{width:100%;aspect-ratio:1;object-fit:cover;background:#f2f4f3}
.newsletter{background:#e9f7fa;color:var(--color-text)}.newsletter form{border-color:var(--color-primary)}.newsletter input,.newsletter button{color:var(--color-text)}
.site-footer{background:var(--color-primary);padding-top:58px}.footer-grid h3{font:700 .7rem var(--font-body);letter-spacing:.08em}.footer-links a{font-size:.75rem}
@media(max-width:989px){.desktop-nav{display:none}.site-header{position:sticky}.header-main{height:58px}.hero{min-height:520px}.grid--5{grid-template-columns:repeat(3,1fr)}.template-index main>.shopify-section:nth-child(2) .container{border-radius:36px;padding:26px 18px}.mosaic-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:749px){.hero{min-height:500px;align-items:end}.hero__media::after{background:linear-gradient(0deg,rgba(226,248,251,.98) 0%,rgba(226,248,251,.62) 42%,transparent 72%)}.hero__content{text-align:center;padding-bottom:40px}.hero__actions{justify-content:center}.grid--5{display:flex;overflow:auto;scroll-snap-type:x mandatory}.grid--5>*{min-width:43%;scroll-snap-align:start}.editorial-split{grid-template-columns:1fr}.editorial-split__media{min-height:300px}.editorial-split--reverse .editorial-split__media{order:0}.steps{grid-template-columns:1fr 1fr}.mosaic-grid{grid-template-columns:repeat(2,1fr)}.mosaic-grid>*:last-child:nth-child(odd){display:none}.trust-grid{grid-template-columns:1fr 1fr}.footer-grid{gap:30px}.footer-bottom{display:block}}
.header-logo img{width:190px;max-height:58px}
.hero__content{margin-left:clamp(0px,3vw,48px);max-width:490px}
.hero__content h1{font-size:clamp(2.6rem,3.8vw,4.5rem);line-height:1.02;max-width:470px;text-wrap:balance}
.hero__content>p:not(.eyebrow){max-width:390px;line-height:1.7}
.jewellery-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#f7fbfb,#eaf7f9)}
.jewellery-placeholder svg{width:70%;height:70%;margin:auto}
.shape-icon .jewellery-placeholder{border-radius:50%;background:transparent}
.shape-icon .jewellery-placeholder svg{width:88%;height:88%}
@media(max-width:749px){.header-logo img{width:150px}.hero__media img{object-position:64% center}.hero__content{margin-left:0;max-width:100%;text-align:left;padding-inline:8px}.hero__content h1{font-size:clamp(2.35rem,11vw,3.35rem);max-width:330px}.hero__actions{justify-content:flex-start}.hero__content>p:not(.eyebrow){max-width:300px}}
.header-main{position:relative;display:flex;justify-content:space-between}
.header-spacer{display:none}
.header-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}
.header-icons{margin-left:auto}
@media(max-width:749px){.header-logo img{width:136px}.header-icons{gap:5px}.header-account{display:none}.hero__content .eyebrow{max-width:220px;white-space:normal}.hero__content h1{font-size:clamp(2.25rem,10.5vw,3rem);line-height:1.05;max-width:315px}}

/* D'Carat signature header */
.dc-announcement{display:flex;align-items:center;justify-content:center;gap:18px;min-height:30px;padding:5px 20px;background:#063f4d;font-size:.61rem;letter-spacing:.18em;text-transform:uppercase}
.dc-announcement>span{color:#8fc6cf;font-size:.8rem}
.dc-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #dce7e9;backdrop-filter:blur(16px)}
.dc-header__main{height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative}
.dc-header__left{display:flex;align-items:center;gap:22px;color:#31535b;font-size:.62rem;letter-spacing:.13em;text-transform:uppercase}
.dc-header__origin{display:flex;align-items:center;gap:8px}.dc-header__origin::before{content:"";width:22px;height:1px;background:#7aa4ad}
.dc-header__appointment{padding-bottom:2px;border-bottom:1px solid #9db9bf}
.dc-header__menu{display:none}
.dc-header__logo{display:flex;align-items:center;justify-content:center}
.dc-header__logo img{display:block;width:210px;max-height:67px;object-fit:contain}
.dc-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:22px}
.dc-action{display:flex;align-items:center;gap:7px;padding:8px 0;border:0;background:transparent;color:#153b44;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase}
.dc-action .icon{width:17px;height:17px}.dc-action--cart{position:relative}.dc-cart-count{display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:50%;background:#073f4d;color:#fff;font-size:.58rem;font-weight:500}
.dc-header__nav{border-top:1px solid #edf2f3;background:#fff}
.dc-nav{min-height:43px;display:flex;align-items:center;justify-content:center;gap:clamp(28px,3.2vw,58px);margin-block:0;padding-block:0;list-style:none}
.dc-nav__link{display:flex;align-items:center;min-height:43px;position:relative;font-size:.63rem;letter-spacing:.15em;text-transform:uppercase;color:#25464e}
.dc-nav__link::after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:1px;background:#064d5f;transition:.25s}
.dc-nav__link:hover::after,.dc-nav__link.is-current::after{left:0;right:0}
.dc-header .mega{top:100%;border-color:#dce7e9;padding:46px 0}.dc-header .mega-grid{grid-template-columns:repeat(4,1fr)}
.dc-search{inset:100% 0 auto;padding:24px 0;border-top:1px solid #e4ecee;box-shadow:0 20px 30px #10333b12}.dc-search .search-form{align-items:center;gap:14px;max-width:900px}.dc-search input{font-family:var(--font-heading);font-size:1.25rem}
.dc-mobile-menu__footer{display:grid;gap:10px;margin-top:40px;padding-top:25px;border-top:1px solid #dce7e9;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}
@media(max-width:1100px){.dc-header__origin,.dc-header__appointment,.dc-action span{display:none}.dc-header__actions{gap:16px}}
@media(max-width:989px){.dc-header__main{height:70px;display:grid;grid-template-columns:1fr auto 1fr}.dc-header__menu{display:flex}.dc-header__left{justify-self:start}.dc-header__logo{position:static;transform:none}.dc-header__logo img{width:165px;max-height:58px}.dc-header__actions{justify-self:end;margin:0}.dc-header__nav{display:none}.dc-header__account,.dc-header__wishlist{display:none}.dc-action .icon{width:20px;height:20px}.dc-cart-count{position:absolute;top:0;right:-7px;min-width:16px;height:16px}.dc-mobile-menu .drawer__panel{padding:26px 24px}.dc-mobile-menu .drawer__header img{width:145px;height:auto}}
@media(max-width:420px){.dc-announcement{gap:8px;font-size:.53rem;letter-spacing:.11em}.dc-announcement>span{display:none}.dc-header__main{height:64px}.dc-header__logo img{width:140px}.dc-header__actions{gap:12px}.dc-header__actions .dc-action:first-child{display:none}}

/* Navigation motion language */
.dc-header{transition:transform .55s cubic-bezier(.22,1,.36,1),box-shadow .35s,background .35s}
.dc-header.is-hidden{transform:translateY(-100%)}
.dc-header.is-condensed{box-shadow:0 14px 40px rgba(5,53,64,.09)}
.dc-header.is-condensed .dc-header__main{height:64px}
.dc-header.is-condensed .dc-header__logo img{width:175px;max-height:54px}
.dc-header__main,.dc-header__logo img{transition:height .45s cubic-bezier(.22,1,.36,1),width .45s cubic-bezier(.22,1,.36,1)}
.dc-nav{position:relative}
.dc-nav__gem{position:absolute;left:0;bottom:-1px;width:var(--gem-width,30px);height:7px;transform:translateX(calc(var(--gem-x,0px) - 50%));opacity:0;pointer-events:none;transition:transform .55s cubic-bezier(.22,1,.36,1),width .45s cubic-bezier(.22,1,.36,1),opacity .2s}
.dc-nav__gem::before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,#0b6779 20%,#0b6779 80%,transparent)}
.dc-nav__gem i{position:absolute;left:50%;bottom:-3px;width:7px;height:7px;border:1px solid #0b6779;background:#fff;transform:translateX(-50%) rotate(45deg);box-shadow:0 0 0 3px #fff}
.dc-nav__gem.is-visible{opacity:1}
.dc-nav__link::after{display:none}
.dc-nav__link{transition:color .25s,letter-spacing .45s cubic-bezier(.22,1,.36,1)}
.dc-nav__link:hover,.dc-nav__link:focus-visible{color:#047189;letter-spacing:.19em}
.dc-header .mega{display:block;visibility:hidden;opacity:0;transform:translateY(14px);clip-path:inset(0 0 100% 0);transition:opacity .25s,transform .55s cubic-bezier(.22,1,.36,1),clip-path .55s cubic-bezier(.22,1,.36,1)}
.dc-header .has-mega.is-mega-open .mega{visibility:visible;opacity:1;transform:none;clip-path:inset(0)}
.dc-header .mega-grid>*{opacity:0;transform:translateY(15px);transition:opacity .4s,transform .55s cubic-bezier(.22,1,.36,1)}
.dc-header .has-mega.is-mega-open .mega-grid>*{opacity:1;transform:none}
.dc-header .mega-grid>*:nth-child(2){transition-delay:.06s}.dc-header .mega-grid>*:nth-child(3){transition-delay:.12s}.dc-header .mega-grid>*:nth-child(4){transition-delay:.18s}
.dc-action{position:relative;transition:color .25s,transform .3s cubic-bezier(.22,1,.36,1)}
.dc-action::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:1px;background:#0b6779;transform:scaleX(0);transform-origin:right;transition:transform .35s cubic-bezier(.22,1,.36,1)}
.dc-action:hover{color:#047189;transform:translateY(-1px)}.dc-action:hover::after{transform:scaleX(1);transform-origin:left}
.dc-action .icon{transition:transform .45s cubic-bezier(.22,1,.36,1)}.dc-action:hover .icon{transform:rotate(-8deg) scale(1.08)}
.dc-search{display:block;opacity:1;transform:none;transform-origin:top;transition:opacity .3s,transform .45s cubic-bezier(.22,1,.36,1)}
.dc-search[hidden]{display:block;visibility:hidden;opacity:0;transform:translateY(-12px) scaleY(.88);pointer-events:none}
.dc-mobile-menu .drawer__panel{transition:transform .65s cubic-bezier(.22,1,.36,1)}
.dc-mobile-menu .mobile-nav>li{opacity:0;transform:translateX(-20px);transition:opacity .35s,transform .5s cubic-bezier(.22,1,.36,1)}
.dc-mobile-menu[aria-hidden=false] .mobile-nav>li{opacity:1;transform:none}
.dc-mobile-menu[aria-hidden=false] .mobile-nav>li:nth-child(2){transition-delay:.05s}.dc-mobile-menu[aria-hidden=false] .mobile-nav>li:nth-child(3){transition-delay:.1s}.dc-mobile-menu[aria-hidden=false] .mobile-nav>li:nth-child(4){transition-delay:.15s}.dc-mobile-menu[aria-hidden=false] .mobile-nav>li:nth-child(5){transition-delay:.2s}.dc-mobile-menu[aria-hidden=false] .mobile-nav>li:nth-child(6){transition-delay:.25s}
.dc-mobile-menu details>ul{overflow:hidden}.dc-mobile-menu summary span{transition:transform .35s}.dc-mobile-menu details[open] summary span{transform:rotate(45deg)}
@media(prefers-reduced-motion:reduce){.dc-header,.dc-header__main,.dc-header__logo img,.dc-nav__gem,.dc-nav__link,.dc-header .mega,.dc-header .mega-grid>*,.dc-action,.dc-action::after,.dc-action .icon,.dc-search,.dc-mobile-menu .drawer__panel,.dc-mobile-menu .mobile-nav>li{transition:none!important}.dc-header.is-hidden{transform:none}}
.dc-nav button.dc-nav__link{border:0;background:none;font:inherit;cursor:pointer}
.dc-nav button.dc-nav__link::before{content:"";width:4px;height:4px;margin-right:8px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .35s cubic-bezier(.22,1,.36,1)}
.dc-nav .is-mega-open>button.dc-nav__link::before{transform:rotate(225deg) translate(-1px,-1px)}
.dc-mega-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(50px,8vw,130px);max-width:1120px}
.dc-mega-layout>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-inline:20px;border-left:1px solid #deeaec}
.dc-mega-layout .eyebrow{margin:0 0 8px;color:#64858c}
.dc-mega-layout a{position:relative;padding-block:2px;font-size:.88rem;color:#1e4048;transition:color .2s,transform .3s}
.dc-mega-layout a:not(.dc-mega-feature)::after{content:"";position:absolute;left:0;right:100%;bottom:1px;height:1px;background:#73a8b2;transition:right .35s}
.dc-mega-layout a:hover{color:#047189;transform:translateX(4px)}.dc-mega-layout a:hover::after{right:0}
.dc-mega-layout span{max-width:260px;font-size:.8rem;color:#5c7479;line-height:1.7}
.dc-mega-feature{margin-top:10px;color:#064d5f!important;font-size:.7rem!important;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid #79aab3}

/* Interactive diamond shape rail */
.shape-section{overflow:hidden;background:linear-gradient(180deg,#edf9fb 0%,#f5fcfd 100%)}
.shape-row{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:clamp(12px,1.5vw,24px);align-items:start}
.shape-card{min-width:0;padding:5px;text-align:center;perspective:600px}
.shape-icon{position:relative;isolation:isolate;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;margin-bottom:16px;border:1px solid rgba(56,122,136,.18);border-radius:50%;background:rgba(255,255,255,.78);box-shadow:0 10px 28px rgba(6,77,95,.06);transition:transform .55s cubic-bezier(.22,1,.36,1),border-color .35s,box-shadow .55s,background .35s}
.shape-icon::before,.shape-icon::after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.shape-icon::before{inset:10%;border:1px solid rgba(88,151,163,.16);transition:inset .55s cubic-bezier(.22,1,.36,1),border-color .35s}
.shape-icon::after{inset:0;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.95),transparent 55%);opacity:.45;z-index:-1}
.diamond-shape-svg{width:52%;height:52%;color:#438696;filter:drop-shadow(0 8px 8px rgba(6,77,95,.08));transition:transform .65s cubic-bezier(.22,1,.36,1),color .35s,filter .35s}
.diamond-facets{stroke-width:1.35}
.diamond-facets>*{stroke-dasharray:1;stroke-dashoffset:0}
.shape-glint{position:absolute;z-index:2;top:18%;left:18%;width:9px;height:9px;opacity:0;transform:scale(.2) rotate(45deg);background:#fff;box-shadow:0 0 16px 5px rgba(177,237,247,.9)}
.shape-glint::before,.shape-glint::after{content:"";position:absolute;left:50%;top:50%;background:#fff;transform:translate(-50%,-50%)}
.shape-glint::before{width:1px;height:20px}.shape-glint::after{width:20px;height:1px}
.shape-label{display:inline-block;position:relative;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;transition:color .3s,transform .45s cubic-bezier(.22,1,.36,1),letter-spacing .45s}
.shape-label::after{content:"";position:absolute;left:50%;right:50%;bottom:-5px;height:1px;background:#16768a;transition:left .35s,right .35s}
.shape-card:hover .shape-icon,.shape-card:focus-visible .shape-icon{transform:translateY(-9px) rotateX(4deg);border-color:rgba(20,117,137,.45);background:#fff;box-shadow:0 22px 45px rgba(6,77,95,.14)}
.shape-card:hover .shape-icon::before,.shape-card:focus-visible .shape-icon::before{inset:6%;border-color:rgba(36,132,150,.3)}
.shape-card:hover .diamond-shape-svg,.shape-card:focus-visible .diamond-shape-svg{transform:scale(1.12) rotate(3deg);color:#075d70;filter:drop-shadow(0 12px 11px rgba(6,77,95,.18))}
.shape-card:hover .diamond-facets>*:first-child,.shape-card:focus-visible .diamond-facets>*:first-child{animation:shape-outline-build .55s cubic-bezier(.65,0,.35,1) both}
.shape-card:hover .diamond-facets>*:nth-child(2),.shape-card:focus-visible .diamond-facets>*:nth-child(2){animation:shape-facets-build .9s .18s cubic-bezier(.65,0,.35,1) both}
.shape-card:hover .diamond-facets>*:nth-child(3),.shape-card:focus-visible .diamond-facets>*:nth-child(3){animation:shape-facets-build .82s .42s cubic-bezier(.65,0,.35,1) both}
.shape-card:hover .diamond-facets>*:nth-child(4),.shape-card:focus-visible .diamond-facets>*:nth-child(4){animation:shape-facets-build .72s .62s cubic-bezier(.65,0,.35,1) both}
.shape-card:nth-child(even):hover .diamond-shape-svg{transform:scale(1.12) rotate(-3deg)}
.shape-card:hover .shape-glint,.shape-card:focus-visible .shape-glint{animation:diamond-glint .85s .82s ease-out}
.shape-card:hover .shape-label,.shape-card:focus-visible .shape-label{color:#075d70;transform:translateY(-2px);letter-spacing:.16em}.shape-card:hover .shape-label::after,.shape-card:focus-visible .shape-label::after{left:10%;right:10%}
@keyframes diamond-glint{0%{opacity:0;transform:scale(.2) rotate(45deg)}35%{opacity:1;transform:scale(1) rotate(45deg)}100%{opacity:0;transform:translate(35px,-20px) scale(.3) rotate(45deg)}}
@keyframes shape-outline-build{0%{stroke-dashoffset:1;opacity:.15}12%{opacity:1}100%{stroke-dashoffset:0;opacity:1}}
@keyframes shape-facets-build{0%{stroke-dashoffset:1;opacity:0}8%{opacity:.45}100%{stroke-dashoffset:0;opacity:1}}
@media(max-width:989px){.shape-row{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 20px 22px;margin-inline:-20px}.shape-row::-webkit-scrollbar{display:none}.shape-card{flex:0 0 132px;scroll-snap-align:start}}
@media(max-width:749px){.shape-card{flex-basis:112px}.shape-label{font-size:.64rem}.shape-icon{margin-bottom:12px}}
@media(prefers-reduced-motion:reduce){.shape-icon,.diamond-shape-svg,.shape-label,.shape-label::after{transition:none!important}.shape-card:hover .shape-glint,.shape-card:focus-visible .shape-glint,.shape-card:hover .diamond-facets>*,.shape-card:focus-visible .diamond-facets>*{animation:none!important}}

/* Three-story hero carousel */
.hero-carousel{position:relative;overflow:hidden;background:#dff5f8}
.hero-carousel__track{position:relative;height:clamp(560px,48vw,740px)}
.hero-slide{position:absolute;inset:0;visibility:hidden;opacity:0;transform:scale(1.025);transition:opacity .9s ease,transform 1.4s cubic-bezier(.22,1,.36,1),visibility 0s .9s}
.hero-slide.is-active{visibility:visible;opacity:1;transform:scale(1);transition-delay:0s}
.hero-slide__media{position:absolute;inset:0}.hero-slide__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(225,247,250,.92),rgba(225,247,250,.3) 46%,transparent 66%)}
.hero-slide--right .hero-slide__media::after{background:linear-gradient(270deg,rgba(247,244,238,.94),rgba(247,244,238,.25) 46%,transparent 66%)}
.hero-slide--light .hero-slide__media::after{background:linear-gradient(270deg,rgba(1,28,36,.8),rgba(1,28,36,.15) 52%,transparent 72%)}
.hero-slide__media img,.hero-slide__media video{width:100%;height:100%;object-fit:cover}
.hero-slide__inner{height:100%;display:flex;align-items:center;position:relative;z-index:2}.hero-slide--right .hero-slide__inner{justify-content:flex-end}
.hero-slide__content{width:min(470px,43vw)}.hero-slide--light .hero-slide__content{color:#fff}.hero-slide--light .eyebrow{color:#b9dfe6}
.hero-slide__content h2{font-size:clamp(2.7rem,4.4vw,5.3rem);line-height:1;max-width:520px;text-transform:uppercase;text-wrap:balance}
.hero-slide__copy{max-width:400px;font-size:.95rem;line-height:1.75}.hero-slide__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-slide--dark .button--secondary{background:transparent;border-color:#073f4d;color:#073f4d}.hero-slide--dark .button--secondary:hover{background:#073f4d;color:#fff}.hero-slide--light .button{background:#fff;border-color:#fff;color:#073f4d}.hero-slide--light .button--secondary{background:transparent;color:#fff}
.hero-slide.is-active .eyebrow,.hero-slide.is-active h2,.hero-slide.is-active .hero-slide__copy,.hero-slide.is-active .hero-slide__actions{animation:hero-copy-in .85s cubic-bezier(.22,1,.36,1) both}
.hero-slide.is-active h2{animation-delay:.1s}.hero-slide.is-active .hero-slide__copy{animation-delay:.18s}.hero-slide.is-active .hero-slide__actions{animation-delay:.26s}
.hero-carousel__controls{position:absolute;z-index:5;left:50%;bottom:25px;transform:translateX(-50%);display:flex;justify-content:flex-end;align-items:center;gap:12px;pointer-events:none}
.hero-carousel__controls>*{pointer-events:auto}.hero-carousel__arrow,.hero-carousel__toggle{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(7,63,77,.28);border-radius:50%;background:rgba(255,255,255,.8);color:#073f4d;backdrop-filter:blur(8px);transition:.3s}
.hero-carousel__arrow:hover,.hero-carousel__toggle:hover{background:#073f4d;color:#fff;transform:scale(1.06)}
.hero-carousel__pagination{display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:24px;background:rgba(255,255,255,.8);backdrop-filter:blur(8px)}
.hero-carousel__pagination button{width:28px;height:4px;padding:0;border:0;background:#9db9bf;overflow:hidden;position:relative}.hero-carousel__pagination button span{position:absolute;inset:0;background:#075d70;transform:scaleX(0);transform-origin:left}.hero-carousel__pagination button.is-active span{animation:hero-progress var(--hero-interval,6s) linear forwards}
.hero-carousel__toggle .play-icon,.hero-carousel__toggle.is-paused .pause-icon{display:none}.hero-carousel__toggle.is-paused .play-icon{display:block}
@keyframes hero-copy-in{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@keyframes hero-progress{to{transform:scaleX(1)}}
@media(max-width:749px){.hero-carousel__track{height:650px}.hero-slide__media::after,.hero-slide--right .hero-slide__media::after,.hero-slide--light .hero-slide__media::after{background:linear-gradient(0deg,rgba(229,248,250,.96) 0%,rgba(229,248,250,.7) 48%,transparent 78%)}.hero-slide--light .hero-slide__media::after{background:linear-gradient(0deg,rgba(1,28,36,.9) 0%,rgba(1,28,36,.42) 55%,transparent 82%)}.hero-slide__media img,.hero-slide__media video{object-position:var(--mobile-focus-x,50%) var(--mobile-focus-y,50%)}.hero-slide__inner,.hero-slide--right .hero-slide__inner{align-items:flex-end;justify-content:flex-start;padding-bottom:100px}.hero-slide__content{width:100%;max-width:340px}.hero-slide__content h2{font-size:clamp(2.4rem,11vw,3.4rem)}.hero-slide__copy{font-size:.88rem}.hero-carousel__controls{bottom:20px;justify-content:center}.hero-carousel__arrow{display:none}}
@media(max-width:420px){.dc-header__main{grid-template-columns:40px minmax(0,1fr) 40px}.dc-header__logo{justify-self:center}.dc-header__logo img,.dc-header.is-condensed .dc-header__logo img{width:min(140px,42vw)}.dc-header__actions{width:40px;justify-content:center;gap:0}.dc-action--cart{display:flex}.dc-announcement{min-height:32px;height:auto;padding:7px 10px;line-height:1.45;letter-spacing:.07em;text-align:center;white-space:normal}.dc-announcement a{white-space:normal}.hero-slide__inner,.hero-slide--right .hero-slide__inner{padding-bottom:92px}.hero-slide__content{max-width:330px}.hero-slide__content h2{font-size:clamp(2.15rem,10.5vw,2.75rem)}.hero-slide__actions{gap:9px;margin-top:22px}.hero-slide__actions .button{padding-inline:18px}.hero-carousel__controls{gap:9px}.hero-carousel__pagination{gap:5px;padding-inline:10px}.hero-carousel__pagination button{width:24px}}
@media(max-width:374px){.hero-carousel__track{height:620px}.hero-slide__content h2{font-size:2.15rem}.hero-slide__copy{line-height:1.6}.hero-slide__actions .button{min-height:38px;padding:8px 14px;font-size:.61rem}.hero-carousel__toggle{width:40px;height:40px}}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}.hero-slide.is-active .eyebrow,.hero-slide.is-active h2,.hero-slide.is-active .hero-slide__copy,.hero-slide.is-active .hero-slide__actions,.hero-carousel__pagination button.is-active span{animation:none}}

/* Production header type scale */
.dc-announcement{min-height:34px;padding:7px 20px;font-size:.7rem;line-height:1.35;letter-spacing:.14em}
.dc-header__left{font-size:.72rem;line-height:1.3;letter-spacing:.11em}
.dc-action{gap:8px;padding-block:9px;font-size:.72rem;line-height:1.25;letter-spacing:.08em}
.dc-nav{min-height:46px;gap:clamp(22px,2.7vw,48px)}
.dc-nav__link{min-height:46px;font-size:.76rem;line-height:1.2;letter-spacing:.13em;white-space:nowrap}
.dc-mega-layout a{padding-block:3px;font-size:1rem;line-height:1.4}
.dc-mega-layout span{max-width:280px;font-size:.92rem;line-height:1.65}
.dc-mega-feature{margin-top:12px;font-size:.78rem!important;letter-spacing:.09em}
@media(max-width:1200px) and (min-width:990px){.dc-nav{gap:20px}.dc-nav__link{font-size:.69rem;letter-spacing:.1em}.dc-action{font-size:.66rem}.dc-header__left{font-size:.66rem}}
@media(max-width:749px){.mobile-nav a,.mobile-nav summary{font-size:.9rem;line-height:1.35;letter-spacing:.09em}.mobile-nav details li a{font-size:.88rem;line-height:1.45}.dc-mobile-menu__footer{font-size:.8rem}.dc-announcement{min-height:32px;height:auto;padding:7px 10px;font-size:.62rem;line-height:1.45;letter-spacing:.07em;text-align:center;white-space:normal}.dc-announcement a{white-space:normal}.dc-header__main{grid-template-columns:40px minmax(0,1fr) 40px}.dc-header__logo{justify-self:center}.dc-header__logo img,.dc-header.is-condensed .dc-header__logo img{width:min(150px,42vw)}.dc-header__actions{width:40px;justify-content:center;gap:0}.dc-header__actions .dc-action:first-child{display:none}.dc-action--cart{display:flex}}

/* Native mobile storefront shell */
.dc-mobile-dock{display:none}
@media(max-width:749px){html,body{max-width:100%;overflow-x:clip}#MainContent{max-width:100%;overflow-x:clip}.site-header,.dc-announcement,.hero-carousel{max-width:100%;overflow-x:clip}.shape-row,.product-gallery{overscroll-behavior-inline:contain}}
@media(max-width:749px){body{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.dc-header{position:stickypx;top:0;z-index:50;box-shadow:0 7px 24px rgba(3,48,59,.07)}.dc-header.is-hidden{transform:none}.dc-header__main{height:60px}.dc-header__menu,.dc-action--cart{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;;transition:background .25s,transform .25s}.dc-header__menu:active,.dc-action--cart:active{background:#e8f6f8;transform:scale(.92)}.dc-header__logo img,.dc-header.is-condensed .dc-header__logo img{width:min(142px,40vw);max-height:48px}.dc-mobile-dock{position:fixed;z-index:55;left:10px;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));height:60px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:5px 8px;border:1px solid rgba(5,75,90,.12);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 14px 38px rgba(2,45,55,.2);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}body:has(#PBarNextFrameWrapper) .dc-mobile-dock{bottom:calc(76px + env(safe-area-inset-bottom))}.dc-mobile-dock a,.dc-mobile-dock button{position:relative;min-width:0;height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;border-radius:15px;background:transparent;color:#56747b;font-size:.52rem;line-height:1;letter-spacing:.06em;text-transform:uppercase;transition:color .25s,background .25s,transform .2s}.dc-mobile-dock a:active,.dc-mobile-dock button:active{transform:scale(.9)}.dc-mobile-dock .icon{width:19px;height:19px}.dc-mobile-dock .is-active{background:#e8f6f8;color:#075d70}.dc-mobile-dock__gem{height:20px;font-size:1.3rem;line-height:16px}.dc-mobile-dock b{position:absolute;top:2px;left:calc(50% + 7px);display:grid;place-items:center;min-width:15px;height:15px;padding:0 3px;border-radius:9px;background:#075d70;color:#fff;font-size:.5rem;font-weight:500}.hero-carousel__track{height:max(620px,calc(100svh - 126px))}.hero-slide__inner,.hero-slide--right .hero-slide__inner{padding-bottom:152px}.hero-carousel__controls{top:18px;right:14px;bottom:auto;left:auto;width:auto;transform:none;justify-content:flex-end}.drawer__panel{padding-bottom:calc(90px + env(safe-area-inset-bottom))}.dc-search{position:fixed;inset:0;z-index:70;padding:calc(24px + env(safe-area-inset-top)) 0 24px;background:rgba(255,255,255,.98)}.dc-search .search-form{width:calc(100% - 28px)}}

/* D'Carat product atelier */
.dc-product{padding-block:24px clamp(64px,8vw,110px);background:#fff}
.dc-product .breadcrumbs{margin-bottom:20px;color:#688087;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}
.dc-design-journey{display:grid;grid-template-columns:repeat(3,1fr);margin:4px 0 26px;border:1px solid #d8e2e4;background:#fff}
.dc-design-journey>div{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:12px;min-width:0;padding:13px 18px;border-right:1px solid #d8e2e4}.dc-design-journey>div:last-child{border:0}
.dc-design-journey b{display:grid;place-items:center;width:28px;height:28px;border:1px solid #aabfc3;border-radius:50%;color:#527078;font-size:.68rem;font-weight:500}.dc-design-journey .is-complete b{background:#064d5f;color:#fff}.dc-design-journey .is-active b{border:2px solid #064d5f;color:#064d5f}
.dc-design-journey span{display:grid;min-width:0}.dc-design-journey small{color:#71868b;font-size:.55rem;letter-spacing:.12em;text-transform:uppercase}.dc-design-journey strong{overflow:hidden;color:#214750;font-size:.72rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.dc-design-journey a{border-bottom:1px solid #78969c;color:#45666e;font-size:.6rem;letter-spacing:.08em;text-transform:uppercase}
.dc-product__layout{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(390px,.72fr);gap:clamp(36px,4vw,72px);align-items:start}
.dc-product__media-column{min-width:0}
.dc-product__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.dc-product__media{position:relative;overflow:hidden;background:linear-gradient(145deg,#f7f8f6,#eef3f2);min-width:0}
.dc-product__media:first-child{grid-column:1/-1}
.dc-product__media img,.dc-product__media video,.dc-product__media model-viewer,.dc-product__media iframe{width:100%;height:100%;aspect-ratio:1;object-fit:cover;transition:transform 1s cubic-bezier(.22,1,.36,1)}
.dc-product__media:hover img{transform:scale(1.025)}
.dc-product__media-count{position:absolute;z-index:2;right:14px;bottom:12px;padding:5px 9px;background:rgba(255,255,255,.84);color:#49636a;font-size:.58rem;letter-spacing:.12em;backdrop-filter:blur(8px)}
.dc-product__gallery-nav{display:none}
.dc-product__panel{position:sticky;top:172px;align-self:start;padding:clamp(24px,3vw,42px) 0}
.dc-product__badges{display:flex;gap:7px;margin-bottom:18px}
.dc-product__badges span{padding:5px 9px;border:1px solid #b9d1d6;border-radius:20px;color:#315c66;font-size:.57rem;letter-spacing:.12em;text-transform:uppercase}
.dc-product__panel>.eyebrow{margin-bottom:10px;color:#6d858a}
.dc-product__panel h1{max-width:620px;margin-bottom:14px;color:#123b45;font-size:clamp(2.2rem,3.15vw,3.85rem);line-height:1.03;text-transform:none;text-wrap:balance}
.dc-product__subtitle{max-width:570px;margin:0;color:#61777c;font-size:.88rem;line-height:1.75}
.dc-product__price-row{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:25px 0 5px;padding-bottom:22px;border-bottom:1px solid #dce7e9}
.dc-product__price{display:flex;align-items:center;gap:12px;color:#0a4e5e;font-size:1.25rem;letter-spacing:.02em}
.dc-product__price s{color:#8a999c;font-size:.85rem}.dc-product__tax{color:#7a8c90;font-size:.65rem}
.dc-product__options{padding:7px 0 2px}
.dc-product__option{min-width:0;margin:20px 0 0;padding:0;border:0}
.dc-product__option legend{display:flex;justify-content:space-between;width:100%;margin-bottom:10px;color:#244c56;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase}
.dc-product__option legend strong{color:#6d858a;font-weight:400;letter-spacing:.03em;text-transform:none}
.dc-product__values{display:flex;flex-wrap:wrap;gap:8px}
.dc-product__values input{position:absolute;width:1px;height:1px;opacity:0}
.dc-product__values label{position:relative;display:grid;place-items:center;min-height:42px;padding:8px 14px;border:1px solid #cbdadd;background:#fff;color:#31535b;font-size:.73rem;line-height:1.2;cursor:pointer;transition:border-color .25s,background .25s,color .25s,transform .25s}
.dc-product__values label:hover{border-color:#4d8591;transform:translateY(-1px)}
.dc-product__values input:focus-visible+label{outline:2px solid var(--color-accent);outline-offset:2px}
.dc-product__values input:checked+label{border-color:#064d5f;background:#e9f7f9;color:#064d5f;box-shadow:inset 0 0 0 1px #064d5f}
.dc-product__engraving{margin-top:22px}.dc-product__engraving label{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.dc-product__engraving small{color:#839397;text-transform:none}.dc-product__engraving input{width:100%;padding:12px 14px;border:1px solid #cbdadd;background:#fff}
.dc-product__buy-row{display:grid;grid-template-columns:112px 1fr;gap:10px;margin-top:26px}
.dc-product__quantity{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;min-height:52px;border:1px solid #b9cdd1}
.dc-product__quantity button{height:100%;padding:0;border:0;background:none;color:#174854;font-size:1rem}.dc-product__quantity input{width:100%;padding:0;border:0;background:none;text-align:center;-moz-appearance:textfield}.dc-product__quantity input::-webkit-inner-spin-button{display:none}
.dc-product__add{min-height:52px;justify-content:space-between;border-radius:0;padding-inline:22px}.dc-product__add:hover{background:#0b6477;color:#fff}.dc-product__add:disabled{opacity:.45;cursor:not-allowed}
.dc-product__form .shopify-payment-button{margin-top:10px}.dc-product__form .shopify-payment-button__button{min-height:50px;border-radius:0!important}
.dc-product__secondary-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:11px}.dc-product__secondary-actions button,.dc-product__secondary-actions a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border:0;border-right:1px solid #d7e2e4;background:none;color:#355a63;font-size:.63rem;letter-spacing:.08em;text-transform:uppercase}.dc-product__secondary-actions a{border-right:0}.dc-product__secondary-actions span{font-size:1rem}.dc-product__secondary-actions button.is-saved span{color:#075d70}.dc-product__secondary-actions button:hover,.dc-product__secondary-actions a:hover{background:#f1f9fa}
.dc-product__delivery{margin:15px 0 0;padding:13px 15px;background:#f4f9f9;color:#5e7479;font-size:.7rem;line-height:1.55}.dc-product__delivery>span{margin-right:7px;color:#075d70}.dc-product__delivery strong{color:#244e58;font-weight:500}
.dc-product__assurances{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:27px;background:#dce7e9;border:1px solid #dce7e9}
.dc-product__assurances>div{display:grid;justify-items:center;padding:15px 8px;background:#f6fbfb;text-align:center}.dc-product__assurances>div>span{height:23px;color:#1f6574;font-size:1.15rem}.dc-product__assurances strong{font-size:.61rem;letter-spacing:.06em;text-transform:uppercase}.dc-product__assurances small{margin-top:3px;color:#73898e;font-size:.58rem;line-height:1.35}
.dc-product__consultation{display:flex;justify-content:space-between;gap:15px;margin-top:14px;padding:14px 16px;background:#e8f6f8;color:#28535d;font-size:.7rem}.dc-product__consultation strong{font-weight:500}
.dc-product__accordions{margin-top:22px;border-top:1px solid #dce7e9}.dc-product__accordions details{border-bottom:1px solid #dce7e9}.dc-product__accordions summary{display:flex;justify-content:space-between;padding:17px 0;color:#214b55;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;list-style:none}.dc-product__accordions summary::-webkit-details-marker{display:none}.dc-product__accordions summary span{font-size:1rem;transition:transform .25s}.dc-product__accordions details[open] summary span{transform:rotate(45deg)}.dc-product__accordion-content{padding:0 0 18px;color:#667b80;font-size:.8rem;line-height:1.7}
.dc-product__sticky{position:fixed;z-index:49;right:22px;bottom:22px;left:22px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;max-width:620px;margin:auto;padding:10px 10px 10px 18px;border:1px solid rgba(5,75,90,.14);background:rgba(255,255,255,.94);box-shadow:0 14px 44px rgba(2,45,55,.18);opacity:0;visibility:hidden;transform:translateY(25px);transition:.35s;backdrop-filter:blur(16px)}
.dc-product__sticky.visible{opacity:1;visibility:visible;transform:none}.dc-product__sticky>div{display:grid;min-width:0}.dc-product__sticky small{overflow:hidden;color:#60787e;font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.dc-product__sticky strong{color:#164c58;font-size:.85rem;font-weight:500}.dc-product__sticky .button{min-height:42px;border-radius:0;white-space:nowrap}
@media(max-width:989px){.dc-product__layout{grid-template-columns:1fr;gap:22px}.dc-product__panel{position:static;padding-top:16px}.dc-product__gallery{grid-template-columns:repeat(2,1fr)}.dc-design-journey strong{font-size:.66rem}}
@media(max-width:749px){.dc-product{padding-top:12px}.dc-product>.container{width:100%}.dc-product .breadcrumbs{padding-inline:14px}.dc-design-journey{margin:0;border-inline:0;overflow-x:auto}.dc-design-journey>div{grid-template-columns:27px 1fr;min-width:145px;padding:10px 12px}.dc-design-journey>div a{display:none}.dc-design-journey b{width:25px;height:25px}.dc-design-journey small{font-size:.49rem}.dc-design-journey strong{font-size:.6rem}.dc-product__layout{gap:0}.dc-product__gallery{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.dc-product__gallery::-webkit-scrollbar{display:none}.dc-product__media{flex:0 0 100%;scroll-snap-align:center}.dc-product__media-count{right:12px;bottom:10px}.dc-product__gallery-nav{display:flex;justify-content:center;gap:6px;padding:12px}.dc-product__gallery-nav button{width:22px;height:3px;padding:0;border:0;background:#c7d7da;transition:width .3s,background .3s}.dc-product__gallery-nav button.is-active{width:42px;background:#075d70}.dc-product__panel{padding:18px 18px 12px}.dc-product__panel h1{font-size:clamp(2rem,9vw,2.75rem)}.dc-product__subtitle{font-size:.82rem}.dc-product__price-row{align-items:center;margin-top:20px}.dc-product__buy-row{grid-template-columns:94px 1fr}.dc-product__assurances small{display:none}.dc-product__assurances>div{padding:13px 5px}.dc-product__assurances strong{font-size:.55rem}.dc-product__consultation{display:grid;gap:2px}.dc-product__sticky{right:10px;bottom:calc(76px + env(safe-area-inset-bottom));left:10px;max-width:none;gap:10px}.dc-product__sticky small{display:block;max-width:42vw}.dc-product__sticky .button{padding-inline:16px}body:has(#PBarNextFrameWrapper) .dc-product__sticky{bottom:calc(142px + env(safe-area-inset-bottom))}}

/* Reference-led catalogue, service and footer system */
.dc-coverage{border-block:1px solid #dae5e7;background:#f7fbfb}.dc-coverage .rich-text{margin-bottom:38px}.dc-coverage__icon{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 15px;border:1px solid #9ebbc1;border-radius:50%;color:#075d70;font-size:1.25rem}.dc-coverage .trust-grid>div{padding:12px 18px;border-right:1px solid #d9e5e7}.dc-coverage .trust-grid>div:last-child{border:0}
.template-collection .collection-hero{max-width:780px;margin:auto;padding:54px 20px 42px}.template-collection .collection-hero h1{color:#133f49;font-size:clamp(2.35rem,4vw,4.2rem);text-transform:none}.template-collection .collection-hero .prose{color:#667d82;font-size:.87rem}.template-collection .collection-toolbar{position:sticky;z-index:15;top:155px;margin:0 0 30px;padding:13px 0;background:rgba(255,255,255,.95);backdrop-filter:blur(12px)}.template-collection .collection-toolbar button,.template-collection .collection-toolbar select{min-height:38px;border:1px solid #c8d8db;background:#fff;padding:7px 12px;color:#31565f;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.template-collection .collection-toolbar label{margin-right:8px;color:#6b8186;font-size:.62rem;text-transform:uppercase}.template-collection .facets{border-top:1px solid #d7e3e5}.template-collection .facets summary{color:#264f58}.template-collection .facet-values label{font-size:.75rem;color:#62787d}.template-collection .product-card{transition:transform .35s}.template-collection .product-card:hover{transform:translateY(-3px)}
.site-footer{background:#073d49}.footer-brand .wordmark{margin-bottom:16px;font-size:2rem}.footer-brand>p{max-width:310px;color:#c4d8dc;font-size:.8rem}.footer-appointment{display:inline-block;margin-top:12px;padding-bottom:3px;border-bottom:1px solid #85aeb6;color:#fff;font-size:.67rem;letter-spacing:.09em;text-transform:uppercase}.footer-grid h3{margin-bottom:18px;color:#9cc1c8}.footer-links li+li{margin-top:7px}.footer-links a{transition:color .2s,transform .2s}.footer-links a:hover{display:inline-block;color:#fff;transform:translateX(3px)}.footer-bottom select{border:1px solid #ffffff42;background:#073d49;color:#fff;padding:7px}
@media(max-width:989px){.template-collection .collection-toolbar{top:92px}.dc-coverage .trust-grid>div:nth-child(2n){border-right:0}}
@media(max-width:749px){.dc-coverage .trust-grid{grid-template-columns:1fr 1fr}.dc-coverage .trust-grid>div{padding:18px 10px;border-bottom:1px solid #d9e5e7}.dc-coverage .trust-grid>div:last-child{grid-column:1/-1}.template-collection .collection-hero{padding-block:34px 28px}.template-collection .collection-toolbar{top:92px}.template-collection .collection-toolbar form label{display:none}.site-footer{padding-bottom:82px}.footer-appointment{margin-bottom:10px}}
@media(max-width:420px){.dc-announcement{gap:7px;padding-inline:6px;font-size:.52rem;letter-spacing:.035em}.dc-announcement>span{font-size:.62rem}}
.category-card__link{display:inline-block;margin-top:9px;padding-bottom:2px;border-bottom:1px solid #8fa9ae;color:#315861;font-size:.58rem;letter-spacing:.09em;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:.3s}.media-card:hover .category-card__link{opacity:1;transform:none}.template-index .shopify-section:has(.grid--5) .media-card img{object-fit:contain;padding:8%;background:linear-gradient(145deg,#f8faf9,#edf4f3)}
@media(max-width:749px){.category-card__link{opacity:1;transform:none}.template-index .shopify-section:has(.grid--5) .grid--5>*{min-width:64%}}
@media(max-width:749px){.dc-header{position:sticky}}

/* Reviews and brand-promise experience */
.testimonials{overflow:hidden;background:linear-gradient(135deg,#eaf8fa 0%,#f6fbfb 55%,#e5f5f7 100%)}
.testimonials__header{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}.testimonials__header>div{max-width:670px}.testimonials__header h2{margin-bottom:12px;color:#153f49}.testimonials__header p:not(.eyebrow){max-width:540px;color:#607b81}.testimonials__verified{display:grid;gap:5px;text-align:right}.testimonials__verified span,.testimonial-card__stars{color:#b58a4c;letter-spacing:.16em}.testimonials__verified small{color:#58757b;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}
.testimonial-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.testimonial-card{position:relative;display:flex;min-height:310px;flex-direction:column;margin:0;padding:32px;border:1px solid rgba(25,80,91,.13);background:rgba(255,255,255,.86);box-shadow:0 12px 34px rgba(14,67,77,.06);transition:transform .35s,box-shadow .35s}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(14,67,77,.11)}.testimonial-card__stars{font-size:.76rem}.testimonial-card__stars .is-empty{opacity:.25}.testimonial-card blockquote{margin:25px 0 30px;color:#244d56;font-family:var(--font-heading);font-size:clamp(1.1rem,1.45vw,1.4rem);line-height:1.55}.testimonial-card figcaption{display:flex;align-items:center;gap:12px;margin-top:auto}.testimonial-card figcaption>span:last-child{display:grid}.testimonial-card figcaption strong{color:#214a53;font-size:.75rem;letter-spacing:.07em;text-transform:uppercase}.testimonial-card figcaption small{color:#71878c;font-size:.7rem}.testimonial-card__avatar{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#dff2f5;color:#1b6574;font-size:.75rem}
.promise-card{min-height:285px}.promise-card__number{position:absolute;top:24px;right:26px;color:#9cbaC0;font-size:.62rem;letter-spacing:.15em}.promise-card__icon{display:grid;width:48px;height:48px;margin-bottom:30px;place-items:center;border:1px solid #afd0d6;border-radius:50%;color:#166276;font-size:1.2rem}.promise-card h3{color:#194852;font-size:1.18rem;text-transform:none}.promise-card p{color:#617b81;font-size:.82rem;line-height:1.75}.promise-card a{margin-top:auto;color:#225d69;font-size:.65rem;letter-spacing:.09em;text-transform:uppercase}.testimonials__app:not(:empty){margin-top:36px}
@media(max-width:749px){.testimonials__header{display:block;margin-bottom:26px}.testimonials__header .text-link{display:inline-block;margin-top:10px}.testimonial-track{display:flex;gap:14px;margin-inline:-14px;padding:4px 14px 24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.testimonial-track::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 min(84vw,330px);min-height:285px;padding:26px;scroll-snap-align:center}.testimonial-card:first-child{margin-left:0}.promise-card__icon{margin-bottom:24px}.testimonials::after{content:'Swipe to explore';display:block;margin-top:-10px;color:#779197;font-size:.55rem;letter-spacing:.13em;text-align:center;text-transform:uppercase}}

/* D'Carat wordmark footer */
.dc-footer{position:relative;overflow:hidden;padding:0 0 82px;background:#063e4b;color:#f4fbfc}.dc-footer::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 82% 8%,rgba(126,201,213,.13),transparent 31%),linear-gradient(135deg,rgba(255,255,255,.025),transparent 45%);pointer-events:none}.dc-footer>.container{position:relative}.dc-footer__wordmark{padding:68px 0 55px;text-align:center}.dc-footer__wordmark a{display:inline-block;width:min(560px,54vw)}.dc-footer__wordmark img{width:100%;filter:brightness(0) invert(1);opacity:.97}.dc-footer__wordmark>p{margin:16px 0 0;color:#a9c9cf;font-size:.66rem;letter-spacing:.2em;text-transform:uppercase}.dc-footer__consultation{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:42px 0;border-block:1px solid rgba(214,239,243,.18)}.dc-footer__consultation>div{max-width:700px}.dc-footer__consultation .eyebrow{margin-bottom:12px;color:#9ec8d0}.dc-footer__consultation h2{margin-bottom:10px;color:#fff;font-size:clamp(2rem,3.2vw,3.5rem);text-transform:none}.dc-footer__consultation p:not(.eyebrow){max-width:580px;margin:0;color:#b9d1d6;font-size:.86rem}.dc-footer__consultation-button{display:flex;min-width:245px;align-items:center;justify-content:space-between;gap:24px;padding:17px 19px 17px 24px;border:1px solid rgba(255,255,255,.42);border-radius:40px;color:#fff;font-size:.68rem;letter-spacing:.11em;text-transform:uppercase;transition:background .3s,color .3s,transform .3s}.dc-footer__consultation-button b{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#fff;color:#064956;font-size:1rem}.dc-footer__consultation-button:hover{background:#fff;color:#064956;transform:translateY(-2px)}.dc-footer__consultation-button:hover b{background:#dff5f8}.dc-footer__navigation{display:grid;grid-template-columns:minmax(280px,1.45fr) repeat(3,minmax(150px,.7fr));gap:clamp(35px,6vw,90px);padding:58px 0}.dc-footer__about>p:not(.eyebrow){max-width:350px;color:#afcbd0;font-size:.8rem;line-height:1.8}.dc-footer__about .eyebrow,.dc-footer__menu h3{margin-bottom:20px;color:#88b7c0;font:500 .62rem var(--font-body);letter-spacing:.14em;text-transform:uppercase}.dc-footer__address{white-space:pre-line}.dc-footer__social{display:flex;flex-wrap:wrap;gap:23px;margin-top:28px}.dc-footer__social a{padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.45);font-size:.66rem;letter-spacing?;.08em;text-transform:uppercase}.dc-footer__social a span{margin-left:4px}.dc-footer__menu ul{margin:0;padding:0;list-style:none}.dc-footer__menu li+li{margin-top:10px}.dc-footer__menu a{display:inline-block;color:#c3d8dc;font-size:.76rem;transition:color .25s,transform .25s}.dc-footer__menu a:hover{color:#fff;transform:translateX(4px)}.dc-footer__base{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:24px;border-top:1px solid rgba(214,239,243,.18)}.dc-footer__legal{display:flex;flex-wrap:wrap;gap:10px 24px;color:#96b9c0;font-size:.62rem;letter-spacing:.06em}.dc-footer__legal a:hover{color:#fff}.dc-footer__localization form{display:flex;gap:8px}.dc-footer__localization select{min-height:38px;border:1px solid rgba(255,255,255,.25);background:#063e4b;color:#dcecef;padding:7px 30px 7px 10px;font-size:.65rem}
@media(max-width:989px){.dc-footer__navigation{grid-template-columns:1.2fr repeat(3,1fr);gap:28px}.dc-footer__consultation{gap:30px}.dc-footer__consultation-button{min-width:220px}}
@media(max-width:749px){.dc-footer{padding-bottom:105px}.dc-footer__wordmark{padding:50px 0 38px}.dc-footer__wordmark a{width:min(310px,78vw)}.dc-footer__wordmark>p{font-size:.55rem;line-height:1.7}.dc-footer__consultation{display:block;padding:32px 0}.dc-footer__consultation h2{font-size:2.15rem}.dc-footer__consultation p:not(.eyebrow){font-size:.8rem}.dc-footer__consultation-button{width:100%;min-width:0;margin-top:25px}.dc-footer__navigation{grid-template-columns:1fr 1fr;gap:38px 24px;padding:42px 0}.dc-footer__about{grid-column:1/-1}.dc-footer__about>p:not(.eyebrow){max-width:100%}.dc-footer__menu h3{margin-bottom:15px}.dc-footer__menu li+li{margin-top:9px}.dc-footer__menu a{font-size:.72rem}.dc-footer__base{display:block}.dc-footer__legal{gap:9px 18px}.dc-footer__localization{margin-top:22px}.dc-footer__localization form{display:grid}.dc-footer__localization select{width:100%}}
.dc-footer__social a{letter-spacing:.08em}

/* Guided ring builder */
.dc-builder{background:#f8fbfb;color:#173d46}.dc-builder__hero{padding:72px 0 64px;background:linear-gradient(135deg,#e8f7f9,#f8fcfc);text-align:center}.dc-builder__hero .container{max-width:850px}.dc-builder__hero h1{margin-bottom:18px;color:#123e49;font-size:clamp(2.8rem,5vw,5rem);text-transform:none}.dc-builder__hero>div>p:not(.eyebrow){max-width:680px;margin-inline:auto;color:#607a80}.dc-builder__assurances{display:flex;justify-content:center;gap:15px 34px;flex-wrap:wrap;margin-top:27px;color:#52727a;font-size:.63rem;letter-spacing:.1em;text-transform:uppercase}.dc-builder__shell{padding-block:42px 85px}.dc-builder__progress{position:sticky;z-index:18;top:0;display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:30px;border:1px solid #d8e5e7;background:rgba(255,255,255,.96);backdrop-filter:blur(15px)}.dc-builder__progress button{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;min-height:64px;border:0;border-right:1px solid #e1eaec;background:transparent;color:#799096;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase}.dc-builder__progress button:last-child{border:0}.dc-builder__progress b{display:grid;width:25px;height:25px;place-items:center;border:1px solid #aac0c5;border-radius:50%;font-size:.6rem}.dc-builder__progress .is-active{background:#edf8fa;color:#075d70}.dc-builder__progress .is-active::after{content:'';position:absolute;right:18px;bottom:-1px;left:18px;height:2px;background:#0a6678}.dc-builder__progress .is-active b,.dc-builder__progress .is-complete b{border-color:#0a6678;background:#0a6678;color:#fff}.dc-builder__progress .is-complete b{font-size:0}.dc-builder__progress .is-complete b::after{content:'✓';font-size:.65rem}.dc-builder__workspace{display:grid;grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);gap:30px;align-items:start}.dc-builder__preview{position:sticky;top:95px;overflow:hidden;border:1px solid #dce7e9;background:#fff}.dc-builder__preview-stage{position:relative;display:grid;min-height:430px;place-items:center;background:radial-gradient(circle at 50% 42%,#fff 0,#eff8f9 52%,#e0f0f2 100%)}.dc-builder__ring{width:min(92%,430px);overflow:visible}.dc-builder__ring path,.dc-builder__ring polygon,.dc-builder__ring circle{stroke:#6f979f;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}.dc-builder__ring .dc-builder__stone{fill:url(#RingDiamond);filter:drop-shadow(0 8px 12px rgba(26,91,105,.22))}.dc-builder__ring .dc-builder__side-stones polygon,.dc-builder__ring .dc-builder__pave circle{fill:#dff6fa}.dc-builder__spark{position:absolute;color:#fff;text-shadow:0 0 12px #46a4b8;font-size:1.25rem;animation:builder-spark 2.7s infinite}.dc-builder__spark--one{top:24%;left:24%}.dc-builder__spark--two{top:38%;right:22%;animation-delay:1.1s}.dc-builder__preview-copy{padding:27px 30px}.dc-builder__preview-copy h2{font-size:1.65rem;text-transform:none}.dc-builder__preview-copy dl{margin:24px 0}.dc-builder__preview-copy dl div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-top:1px solid #e4edef}.dc-builder__preview-copy dt{color:#789096;font-size:.67rem;text-transform:uppercase}.dc-builder__preview-copy dd{margin:0;color:#345962;font-size:.72rem;text-align:right}.dc-builder__price-note{margin:0;color:#71878c;font-size:.68rem;line-height:1.65}.dc-builder__form{min-height:760px;border:1px solid #dce7e9;background:#fff}.dc-builder__pane{padding:42px 44px 30px;animation:builder-pane .4s ease}.dc-builder__pane[hidden]{display:none}.dc-builder__pane h2{margin-bottom:9px;color:#143f49;font-size:clamp(2rem,3vw,3rem);text-transform:none}.dc-builder__intro{margin-bottom:34px;color:#688087;font-size:.85rem}.dc-builder__form fieldset{margin:28px 0;padding:0;border:0}.dc-builder__form legend,.dc-builder__detail-grid>label,.dc-builder__select-grid>label{display:block;margin-bottom:13px;color:#315962;font-size:.67rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.dc-builder__setting-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dc-builder input[type=radio]{position:absolute;opacity:0;pointer-events:none}.dc-builder__setting-card{display:grid;cursor:pointer;padding:18pxbly;border:1px solid #d6e2e4;textpx;text-align:center;transition:.25s}.dc-builder__setting-card:has(input:checked){border-color:#0a6577;background:#f0fafb;box-shadow:inset 0 0 0 1px #0a6577}.dc-builder__setting-art{display:grid;height:95px;place-items:center}.dc-builder__setting-art svg{width:120px;stroke:#537981;stroke-width:1.6;fill:none}.dc-builder__setting-card strong{color:#264f58;font-size:.76rem;text-transform:uppercase}.dc-builder__setting-card small{color:#7a9095;font-size:.67rem}.dc-builder__choice-row,.dc-builder__metal-grid,.dc-builder__karat-grid{display:grid;gap:10px}.dc-builder__choice-row{grid-template-columns:1fr 1fr}.dc-builder__metal-grid{grid-template-columns:repeat(3,1fr)}.dc-builder__karat-grid{grid-template-columns:repeat(5,1fr)}.dc-builder__choice-row label>span,.dc-builder__metal-grid label>span,.dc-builder__karat-grid label>span{display:flex;min-height:66px;align-items:center;justify-content:center;gap:10px;padding:11px;border:1px solid #d6e2e4;cursor:pointer;text-align:center}.dc-builder__choice-row label>span{display:grid}.dc-builder__choice-row small{color:#7a9095;font-size:.65rem}.dc-builder__choice-row b,.dc-builder__metal-grid b{color:#315963;font-size:.73rem}.dc-builder label:has(input:checked)>span{border-color:#096477;background:#eff9fa;box-shadow:inset 0 0 0 1px #096477}.dc-builder__shape-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.dc-builder__shape-grid label>span{display:grid;min-height:100px;place-items:center;padding:10px 5px?;border:1px solid #d9e5e7;cursor:pointer}.dc-builder__shape-grid svg{width:45px;height:50px;stroke:#6a929a}.dc-builder__shape-grid b{font-size:.61rem;letter-spacing:.07em;text-transform:uppercase}.dc-builder__metal-grid i{display:block;width:24px;height:24px;border:1px solid #c7d3d5;border-radius:50%;box-shadow:inset 0 0 0 5px #fff}.dc-builder__metal-grid .is-white{background:linear-gradient(135deg,#fff,#aebcc0)}.dc-builder__metal-grid .is-yellow{background:linear-gradient(135deg,#ffe8a2,#ad7418)}.dc-builder__metal-grid .is-rose{background:linear-gradient(135deg,#f6cec5,#a96659)}.dc-builder__select-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dc-builder select,.dc-builder input[type=text]{width:100%;min-height:52px;margin-top:8px;border:1px solid #cbdadd;background:#fff;padding:11px;color:#31555e;font-size:.8rem}.dc-builder__notice{margin-top:32px;padding:21px 23px;border-left:3px solid #4d9bab;background:#edf8f9}.dc-builder__notice b{font-size:.69rem;letter-spacing:.08em;text-transform:uppercase}.dc-builder__notice p{margin:5px 0 0;color:#658087;font-size:.75rem}.dc-builder__detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.dc-builder__detail-grid label>span{float:right;color:#8ca0a4;font-size:.56rem}.dc-builder__detail-grid small{display:block;margin-top:7px;color:#84979b;font-size:.63rem;text-transform:none}.dc-builder__review{border-top:1px solid #dbe6e8}.dc-builder__review>div{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid #dbe6e8}.dc-builder__review span{color:#6b8388;font-size:.67rem;letter-spacing:.07em;text-transform:uppercase}.dc-builder__review strong{color:#264e57;font-size:.78rem;text-align:right}.dc-builder__review-actions{display:flex;align-items:center;gap:25px;margin-top:30px}.dc-builder__privacy{margin:22px 0 0;color:#7b9095;font-size:.65rem}.dc-builder__controls{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:auto;padding:22px 44px;border-top:1px solid #dce7e9}.dc-builder__back{border:0;background:transparent;color:#42656d;font-size:.72rem}.dc-builder__back:disabled{opacity:.3}.dc-builder__controls span{color:#82969a;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase}.dc-builder__controls .button{min-width:145px}.dc-builder__controls .button[hidden]{display:none}@keyframes builder-pane{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes builder-spark{0%,100%{opacity:.2;transform:scale(.7) rotate(0)}50%{opacity:1;transform:scale(1.2) rotate(45deg)}}
@media(max-width:989px){.dc-builder__workspace{grid-template-columns:1fr}.dc-builder__preview{position:static;display:grid;grid-template-columns:1fr 1fr}.dc-builder__preview-stage{min-height:330px}.dc-builder__form{min-height:0}.dc-builder__progress{top:70px}}
@media(max-width:749px){.dc-builder__hero{padding:48px 0 42px}.dc-builder__hero h1{font-size:2.8rem}.dc-builder__hero>div>p:not(.eyebrow){font-size:.82rem}.dc-builder__assurances{display:grid;gap:7px}.dc-builder__shell{width:100%;padding:0 0 90px}.dc-builder__progress{top:60px;margin:0;border-inline:0;overflow-x:auto}.dc-builder__progress button{min-width:82px;min-height:58px;display:grid;gap:2px;padding:7px 3px}.dc-builder__progress .is-active::after{right:8px;left:8px}.dc-builder__workspace{gap:0}.dc-builder__preview{display:block;border-inline:0}.dc-builder__preview-stage{min-height:300px}.dc-builder__ring{width:min(90%,350px)}.dc-builder__preview-copy{padding:22px 18px}.dc-builder__preview-copy h2{font-size:1.4rem}.dc-builder__form{border-inline:0}.dc-builder__pane{padding:34px 18px 25px}.dc-builder__pane h2{font-size:2rem}.dc-builder__setting-grid{gap:8px}.dc-builder__setting-card{padding:12px 5px}.dc-builder__setting-art{height:80px}.dc-builder__setting-card small{font-size:.6rem}.dc-builder__shape-grid{grid-template-columns:repeat(4,1fr);gap:6px}.dc-builder__shape-grid label>span{min-height:88px;padding:7px 2px}.dc-builder__shape-grid svg{width:38px}.dc-builder__shape-grid b{font-size:.52rem}.dc-builder__choice-row,.dc-builder__detail-grid{grid-template-columns:1fr}.dc-builder__metal-grid{grid-template-columns:1fr}.dc-builder__karat-grid{grid-template-columns:repeat(5,1fr);gap:5px}.dc-builder__karat-grid label>span{min-height:48px;padding:5px;font-size:.7rem}.dc-builder__select-grid{grid-template-columns:1fr}.dc-builder__controls{position:sticky;z-index:12;bottom:68px;padding:12px 14px;background:rgba(255,255,255,.96);box-shadow:0 -8px 24px rgba(7,61,73,.08)}.dc-builder__controls span{display:none}.dc-builder__controls .button{min-width:130px}.dc-builder__review-actions{align-items:stretch;flex-direction:column}.dc-builder__review-actions .button{width:100%}}
.dc-builder__setting-card{padding:18px}.dc-builder__shape-grid label>span{padding:10px 5px}.dc-builder__ring .dc-builder__stone{filter:drop-shadow(0 8px 12px rgba(26,91,105,.22))}
@media(max-width:749px){.dc-builder__setting-card{padding:12px 5px}.dc-builder__shape-grid label>span{padding:7px 2px}}
@media(max-width:749px){.dc-builder__hero h1{max-width:100%;font-size:clamp(2.15rem,11vw,2.75rem);line-height:1.06;overflow-wrap:anywhere}.dc-builder__hero>div>p:not(.eyebrow){max-width:340px}.dc-builder__progress{grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden}.dc-builder__progress button{min-width:0;font-size:.48rem;letter-spacing:.06em}.dc-builder__progress b{width:23px;height:23px}.dc-builder__preview-stage{overflow:hidden}}
