@import url('/assets/fonts.css');

:root{--blue:#2c2666;--blue-dark:#211d4e;--ink:#17171d;--muted:#6c6b75;--line:#e5e4ea;--pale:#f6f6f8;--white:#fff;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif;--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;color:var(--ink);background:var(--white);font-family:var(--sans);font-size:14px;line-height:1.7;-webkit-font-smoothing:antialiased}
body.dialog-open{overflow:hidden}
::selection{background:var(--blue);color:white}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button{cursor:pointer;color:inherit}
button{border:0;background:none;padding:0}
button:disabled{cursor:default}
img{max-width:100%;display:block}
svg{display:block}
p,h1,h2,h3{margin:0}
h1,h2{font-family:var(--serif);font-weight:400;line-height:1.04;letter-spacing:-.035em}
h2{font-size:clamp(42px,4.15vw,65px)}
em{font-weight:400;color:var(--blue)}
p{color:var(--muted)}
:focus-visible{outline:2px solid #6860bb;outline-offset:5px}
[hidden]{display:none!important}
.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}
.icon{width:22px;height:22px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:-60px;left:16px;background:var(--blue);color:white;padding:10px 20px;z-index:1000}
.skip-link:focus{top:10px}
.eyebrow{font-size:10px;font-weight:600;letter-spacing:.19em;color:var(--blue);display:flex;align-items:center;gap:13px;line-height:1.7}
.small-line{display:inline-block;width:48px;height:1px;background:var(--blue);opacity:.45}
.tiny-diamond{height:7px;width:7px;background:var(--blue);transform:rotate(45deg)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:54px;background:var(--blue);color:white;padding:16px 25px;font-size:12px;font-weight:500;line-height:1.4;transition:background .3s,transform .3s,box-shadow .3s;border:1px solid var(--blue)}
.button:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 20px #2c266616}
.button .icon{width:18px;height:18px;transition:transform .3s}
.button:hover .icon{transform:translateX(3px)}
.button-small{min-height:44px;padding:12px 18px;gap:22px;font-size:11px}
.button-white{background:white;color:var(--blue);border-color:white}
.button-white:hover{background:#ededf4;color:var(--blue)}
.button-outline{background:transparent;color:var(--blue)}
.button-outline:hover{background:var(--pale)}
.text-link{font-size:12px;font-weight:500;display:inline-flex;align-items:center;gap:18px;position:relative;line-height:1.8;padding:3px 0;color:var(--blue)}
.text-link:after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(.35);transform-origin:left;transition:transform .35s var(--ease)}
.text-link:hover:after{transform:scaleX(1)}
.text-link .icon{width:17px;height:17px}
.round-button{display:flex;align-items:center;justify-content:center;border:1px solid #ffffff70;width:44px;height:44px;border-radius:50%;flex-shrink:0;transition:background .25s,transform .25s}
.round-button:hover{background:#ffffff45;transform:rotate(6deg)}
.announcement{height:33px;display:flex;align-items:center;justify-content:space-between;padding:0 4.8%;background:var(--blue);color:#fff;font-size:9px;letter-spacing:.08em}
.announcement-location{font-size:8px;letter-spacing:.15em;display:flex;gap:20px}
.site-header{position:sticky;top:0;z-index:40;background:#fffffffa;border-bottom:1px solid var(--line);transition:box-shadow .3s}
.site-header.scrolled{box-shadow:0 2px 15px #00000006}
.nav-wrap{max-width:1600px;margin:auto;padding:0 4.8%;height:100px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{flex-shrink:0;display:inline-block;line-height:1}
.brand-art{display:block;position:relative;width:166px;height:85px;overflow:hidden}
.brand-art img{position:absolute;width:272px;max-width:none;height:auto;left:-55px;top:-29px;mix-blend-mode:multiply}
.desktop-nav{display:flex;align-items:center;gap:32px;margin-left:auto;margin-right:42px;font-size:11px}
.desktop-nav a{position:relative;padding:8px 0;color:#39383f}
.desktop-nav a:after{content:'';position:absolute;bottom:3px;left:0;right:0;background:var(--blue);height:1px;transform:scaleX(0);transform-origin:left;transition:transform .3s}
.desktop-nav a:hover:after{transform:scaleX(1)}
.menu-toggle,.mobile-nav{display:none}
.hero{max-width:1600px;margin:auto;padding:38px 4.8% 42px;display:grid;grid-template-columns:1.02fr 1fr;gap:5.5%;align-items:center;min-height:660px}
.hero-copy{padding:30px 0 14px}
.hero h1{font-size:clamp(57px,5.6vw,86px);margin:25px 0 28px;max-width:650px;line-height:.99;letter-spacing:-.047em}
.hero h1 span,.hero h1 em{display:block}
.hero h1 em{margin-top:8px}
.hero-description{font-size:13px;line-height:1.95;max-width:420px}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin:33px 0 47px}
.hero-actions .button{padding:16px 21px;gap:23px}
.hero-actions .text-link{font-size:11px;gap:10px}
.hero-footnote{display:flex;align-items:center;gap:11px;color:#72707e;font-size:8px;letter-spacing:.105em;line-height:1.9}
.hero-footnote .icon{width:24px;height:24px;color:var(--blue)}
.footnote-dot{padding:0 7px}
.hero-visual{position:relative;isolation:isolate;min-width:0;aspect-ratio:.99;max-height:650px;background:#dedee5;animation:image-in 1.3s var(--ease) both}
.hero-image{width:100%;height:100%;object-fit:cover}
.hero-frame{position:absolute;inset:17px;border:1px solid #ffffff4d;pointer-events:none}
.hero-stamp{width:108px;height:108px;position:absolute;top:-20px;right:-20px;display:grid;place-items:center;background:white;border-radius:50%;color:var(--blue);box-shadow:0 3px 8px #00000003}
.hero-stamp>svg:first-child{width:100%;height:100%;animation:rotate 35s linear infinite;fill:var(--blue);font-size:9.4px;letter-spacing:2px;font-family:var(--sans);font-weight:500}
.hero-stamp .stamp-gem{position:absolute;width:32px;height:32px;stroke-width:1}
.hero-stamp{overflow:hidden}
.hero-product-caption{position:absolute;left:29px;right:29px;bottom:-17px;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:15px;background:#fffffff0;color:var(--blue);backdrop-filter:blur(12px);box-shadow:0 5px 20px #24203c08}
.hero-product-caption>div{display:flex;flex-direction:column;gap:2px}
.hero-product-caption .eyebrow{font-size:8px;letter-spacing:.17em}
.hero-product-caption>div>span:last-child{font-family:var(--serif);font-size:25px;line-height:1.3}
.hero-product-caption .round-button{border-color:#2c266630;width:37px;height:37px}
.hero-product-caption .round-button:hover{background:#2c266613}
.hero-index{position:absolute;left:-24px;top:40%;writing-mode:vertical-rl;transform:rotate(180deg);font-size:7px;letter-spacing:.18em;color:#797782}

/* Hero motion: independent layers keep entrances and pointer movement smooth. */
.hero h1 .hero-word{display:inline-block;animation:hero-word-in 1.15s var(--ease) var(--word-delay,0ms) both}
.hero-intro{animation:rise-in .9s var(--ease) both}
.hero-intro .tiny-diamond{animation:hero-diamond-turn 8s var(--ease) 1.6s infinite}
.hero-description{animation:rise-in 1s var(--ease) .58s both}
.hero-actions{animation:rise-in 1s var(--ease) .75s both}
.hero-footnote{animation:rise-in 1s var(--ease) .95s both}
.hero-image-stage{position:absolute;inset:0;overflow:hidden;isolation:isolate}
.hero-parallax{width:100%;height:100%;transform:translate3d(var(--hero-x,0px),var(--hero-y,0px),0) scale(1.045);transition:transform .65s var(--ease)}
.hero-image{animation:hero-crystal-drift 12s ease-in-out infinite;transform-origin:50% 68%}
.hero-light-sweep{position:absolute;inset:-40% auto -40% -40%;width:12%;background:#ffffff20;box-shadow:0 0 26px 12px #ffffff12;pointer-events:none;animation:hero-light-pass 11s ease-in-out 1.3s infinite;opacity:0}
.hero-glints{position:absolute;inset:0;pointer-events:none;translate:var(--hero-x,0px) var(--hero-y,0px);transition:translate .65s var(--ease)}
.hero-glint{position:absolute;width:21px;height:21px;left:47%;top:15%;background:white;clip-path:polygon(50% 0,59% 40%,100% 50%,59% 59%,50% 100%,40% 59%,0 50%,40% 40%);opacity:0;animation:hero-crystal-glint 8s ease-in-out 1.5s infinite}
.hero-glint:nth-child(2){left:34%;top:57%;width:15px;height:15px;animation-delay:4.1s}
.hero-glint:nth-child(3){left:62%;top:76%;width:18px;height:18px;animation-delay:6.4s}
.hero-frame{animation:hero-frame-in 1.6s var(--ease) .25s both}
.hero-product-caption{animation:rise-in 1.1s var(--ease) .65s both;translate:calc(var(--hero-x,0px) * -.35) calc(var(--hero-y,0px) * -.35);transition:translate .65s var(--ease)}
.hero-motion-toggle{position:absolute;top:27px;left:27px;width:30px;height:30px;display:grid;place-items:center;background:#ffffffc9;border:1px solid #ffffff94;border-radius:50%;color:var(--blue);transition:background .25s,transform .25s;z-index:2}
.hero-motion-toggle:hover{background:white;transform:scale(1.08)}
.hero-motion-toggle svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;fill:none}
.motion-play-icon{display:none}
.hero-motion-toggle[aria-pressed="true"] .motion-pause-icon{display:none}
.hero-motion-toggle[aria-pressed="true"] .motion-play-icon{display:block}
.hero.ambient-paused :is(.hero-image,.hero-light-sweep,.hero-glint,.tiny-diamond),.hero.ambient-paused .hero-stamp>svg:first-child{animation-play-state:paused}
@keyframes hero-word-in{from{opacity:0;transform:translateY(.48em) rotate(2deg);filter:blur(5px)}to{opacity:1;transform:translateY(0) rotate(0);filter:blur(0)}}
@keyframes hero-crystal-drift{0%,100%{transform:translateY(3px) scale(1)}50%{transform:translateY(-4px) scale(1.025)}}
@keyframes hero-light-pass{0%,12%{opacity:0;transform:translateX(0) skewX(-22deg)}17%{opacity:.65}38%{opacity:0;transform:translateX(1500%) skewX(-22deg)}100%{opacity:0;transform:translateX(1500%) skewX(-22deg)}}
@keyframes hero-crystal-glint{0%,8%,25%,100%{opacity:0;transform:scale(.35) rotate(0)}15%{opacity:.92;transform:scale(1) rotate(12deg)}20%{opacity:.2;transform:scale(.6) rotate(20deg)}}
@keyframes hero-diamond-turn{0%,18%,100%{transform:rotate(45deg) scale(1)}9%{transform:rotate(225deg) scale(1.3)}}
@keyframes hero-frame-in{from{opacity:0;clip-path:inset(0 100% 100% 0)}to{opacity:1;clip-path:inset(0)}}
@media(max-width:650px){.hero-motion-toggle{top:20px;left:20px;width:34px;height:34px}}
@media(prefers-reduced-motion:reduce){.hero-parallax{transform:none!important}.hero-glints,.hero-light-sweep,.hero-motion-toggle{display:none!important}.hero-product-caption{translate:none!important}.hero h1 .hero-word{opacity:1;transform:none;filter:none}}
.collection-ribbon{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--pale);padding:22px 0}
.ribbon-track{display:flex;align-items:center;gap:54px;width:max-content;animation:marquee 42s linear infinite;padding-left:54px}
.ribbon-track>span{font-family:var(--serif);font-size:25px;color:var(--blue);white-space:nowrap}
.ribbon-track .icon{width:17px;height:17px;color:#8a87a8;stroke-width:1}
.collection-ribbon:hover .ribbon-track{animation-play-state:paused}
.section{max-width:1600px;padding:105px 4.8%;margin:auto}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:45px}
.section-heading h2{margin-top:19px}
.section-heading-right{padding-bottom:7px;max-width:330px}
.section-heading-right>p,.section-heading>p{font-size:13px;line-height:1.9}
.section-heading-right>.text-link{margin-top:21px}
.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin:0 0 29px;border-bottom:1px solid var(--line);gap:20px}
.filter-tabs{display:flex;gap:27px}
.filter{font-size:11px;padding:13px 0 17px;position:relative;color:var(--muted);white-space:nowrap}
.filter.active{color:var(--blue);font-weight:600}
.filter:after{content:'';height:2px;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0);background:var(--blue);transition:transform .3s}
.filter.active:after{transform:scaleX(1)}
.filter sup{font-size:8px;margin-left:4px}
.collection-note{font-size:7px;letter-spacing:.1em;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.product-card{min-width:0;animation:rise-in .7s var(--ease) both}
.product-card:nth-child(2){animation-delay:60ms}.product-card:nth-child(3){animation-delay:120ms}.product-card:nth-child(4){animation-delay:180ms}
.product-image-button{position:relative;overflow:hidden;display:block;width:100%;aspect-ratio:.83;background:#eeeeF2;text-align:left}
.product-image-button img{width:100%;height:100%;object-fit:cover;transition:transform .85s var(--ease)}
.product-image-button:hover img{transform:scale(1.045)}
.product-tag{position:absolute;top:13px;left:13px;background:#ffffffde;color:var(--blue);font-size:7px;font-weight:600;letter-spacing:.09em;padding:7px 9px;line-height:1.3}
.product-open{position:absolute;right:14px;bottom:14px;width:33px;height:33px;display:grid;place-items:center;background:white;color:var(--blue);border-radius:50%;transition:transform .35s,background .35s}
.product-open .icon{width:17px;height:17px}
.product-image-button:hover .product-open{transform:rotate(90deg);background:var(--blue);color:white}
.product-meta{padding:20px 0 2px}
.product-meta>span:first-child{font-size:8px;font-weight:500;letter-spacing:.13em;color:#74717e}
.product-meta h3{font-family:var(--serif);font-weight:500;font-size:24px;line-height:1.3;margin:6px 0 9px;letter-spacing:-.02em}
.product-meta h3 button{text-align:left;font:inherit}
.product-meta h3 button:hover{color:var(--blue)}
.product-enquire{font-size:7px;letter-spacing:.09em;color:#77757f}
.other-collections{margin-top:42px;border-top:1px solid var(--line);padding-top:27px}
.other-collections .eyebrow{font-size:8px;color:var(--muted);margin-bottom:17px}
.other-collections>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.other-collections a{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;color:var(--blue);padding:8px 0}
.other-collections a:hover span{transform:translate(2px,-2px)}
.other-collections a span{transition:transform .25s}
.collection-bottom{border-top:1px solid var(--line);margin-top:27px;padding-top:24px;display:flex;align-items:center;justify-content:center;gap:20px;font-size:12px;color:var(--muted)}
.bespoke{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1.03fr;background:var(--blue);color:white;overflow:hidden}
.bespoke-art{position:relative;min-height:625px;overflow:hidden;background:#d6d6df}
.bespoke-art>img{width:100%;height:100%;position:absolute;object-fit:cover;transform:scale(1.12)}
.bespoke-art:after{content:'';position:absolute;inset:25px;border:1px solid #ffffff5c;pointer-events:none}
.bespoke-image-caption{position:absolute;left:43px;bottom:43px;background:var(--blue);padding:17px 21px;display:flex;align-items:center;gap:17px;color:white;font-size:9px;letter-spacing:.16em}
.bespoke-image-caption .icon{width:31px;height:31px;stroke-width:.9}
.bespoke-copy{position:relative;padding:80px 12%;isolation:isolate}
.bespoke-copy .eyebrow{color:#d5d2f1;font-size:9px}
.bespoke-copy h2{margin:25px 0 26px;font-size:clamp(44px,4.3vw,68px);letter-spacing:-.02em}
.bespoke-copy h2 em{color:#d1cdef}
.bespoke-copy>p:not(.eyebrow){font-size:12px;color:#d2cfe3;line-height:1.9;max-width:400px}
.bespoke-options{display:grid;grid-template-columns:1fr;gap:10px;margin:26px 0 32px}
.bespoke-options>span{display:flex;align-items:center;gap:10px;font-size:11px;color:#e2dfee}
.bespoke-options .icon{height:15px;width:15px;color:#b9b3df}
.bespoke-watermark{position:absolute;font-family:var(--serif);font-style:italic;right:-20px;bottom:-125px;font-size:470px;line-height:1;color:#ffffff03;pointer-events:none;z-index:-1}
.story{display:grid;grid-template-columns:1fr 1fr;gap:12%;padding-top:115px;padding-bottom:110px}
.story h2{margin-top:22px}
.story-location{display:flex;gap:13px;align-items:center;font-size:8px;letter-spacing:.1em;color:var(--muted);margin-top:42px;line-height:1.8}
.story-location .icon{color:var(--blue);width:24px;height:24px}
.story-copy{padding-top:17px}
.story-copy .lead{font-family:var(--serif);font-size:29px;line-height:1.25;color:var(--ink);letter-spacing:-.01em;margin-bottom:23px}
.story-copy>p:not(.lead){font-size:12px;line-height:2;margin-bottom:16px}
.story-copy .text-link{margin-top:6px}
.process{background:var(--pale);padding-top:76px;padding-bottom:83px}
.process .section-heading{margin-bottom:42px}
.process h2{font-size:clamp(42px,3.7vw,57px)}
.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:55px}
.process-step{border-top:1px solid #d8d6e0;padding-top:19px}
.step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px;color:var(--blue)}
.step-top>span{font-family:var(--serif);font-style:italic;font-size:24px;color:#89849f}
.step-top .icon{height:26px;width:26px;stroke-width:1}
.process-step h3{font-family:var(--serif);font-size:27px;font-weight:500;margin-bottom:9px;letter-spacing:-.02em}
.process-step p{font-size:12px;line-height:1.9;max-width:300px}
.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:12%;padding-top:100px;padding-bottom:100px}
.faq h2{margin:20px 0 27px;font-size:54px}
.faq-list{border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:12px;font-weight:500;cursor:pointer;padding:24px 0}
.faq summary::-webkit-details-marker{display:none}
.faq summary .icon{width:17px;height:17px;color:var(--blue);transition:transform .3s}
.faq details[open] summary .icon{transform:rotate(45deg)}
.faq details p{font-size:12px;line-height:1.9;padding:0 35px 23px 0;animation:rise-in .35s var(--ease)}
.contact{background:var(--pale);border-top:1px solid var(--line)}
.contact-inner{max-width:1600px;margin:auto;padding:94px 4.8%;display:grid;grid-template-columns:1fr 1fr;gap:11%}
.contact-copy h2{font-size:clamp(57px,5.6vw,86px);margin:24px 0 22px}
.contact-copy>.eyebrow{font-size:9px}
.contact-copy>p:not(.eyebrow){font-size:12px;line-height:1.9}
.contact-links{margin-top:37px;display:flex;flex-direction:column;gap:23px}
.contact-links>a{display:flex;align-items:center;gap:16px;font-size:12px;line-height:1.8;color:var(--blue)}
.contact-links>a>.icon:first-child{width:20px;height:20px}
.contact-links>a>.icon:last-child{margin-left:auto;width:15px;height:15px;align-self:center;color:#827f94;transition:transform .25s}
.contact-links>a:hover>.icon:last-child{transform:translate(2px,-2px)}
.contact-links small{display:block;font-size:7px;font-weight:500;letter-spacing:.13em;color:var(--muted);margin-bottom:5px}
.enquiry-panel{background:white;border:1px solid var(--line);padding:35px 34px;align-self:start}
.enquiry-panel h3{font-family:var(--serif);font-size:31px;font-weight:500;letter-spacing:-.025em;line-height:1.2}
.form-intro{font-size:11px;margin:9px 0 30px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.enquiry-panel label{display:block;font-size:10px;font-weight:500;margin-bottom:23px;color:#43414d}
.enquiry-panel label>span{color:var(--blue)}
input,select,textarea{border:0;border-bottom:1px solid #d9d7e2;border-radius:0;background:transparent;padding:11px 0;outline:none;display:block;width:100%;min-width:0;color:var(--ink);font-size:11px;line-height:1.6;transition:border-color .2s}
input::placeholder,textarea::placeholder{color:#8b8994;opacity:1}
input:focus,select:focus,textarea:focus{border-color:var(--blue)}
textarea{resize:vertical;min-height:94px;max-height:240px}
select{appearance:auto;padding-right:12px;height:41px;cursor:pointer}
.enquiry-submit{width:100%;justify-content:space-between;margin-top:1px}
.form-note{font-size:9px;text-align:center;margin:14px auto 0;line-height:1.7;max-width:330px}
.enquiry-ready>.ready-icon{border:1px solid #d4d1e3;border-radius:50%;width:48px;height:48px;padding:11px;color:var(--blue);margin-bottom:24px}
.enquiry-ready>.eyebrow{font-size:8px;margin-bottom:14px}
.enquiry-ready>p:not(.eyebrow){font-size:12px;margin:15px 0}
.enquiry-ready .button{width:100%;justify-content:space-between;margin:9px 0;font-size:11px}
.enquiry-ready .text-link{margin-top:16px}
#enquiry-summary{white-space:pre-wrap;overflow-wrap:anywhere;background:var(--pale);max-height:200px;overflow:auto;font-size:11px;line-height:1.8;padding:18px;margin:23px 0 16px;color:#595563}
footer{max-width:1600px;margin:auto;padding:54px 4.8% 20px;background:white}
.footer-main{display:grid;grid-template-columns:1.45fr .75fr 1fr .5fr;gap:30px;align-items:start;padding-bottom:47px}
.footer-brand .brand{margin-top:-10px}
.footer-brand>p{font-family:var(--serif);font-size:21px;font-style:italic;color:var(--blue);margin-top:9px}
.footer-nav{display:flex;flex-direction:column;gap:11px;font-size:11px;padding-top:6px}
.footer-nav>span{font-size:8px;font-weight:600;letter-spacing:.14em;color:var(--blue);margin-bottom:10px}
.footer-nav>a{color:var(--muted)}
.footer-nav>a:hover{color:var(--blue)}
.back-to-top{justify-self:end;display:flex;align-items:center;flex-direction:column;gap:12px;padding-top:4px;color:var(--blue)}
.back-to-top>.icon{border:1px solid var(--line);width:45px;height:45px;padding:13px;transform:rotate(-90deg);border-radius:50%;transition:background .3s}
.back-to-top:hover>.icon{background:var(--pale)}
.back-to-top>span{font-size:7px;letter-spacing:.12em}
.footer-bottom{border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:8px}
.footer-bottom>span:last-child{font-size:7px;letter-spacing:.1em}
.floating-contact{position:fixed;bottom:25px;right:25px;z-index:35;display:flex;align-items:center;gap:10px;background:var(--blue);color:white;padding:13px 18px;box-shadow:0 4px 20px #211d4e25;border:1px solid #ffffff30;font-size:11px;border-radius:30px;transition:transform .3s,box-shadow .3s}
.floating-contact .icon{height:20px;width:20px;stroke-width:1.3}
.floating-contact:hover{transform:translateY(-3px);box-shadow:0 8px 25px #211d4e35}
dialog{border:0;color:var(--ink);padding:0;overscroll-behavior:contain;box-shadow:0 25px 100px #0003;max-height:90dvh;max-width:calc(100% - 40px)}
dialog::backdrop{background:#10101a99;backdrop-filter:blur(6px)}
dialog[open]{animation:dialog-in .4s var(--ease)}
.product-dialog{width:950px}
.dialog-close{position:absolute;right:14px;top:14px;z-index:2;background:#ffffffed;border-color:var(--line);color:var(--blue)}
.dialog-close:hover{background:var(--pale)}
#product-detail{display:grid;grid-template-columns:1fr 1fr;min-height:540px}
.detail-image{background:#ededf3;display:flex;align-items:center}
.detail-image>img{width:100%;height:100%;object-fit:cover}
.detail-copy{padding:65px 37px 40px}
.detail-copy h2{font-size:44px;margin:17px 0 23px}
.detail-copy>p:not(.eyebrow){font-size:12px;line-height:1.9}
.detail-copy ul{list-style:none;padding:0;margin:26px 0;display:grid;gap:11px}
.detail-copy li{display:flex;align-items:center;gap:10px;font-size:11px;color:#55505f}
.detail-copy li .icon{width:15px;height:15px;color:var(--blue)}
.detail-copy .detail-note{font-size:10px!important;border-top:1px solid var(--line);padding-top:17px;margin-bottom:22px}
.detail-copy .button{width:100%;justify-content:space-between;font-size:11px;padding:14px 17px}
.detail-copy>.text-link{margin-top:19px;font-size:10px}
.catalog-dialog{width:1170px;padding:38px}
.catalog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px}
.catalog-heading h2{font-size:44px;margin-top:10px}
.catalog-heading .round-button{border-color:var(--line);color:var(--blue)}
.catalog-search{display:flex;align-items:center;border-bottom:1px solid var(--line);gap:13px;max-width:470px}
.catalog-search .icon{width:18px;height:18px;color:var(--blue)}
.catalog-search input{border:0;font-size:12px}
#catalog-status{font-size:10px;margin:20px 0}
.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.catalog-grid .product-image-button{aspect-ratio:1}
.catalog-empty{grid-column:1/-1;padding:50px 0;text-align:center}
.catalog-empty h3{font-family:var(--serif);font-size:35px;font-weight:400}
.catalog-empty p{margin:15px auto 25px;max-width:450px;font-size:12px}
.motion-ready .reveal{opacity:0;transform:translateY(24px);transition:opacity .85s var(--ease) var(--reveal-delay,0s),transform .85s var(--ease) var(--reveal-delay,0s)}
.motion-ready .reveal.is-visible{opacity:1;transform:translateY(0)}
@keyframes rise-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@keyframes image-in{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes rotate{to{transform:rotate(360deg)}}
@keyframes marquee{to{transform:translateX(-50%)}}
@keyframes dialog-in{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}

@media(min-width:1600px){.announcement{padding-left:calc((100% - 1446px)/2);padding-right:calc((100% - 1446px)/2)}.hero{min-height:730px}.nav-wrap{padding-left:77px;padding-right:77px}.hero h1{font-size:88px}.hero-description{font-size:14px}.hero-visual{max-height:650px}.section{padding-left:77px;padding-right:77px}}
@media(max-width:1200px){.desktop-nav{gap:24px;margin-right:12px}.hero{gap:4%;min-height:590px}.hero h1{font-size:68px}.hero-actions{gap:18px;margin-bottom:30px}.hero-actions .button{font-size:11px}.hero-actions .text-link{font-size:10px}.hero-description{font-size:12px}.hero-footnote{font-size:7px}.hero-stamp{height:90px;width:90px;right:-12px}.section{padding-top:85px;padding-bottom:85px}.collection-note{display:none}.product-grid{gap:18px}.product-meta h3{font-size:22px}.bespoke-art{min-height:620px}.bespoke-copy{padding:66px 10%}.contact-inner{gap:6%;padding-top:80px;padding-bottom:80px}.enquiry-panel{padding:30px 25px}.faq{gap:8%}.footer-main{grid-template-columns:1.2fr .8fr 1fr .45fr}}
@media(max-width:1000px){.hero h1{font-size:61px}.hero-actions{flex-direction:column;align-items:flex-start;gap:17px}.hero-visual{aspect-ratio:.82}.hero-product-caption{left:18px;right:18px;bottom:18px;padding:14px}.hero-product-caption>div>span:last-child{font-size:22px}.hero-footnote{max-width:270px}.nav-wrap{gap:20px}.desktop-nav{gap:20px;font-size:10px}.button-small{font-size:10px;padding:11px 13px;gap:14px}.brand-art{width:150px;height:77px}.brand-art img{width:247px;left:-50px;top:-26px}.nav-wrap{height:90px}.product-tag{font-size:6px;padding:6px}.product-meta h3{font-size:21px}.product-enquire{font-size:6px}.process-grid{gap:35px}.story{gap:9%}.story-copy .lead{font-size:27px}.bespoke-copy h2{font-size:51px}.contact-copy h2{font-size:64px}.footer-nav{font-size:10px}.enquiry-panel h3{font-size:28px}}
@media(max-width:900px){.desktop-nav{display:none}.nav-quote{margin-left:auto}.menu-toggle{display:flex;width:34px;height:40px;align-items:center;justify-content:center;flex-direction:column;gap:6px}.menu-toggle span{width:22px;height:1px;background:var(--blue);transition:transform .25s}.menu-open .menu-toggle span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:white;padding:0 5%;max-height:0;overflow:hidden;visibility:hidden;box-shadow:0 15px 20px #00000008;transition:max-height .35s,padding .35s,visibility .35s}.menu-open .mobile-nav{max-height:350px;padding:16px 5% 25px;visibility:visible}.mobile-nav>a{font-size:14px;padding:14px 0;border-bottom:1px solid var(--line)}.hero{gap:5%;padding-top:35px;padding-bottom:35px;min-height:550px}.hero h1{font-size:57px}.hero-visual{aspect-ratio:.76}.hero-copy{padding:10px 0}.hero-footnote{font-size:6px}.hero-intro{font-size:8px}.hero-description{font-size:11px}.hero-actions{margin-top:23px;margin-bottom:28px}.hero-stamp{height:78px;width:78px;top:-13px;right:-10px}.hero-stamp .stamp-gem{width:26px;height:26px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 22px}.product-image-button{aspect-ratio:1}.product-meta h3{font-size:26px}.product-tag{font-size:7px;padding:7px 9px}.product-enquire{font-size:7px}.bespoke-art{min-height:570px}.bespoke-copy{padding:58px 9%}.bespoke-copy h2{font-size:45px}.bespoke-copy>p:not(.eyebrow){font-size:11px}.bespoke-options>span{font-size:10px}.bespoke-copy .button{font-size:11px;gap:20px}.story{gap:8%}.story h2{font-size:45px}.story-copy .lead{font-size:25px}.process-step h3{font-size:24px}.faq{grid-template-columns:.85fr 1.15fr;gap:7%}.faq h2{font-size:45px}.faq summary{font-size:11px}.contact-inner{grid-template-columns:1fr;gap:45px}.contact-copy{display:grid;grid-template-columns:1fr 1fr;column-gap:45px;align-items:start}.contact-copy>.eyebrow{grid-column:1/-1}.contact-copy h2{grid-column:1;grid-row:2}.contact-copy>p:not(.eyebrow){grid-column:1;grid-row:3}.contact-links{grid-column:2;grid-row:2/4;margin-top:28px;gap:23px}.contact-links>a{font-size:11px}.enquiry-panel{max-width:none;padding:40px}.enquiry-panel h3{font-size:33px}.footer-main{grid-template-columns:1.1fr .8fr 1fr;gap:23px}.back-to-top{display:none}.footer-brand>p{font-size:19px}}
@media(max-width:650px){html{scroll-padding-top:88px}.announcement{justify-content:center;height:28px;font-size:8px;padding:0 20px}.announcement-location{display:none}.nav-wrap{height:80px;padding:0 22px;gap:17px}.brand-art{width:135px;height:70px}.brand-art img{width:224px;left:-46px;top:-24px}.nav-quote{font-size:9px;min-height:38px;padding:10px 12px;gap:12px}.nav-quote .icon{width:14px;height:14px}.menu-toggle{width:25px}.hero{display:flex;flex-direction:column;gap:35px;padding:39px 24px 27px;min-height:0;align-items:stretch}.hero-copy{padding:0}.hero-intro{font-size:8px;gap:10px}.hero h1{font-size:clamp(56px,11.6vw,73px);margin:23px 0 21px;max-width:530px;letter-spacing:-.045em}.hero h1 span{max-width:440px}.hero h1 em{margin-top:4px}.hero-description{font-size:12px;line-height:1.9}.hero-description br:nth-child(2){display:none}.hero-actions{flex-direction:row;align-items:center;gap:18px;margin-top:27px;margin-bottom:26px}.hero-actions .button{font-size:10px;gap:15px;padding:15px 16px;min-height:48px}.hero-actions .text-link{font-size:9px;gap:8px}.hero-footnote{font-size:6.5px;max-width:none;gap:9px}.hero-footnote .icon{width:21px;height:21px}.footnote-dot{padding:0 4px}.hero-visual{aspect-ratio:1.02;max-height:570px;align-self:stretch}.hero-image{object-position:center 55%}.hero-frame{inset:12px}.hero-stamp{height:79px;width:79px;top:-19px;right:-9px}.hero-product-caption{left:20px;right:20px;bottom:20px;padding:13px 15px}.hero-product-caption .eyebrow{font-size:7px}.hero-index{display:none}.collection-ribbon{padding:17px 0}.ribbon-track{gap:30px;padding-left:30px}.ribbon-track>span{font-size:22px}.ribbon-track .icon{width:14px;height:14px}.section{padding:66px 24px}.section-heading{align-items:flex-start;flex-direction:column;gap:22px;margin-bottom:32px}.eyebrow{font-size:8px;letter-spacing:.17em}.section-heading h2{font-size:47px;margin-top:16px}.section-heading-right{display:flex;align-items:center;justify-content:space-between;gap:25px;max-width:none;width:100%;padding:0}.section-heading-right p{font-size:11px;line-height:1.8}.section-heading-right .text-link{font-size:10px;margin-top:0;gap:10px;flex-shrink:0}.section-heading-right p br{display:none}.collection-toolbar{margin-bottom:23px}.filter-tabs{gap:22px;width:100%;justify-content:space-between}.filter{font-size:9px;padding-bottom:14px}.filter sup{font-size:7px}.product-grid{gap:27px 15px}.product-image-button{aspect-ratio:.82}.product-tag{font-size:5.5px;letter-spacing:.055em;left:8px;top:8px;padding:5px 6px}.product-open{width:27px;height:27px;right:9px;bottom:9px}.product-open .icon{width:14px;height:14px}.product-meta{padding-top:14px}.product-meta>span:first-child{font-size:6.5px;letter-spacing:.08em}.product-meta h3{font-size:22px;margin:6px 0;line-height:1.15}.product-enquire{font-size:5.5px;letter-spacing:.055em}.collection-bottom{flex-direction:column;gap:8px;font-size:11px;margin-top:29px;padding-top:24px}.collection-bottom .text-link{font-size:11px}.bespoke{grid-template-columns:1fr}.bespoke-art{min-height:0;aspect-ratio:1.12}.bespoke-art>img{object-position:center 65%;transform:scale(1.05)}.bespoke-art:after{inset:20px}.bespoke-image-caption{left:33px;bottom:33px;padding:13px 17px;font-size:7px}.bespoke-image-caption .icon{width:24px;height:24px}.bespoke-copy{padding:49px 30px 56px}.bespoke-copy h2{font-size:57px;margin:19px 0 24px}.bespoke-copy>p:not(.eyebrow){font-size:12px;max-width:430px}.bespoke-options{grid-template-columns:1fr 1fr;column-gap:12px;row-gap:14px;margin-top:26px}.bespoke-options>span{font-size:9px;gap:8px}.bespoke-options .icon{width:12px;height:12px}.bespoke-copy .button{min-height:49px;font-size:11px}.story{grid-template-columns:1fr;gap:30px}.story h2{font-size:48px}.story-location{margin-top:24px;font-size:7px}.story-copy{padding-top:0}.story-copy .lead{font-size:28px}.story-copy>p:not(.lead){font-size:12px}.process{padding-top:57px;padding-bottom:57px}.process .section-heading{gap:20px}.process .section-heading>p{font-size:12px}.process .section-heading>p br{display:none}.process-grid{grid-template-columns:1fr;gap:29px}.step-top{margin-bottom:15px}.process-step h3{font-size:28px}.process-step p{max-width:none;font-size:12px}.process-step{padding-top:14px}.process .section-heading{margin-bottom:28px}.faq{grid-template-columns:1fr;gap:35px}.faq h2{font-size:48px;margin-bottom:22px}.faq summary{font-size:12px;padding:23px 0}.faq details p{font-size:12px}.contact-inner{padding:60px 24px;gap:35px}.contact-copy{display:block}.contact-copy>.eyebrow{font-size:7px}.contact-copy h2{font-size:69px;margin-top:23px}.contact-copy>p:not(.eyebrow){font-size:12px}.contact-links{margin-top:29px;gap:22px}.contact-links>a{font-size:12px}.contact-links small{font-size:7px}.enquiry-panel{padding:29px 23px}.enquiry-panel h3{font-size:31px}.form-intro{font-size:10px;margin-bottom:28px}.form-row{gap:17px}.enquiry-panel label{font-size:9px}.enquiry-panel input,.enquiry-panel select,.enquiry-panel textarea{font-size:12px}.enquiry-submit{font-size:11px;min-height:49px}.form-note{font-size:8px}.enquiry-ready h3{font-size:35px}footer{padding:41px 24px 23px}.footer-main{grid-template-columns:1fr 1fr;gap:31px 20px;padding-bottom:30px}.footer-brand{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand>p{font-size:20px;margin-top:0;max-width:150px}.footer-brand .brand{margin-top:0}.footer-nav{font-size:10px;gap:10px}.footer-nav>span{font-size:7px;margin-bottom:6px}.footer-bottom{font-size:7px;flex-direction:column;gap:8px;padding-bottom:48px}.footer-bottom>span:last-child{font-size:6px}.floating-contact{right:17px;bottom:17px;padding:13px;border-radius:50%}.floating-contact>span{display:none}.floating-contact .icon{height:22px;width:22px}dialog{max-width:calc(100% - 28px);max-height:92dvh}#product-detail{grid-template-columns:1fr}.detail-image{height:auto;aspect-ratio:1.15}.detail-image>img{object-position:center 58%}.detail-copy{padding:29px 24px}.detail-copy h2{font-size:40px;margin:14px 0 17px}.detail-copy ul{margin:20px 0}.dialog-close{width:36px;height:36px;right:11px;top:11px}.catalog-dialog{padding:24px 19px}.catalog-heading h2{font-size:36px;line-height:1.05}.catalog-heading .round-button{width:34px;height:34px}.catalog-heading{gap:12px}.catalog-heading .eyebrow{font-size:6.5px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 13px}.catalog-grid .product-meta h3{font-size:22px}.catalog-grid .product-image-button{aspect-ratio:.84}}
@media(max-width:380px){.nav-wrap{padding:0 16px;gap:12px}.brand-art{width:120px;height:63px}.brand-art img{width:200px;left:-41px;top:-21px}.hero{padding-left:19px;padding-right:19px}.hero h1{font-size:54px}.hero-actions{gap:15px}.hero-actions .text-link{font-size:8px}.hero-actions .button{font-size:9px;gap:12px}.section{padding-left:19px;padding-right:19px}.section-heading h2{font-size:42px}.section-heading-right{flex-direction:column;align-items:flex-start;gap:16px}.filter{font-size:8px}.filter-tabs{gap:14px}.product-meta h3{font-size:20px}.product-tag{font-size:5px}.bespoke-copy h2{font-size:51px}.bespoke-options{grid-template-columns:1fr}.contact-inner{padding-left:19px;padding-right:19px}.enquiry-panel{padding:26px 18px}.form-row{grid-template-columns:1fr;gap:0}.footer-nav{font-size:9px}}
@media(max-width:1000px){.hero-product-caption{bottom:-13px}}
@media(max-width:650px){.hero-description br:nth-child(2){display:initial}.other-collections{margin-top:29px}.other-collections>div{grid-template-columns:1fr;gap:5px}.other-collections a{font-size:11px;border-bottom:1px solid var(--line);padding:12px 0}.other-collections a:last-child{border-bottom:0}}
@media(max-width:650px){.enquiry-panel input,.enquiry-panel select,.enquiry-panel textarea,.catalog-search input{font-size:16px}.enquiry-panel input::placeholder,.enquiry-panel textarea::placeholder{font-size:12px}}
@media(max-width:380px){.bespoke{grid-template-columns:minmax(0,1fr)}.bespoke-copy{min-width:0}.bespoke-copy h2{font-size:45px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1!important;transform:none!important}.ribbon-track{transform:none}.hero-copy,.hero-visual{opacity:1;transform:none}}

/* Stronger brand contrast */
.brand-art{width:66px;height:66px;display:grid;place-items:center;overflow:visible}
.brand-art img{position:static;width:100%;height:100%;max-width:100%;object-fit:contain;mix-blend-mode:normal}
.hero{max-width:none;background:var(--ink);color:var(--white);padding-left:max(4.8%,calc((100vw - 1446px)/2));padding-right:max(4.8%,calc((100vw - 1446px)/2))}
.hero h1>span{color:var(--white)}
.hero h1 em{color:#aaa5df}
.hero .hero-description{color:#c8c7d0}
.hero .hero-intro{color:#aaa5df}
.hero .tiny-diamond{background:#aaa5df}
.hero .text-link{color:var(--white)}
.hero .hero-footnote{color:#aaa9b4}
.hero .hero-footnote .icon{color:#aaa5df}
.hero-index{color:#bbb9c8}
.collections{background:#f0f1f7;max-width:none;padding-left:max(4.8%,calc((100vw - 1446px)/2));padding-right:max(4.8%,calc((100vw - 1446px)/2))}
.collections .product-card{background:var(--white);box-shadow:0 12px 34px #24203c0a}
.collections .product-meta{padding:18px 17px 20px}
.collections .collection-toolbar{border-color:#d8d9e4}
.story{max-width:none;background:#14141a;color:var(--white);padding-left:max(4.8%,calc((100vw - 1446px)/2));padding-right:max(4.8%,calc((100vw - 1446px)/2))}
.story h2,.story .lead{color:var(--white)}
.story h2 em{color:#aaa5df}
.story .eyebrow,.story .story-location .icon{color:#aaa5df}
.story .story-location,.story .story-copy>p:not(.lead){color:#b7b6c0}
.story .text-link{color:var(--white)}
.process{background:#e7e8f0;max-width:none;padding-left:max(4.8%,calc((100vw - 1446px)/2));padding-right:max(4.8%,calc((100vw - 1446px)/2))}
.process-step{background:var(--white);border-top:3px solid var(--blue);padding:25px 25px 29px;box-shadow:0 12px 28px #211d4e0a}
.contact{background:var(--blue);border-top:0;color:var(--white)}
.contact-copy h2{color:var(--white)}
.contact-copy h2 em{color:#cbc7f0}
.contact-copy>.eyebrow{color:#cbc7f0}
.contact-copy>p:not(.eyebrow){color:#d4d1e5}
.contact-links>a{color:var(--white);border-bottom:1px solid #ffffff24;padding-bottom:18px}
.contact-links small,.contact-links>a>.icon:last-child{color:#c5c1df}
.enquiry-panel{box-shadow:0 18px 55px #16122e33;border:0;border-top:4px solid #15141c}
footer{max-width:none;background:#111116;color:var(--white);padding-left:max(4.8%,calc((100vw - 1446px)/2));padding-right:max(4.8%,calc((100vw - 1446px)/2))}
footer .brand-art img{filter:brightness(0) invert(1)}
.footer-brand>p{color:#aaa5df}
.footer-nav>span{color:#aaa5df}
.footer-nav>a,.footer-bottom{color:#aaa9b4}
.footer-nav>a:hover{color:var(--white)}
.back-to-top{color:var(--white)}
.back-to-top>.icon{border-color:#ffffff35}
.back-to-top:hover>.icon{background:#ffffff12}
.footer-bottom{border-color:#ffffff20}

@media(max-width:650px){
  .brand-art{width:54px;height:54px}
  .hero{padding-left:24px;padding-right:24px}
  .collections,.story,.process{padding-left:24px;padding-right:24px}
  .process-step{padding:22px 20px 25px}
  .footer-brand{justify-content:flex-start;gap:24px}
}
@media(max-width:380px){
  .brand-art{width:49px;height:49px}
  .hero,.collections,.story,.process{padding-left:19px;padding-right:19px}
}
