@font-face{font-family:'Cormorant';src:url('./assets/cormorant-regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Cormorant';src:url('./assets/cormorant-italic.ttf') format('truetype');font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:'Manrope';src:url('./assets/manrope.ttf') format('truetype');font-weight:400 700;font-style:normal;font-display:swap}
:root{--ink:#191916;--black:#141310;--paper:#f5f2eb;--paper-deep:#eae5db;--muted:#66645e;--gold:#d5bb8b;--rule:rgba(25,25,22,.17);--serif:'Cormorant',Georgia,serif;--sans:'Manrope',Arial,sans-serif;--gutter:clamp(24px,5.55vw,96px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable;scroll-padding-top:112px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}body.modal-open,body.menu-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button{border:0;background:none}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid #a38048;outline-offset:6px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #a38048;outline-offset:2px}::selection{background:#c1a773;color:#141310}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400}em{font-weight:400}h2{font-family:var(--serif);font-size:clamp(44px,4.5vw,72px);letter-spacing:-.04em;line-height:1.04}h2 em{color:#777364}.eyebrow{font-size:12px;line-height:1.5;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.section-padding{padding-left:var(--gutter);padding-right:var(--gutter)}.skip-link{position:fixed;top:12px;left:12px;background:var(--paper);padding:12px 18px;transform:translateY(-150%);z-index:200}.skip-link:focus{transform:translateY(0)}
/* A short, quiet opening — the page remains available without JavaScript. */
.intro{position:fixed;inset:0;z-index:100;pointer-events:none;animation:introRemove .1s 2.05s forwards}.intro-top,.intro-bottom{position:absolute;left:0;right:0;height:50.1%;background:#141310}.intro-top{top:0;animation:curtainUp 1.1s 1.05s cubic-bezier(.76,0,.24,1) forwards}.intro-bottom{bottom:0;animation:curtainDown 1.1s 1.05s cubic-bezier(.76,0,.24,1) forwards}.intro-signature{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--paper);animation:signatureOut .5s .9s forwards}.intro-word{font-family:var(--serif);font-size:64px;letter-spacing:.3em;padding-left:.3em;line-height:1.1;animation:signatureIn 1s both}.intro-caption{font-size:10px;letter-spacing:.29em;margin-top:17px;animation:signatureIn .8s .15s both}.intro-line{width:70px;height:1px;background:var(--gold);margin-top:28px;transform-origin:left;animation:lineIn 1.2s both}@keyframes signatureIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes signatureOut{to{opacity:0;transform:translateY(-8px)}}@keyframes lineIn{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes curtainUp{to{transform:translateY(-101%)}}@keyframes curtainDown{to{transform:translateY(101%)}}@keyframes introRemove{to{visibility:hidden}}
.header{position:absolute;top:0;left:0;right:0;z-index:40;height:114px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 var(--gutter);color:var(--paper);border-bottom:1px solid #ffffff19;transition:background .3s,box-shadow .3s}.header nav{display:flex;gap:32px;align-items:center}.header nav>a,.nav-appointment{font-size:12px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.header nav>a{padding:12px 0;position:relative}.header nav>a:after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .3s}.header nav>a:hover:after{transform:scaleX(1)}.nav-right{justify-content:flex-end}.brand{font-family:var(--serif);font-size:40px;letter-spacing:.21em;line-height:1;text-align:center;padding-left:.21em}.brand span{display:block;font-family:var(--sans);font-size:9px;letter-spacing:.18em;margin-top:10px;padding-right:.21em}.nav-appointment{border-bottom:1px solid #d5bb8b88;padding:10px 0}.nav-appointment span{margin-left:18px;font-size:19px;color:var(--gold)}.menu-toggle{display:none}.mobile-menu[hidden]{display:none}.mobile-menu{position:fixed;inset:0;z-index:39;background:var(--black);color:var(--paper);padding:150px var(--gutter) 50px}.mobile-menu nav{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.mobile-menu nav a,.mobile-menu nav button{font-family:var(--serif);font-size:42px;padding:0}.mobile-menu>.eyebrow{display:block;margin-top:64px;color:var(--gold)}
.hero{isolation:isolate;position:relative;min-height:820px;height:100svh;max-height:1200px;overflow:hidden;background:var(--black);color:var(--paper)}.hero-background{position:absolute;inset:-3%;z-index:-3;background:url('./assets/hero-background.webp') center 58%/cover no-repeat;animation:backgroundIn 3s ease both}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(10,11,10,.64) 0%,rgba(14,14,12,.42) 32%,rgba(9,10,9,.04) 66%),linear-gradient(0deg,#11110fe6,transparent 25%,transparent 78%,#11110f55);pointer-events:none}.hero-light{position:absolute;right:8%;top:13%;width:600px;height:650px;border-radius:50%;z-index:-2;background:radial-gradient(ellipse,rgba(194,154,99,.13),transparent 65%);filter:blur(28px);animation:lightBreathe 9s ease-in-out infinite alternate}.hero-content{position:relative;z-index:3;margin-left:var(--gutter);padding-top:clamp(235px,26vh,370px);padding-bottom:170px;width:52%;pointer-events:none}.hero-content a{pointer-events:auto}.hero-content>.eyebrow{color:var(--gold);margin-bottom:28px}.hero h1{font-family:var(--serif);font-size:clamp(76px,8.5vw,138px);line-height:.95;letter-spacing:-.045em}.hero h1 em{color:#e9ddc7}.hero-description{margin-top:30px;font-size:16px;color:#c6c4bd;line-height:1.85}.button{min-height:56px;padding:16px 25px;display:inline-flex;align-items:center;justify-content:center;gap:35px;font-size:14px;line-height:1.5;border:1px solid transparent;transition:background .25s,color .25s,transform .25s;position:relative}.button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.2;transition:transform .25s}.button:hover svg{transform:translateX(5px)}.button-light{background:#f0eade;color:#282722}.button-light:hover{background:#d9c49f}.button-dark{background:var(--ink);color:var(--paper)}.button-dark:hover{background:#454138}.hero .button{margin-top:36px}.hero-enter{animation:heroEnter 1.5s 1.2s both}.hero h1.hero-enter{animation-delay:1.32s}.hero-description.hero-enter{animation-delay:1.44s}.hero .button.hero-enter{animation-delay:1.55s}.watch-stage{position:absolute;width:51%;height:calc(100% - 164px);right:2%;top:104px;z-index:2;animation:watchEnter 2.1s 1s both;will-change:transform}.watch-parallax{width:100%;height:100%;transform:translate3d(var(--watch-x,0px),var(--watch-y,0px),0);transition:transform 1s ease-out}.watch-float{width:100%;height:100%;animation:float 9s 3s ease-in-out infinite}.hero-watch{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 40px 30px #0008);transform:rotate(-8deg) scale(1.03)}.watch-caption{position:absolute;right:8%;bottom:27px;display:flex;gap:20px;align-items:flex-start}.caption-line{height:1px;width:46px;background:#c5ac7766;margin-top:9px}.watch-caption .eyebrow{display:block;color:#dcc599;font-size:12px;letter-spacing:.2em}.watch-caption-sub{display:block;font-size:12px;color:#aaa99f;margin-top:5px}.hero-foot{position:absolute;bottom:29px;left:var(--gutter);right:var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #ffffff24;padding-top:23px;font-size:10px;letter-spacing:.18em;color:#b4b1a8}.hero-edition{font-size:10px}.scroll-link{font-size:12px;letter-spacing:.04em;display:flex;align-items:center;gap:16px}.scroll-line{width:1px;height:25px;background:#cbb78c;position:relative;overflow:hidden}.scroll-line:after{content:'';position:absolute;background:var(--black);height:12px;width:100%;animation:scrollCue 2.5s infinite}@keyframes heroEnter{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes watchEnter{from{opacity:0;transform:translate(35px,30px) rotate(6deg)}to{opacity:1;transform:translate(0,0) rotate(0)}}@keyframes backgroundIn{from{transform:scale(1.06)}to{transform:scale(1)}}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-16px) rotate(1.8deg)}}@keyframes lightBreathe{from{opacity:.6}to{opacity:1}}@keyframes scrollCue{0%{transform:translateY(-12px)}100%{transform:translateY(35px)}}
.introduction{text-align:center;padding-top:105px;padding-bottom:105px}.small-star{display:block;color:#9f8653;font-size:38px;line-height:1;margin-bottom:28px}.introduction-text{font-family:var(--serif);font-size:clamp(34px,3.15vw,50px);line-height:1.18;letter-spacing:-.025em}.introduction-text em{color:#858071}.introduction-description{font-size:14px;color:var(--muted);line-height:1.9;margin-top:25px}.collection{padding-top:20px;padding-bottom:110px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:44px}.section-heading .eyebrow{color:#817356;margin-bottom:20px}.section-heading h2{font-size:clamp(44px,4.5vw,66px)}.section-heading>p{font-size:14px;color:var(--muted);padding-bottom:5px;line-height:1.9}.collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.product-card{scroll-margin-top:35px;min-width:0}.product-visual{position:relative;height:clamp(360px,41vw,640px);width:100%;display:block;background:#eae5dc;overflow:hidden;text-align:left;padding:0}.product-visual img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.2,.65,.3,1)}.product-watch{background:radial-gradient(ellipse at 55% 40%,#f6f3eb,#ded9ce)}.product-watch img{object-fit:contain;padding:42px 80px 54px;filter:drop-shadow(10px 16px 12px #39342b22);transform:rotate(-7deg)}.product-watch:hover img{transform:translateY(-7px) rotate(-3deg) scale(1.03)}.product-ring img{object-position:center center}.product-ring:hover img{transform:scale(1.045)}.product-type{position:absolute;left:29px;top:26px;z-index:2;font-size:10px;letter-spacing:.16em;color:#5c564b}.product-visual-bottom{position:absolute;bottom:25px;left:29px;right:25px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.15em;color:#5b554b;z-index:2}.circle-arrow{border:1px solid #655c4955;width:41px;height:41px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:21px;letter-spacing:0;transition:background .3s,color .3s}.product-visual:hover .circle-arrow{background:var(--ink);color:var(--paper)}.product-caption{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 0 0;gap:20px}.product-caption h3{font-family:var(--serif);font-size:32px;line-height:1.2}.product-caption h3 button{font:inherit;padding:0}.product-caption p{font-size:12px;color:var(--muted);margin-top:7px}.price{font-size:14px;padding-top:8px;white-space:nowrap}
.nocturne-story{display:grid;grid-template-columns:1fr 1fr;background:#191a17;color:var(--paper);min-height:730px;overflow:hidden}.story-image{position:relative;background:radial-gradient(ellipse at 45% 60%,#494234,#20211c 56%,#191a17 87%);overflow:hidden;min-height:730px}.story-image img{width:132%;max-width:none;height:126%;object-fit:contain;position:absolute;top:-7%;left:-14%;transform:rotate(-26deg) scale(1.5);filter:drop-shadow(20px 50px 35px #0008)}.story-image-label{position:absolute;bottom:38px;left:var(--gutter);font-size:10px;letter-spacing:.2em;color:#c7bb9e}.story-copy{padding:105px var(--gutter) 90px 70px;align-self:center}.story-copy>.eyebrow{color:var(--gold);font-size:10px;margin-bottom:28px}.story-copy h2{font-size:clamp(52px,5vw,80px);line-height:1.02;margin-bottom:29px}.story-copy h2 em{color:#c6b895}.story-copy>p:not(.eyebrow){font-size:15px;line-height:1.9;color:#b7b8af;max-width:440px;margin-top:14px}.text-link{display:inline-flex;align-items:center;gap:40px;border-bottom:1px solid #77736488;font-size:13px;padding:11px 0;transition:gap .3s}.text-link:hover{gap:49px}.text-link span{font-size:20px}.light-link{color:var(--paper);border-color:#d6bb8366;margin-top:28px}.story-specs{display:flex;gap:26px;border-top:1px solid #ffffff22;margin-top:55px;padding-top:21px}.story-specs>div{flex:1}.story-specs span{font-size:11px;color:#c8b791;font-family:var(--sans)}.story-specs p{font-size:11px;line-height:1.65;color:#c1c1b7;margin-top:8px}.maison{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-top:130px;padding-bottom:100px}.maison .eyebrow{color:#817356;margin-bottom:28px}.maison h2{font-size:clamp(56px,5.8vw,90px)}.maison-content{padding-top:42px;max-width:480px}.maison-lead{font-family:var(--serif);font-size:30px;line-height:1.3;margin-bottom:25px}.maison-content>p:not(.maison-lead){font-size:15px;line-height:1.95;color:var(--muted);margin-top:17px}.maison-content .text-link{margin-top:24px}.services{display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:95px}.services article{border-top:1px solid var(--rule);padding:36px 40px 0 0}.services article+article{padding-left:38px;border-left:1px solid var(--rule)}.services svg{width:30px;height:30px;fill:none;stroke:#8b7652;stroke-width:1;stroke-linejoin:round;margin-bottom:18px}.services h3{font-family:var(--serif);font-size:27px;line-height:1.25;margin-bottom:13px}.services p{font-size:13px;line-height:1.85;color:var(--muted);max-width:320px}
.appointment-section{position:relative;isolation:isolate;text-align:center;padding:108px 24px 116px;background:#191714;color:var(--paper);overflow:hidden}.appointment-texture{position:absolute;inset:0;z-index:-2;background:url('./assets/hero-background.webp') center 74%/cover no-repeat;transform:scale(1.1) rotate(180deg);opacity:.65}.appointment-section:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#11110bbd,transparent,#11110bbd),#18171366}.appointment-content>.eyebrow{color:var(--gold);font-size:11px;margin-bottom:28px}.appointment-content h2{font-size:clamp(52px,5.5vw,86px)}.appointment-content h2 em{color:#d3c3a4}.appointment-content>p:not(.eyebrow){font-size:14px;line-height:1.9;color:#c2bfb6;margin-top:26px}.appointment-content .button{margin-top:34px}.questions{padding-top:100px;padding-bottom:110px;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.questions .eyebrow{color:#817356;margin-bottom:24px}.questions h2{font-size:54px}.question-list{padding-top:12px}.question-list details{border-bottom:1px solid var(--rule)}.question-list details:first-child{border-top:1px solid var(--rule)}.question-list summary{padding:23px 0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:24px;list-style:none;font-size:14px}.question-list summary::-webkit-details-marker{display:none}.question-list summary span{font-size:21px;font-weight:400;color:#8d7957;transition:transform .3s}.question-list details[open] summary span{transform:rotate(45deg)}.question-list details p{font-size:14px;line-height:1.9;color:var(--muted);padding:0 35px 24px 0}.footer{background:#1a1a17;color:var(--paper);padding-top:63px;padding-bottom:30px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:52px;border-bottom:1px solid #ffffff22}.footer-brand{font-family:var(--serif);font-size:47px;letter-spacing:.2em;line-height:1}.footer-brand span{display:block;font-family:var(--sans);font-size:9px;letter-spacing:.22em;margin-top:15px;color:#b8b4a8}.footer-links{display:flex;flex-wrap:wrap;gap:32px;font-size:12px}.footer-links button{padding:0;font:inherit}.footer a:hover,.footer button:hover{color:var(--gold)}.back-top{width:45px;height:45px;border:1px solid #ffffff33;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:25px}.footer-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-top:26px;color:#aeaca2;font-size:11px;line-height:1.8}.footer-bottom>div{display:flex;flex-wrap:wrap;gap:24px;justify-content:flex-end}.footer-bottom button{font-size:11px;color:inherit;padding:0}
/* Native dialogs preserve focus, Escape and keyboard navigation. */
dialog{border:0;padding:0;color:var(--ink);background:var(--paper);max-height:90svh;overflow-y:auto;box-shadow:0 20px 100px #0005}dialog::backdrop{background:#090a09b8;backdrop-filter:blur(7px)}dialog[open]{animation:dialogIn .3s ease}.dialog-close{position:absolute;right:20px;top:15px;font-family:Arial,sans-serif;font-weight:300;font-size:32px;line-height:1;width:40px;height:40px;border-radius:50%;background:#f5f2ebd9;z-index:5}.dialog-close:hover{background:#e8decb}.product-dialog{width:min(940px,calc(100% - 32px))}.product-dialog-layout{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.dialog-product-image{background:radial-gradient(ellipse,#f7f4ed,#e2dbcf);overflow:hidden;display:flex;align-items:center;justify-content:center}.dialog-product-image img{width:100%;height:100%;max-height:670px;object-fit:cover}.dialog-product-image.watch-image img{object-fit:contain;padding:50px 40px;max-height:610px;transform:rotate(-7deg)}.dialog-product-copy{padding:65px 40px 40px}.dialog-product-copy>.eyebrow{color:#827151;margin-bottom:20px}.dialog-product-copy h2{font-size:58px}.dialog-product-copy .dialog-material{font-size:13px;color:var(--muted);margin-top:13px}.dialog-price{font-size:20px;margin:20px 0}.dialog-product-copy>p:not([class]){font-size:14px;line-height:1.9;color:var(--muted)}.spec-list{margin:25px 0;border-top:1px solid var(--rule);font-size:12px}.spec-list div{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--rule);padding:11px 0}.spec-list dt{color:var(--muted)}.spec-list dd{margin:0;text-align:right}.dialog-product-copy .button{width:100%;font-size:12px;gap:20px}.product-disclaimer{font-size:11px;line-height:1.7;color:var(--muted);margin-top:14px}.appointment-dialog{width:min(670px,calc(100% - 32px))}.appointment-dialog-inner{padding:50px}.appointment-dialog .eyebrow{color:#827151;font-size:10px;margin-bottom:22px}.appointment-dialog h2{font-size:60px}.dialog-description{font-size:14px;line-height:1.8;color:var(--muted);margin-top:18px}.demo-note{font-size:12px;line-height:1.7;color:#696152;background:#e9e3d7;padding:12px 15px;margin-top:20px;border-left:2px solid #b29a6d}.appointment-dialog form{margin-top:25px;display:grid;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:block;font-size:12px;font-weight:500}.optional{color:var(--muted);font-weight:400}input,select,textarea{display:block;margin-top:8px;width:100%;border:1px solid #c9c2b5;border-radius:0;background:transparent;color:var(--ink);font-size:14px;min-height:45px;padding:10px 12px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#8a857b}.appointment-dialog .button{width:100%;font-size:13px;margin-top:5px;gap:20px}.form-result{padding-top:30px}.form-result[hidden]{display:none}.result-symbol{font-size:28px;color:#837049}.form-result h3{font-family:var(--serif);font-size:35px;margin-top:10px}.form-result p{font-size:14px;line-height:1.8;color:var(--muted);margin-top:17px}.form-result .text-link{margin-top:24px}.info-dialog{padding:55px;width:min(610px,calc(100% - 32px))}.info-dialog .eyebrow{color:#827151;margin-bottom:20px}.info-dialog h2{font-size:42px;line-height:1.15;margin-bottom:25px}.info-dialog p:not(.eyebrow){font-size:14px;line-height:1.9;color:var(--muted);margin-top:15px}@keyframes dialogIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.motion-ready .reveal{opacity:0;transform:translateY(25px);transition:opacity .8s ease,transform .9s cubic-bezier(.2,.65,.3,1)}.motion-ready .reveal.visible{opacity:1;transform:none}
@media(min-width:1700px){.hero-content{padding-top:27vh}.watch-stage{right:5%;width:47%}}
@media(max-width:1150px){.header nav{gap:20px}.header nav>a,.nav-appointment{font-size:10px}.brand{font-size:34px}.brand span{font-size:8px}.hero{min-height:780px}.hero-content{padding-top:245px}.hero h1{font-size:9vw}.watch-stage{right:-4%;width:57%}.watch-caption{right:17%}.story-copy{padding:75px 40px}.story-specs{gap:15px}.product-watch img{padding:45px}.maison{gap:50px}.services article{padding-right:25px}.services article+article{padding-left:25px}.footer-links{gap:22px}}
@media(max-width:850px){html{scroll-padding-top:30px}.header{height:92px;grid-template-columns:1fr auto}.header .nav-left,.header .nav-right{display:none}.brand{justify-self:start;font-size:33px}.brand span{font-size:8px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:7px;width:42px;height:42px;padding:7px}.menu-toggle span{display:block;width:27px;height:1px;background:var(--paper);transition:transform .3s}.menu-open .header{position:fixed;background:var(--black)}.menu-open .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}.hero{min-height:750px;max-height:1000px}.hero-content{width:58%;padding-top:215px}.hero h1{font-size:10.1vw}.hero-content>.eyebrow{font-size:10px}.hero-description{font-size:14px}.hero .button{font-size:12px;padding:14px 18px;gap:23px}.watch-stage{width:61%;right:-10%;top:120px;height:calc(100% - 215px)}.watch-caption{bottom:0;right:22%}.watch-caption-sub{font-size:10px}.hero-foot>span:first-child{font-size:8px}.hero-edition{display:none}.section-heading>p{display:none}.collection-grid{gap:22px}.product-visual{height:420px}.product-watch img{padding:45px 15px}.product-type{left:20px;font-size:9px}.product-visual-bottom{left:20px;right:20px;font-size:8px;gap:10px}.nocturne-story{min-height:620px}.story-image{min-height:620px}.story-copy{padding:65px 32px}.story-copy h2{font-size:55px}.story-copy>p:not(.eyebrow){font-size:14px}.story-specs{flex-wrap:wrap;margin-top:35px}.story-specs>div{flex:1 1 45%}.maison{padding-top:95px;padding-bottom:75px;gap:35px}.maison h2{font-size:58px}.maison-lead{font-size:26px}.maison-content>p:not(.maison-lead){font-size:14px}.services{padding-bottom:75px}.services h3{font-size:23px}.services p{font-size:12px}.questions{gap:40px}.questions h2{font-size:46px}.questions .eyebrow{font-size:10px}.footer-top{flex-wrap:wrap}.footer-links{font-size:11px;gap:18px}.footer-brand{font-size:39px}.footer-bottom{align-items:flex-start}.footer-bottom>div{max-width:200px;gap:12px 20px}}
@media(max-width:600px){:root{--gutter:24px}.header{height:88px}.hero{height:auto;min-height:970px;max-height:none}.hero-background{background-position:61% center}.hero:after{background:linear-gradient(180deg,#12130fb5,transparent 35%,#12130f44 74%,#12130fe6)}.hero-content{padding-top:137px;padding-bottom:0;width:calc(100% - 48px);margin-left:24px;text-align:center}.hero-content>.eyebrow{font-size:9px;letter-spacing:.18em;margin-bottom:22px}.hero h1{font-size:clamp(65px,16.2vw,94px);line-height:.95;letter-spacing:-.04em}.hero-description{margin-top:22px;font-size:13px;line-height:1.85}.desktop-break{display:none}.hero .button{margin-top:25px;padding:14px 21px;min-height:49px;font-size:12px;gap:27px}.watch-stage{width:100%;height:450px;right:0;top:437px}.hero-watch{transform:rotate(-9deg) scale(1.09);padding:0 30px}.watch-caption{bottom:5px;left:0;right:0;justify-content:center}.caption-line{display:none}.watch-caption>div{text-align:center}.watch-caption .eyebrow{font-size:10px}.watch-caption-sub{font-size:10px}.hero-foot{bottom:23px;padding-top:19px;justify-content:center}.hero-foot>span:first-child{display:none}.scroll-link{font-size:10px;letter-spacing:.04em}.scroll-line{height:20px}.intro-word{font-size:52px}.intro-caption{font-size:8px}.introduction{padding-top:69px;padding-bottom:69px}.small-star{font-size:31px;margin-bottom:24px}.introduction-text{font-size:32px}.introduction-description{font-size:12px;margin-top:20px}.introduction-description br{display:none}.collection{padding-top:5px;padding-bottom:65px}.section-heading{margin-bottom:30px}.section-heading .eyebrow{font-size:10px;margin-bottom:15px}.section-heading h2{font-size:43px;line-height:1.05}.section-heading h2 em{display:block}.collection-grid{grid-template-columns:1fr;gap:37px}.product-visual{height:auto;aspect-ratio:1/1.13}.product-watch img{position:absolute;inset:0;padding:37px 45px 49px}.product-ring img{position:absolute;inset:0}.product-type{top:20px;font-size:9px}.product-visual-bottom{font-size:9px;bottom:20px}.circle-arrow{width:35px;height:35px;font-size:19px}.product-caption{padding-top:18px}.product-caption h3{font-size:30px}.product-caption p{font-size:11px}.price{font-size:13px}.nocturne-story{grid-template-columns:1fr}.story-image{min-height:450px;height:450px}.story-image img{width:120%;left:-10%;height:135%;top:-26%;transform:rotate(-29deg) scale(1.33)}.story-image-label{font-size:9px;bottom:23px}.story-copy{padding:53px 24px 56px}.story-copy>.eyebrow{font-size:9px;margin-bottom:22px}.story-copy h2{font-size:60px}.story-copy>p:not(.eyebrow){font-size:14px;max-width:none}.story-specs{flex-wrap:nowrap;gap:20px;margin-top:38px}.story-specs>div{flex:1}.story-specs p{font-size:10px}.maison{grid-template-columns:1fr;padding-top:73px;padding-bottom:65px;gap:30px}.maison .eyebrow{font-size:10px;margin-bottom:22px}.maison h2{font-size:65px}.maison-content{padding:0;max-width:none}.maison-lead{font-size:28px}.maison-content>p:not(.maison-lead){font-size:14px}.services{grid-template-columns:1fr;padding-bottom:67px;gap:28px}.services article,.services article+article{border-left:0;border-top:1px solid var(--rule);padding:26px 0 0;display:grid;grid-template-columns:40px 1fr;column-gap:18px;align-items:start}.services svg{grid-row:1/3;width:28px;height:28px;margin-top:5px}.services h3{font-size:27px;margin-bottom:9px}.services p{font-size:13px;max-width:none;grid-column:2}.appointment-section{padding:73px 24px 78px}.appointment-content>.eyebrow{font-size:9px;margin-bottom:25px}.appointment-content h2{font-size:57px}.appointment-content>p:not(.eyebrow){font-size:13px}.appointment-content>p br{display:none}.appointment-content .button{font-size:12px;gap:27px}.questions{grid-template-columns:1fr;gap:33px;padding-top:68px;padding-bottom:70px}.questions h2{font-size:52px}.question-list{padding-top:0}.question-list summary{font-size:13px;padding:22px 0}.question-list details p{font-size:13px;padding-right:0}.footer{padding-top:47px;padding-bottom:27px}.footer-top{align-items:flex-start;padding-bottom:32px;gap:32px}.footer-brand{font-size:43px}.footer-brand span{font-size:8px}.footer-links{order:3;flex-basis:100%;display:grid;grid-template-columns:1fr 1fr;gap:15px;font-size:12px}.footer-links button{text-align:left}.back-top{width:39px;height:39px;font-size:23px}.footer-bottom{flex-direction:column;gap:23px;font-size:10px}.footer-bottom>div{max-width:none;justify-content:flex-start;gap:17px}.footer-bottom button{font-size:10px}.product-dialog-layout{grid-template-columns:1fr}.dialog-product-image{height:340px}.dialog-product-image.watch-image img{height:100%;padding:25px;max-width:300px}.dialog-product-copy{padding:31px 25px 30px}.dialog-product-copy h2{font-size:49px}.dialog-product-copy>.eyebrow{font-size:10px;margin-bottom:15px}.dialog-close{right:12px;top:12px}.appointment-dialog-inner{padding:40px 24px 28px}.appointment-dialog h2{font-size:51px}.appointment-dialog .eyebrow{font-size:9px}.form-row{grid-template-columns:1fr}.appointment-dialog .button{font-size:12px;gap:15px;padding-left:13px;padding-right:13px}.info-dialog{padding:48px 25px 30px}.info-dialog h2{font-size:38px}input,select,textarea{font-size:16px}.demo-note{font-size:11px}}
@media(max-width:360px){.hero{min-height:935px}.hero h1{font-size:60px}.watch-stage{top:425px;height:420px}.hero-content>.eyebrow{font-size:8px}.hero-description{font-size:12px}.brand{font-size:29px}.product-visual-bottom{font-size:8px}.story-specs{gap:12px}.story-specs p{font-size:9px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.intro{display:none!important}.hero-enter,.watch-stage{opacity:1;transform:none}.motion-ready .reveal{opacity:1;transform:none}.watch-parallax{transform:none!important}}

/* Reading sizes and predictable hidden states. */
[hidden]{display:none!important}
.hero-description,.story-copy>p:not(.eyebrow),.maison-content>p:not(.maison-lead),.introduction-description,.appointment-content>p:not(.eyebrow),.question-list details p,.services p,.dialog-description,.dialog-product-copy>p:not([class]),.info-dialog p:not(.eyebrow),.form-result p{font-size:16px}
.section-heading>p,.question-list summary,.product-caption p,.text-link,.button,.footer-links,.dialog-product-copy .button,.appointment-dialog .button,label{font-size:14px}
.header nav>a,.nav-appointment{font-size:12px}
.story-specs p,.story-specs span,.watch-caption-sub,.hero-foot,.hero-foot>span:first-child,.hero-edition,.footer-bottom,.footer-bottom button,.product-disclaimer,.demo-note,.product-type,.product-visual-bottom,.story-image-label,.scroll-link{font-size:12px}
@media(max-width:850px){.hero-foot>span:first-child{max-width:220px}.product-visual-bottom>span:first-child{max-width:160px}.hero-description{font-size:16px}}
@media(max-width:600px){.hero{min-height:1000px}.watch-stage{top:462px}.hero-content>.eyebrow,.appointment-content>.eyebrow,.story-copy>.eyebrow,.maison .eyebrow,.section-heading .eyebrow,.questions .eyebrow{font-size:12px;letter-spacing:.13em}.hero-description{font-size:14px;max-width:315px;margin-left:auto;margin-right:auto}.hero h1{font-size:clamp(60px,15.5vw,91px)}.hero .button,.appointment-content .button{font-size:14px}.product-visual-bottom>span:first-child{max-width:220px;font-size:10px}.introduction-description{font-size:14px}.footer-bottom{font-size:12px}.footer-bottom>div{gap:14px}.footer-bottom button{font-size:12px}.services p,.question-list details p,.appointment-content>p:not(.eyebrow){font-size:14px}.dialog-product-copy .button,.appointment-dialog .button{font-size:13px}.demo-note{font-size:12px}.story-specs p{font-size:12px}}
