@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";.detail-grid>*,.contact-grid>*,.story>*{min-width:0}#enquiry{width:100%;min-width:0;container-type:inline-size;padding:clamp(20px,3vw,30px)}#enquiry .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}#enquiry .form-grid>*{min-width:0}#enquiry input,#enquiry select,#enquiry textarea{width:100%;max-width:100%;min-width:0;box-sizing:border-box}#enquiry .full{grid-column:1/-1}#enquiry #form-status{overflow-wrap:anywhere}@container (max-width:440px){#enquiry .form-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:720px){#enquiry .form-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:1000px){.contact-grid{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:720px){.logo{width:124px!important}.hero h1{font-size:clamp(43px,14.5vw,58px)!important}}:root{--orange:#ef671f;--ink:#202621;--muted:#6d726c;--cream:#faf8f2;--line:#e5e5dc;--radius:24px;--space:clamp(22px,5vw,80px);--motion:.25s}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:DM Sans,sans-serif}h1,h2,h3{font-family:Manrope,sans-serif;letter-spacing:-.055em}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:5px}button:focus-visible,a:focus-visible{outline:3px solid #086b91}button{cursor:pointer}header{height:108px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space);border-bottom:1px solid var(--line);background:#fffdf8;gap:30px}.logo{width:124px;height:83px;overflow:hidden;position:relative;display:block;flex-shrink:0}.logo img{position:absolute;width:160px;height:160px;max-width:none;left:-18px;top:-34px}nav{display:flex;gap:34px;font-size:14px}nav a:hover,nav a[aria-current]{color:#c74a0b}.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;border:1px solid var(--orange);background:var(--orange);color:#fff;border-radius:9px;padding:17px 24px;font-weight:600;font-size:14px;transition:transform var(--motion),background var(--motion)}.button:hover{transform:translateY(-3px);background:#cc4f0d}.button.secondary{background:transparent;border-color:#d4d8ce;color:var(--ink)}.button.small{padding:13px 20px}.menu{display:none}.hero{position:relative;min-height:685px;display:grid;grid-template-columns:44% 56%;padding:62px var(--space) 30px;overflow:hidden}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.17em;font-weight:700;display:flex;align-items:center;gap:10px}.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange)}h1{font-size:clamp(55px,5.7vw,86px);line-height:1.04;margin:26px 0}h1 em{font-style:normal;color:var(--orange)}.hero-copy{position:relative;z-index:2}.hero p{font-size:16px;line-height:1.8;max-width:405px;color:var(--muted)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:29px}.micro{font-size:11px!important;letter-spacing:.015em;color:var(--muted)}.hero .origin{margin-top:40px;display:flex;gap:12px;align-items:center;font-size:12px}.origin span:first-child{font-size:24px}.scene-wrap{position:relative;min-width:0;margin:-20px -40px 0 -20px;align-self:stretch}.scene-wrap:before{content:"PLAY.";position:absolute;font-family:Manrope,sans-serif;font-weight:800;font-size:clamp(110px,16vw,245px);letter-spacing:-.09em;color:#eceadd;top:25px;left:10%;transform:rotate(-7deg)}#scene{height:490px;width:100%;position:relative;z-index:1;touch-action:pan-y}#scene canvas{width:100%;height:100%;touch-action:pan-y}.scene-note{position:absolute;right:25px;top:35px;z-index:2;border:1px solid #dfdfd2;border-radius:99px;padding:8px 13px;font-size:10px;background:#ffffff90}.scene-bottom{display:flex;justify-content:space-between;gap:15px;position:relative;z-index:2;align-items:center;padding:0 35px}.scene-bottom strong{font-size:14px}.scene-bottom p{font-size:11px;margin:5px 0}.controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.controls button{background:#fff;border:1px solid #d7d9ce;border-radius:7px;padding:9px;font-size:11px}.controls .swatch{width:22px;height:22px;border-radius:50%;background:var(--swatch);padding:0;border:3px solid white;box-shadow:0 0 0 1px #babeb2}.controls button[aria-pressed=true]{outline:2px solid #555;outline-offset:2px}.scene-caption{text-align:center;font-size:10px!important;margin:20px auto!important;max-width:100%!important}.ticker{background:#e9eddf;display:flex;justify-content:space-around;gap:24px;flex-wrap:wrap;padding:23px var(--space);font-size:11px;font-weight:700;letter-spacing:.12em}.ticker i{color:#899773;font-style:normal}.section{padding:80px var(--space)}.section-top{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-top h2,h2{font-size:clamp(32px,3.4vw,49px);line-height:1.12;margin:16px 0}.text-link{font-size:13px;border-bottom:1px solid;padding-bottom:7px;white-space:nowrap}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card-visual{border-radius:var(--radius);background:#eeede5;position:relative;overflow:hidden;aspect-ratio:1.35}.card:nth-child(2) .card-visual{background:#e9f0ec}.card:nth-child(3) .card-visual{background:#eee9f2}.card-visual img{width:100%;height:100%;object-fit:contain;transition:transform .4s}.card:hover img{transform:scale(1.05)}.badge{position:absolute;top:17px;left:17px;background:#fffaf0;border-radius:30px;padding:7px 11px;font-size:10px}.card h3{font-size:23px;margin:20px 0 6px;letter-spacing:-.035em}.card p{font-size:12px;color:var(--muted)}.card-foot{display:flex;align-items:center;justify-content:space-between}.circle-link{width:36px;height:36px;background:#fff;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.story{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;background:#f1efe5;border-radius:30px;padding:50px}.story-art{background:#e3e5d7;border-radius:22px;min-height:310px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.story-art img{width:95%}.story p,.prose p{line-height:1.85;color:var(--muted)}.wholesale-banner{background:#26372e;color:#fff;padding:55px;border-radius:26px;display:flex;align-items:center;justify-content:space-between;gap:25px}.wholesale-banner p{color:#c0cbbf;font-size:14px;line-height:1.7}.wholesale-banner h2{max-width:520px}.faq{max-width:850px;margin:auto}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;font-weight:600}details p{color:var(--muted);line-height:1.8}footer{padding:55px var(--space) 25px;border-top:1px solid var(--line);background:#fffdf8}.footer-top{display:flex;justify-content:space-between;gap:30px}.footer-top p{max-width:300px;color:var(--muted);font-size:13px;line-height:1.8}.footer-links{display:flex;gap:28px;font-size:13px;align-items:center;flex-wrap:wrap}.copyright{border-top:1px solid var(--line);margin-top:35px;padding-top:22px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.page-head{padding:60px var(--space) 20px;max-width:1050px}.page-head h1{font-size:clamp(45px,5vw,70px)}.page-head p{max-width:650px;line-height:1.8;color:var(--muted)}.filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}input,select,textarea{border:1px solid #cdd0c6;background:#fff;border-radius:8px;padding:14px;min-width:0;color:var(--ink)}.filters input{flex:1;min-width:180px}.filter{border:1px solid #d5d7cb;border-radius:30px;padding:12px 17px;background:transparent;font-size:12px}.filter[aria-pressed=true]{background:var(--ink);color:#fff}.empty{padding:50px;border:1px dashed #bbb;border-radius:15px;grid-column:1/-1}.detail-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px}.detail-img{width:100%;background:#eeede5;border-radius:24px}.thumbs{display:flex;gap:12px}.thumbs button{background:#efede5;border:1px solid #bbb;border-radius:10px;width:100px}.thumbs img{width:100%}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;padding:15px 0;border-bottom:1px solid var(--line)}td{color:var(--muted)}form{padding:30px;background:#fff;border:1px solid var(--line);border-radius:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:600}.full{grid-column:1/-1}textarea{min-height:120px;resize:vertical}.honeypot{position:absolute;left:-9999px}#form-status{font-size:13px;line-height:1.6}.categories{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.categories a{padding:12px 18px;background:#fff;border:1px solid var(--line);border-radius:30px;font-size:12px}.skip{position:fixed;top:-100px;z-index:100;background:#fff;padding:15px}.skip:focus{top:0}.static-car{width:100%;height:100%;object-fit:contain}.placeholder{border:1px dashed #999;padding:40px;border-radius:20px;color:var(--muted)}@media(min-width:1500px){main,header,footer{max-width:1700px;margin:auto}}@media(max-width:1000px){header{gap:15px}nav{gap:18px}.hero{grid-template-columns:45% 55%;padding-top:45px}h1{font-size:58px}.scene-wrap{margin-right:-25px}#scene{height:430px}.scene-bottom{padding:0 10px;flex-direction:column;align-items:start}.story{gap:25px;padding:30px}.button{gap:15px;padding:15px 18px}}@media(max-width:720px){header{height:90px;position:relative}.logo{width:110px}.header-cta{display:none}.menu{display:block;background:transparent;border:1px solid #ddd;border-radius:8px;padding:10px}nav{display:none;position:absolute;top:89px;left:0;right:0;background:#fffdf8;padding:25px;z-index:20;box-shadow:0 15px 20px #0001}nav.open{display:flex;flex-direction:column}.hero{display:block;padding-top:30px}.hero h1{font-size:58px;max-width:480px}.hero p{max-width:450px}.hero .origin{margin-top:25px}.scene-wrap{margin:20px -20px 0}#scene{height:370px}.scene-wrap:before{font-size:160px;top:10px}.scene-bottom{padding:0 23px;flex-direction:row}.scene-note{top:0;right:20px}.section{padding:48px var(--space)}.grid{grid-template-columns:1fr}.card-visual{aspect-ratio:1.55}.section-top{align-items:start}.story,.detail-grid,.contact-grid{grid-template-columns:1fr}.story{padding:23px}.story-art{min-height:240px}.wholesale-banner{padding:30px;display:block}.footer-top{flex-direction:column}.copyright{gap:20px}.ticker{font-size:9px;gap:14px;padding:18px}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.scene-bottom p{max-width:170px}.controls{max-width:165px}.page-head{padding-top:40px}.section-top h2{font-size:32px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}:root{--font-body:"IBM Plex Sans",Arial,sans-serif;--font-display:"Bodoni Moda",Georgia,serif}body{font-family:var(--font-body);font-weight:400;-webkit-font-smoothing:antialiased}h1,h2,h3,.big-type,.speed-strip>div{font-family:var(--font-display);font-weight:500;letter-spacing:-.035em}.big-type{font-weight:600;letter-spacing:-.045em}.chapter h1,.chapter h2,.control-top h2,.brand-finish h2{font-weight:500;letter-spacing:-.035em;line-height:1.08}.card h3,.control-features h3{font-weight:500;letter-spacing:-.02em}.button,nav{font-weight:500;letter-spacing:0}header .logo,footer .logo,.experience-page .logo{background:transparent;border-radius:0;mix-blend-mode:multiply}.logo img{mix-blend-mode:multiply}header,footer{mix-blend-mode:multiply}.stage-bottom[hidden]{display:none!important}.drive-stage .chapter-zero{bottom:10%}.drive-stage .chapter-one,.drive-stage .chapter-two{bottom:23%}html{scroll-behavior:smooth;scroll-padding-top:28px}img{max-width:100%}main,section,article{min-width:0}.page-head h1,.brand-finish h2{overflow-wrap:break-word}.button{min-height:46px;box-shadow:0 6px 18px #af431310}.button:not(.secondary){background:#c65316;border-color:#c65316}.button.secondary:hover{background:#eceee3}input,select,textarea{font-size:16px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #c65316;border-color:#c65316}.card-visual{transform:perspective(1000px) rotateX(var(--tilt-y,0deg)) rotateY(var(--tilt-x,0deg));transition:transform .3s,box-shadow .3s;box-shadow:0 12px 30px #23331c08}.card-visual:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--shine-x,50%) var(--shine-y,30%),#fff7,transparent 55%);opacity:0;transition:opacity .3s;pointer-events:none}.card-visual:hover{box-shadow:0 24px 38px #23331c18}.card-visual:hover:after{opacity:1}.card-foot{gap:12px}.circle-link{flex-shrink:0}.footer-links a{padding:10px 0}.copyright{flex-wrap:wrap;line-height:1.6}.detail-grid,.story{grid-template-columns:repeat(2,minmax(0,1fr))}.thumbs{flex-wrap:wrap}.thumbs button:focus-visible{outline:3px solid #c65316}.chapter p{max-width:310px}.chapter-one,.chapter-two{max-width:35vw}.stage-bottom .controls{gap:10px;max-width:none;align-items:center}.stage-bottom .controls button{min-height:40px;padding:10px 12px}.stage-bottom .controls button.swatch{width:32px;height:32px;min-height:32px;flex-shrink:0}.drive-stage{background:radial-gradient(ellipse at calc(65% + var(--pointer-x,0)*5%) 45%,#fffef9,#e7e8dc)}.big-type{transform:translate3d(calc(var(--pointer-x,0)*-12px),calc(var(--drive,0)*-14px),0);transition:transform .5s ease-out}.stage-grid{transform:translate(calc(var(--pointer-x,0)*4px));transition:transform .5s}.chapter.active{animation:chapter-enter .65s both}.console-stage{height:420px;width:100%;position:relative;touch-action:pan-y}.console-stage canvas{display:block;width:100%;height:100%;touch-action:pan-y}.console-stage img{height:100%;object-fit:contain}.steering-control{margin:12px auto 24px;max-width:300px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.steering-control label{font-size:11px;color:#cfdbca;flex:1}.steering-control input{padding:0;accent-color:#ff995a;width:100%;cursor:ew-resize;min-height:32px}.steering-control button{border:1px solid #a1b59a66;background:#25372a;color:#f7f5ed;padding:10px 14px;border-radius:8px;min-height:42px;font-size:11px}.control-top>p{max-width:180px}.control-top h2{max-width:calc(100% - 150px)}.control-features .button{margin-top:12px}.control-features article{background:#17251ef2;padding-left:8px;padding-right:8px}@keyframes chapter-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(min-width:721px)and (max-width:1100px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid{gap:28px}.chapter h2{font-size:clamp(35px,4.6vw,50px)}.stage-bottom .scene-caption{max-width:220px!important}.console-stage{height:340px}}@media(max-width:900px){header{position:relative}.menu{display:block;padding:12px;border:1px solid #c8ccbf;background:#fff9;border-radius:8px;min-height:44px;margin-left:auto}.header-cta{display:none}nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fffdf8;padding:20px var(--space);z-index:25;box-shadow:0 16px 24px #15231a12}nav.open{display:flex;flex-direction:column;gap:0}nav a{padding:14px 0}.story{gap:25px}.control-top h2{max-width:100%}.control-top>p{max-width:none}.chapter-one,.chapter-two{max-width:36vw}.edition{top:120px}}@media(max-width:720px){.drive-stage{min-height:760px;top:min(0px,calc(100svh - 760px))}.drive-story{height:max(2400px,300svh)}.drive-stage #scene{top:145px;bottom:auto;height:340px}.edition{top:105px;font-size:8px;gap:16px}.big-type{top:150px}.chapter,.chapter-one,.chapter-two{max-width:none;right:6vw;left:6vw;bottom:145px}.chapter h1{font-size:clamp(28px,7.5vw,40px)!important}.chapter h2{font-size:clamp(32px,8vw,44px)}.chapter p{font-size:13px;max-width:440px}.chapter .eyebrow{font-size:9px}.stage-bottom{bottom:24px}.stage-bottom .controls{gap:8px;flex-wrap:wrap}.stage-bottom .controls button{min-height:40px;padding:9px;font-size:11px}.stage-bottom .scene-caption{line-height:1.5;padding-top:5px}.story,.detail-grid{grid-template-columns:minmax(0,1fr)}.section-top{flex-wrap:wrap}.grid{grid-template-columns:minmax(0,1fr)}.page-head h1{font-size:clamp(37px,10vw,56px)}.section{padding-top:40px;padding-bottom:40px}.story{padding:22px}.footer-links{gap:12px 24px}.copyright{font-size:11px}.control-top h2{font-size:clamp(40px,10.5vw,62px)}.console-stage{height:330px}.control-room{padding-top:65px;padding-bottom:65px}.brand-finish h2{font-size:clamp(38px,10vw,58px)}.finish-bottom .actions{width:100%}.finish-bottom .button{flex:1 1 200px}.wholesale-banner{padding:25px}.wholesale-banner .button,.detail-grid .button{max-width:100%;white-space:normal;text-align:center}.filters input{flex-basis:100%}}@media(max-width:370px){.stage-bottom .controls{gap:7px}.stage-bottom .controls button{padding:8px 7px;font-size:10px}.stage-bottom .controls button.swatch{width:28px;height:28px;min-height:28px}.scene-caption{max-width:270px}.console-stage{height:280px}.chapter{bottom:150px}}@media(min-width:721px)and (max-height:650px){.drive-stage{height:650px}.drive-story{height:2300px}.edition{top:110px}.big-type{top:145px}.chapter-zero{bottom:110px}.chapter-one,.chapter-two{bottom:120px}.chapter h2{font-size:42px}.stage-bottom{bottom:15px}.drive-stage #scene{top:130px;height:420px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.big-type,.stage-grid,.card-visual{transform:none!important}.chapter.active,.console-stage img{animation:none}}@media(min-width:721px)and (max-height:650px){.drive-stage{top:min(0px,calc(100svh - 650px))}}h1,h2,h3{font-weight:400;letter-spacing:-.04em}.chapter h1,.chapter h2,.control-top h2,.brand-finish h2{font-family:var(--font-display);font-weight:400;letter-spacing:-.045em;line-height:1.04}.chapter h1{font-size:clamp(38px,4.2vw,65px)}.chapter h2{font-size:clamp(42px,5vw,72px)}.chapter h1 em,.chapter h2 em,.control-top em,.brand-finish em{font-style:italic;font-weight:400}.big-type{font-family:Barlow Condensed,Impact,sans-serif;font-size:clamp(80px,15vw,235px);font-weight:500;letter-spacing:.015em;opacity:.55}.control-top h2{font-size:clamp(50px,7vw,100px);max-width:850px}.brand-finish h2{font-size:clamp(50px,7vw,100px)}.control-features h3,.card h3{font-family:var(--font-body);font-size:23px;font-weight:500;letter-spacing:-.015em}.chapter p{font-size:15px;line-height:1.75;max-width:285px}.speed-strip>div{font-family:Barlow Condensed,Impact,sans-serif;font-weight:500;letter-spacing:.03em}.control-top>p{position:static;margin:25px 0 0;max-width:none}.console-layout{margin-top:45px}.vehicle-reference{padding:75px 8vw;background:#eeeee6;border-top:1px solid #b4b8a930}.vehicle-reference h2{font-size:clamp(35px,4vw,57px);margin:18px 0}.reference-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:50px;align-items:center}.reference-layout img{width:100%;mix-blend-mode:multiply;display:block}.reference-layout p{font-size:14px;line-height:1.8;color:#5c6257}.reference-layout dl{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:25px 0}.reference-layout dt{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#666d60}.reference-layout dd{margin:7px 0 0;font-size:20px}.reference-caption{font-size:10px!important;color:#6a7064}.reference-layout .text-link{font-size:12px}@media(max-width:720px){.chapter h1{font-size:38px!important}.chapter h2{font-size:41px}.chapter p{font-size:13px;max-width:90%}.control-top h2,.brand-finish h2{font-size:clamp(42px,10vw,64px)}.big-type{font-size:18vw}.reference-layout{grid-template-columns:minmax(0,1fr);gap:20px}.vehicle-reference{padding:50px 6vw}.chapter-one,.chapter-two{bottom:17%!important}.drive-stage .chapter-zero{bottom:12%}}@media(max-width:370px){.chapter h1{font-size:32px!important}.chapter h2{font-size:35px}.chapter p{font-size:12px}.reference-layout dl{gap:15px}}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:35px}.teaser-visual{position:relative;isolation:isolate;overflow:hidden;aspect-ratio:1.65;background:#d9dad3;border-radius:20px}.teaser-visual img{width:100%;height:100%;object-fit:cover;display:block;opacity:.65;transform:scale(1.08)}.teaser-cover{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(140deg,#f8f7ef50,#17231e40);text-align:center;color:#19271f}.teaser-cover span{font-size:9px;letter-spacing:.22em}.teaser-cover strong{font-family:var(--font-display);font-size:clamp(30px,4vw,52px);font-weight:400;line-height:1.3}.teaser-cover i{font-size:11px;font-style:normal;letter-spacing:.05em}.upcoming h2{font-size:clamp(40px,5vw,72px);line-height:1.1}.upcoming>p{color:#626b61}.teaser-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 25px;margin-top:45px}.teaser-item{min-width:0}.teaser-title{display:flex;gap:12px;align-items:baseline;padding:18px 3px}.teaser-title h3{font-family:var(--font-body);font-size:17px;letter-spacing:0;margin:0;flex:1}.teaser-title>span,.teaser-title small{font-size:10px;color:#677064}.collection-intro .badge{position:static;display:inline-block}.collection-intro p{margin:20px 0}.card{min-width:0}.card-foot h3{line-height:1.35}.upcoming{position:relative;background:#f6f5ed}.teaser-item .teaser-cover strong{font-size:clamp(30px,3vw,46px)}@media(max-width:650px){.collection-grid,.teaser-grid{grid-template-columns:minmax(0,1fr)}.teaser-title{gap:8px}.teaser-title h3{font-size:15px}.teaser-cover strong{font-size:38px}.teaser-visual{border-radius:14px}}:root{--font-body:"Manrope",Arial,sans-serif;--font-display:"Manrope",Arial,sans-serif;--ink:#242722;--orange:#eb5e16}body{background:#f5f3eb;color:var(--ink);font-family:var(--font-body)}h1,h2,h3,.chapter h1{font-family:var(--font-body);font-weight:500;letter-spacing:-.065em}h1 em,h2 em{font-family:inherit;font-style:normal;color:#dc5b20}p{line-height:1.8}header,footer{mix-blend-mode:normal!important}header{position:sticky!important;top:0;z-index:100;background:#f5f3eb!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:1px solid #262a221c;isolation:isolate;height:98px;min-height:98px;padding:12px 5vw!important;transform:none!important}header .logo{display:block!important;width:110px!important;height:72px!important;overflow:hidden;position:relative;flex-shrink:0;background:transparent!important}header .logo img{position:absolute!important;width:110px!important;height:110px!important;max-width:none;object-fit:contain;left:0!important;top:-20px!important;transform:none!important;margin:0!important}header .logo:before,header .logo:after{display:none!important}nav{gap:30px}nav a{font-size:12px!important}header .button{min-height:44px;border-radius:50px;font-size:12px;padding:12px 23px}.button{border-radius:50px!important;font-family:var(--font-body);font-weight:600}.button:not(.secondary){background:#df5916;color:#fff;border-color:#df5916}.tiny,.hero-meta,.hero-base,.sculpture-caption{font-size:9px;letter-spacing:.15em;font-weight:600}a,button{transition:background .25s,color .25s,box-shadow .25s,transform .25s}.mystery-hero{padding:28px 5vw 0;min-height:calc(100svh - 98px);overflow:hidden;background:radial-gradient(ellipse at 73% 44%,#eedfca66,transparent 57%)}.hero-meta{display:flex;justify-content:space-between;gap:20px}.hero-meta i{display:inline-block;width:5px;height:5px;background:#eb641d;border-radius:50%;margin-right:8px}.hero-layout{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;min-height:650px}.hero-copy{position:relative;z-index:2;padding:35px 0}.hero-copy h1{font-size:clamp(70px,7.7vw,118px);line-height:.98;margin:25px 0 26px;font-weight:500;letter-spacing:-.08em}.hero-copy h1 em{color:#db5c21}.hero-description{font-size:14px;color:#72776d;line-height:1.65}.mystery-link{font-size:12px;display:inline-flex;align-items:center;gap:28px;padding:16px 0;border-bottom:1px solid #24272250;margin-top:14px}.mystery-link span{font-size:24px}.sculpture-wrap{position:relative;height:620px;min-width:0}.sculpture-word{position:absolute;font-size:clamp(95px,15vw,240px);letter-spacing:-.1em;font-weight:800;color:#e9e4d8;top:90px;left:0;right:0;text-align:center}#mystery-scene{position:absolute;inset:0;touch-action:pan-y;cursor:grab}#mystery-scene canvas{display:block;width:100%;height:100%}.sculpture-caption{position:absolute;bottom:5%;left:15%;right:12%;display:flex;justify-content:space-between;align-items:center;color:#7d8276}.sculpture-caption span:last-child{font-size:35px;font-weight:400}.hero-base{border-top:1px solid #262a2220;display:flex;justify-content:space-between;padding:25px 0;color:#73796b}.secret-story{padding:100px 7vw;background:#202920;color:#f5f3eb;position:relative;overflow:hidden}.secret-story .tiny{color:#acb69d}.secret-story h2{font-size:clamp(46px,7vw,104px);line-height:1.1;position:relative;z-index:1;margin:45px 0 70px}.secret-story h2 span{color:#a9b29e}.secret-story h2 em{color:#ff9353}.secret-orbit{position:absolute;border:1px solid #ef9a4b60;border-radius:50%;width:900px;height:400px;top:90px;right:-370px;transform:rotate(-40deg);box-shadow:0 0 0 50px #df8b2705,0 0 0 100px #df8b2705}.secret-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px}.secret-bottom p{font-size:13px;color:#bfc6b7}.secret-bottom .mystery-link{color:#f5f3eb;border-color:#aeb6a050}.asterisk{color:#ff9857;font-size:110px;line-height:1;animation:asterisk-spin 35s linear infinite}.upcoming{padding:100px 5vw!important;background:#f5f3eb}.collection-heading{display:flex;align-items:end;justify-content:space-between;gap:35px}.collection-heading h2,.mystery-invite h2{font-size:clamp(44px,5.7vw,86px);line-height:1.05;margin:25px 0}.collection-heading>p{font-size:13px;color:#7b8173;margin-bottom:28px}.collection-grid{gap:30px;margin-top:45px}.card{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.teaser-visual{aspect-ratio:1.35;border-radius:6px;background:#d4c4af;transition:transform .65s cubic-bezier(.2,.7,.1,1);box-shadow:0 20px 40px #3533250a}.teaser-visual img{opacity:.1;filter:blur(35px)}.teaser-cover{background:radial-gradient(ellipse at 35% 30%,#f5eedb99,transparent 50%),linear-gradient(140deg,#d3c5ab,#b8bda8);color:#384035}.card:nth-child(2n) .teaser-cover{background:radial-gradient(ellipse at 65% 70%,#eac4a088,transparent 65%),linear-gradient(140deg,#c0c6b8,#dad4c6)}.teaser-cover:before{content:"?";position:absolute;font-size:180px;font-weight:400;line-height:1;color:#f5f3eb28;transform:rotate(15deg);z-index:-1}.teaser-cover{isolation:isolate}.teaser-cover strong{font-family:var(--font-body);font-size:clamp(30px,3vw,45px);font-weight:400;letter-spacing:-.06em;margin:12px 0}.teaser-cover span{font-size:8px;letter-spacing:.22em}.teaser-cover i{font-size:10px;color:#626a5e}.card-foot{padding:24px 0!important}.card-foot h3{font-family:var(--font-body);font-size:22px;font-weight:500}.card-foot p{font-size:11px!important}.card .text-link{font-size:11px}.circle-link{border:1px solid #c4c9ba!important;background:transparent!important}.mystery-invite{text-align:center;padding:100px 5vw;background:#eae9df;border-top:1px solid #bec1b12a}.mystery-invite h2{margin:30px 0 40px}.invite-phone{display:block;font-size:13px;margin-top:25px;color:#747b6d}footer{background:#f5f3eb!important;padding:55px 5vw 25px!important}.page-head{padding:65px 5vw 30px!important}.page-head h1{font-size:clamp(46px,6vw,82px);font-weight:500;line-height:1.08}.page-head p{font-size:14px!important}.section{padding-left:5vw;padding-right:5vw}.collection-detail{padding-top:20px}.teaser-title h3{font-family:var(--font-body);letter-spacing:-.02em}.collection-intro .badge{background:#e4e8dd;color:#505b49;font-size:10px}.filters{flex-wrap:wrap}.filters input{max-width:100%;min-width:0}.motion-reveal{opacity:0;transform:translateY(25px);transition:opacity .9s ease,transform .9s cubic-bezier(.2,.7,.1,1)}.motion-reveal.in-view{opacity:1;transform:translateY(0)}.orbit-fallback{position:absolute;width:65%;aspect-ratio:1;border:30px solid #e66c24;border-radius:50%;left:18%;top:20%;transform:rotateX(40deg) rotateY(25deg);box-shadow:inset 10px 10px 20px #b24926,12px 20px 40px #ae6e4725}#mystery-scene.ready .orbit-fallback{display:none}@keyframes asterisk-spin{to{transform:rotate(360deg)}}@view-transition{navigation:auto}::view-transition-old(root){animation:fade-out .18s ease both}::view-transition-new(root){animation:fade-in .3s ease both}@keyframes fade-out{to{opacity:0}}@keyframes fade-in{0%{opacity:0}}@media(max-width:1000px){.hero-layout{min-height:580px}.sculpture-wrap{height:510px}.hero-copy h1{font-size:80px}.hero-meta{font-size:8px}nav{gap:18px!important}.hero-base{font-size:8px}.secret-bottom{flex-wrap:wrap}.asterisk{font-size:80px}}@media(max-width:700px){header{height:78px;min-height:78px;padding:8px 6vw!important}header .logo{width:85px!important;height:60px!important}header .logo img{width:85px!important;height:85px!important;top:-14px!important}.header-cta{display:none!important}.menu{display:block!important;margin-left:auto;min-height:44px}nav{display:none!important}nav.open{display:flex!important;position:absolute;top:78px;left:0;right:0;background:#f5f3eb!important;flex-direction:column;padding:25px!important;border-bottom:1px solid #ccc}.hero-meta span:last-child{display:none}.mystery-hero{padding:23px 6vw 0;min-height:0}.hero-layout{grid-template-columns:1fr;min-height:0}.hero-copy{padding:35px 0 0}.hero-copy h1{font-size:clamp(62px,14vw,95px);margin:20px 0;line-height:1}.hero-description{font-size:12px}.hero-copy .tiny{font-size:8px}.mystery-link{font-size:11px;padding:10px 0}.sculpture-wrap{height:370px;margin-top:-20px}.sculpture-word{font-size:130px;top:55px}.sculpture-caption{bottom:5px;font-size:8px}.hero-base{font-size:7px;padding:22px 0}.hero-base span:nth-child(2){display:none}.secret-story{padding:65px 6vw}.secret-story h2{font-size:clamp(39px,9vw,61px);margin:30px 0 40px}.secret-bottom{gap:20px}.asterisk{font-size:65px}.secret-bottom p{font-size:12px;flex:1}.secret-bottom .mystery-link{margin-left:auto}.collection-heading{display:block}.collection-heading h2,.mystery-invite h2{font-size:clamp(39px,9vw,60px)}.collection-heading>p{font-size:12px}.upcoming{padding:65px 6vw!important}.collection-grid{grid-template-columns:1fr;margin-top:30px;gap:40px}.teaser-cover strong{font-size:37px}.mystery-invite{padding:65px 6vw}.teaser-grid{grid-template-columns:1fr}.page-head{padding:45px 6vw 25px!important}.page-head h1{font-size:44px}.footer-links{flex-wrap:wrap}.sculpture-wrap{pointer-events:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.motion-reveal{opacity:1;transform:none;transition:none}.asterisk{animation:none}::view-transition-old(root),::view-transition-new(root){animation:none}.teaser-visual{transition:none}}.motion-ribbon{overflow:hidden;padding:24px 0;background:#e87835;color:#222a20;transform:perspective(1200px) rotateX(8deg)}.motion-ribbon>div{width:max-content;font-size:clamp(25px,4vw,55px);font-weight:600;letter-spacing:-.035em;animation:ribbon-run 28s linear infinite}.speed-lines{position:absolute;inset:0;pointer-events:none;overflow:hidden}.speed-lines i{position:absolute;right:-30%;width:50%;height:1px;background:linear-gradient(90deg,transparent,#ec9a57,transparent);top:25%;transform:rotate(-25deg);animation:light-run 7s linear infinite}.speed-lines i:nth-child(2){top:55%;animation-delay:-2s}.speed-lines i:nth-child(3){top:80%;animation-delay:-4s}.secret-orbit{animation:orbit-drift 14s ease-in-out infinite alternate}.mystery-invite{position:relative;overflow:hidden}.mystery-invite:before,.mystery-invite:after{content:"";position:absolute;width:220px;height:220px;border:1px solid #d8793338;border-radius:35px;left:-120px;top:20%;transform:rotate(25deg);animation:orbit-drift 12s ease-in-out infinite alternate;pointer-events:none}.mystery-invite:after{left:auto;right:-120px;animation-delay:-6s}.hero-copy{animation:hero-enter 1s ease both}.sculpture-wrap{animation:hero-enter 1.3s ease both}@keyframes ribbon-run{to{transform:translate(-50%)}}@keyframes light-run{to{translate:-180vw 50vh}}@keyframes orbit-drift{to{transform:translateY(25px) rotate(-15deg)}}@keyframes hero-enter{0%{opacity:0;translate:0 20px}to{opacity:1;translate:0 0}}@media(prefers-reduced-motion:reduce){.motion-ribbon>div,.speed-lines i,.secret-orbit,.mystery-invite:before,.mystery-invite:after,.hero-copy,.sculpture-wrap{animation:none}}.footer-links a{overflow-wrap:anywhere;min-width:0}.footer-links{min-width:0}.motion-ribbon{max-width:100%;contain:paint}#mystery-scene canvas{max-width:100%}.sculpture-caption{gap:12px}.sculpture-caption span:first-child{min-width:0;font-size:8px}.motion-ribbon{transform:none}.mystery-page main{overflow-x:clip}.origin-story{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center;padding:100px 7vw;background:#eceae0;overflow:hidden}.origin-art{position:relative;min-height:490px;perspective:1000px}.year-sculpture{position:absolute;inset:35px 15%;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:rotateY(var(--origin-turn,-8deg)) rotateX(7deg);transition:transform .5s ease-out;background:linear-gradient(135deg,#f4f1e8,#d7d3c7);border:1px solid #fff9;box-shadow:22px 25px #cbc7b9,35px 50px 65px #4d4b3820;border-radius:8px}.year-sculpture>span{font-size:11px;letter-spacing:.3em}.year-sculpture strong{font-size:clamp(80px,10vw,145px);line-height:.85;letter-spacing:-.085em;margin:26px 0;color:#dc621f;text-shadow:1px 1px #ffbc7e,3px 3px #ad4b16,6px 6px #a34e1620}.year-sculpture i{font-size:9px;font-style:normal;letter-spacing:.2em}.origin-chip{position:absolute;bottom:25px;right:0;background:#26372a;color:#f5f1e5;padding:25px;border-radius:50%;width:130px;height:130px;display:grid;align-content:center;text-align:center;font-size:32px;box-shadow:8px 14px 25px #15221920;animation:origin-float 6s ease-in-out infinite}.origin-chip small{font-size:8px;letter-spacing:.08em;margin-top:5px}.origin-orbit{position:absolute;inset:10px;border:1px solid #d2814355;border-radius:50%;transform:rotate(-25deg) scaleX(1.2);animation:origin-float 8s ease-in-out infinite}.origin-copy h2,.journey-heading h2{font-size:clamp(38px,4.5vw,68px);line-height:1.1;margin:25px 0}.origin-copy>p:not(.tiny){font-size:14px;color:#656e60;max-width:560px}.origin-signature{display:flex;gap:20px;flex-wrap:wrap;border-top:1px solid #a7ac992f;padding-top:23px;margin-top:28px;font-size:10px;font-weight:700}.brand-journey{display:grid;grid-template-columns:1fr 1fr;gap:8vw;padding:90px 7vw;background:#f5f3eb}.journey-steps{position:relative;padding-left:35px;border-left:1px solid #b5bcac}.journey-steps:before{content:"";position:absolute;left:-1px;top:0;width:2px;height:100%;background:#e47935;transform-origin:top;transform:scaleY(var(--journey-progress,0));transition:transform .2s linear}.journey-steps article{padding:0 0 38px;position:relative}.journey-steps article:last-child{padding-bottom:0}.journey-steps article:before{content:"";position:absolute;left:-40px;top:3px;width:9px;height:9px;border-radius:50%;background:#e47935;box-shadow:0 0 0 6px #f5f3eb}.journey-steps article>span{font-size:9px;letter-spacing:.14em;color:#7b826f}.journey-steps h3{font-size:24px;letter-spacing:-.035em;margin:16px 0 10px}.journey-steps p{font-size:13px;color:#69725f;max-width:420px}.journey-steps article:nth-child(2){transition-delay:.08s}.journey-steps article:nth-child(3){transition-delay:.16s}@keyframes origin-float{50%{translate:0 -14px}}@media(max-width:720px){.origin-story,.brand-journey{grid-template-columns:1fr;padding:60px 6vw;gap:40px}.origin-art{min-height:380px;max-width:400px;width:100%;margin:auto}.year-sculpture strong{font-size:105px}.origin-chip{width:105px;height:105px;font-size:27px}.origin-chip small{font-size:7px}.origin-copy h2,.journey-heading h2{font-size:42px}.origin-copy>p:not(.tiny){font-size:13px}.brand-journey{gap:25px}}@media(prefers-reduced-motion:reduce){.origin-chip,.origin-orbit{animation:none}.year-sculpture{transform:none;transition:none}.journey-steps:before{transform:scaleY(1);transition:none}}.teaser-visual img{opacity:.85;filter:none;transform:scale(1.04)}.teaser-cover,.card:nth-child(2n) .teaser-cover{background:linear-gradient(180deg,#f5f3eb15,#f5f3eb77);color:#243027}.teaser-cover:before{display:none}.teaser-cover strong{text-shadow:0 2px 15px #fff}.suv-scroll{height:calc(100svh + 22px);position:relative}.suv-scroll .mystery-hero{position:sticky;top:98px;height:calc(100svh - 98px);min-height:0}.suv-scroll .hero-layout{min-height:0;height:calc(100svh - 215px)}.suv-scroll .sculpture-wrap{height:min(620px,calc(100svh - 240px));animation:none}.suv-scroll .hero-copy h1{font-size:clamp(60px,6.4vw,94px)}.suv-scroll .hero-copy{padding:15px 0}.suv-loading{position:absolute;inset:45% 15%;text-align:center;font-size:12px;color:#677364}#mystery-scene{touch-action:pan-y}#mystery-scene:focus-visible{outline:2px solid #d07a41;border-radius:20px}.sculpture-caption{bottom:0;pointer-events:none}@media(max-width:700px){.suv-scroll{height:calc(100svh + 22px)}.suv-scroll .mystery-hero{top:78px;height:calc(100svh - 78px);padding-top:16px}.suv-scroll .hero-layout{height:auto;display:flex;flex-direction:column;align-items:stretch}.suv-scroll .hero-copy h1{font-size:clamp(40px,11vw,60px);margin:12px 0}.suv-scroll .hero-copy h1 br,.suv-scroll .hero-copy .tiny,.suv-scroll .hero-description,.suv-scroll .hero-base{display:none}.suv-scroll .hero-copy .mystery-link{margin:0;padding:5px 0}.suv-scroll .sculpture-wrap{height:calc(100svh - 345px);min-height:230px;width:100%;margin-top:0;pointer-events:auto}.suv-scroll .sculpture-word{font-size:100px;top:20%}.sculpture-caption{left:5%;right:5%}}@media(max-height:650px)and (min-width:701px){.suv-scroll .hero-copy h1{font-size:48px}.suv-scroll .hero-description{display:none}}@media(prefers-reduced-motion:reduce){.suv-scroll{height:auto}.suv-scroll .mystery-hero{position:relative;top:0}}@media(max-width:700px){body{font-size:16px}h1,h2{letter-spacing:-.045em!important}.suv-scroll .mystery-hero{display:flex;flex-direction:column;padding:16px 6vw 12px}.suv-scroll .hero-layout{flex:1;min-height:0;display:flex}.suv-scroll .hero-copy{flex:none;padding:8px 0 0}.suv-scroll .hero-copy h1{font-size:clamp(34px,9.5vw,44px);line-height:1.08;max-width:340px;margin:12px 0}.suv-scroll .hero-copy .mystery-link{font-size:13px;min-height:40px}.suv-scroll .sculpture-wrap{flex:1;height:auto;min-height:190px;margin:0}.sculpture-caption{font-size:9px;bottom:0}.sculpture-word{opacity:.6}.hero-meta{font-size:10px;letter-spacing:.1em}.page-head h1{font-size:clamp(34px,9vw,44px)}.page-head p,.secret-bottom p,.collection-heading>p,.invite-phone{font-size:15px!important;line-height:1.7}.secret-story h2,.collection-heading h2,.mystery-invite h2{font-size:clamp(34px,9vw,46px)}.tiny,.eyebrow{font-size:11px;letter-spacing:.12em}.card-foot h3{font-size:23px}.card-foot p,.card .text-link{font-size:14px!important}.teaser-visual{aspect-ratio:1.4}.teaser-visual img{object-fit:contain;opacity:1;transform:none}.teaser-cover,.card:nth-child(2n) .teaser-cover{background:linear-gradient(180deg,#f5f3eb08,#f5f3eb33)}.teaser-cover span,.teaser-cover i{font-size:11px}.teaser-cover strong{font-size:32px}.contact-grid{gap:28px}form{padding:22px!important;border-radius:20px!important;min-width:0}input,select,textarea{font-size:16px!important;max-width:100%;min-width:0}label{font-size:14px}.micro{font-size:12px!important}.footer-links{gap:18px}.footer-links a{font-size:14px}.origin-layout{gap:32px}.motion-reveal{transform:none;transition:opacity .35s}}@media(max-width:700px)and (max-height:620px){.suv-scroll .hero-copy h1{font-size:30px}.suv-scroll .hero-copy .mystery-link{display:none}.suv-scroll .sculpture-wrap{min-height:150px}}@media(max-width:700px){.suv-scroll .hero-copy h1 br{display:block}.suv-scroll .sculpture-wrap{max-height:440px}.suv-scroll .hero-layout{justify-content:space-between}}.teaser-visual.revealed img{opacity:1;filter:none;transform:none;object-fit:contain}
