*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-secondary);cursor:none}body{background-color:#faf8f5}@font-face{font-family:cormorant;src:url(/FONTS/CormorantGaramond-Medium.woff2)}@font-face{font-family:syne;src:url(/FONTS/Syne-Regular.woff2)}:root{--font-primary: "cormorant";--font-secondary: "syne";--primary-color: #70000c}.site-header{width:100%;position:fixed;top:0;left:0;z-index:1000;background:#faf8f599;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .45s cubic-bezier(.22,.61,.36,1),background .3s}.site-header.show{transform:translateY(0)}.site-header.hide{transform:translateY(-110%)}.header-container{max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:20px 50px}.logo-brand-link{text-decoration:none;display:flex;align-items:center}.brand-logo-svg{width:140px;height:auto;display:block}.menu-toggle-btn{display:flex;align-items:center;gap:12px;background-color:#f5f5f7;border:none;padding:12px 22px;border-radius:40px;cursor:pointer;z-index:1001;transition:background-color .25s ease}.menu-toggle-btn:hover{background-color:#e8e8ec}.menu-text{font-family:var(--font-secondary);font-size:13px;font-weight:600;color:#000;letter-spacing:.5px}.hamburger-icon{width:16px;height:10px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger-icon span{display:block;width:100%;height:2px;background-color:#000;border-radius:2px;transition:transform .3s cubic-bezier(.25,1,.5,1),opacity .2s ease}.menu-toggle-btn.active .hamburger-icon span:nth-child(1){transform:translateY(4px) rotate(45deg)}.menu-toggle-btn.active .hamburger-icon span:nth-child(2){transform:translateY(-4px) rotate(-45deg)}.nav-overlay-panel{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#faf8f5;z-index:999;display:flex;align-items:flex-start;padding:140px 60px 60px;transform:translateY(-30px);opacity:0;visibility:hidden;transition:transform .5s cubic-bezier(.25,1,.5,1),opacity .4s ease,visibility .5s ease;overflow-y:auto}.nav-overlay-panel.is-open{transform:translateY(0);opacity:1;visibility:visible}.overlay-content-wrapper{width:100%;max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:100px}.overlay-nav-left{display:flex;flex-direction:column}.nav-mini-title{font-family:var(--font-secondary);font-size:11px;font-weight:600;letter-spacing:2px;color:#999;margin-bottom:30px}.overlay-main-menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.overlay-menu-item{display:flex;align-items:baseline;border-bottom:1px solid #f2f2f2;padding:16px 0}.overlay-menu-item.has-collapsible{flex-direction:column;align-items:stretch}.collapsible-row{display:flex;align-items:center;justify-content:space-between;cursor:pointer;width:100%}.item-main-clickable{display:flex;align-items:baseline}.item-num{font-family:var(--font-secondary);font-size:13px;font-weight:500;color:#ccc;margin-right:30px;min-width:25px}.overlay-menu-item a,.menu-label-text{font-family:var(--font-secondary);font-size:38px;font-weight:400;color:#000;text-decoration:none;line-height:1.2;transition:transform .3s ease,color .25s ease;display:inline-block}.overlay-menu-item a:hover{color:#c49a82;transform:translate(6px)}.collapse-arrow{color:#000;transition:transform .3s ease}.collapse-arrow.rotated{transform:rotate(180deg)}.collapsible-panel-child{max-height:0;overflow:hidden;display:flex;flex-direction:column;gap:12px;padding-left:55px;transition:max-height .35s cubic-bezier(.25,1,.5,1)}.collapsible-panel-child.expanded{max-height:200px;margin-top:16px;margin-bottom:8px}.collapsible-panel-child a{font-family:var(--font-secondary);font-size:16px;font-weight:500;color:#555}.overlay-info-right{border-left:1px solid #efefef;padding-left:60px;display:flex;flex-direction:column;padding-top:45px}.info-block-item{margin-bottom:45px}.spec-top-margin{margin-top:15px}.info-block-heading{font-family:var(--font-secondary);font-size:14px;font-weight:600;color:#000;margin-bottom:16px;letter-spacing:.5px;text-transform:uppercase}.info-block-text{font-family:var(--font-secondary);font-size:15px;font-weight:400;color:#555;line-height:1.8}.info-accent-link{color:#000;text-decoration:none;font-weight:500;transition:color .2s ease}.info-accent-link:hover{color:#c49a82}@media(max-width:1024px){.header-container{padding:16px 35px}.nav-overlay-panel{padding:120px 40px 40px}.overlay-content-wrapper{grid-template-columns:1fr;gap:40px}.overlay-info-right{border-left:none;padding-left:0;border-top:1px solid #efefef;padding-top:35px}.overlay-menu-item a,.menu-label-text{font-size:32px}}@media(max-width:768px){.header-container{padding:15px 20px}.brand-logo-svg{width:110px}.menu-toggle-btn{padding:10px 18px;gap:8px}.menu-text{font-size:12px}.nav-overlay-panel{padding:110px 24px 30px}.overlay-menu-item a,.menu-label-text{font-size:26px}.item-num{margin-right:15px;font-size:12px}.collapsible-panel-child{padding-left:40px}.collapsible-panel-child a{font-size:15px}.info-block-heading{font-size:12px;margin-bottom:10px}.info-block-text{font-size:14px;line-height:1.6}.info-block-item{margin-bottom:30px}}.hero-section{width:100%;overflow:hidden}.hero-carousel{transform:translateZ(0);backface-visibility:hidden;will-change:width}.hero-slide-container{position:relative;width:100%;height:100%}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center}.hero-slide-old{z-index:1}.hero-slide-new{z-index:2}.hero-slide{transform:translateZ(0);backface-visibility:hidden}.hero-carousel-wrapper{transform:translateZ(0)}.hero-top{max-width:1600px;margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:30px;padding:150px 40px 80px}.hero-heading{font-family:var(--font-primary);font-size:50px;font-weight:300;color:#000;line-height:1.2;margin:0;text-transform:uppercase;max-width:750px}.hero-description{font-family:var(--font-secondary);font-size:16px;font-weight:400;color:#000;line-height:1.6;max-width:320px;margin:0}.hero-carousel-wrapper{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-carousel{position:relative;width:85%;height:100%;overflow:hidden;margin:0 auto}.hero-slide{width:100%;height:100%;background-color:#8a6a52;background-size:cover;background-position:center;transition:background-image .4s ease}.hero-controls{position:absolute;bottom:40px;right:40px;display:flex;align-items:center;gap:12px;background-color:#fffffff2;padding:10px 16px;border-radius:50px;box-shadow:0 10px 24px #00000026;z-index:99;pointer-events:auto}.hero-control-btn{width:38px;height:38px;border-radius:50%;border:1px solid #d8c8c0;background-color:transparent;color:#3d1010;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.hero-control-btn:hover{background-color:#f1e6e0}.hero-thumbs{display:flex;align-items:center;gap:8px;margin-left:6px}.hero-thumb{width:56px;height:38px;border-radius:6px;border:2px solid transparent;background-color:#d8c8c0;background-size:cover;background-position:center;cursor:pointer;opacity:.6;transition:opacity .2s ease,border-color .2s ease}.hero-thumb.active{opacity:1;border-color:#3d1010}@media(max-width:1200px){.hero-top{padding:130px 30px 60px;gap:40px}.hero-heading{font-size:48px;max-width:650px}.hero-description{max-width:300px}.hero-carousel{width:90%}.hero-controls{right:30px;bottom:30px}}@media(max-width:992px){.hero-top{flex-direction:column;align-items:flex-start;padding:120px 25px 50px;gap:20px}.hero-heading{font-size:42px;max-width:100%}.hero-description{max-width:600px;font-size:15px}.hero-carousel-wrapper{height:80vh}.hero-carousel{width:94%}.hero-controls{right:20px;bottom:20px;padding:8px 12px}.hero-thumb{width:48px;height:34px}}@media(max-width:768px){.hero-top{padding:100px 20px 40px}.hero-heading{font-size:34px;line-height:1.15;letter-spacing:.5px}.hero-description{font-size:14px;line-height:1.7;max-width:100%}.hero-carousel-wrapper{height:70vh}.hero-carousel{width:100%}.hero-controls{right:15px;left:15px;bottom:15px;justify-content:center;padding:10px;gap:10px}.hero-control-btn{width:34px;height:34px}.hero-thumb{width:42px;height:30px}}@media(max-width:576px){.hero-top{padding:95px 18px 30px}.hero-heading{font-size:28px}.hero-description{font-size:13px}.hero-carousel-wrapper{height:60vh}.hero-controls{border-radius:18px;padding:10px;align-items:center}.hero-controls .hero-control-btn{height:35px;width:35px}.hero-thumbs{justify-content:flex-end;margin-left:0;margin-top:5px}.hero-thumb{width:48px;height:34px}}@media(max-width:400px){.hero-heading{font-size:24px}.hero-description{font-size:12px}.hero-carousel-wrapper{height:55vh}.hero-control-btn{width:30px;height:30px}.hero-thumb{width:40px;height:28px}}.dp-overlay{position:fixed;inset:0;z-index:9999;pointer-events:none;overflow:hidden;font-family:var(--font-primary)}.dp-overlay.open{pointer-events:all}.dp-curtain{position:absolute;left:0;width:100%;background:#fff;z-index:100;height:0%}.dp-curtain-top{top:0}.dp-curtain-bottom{bottom:0}.dp-overlay.open .dp-curtain-top{animation:curtainTopOpen .9s cubic-bezier(.7,0,.3,1) forwards}.dp-overlay.open .dp-curtain-bottom{animation:curtainBottomOpen .9s cubic-bezier(.7,0,.3,1) forwards}.dp-overlay.closing .dp-curtain-top{animation:curtainTopClose .8s cubic-bezier(.7,0,.3,1) forwards}.dp-overlay.closing .dp-curtain-bottom{animation:curtainBottomClose .8s cubic-bezier(.7,0,.3,1) forwards}@keyframes curtainTopOpen{0%{height:0%;top:0}40%,60%{height:50%;top:0}to{height:50%;top:-50%}}@keyframes curtainBottomOpen{0%{height:0%;bottom:0}40%,60%{height:50%;bottom:0}to{height:50%;bottom:-50%}}@keyframes curtainTopClose{0%{height:50%;top:-50%}to{height:50%;top:0}}@keyframes curtainBottomClose{0%{height:50%;bottom:-50%}to{height:50%;bottom:0}}.dp-content{position:absolute;inset:0;background:#fff;display:flex;flex-direction:column;opacity:0;transition:opacity .2s ease .4s;overflow-y:auto}.dp-content.visible{opacity:1}.dp-topbar{position:absolute;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:24px 48px;background:linear-gradient(to bottom,rgba(255,255,255,.5) 0%,transparent 100%)}.dp-back-btn{background:none;border:none;color:#0a0a0ab3;cursor:pointer;display:flex;align-items:center;gap:14px;font-size:12px;letter-spacing:3px;text-transform:uppercase}.dp-back-line{display:block;width:40px;height:1px;background:currentColor;transition:width .3s ease}.dp-back-btn:hover .dp-back-line{width:64px}.dp-back-btn:hover{color:#0a0a0a}.dp-series-tag{font-size:11px;letter-spacing:4px;color:#0a0a0a59;text-transform:uppercase}.dp-hero{position:relative;height:var(--hero-height);width:100%;flex-shrink:0;overflow:hidden}.dp-hero-image-wrap{width:100%;height:100%}.dp-hero-img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.05);animation:heroScale 8s ease forwards}@keyframes heroScale{to{transform:scale(1)}}.dp-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 70%,rgba(255,255,255,.95) 100%)}.dp-hero-name-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:72px 40px 60px;pointer-events:none}.dp-big-name{font-family:var(--font-secondary);font-style:italic;font-size:clamp(48px,8vw,120px);font-weight:200;color:#0a0a0a;text-align:center;line-height:.9;letter-spacing:6px;display:flex;flex-wrap:wrap;justify-content:center;gap:0 20px;text-shadow:0px 0px 20px rgba(255,255,255,.6)}.dp-name-word{display:block;opacity:0;transform:translateY(30px);animation:wordReveal .8s cubic-bezier(.4,0,.2,1) forwards}@keyframes wordReveal{to{opacity:1;transform:translateY(0)}}.dp-bottom-bar{position:relative;background:#fff;padding:36px 48px;display:grid;grid-template-columns:1fr 1.2fr 1.5fr 1.5fr;gap:36px;border-top:1px solid rgba(10,10,10,.07);color:#0a0a0a}.dp-product-title{font-size:12px;letter-spacing:3px;color:#0a0a0a;font-weight:500}.dp-product-year{font-size:12px;color:#0a0a0a59}.dp-bottom-specs{display:flex;gap:36px}.dp-spec-block{display:flex;flex-direction:column;gap:8px}.dp-spec-block label{font-size:9px;letter-spacing:3px;color:#0a0a0a66;text-transform:uppercase}.dp-spec-block span{font-size:13px;color:#0a0a0a}.dp-bottom-location p,.dp-bottom-material p{font-size:12px;line-height:1.75;color:#0a0a0aa6;margin:0;text-transform:uppercase;font-family:var(--font-primary)}@media(max-width:900px){.dp-bottom-bar{grid-template-columns:1fr 1fr;padding:28px 24px;gap:24px}.dp-big-name{font-size:clamp(36px,10vw,72px)}.dp-hero{height:60vh}}@media(max-width:600px){.dp-bottom-bar{grid-template-columns:1fr}}.st-section{width:100%;min-height:100vh;padding:100px 60px;box-sizing:border-box;overflow:hidden;position:relative;color:#0a0a0a}.st-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px}.st-eyebrow{display:block;font-size:13px;letter-spacing:4px;color:#0a0a0a80;text-transform:uppercase;margin-bottom:10px;font-weight:600}.st-heading{font-family:var(--font-primary);font-size:clamp(32px,5vw,64px);font-weight:300;color:#0a0a0a;margin:0;letter-spacing:4px;line-height:1.1;text-transform:uppercase}.st-heading i{font-family:var(--font-secondary);font-style:italic;text-transform:none;letter-spacing:1px;font-weight:400;display:inline-block;margin-top:5px}.st-nav-row{display:flex;gap:12px}.st-arrow{background:none;border:1px solid rgba(10,10,10,.2);color:#0a0a0a;width:52px;height:52px;cursor:pointer;font-size:18px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.st-arrow:hover:not(:disabled){background:#0a0a0a;color:#fff}.st-arrow:disabled{opacity:.1;cursor:not-allowed}.st-cards-viewport{overflow:hidden;width:100%}.st-cards-track{display:flex;transition:transform .8s cubic-bezier(.23,1,.32,1);width:100%}.st-card{padding:0 15px;box-sizing:border-box;display:flex;flex-direction:column}.st-card-name{font-family:var(--font-primary);font-size:clamp(20px,2vw,32px);font-weight:400;color:#0a0a0a;margin:10px 0 20px;letter-spacing:3px;line-height:1.1}.st-card-image-wrap{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;margin-bottom:15px}.st-card-img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.st-card:hover .st-card-img{transform:scale(1.05)}.st-view-btn{background:none;border:1px solid rgba(10,10,10,.7);color:#0a0a0a;padding:16px 0;cursor:pointer;font-size:16px;letter-spacing:4px;text-transform:capitalize;width:100%;border-radius:60px;transition:all .4s ease;position:relative;overflow:hidden;margin-top:10px;font-family:var(--font-secondary)}.st-view-btn:before{content:"";position:absolute;inset:0;background:#0a0a0a;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:0}.st-view-btn:hover:before{transform:scaleX(1)}.st-view-btn span{position:relative;z-index:1}.st-view-btn:hover span{color:#fff}.st-progress-row{display:flex;gap:10px;margin-top:60px;justify-content:center}.st-tick{width:30px;height:2px;background:#0a0a0a26;cursor:pointer;transition:all .4s ease}.st-tick.active{background:#0a0a0a;width:60px}@media(max-width:1024px){.st-section{padding:60px 40px}}@media(max-width:600px){.st-section{padding:40px 20px}.st-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:40px}.st-nav-row{width:100%;justify-content:flex-end}.st-card{padding:0 10px}.st-tick{width:20px}.st-tick.active{width:40px}}.s6-blog-section{width:100%;padding:clamp(60px,7vw,100px) clamp(20px,5vw,80px)}.s6-blog-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:clamp(32px,5vw,56px);gap:24px}.s6-blog-heading-block{display:flex;flex-direction:column}.s6-blog-label{font-family:var(--font-secondary);font-size:clamp(10px,1vw,12px);font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#2a2118;opacity:.7;margin-bottom:12px}.s6-blog-title{font-family:var(--font-primary);font-weight:400;font-size:clamp(28px,3.4vw,44px);line-height:1.2;color:#2a2118;margin:0}.s6-blog-btn{flex-shrink:0;font-family:var(--font-secondary);font-size:13px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:#2a2118;text-decoration:none;border:1px solid #2A2118;padding:14px 28px;border-radius:50px;transition:background .3s ease,color .3s ease,transform .2s ease;white-space:nowrap}.s6-blog-btn:hover{background:#2a2118;color:#fff}.s6-blog-btn:active{transform:scale(.98)}.s6-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,3vw,40px)}.s6-blog-card{display:flex;flex-direction:column;height:100%}.s6-blog-image-wrap{width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:4px;margin-bottom:clamp(16px,2vw,24px)}.s6-blog-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,1,.5,1)}.s6-blog-card:hover .s6-blog-image-wrap img{transform:scale(1.05)}.s6-blog-card-content{display:flex;flex-direction:column;flex-grow:1}.s6-blog-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-family:var(--font-secondary);font-size:11px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:#2a2118;opacity:.6;margin-bottom:12px}.s6-blog-dot{width:4px;height:4px;border-radius:50%;background:#2a2118;opacity:.6}.s6-blog-card-title{font-family:var(--font-primary);font-size:clamp(18px,1.8vw,30px);line-height:1.35;color:#2a2118;margin-bottom:12px}.s6-blog-card-excerpt{font-family:var(--font-secondary);font-size:clamp(13px,1.2vw,14px);line-height:1.6;color:#2a2118;opacity:.75;margin-bottom:20px;flex-grow:1}.s6-blog-readmore{font-family:var(--font-secondary);font-size:13px;font-weight:500;letter-spacing:.5px;color:#2a2118;text-decoration:none;display:inline-flex;align-items:center;gap:6px;margin-top:auto;width:fit-content}.s6-blog-arrow{display:inline-block;transition:transform .3s ease}.s6-blog-readmore:hover .s6-blog-arrow{transform:translate(5px)}@media(max-width:1024px){.s6-blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.s6-blog-header{flex-direction:column;align-items:flex-start;gap:20px}.s6-blog-btn{align-self:flex-start;padding:12px 24px;font-size:12px}.s6-blog-grid{grid-template-columns:1fr;gap:40px}.s6-blog-image-wrap{aspect-ratio:16 / 10}}@media(max-width:425px){.s6-blog-meta{font-size:10px}.s6-blog-btn{width:100%;text-align:center}}.Gllimps{width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;margin:100px 0 50px}.gllimps-container{width:min(1600px,92%);margin:auto;display:grid;grid-template-columns:280px 1fr;gap:70px;position:relative}.gllimps-left{display:flex;flex-direction:column;justify-content:space-between}.gllimps-label{font-family:var(--font-primary);font-size:38px;line-height:1;color:#1d1d1d;letter-spacing:.02em}.gllimps-description{margin-top:180px;width:250px;font-family:var(--font-secondary);font-size:15px;line-height:1.8;color:#666}.gllimps-year{margin-top:160px;font-family:var(--font-secondary);color:#777;font-size:15px}.gllimps-right{position:relative}.gllimps-title{position:absolute;top:-100px;left:360px;font-family:var(--font-primary);font-size:120px;font-weight:400;line-height:1;letter-spacing:2px;color:#111;z-index:5;pointer-events:none}.gllimps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:90px}.gllimps-card{position:relative;overflow:hidden;aspect-ratio:.72}.gllimps-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.gllimps-card:hover img{transform:scale(1.06)}.gllimps-card p{position:absolute;left:22px;right:22px;bottom:22px;color:#fff;font-size:14px;line-height:1.5;font-family:var(--font-secondary);z-index:2}.gllimps-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.45),rgba(0,0,0,.05) 55%,transparent)}@media(max-width:1400px){.gllimps-container{width:94%;gap:55px}.gllimps-title{left:240px;font-size:100px}.gllimps-label{font-size:34px}}@media(max-width:1200px){.Gllimps{height:auto;margin:90px 0}.gllimps-container{grid-template-columns:240px 1fr;gap:45px}.gllimps-title{left:180px;top:-70px;font-size:82px}.gllimps-description{margin-top:120px;width:100%}.gllimps-year{margin-top:120px}.gllimps-grid{padding-top:70px}}@media(max-width:992px){.Gllimps{margin:70px 0}.gllimps-container{grid-template-columns:1fr;gap:50px}.gllimps-left{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:30px;flex-wrap:wrap}.gllimps-description{margin-top:0;max-width:380px}.gllimps-year{margin-top:0}.gllimps-right{padding-top:70px}.gllimps-title{left:0;top:0;position:absolute;font-size:72px}.gllimps-grid{padding-top:90px}}@media(max-width:768px){.Gllimps{margin:60px 0}.gllimps-container{width:92%}.gllimps-left{flex-direction:column;align-items:flex-start;gap:25px}.gllimps-label{font-size:30px}.gllimps-description{max-width:100%;font-size:14px;line-height:1.8}.gllimps-year{font-size:14px}.gllimps-title{position:relative;top:auto;left:auto;margin-bottom:30px;font-size:58px}.gllimps-grid{padding-top:0;grid-template-columns:repeat(2,1fr);gap:14px}}@media(max-width:576px){.Gllimps{margin:50px 0}.gllimps-title{font-size:42px;letter-spacing:1px}.gllimps-label{font-size:40px}.gllimps-grid{grid-template-columns:1fr}.gllimps-card{aspect-ratio:1.1}.gllimps-right{padding-top:0}}@media(max-width:400px){.gllimps-container{width:94%}.gllimps-title{font-size:34px}.gllimps-description,.gllimps-year{font-size:13px}}.AboutSega{height:auto;display:flex;justify-content:space-between;align-items:center;padding:50px 80px}.AboutSega .about-card-1{height:250px;width:15%;margin-bottom:auto}.AboutSega .about-card-1 img{height:100%;width:100%}.AboutSega .about-card-content{height:500px;width:65%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.AboutSega .about-card-2{height:250px;width:15%;margin-top:auto}.AboutSega .about-card-2 img{height:100%;width:100%}.about-card-content h6,.about-card-content h2,.about-card-content p{text-align:center}.about-card-content h6{text-transform:uppercase;font-size:13px;font-weight:500}.about-card-content h2{font-size:60px;font-family:var(--font-primary);line-height:.99}.about-card-content p{width:80%}@media(max-width:1400px){.AboutSega{padding:50px}.about-card-content h2{font-size:52px}}@media(max-width:1200px){.AboutSega{padding:50px 35px;gap:30px}.AboutSega .about-card-1,.AboutSega .about-card-2{width:18%;height:220px}.AboutSega .about-card-content{width:64%;height:auto;min-height:420px}.about-card-content h2{font-size:46px}.about-card-content p{width:90%}}@media(max-width:992px){.AboutSega{padding:60px 25px;gap:25px}.AboutSega .about-card-1,.AboutSega .about-card-2{width:20%;height:180px}.AboutSega .about-card-content{width:60%;min-height:auto}.about-card-content h2{font-size:38px}.about-card-content p{width:100%;font-size:15px;line-height:1.8}}@media(max-width:768px){.AboutSega{flex-direction:column;padding:60px 20px;gap:35px}.AboutSega .about-card-1,.AboutSega .about-card-2{width:100%;height:260px;margin:0}.AboutSega .about-card-1 img,.AboutSega .about-card-2 img{object-fit:cover}.AboutSega .about-card-content{order:2;width:100%;height:auto}.AboutSega .about-card-1{order:1}.AboutSega .about-card-2{order:3}.about-card-content h2{font-size:36px;line-height:1.1}.about-card-content p{width:100%;font-size:15px}}@media(max-width:576px){.AboutSega{padding:50px 18px;gap:25px}.AboutSega .about-card-1,.AboutSega .about-card-2{height:220px}.about-card-content{gap:15px!important}.about-card-content h6{font-size:11px;letter-spacing:2px}.about-card-content h2{font-size:30px}.about-card-content p{font-size:14px;line-height:1.7}}@media(max-width:400px){.AboutSega{padding:40px 15px}.AboutSega .about-card-1,.AboutSega .about-card-2{height:180px}.about-card-content p{font-size:13px}}.SlabView{width:100%;height:100vh;display:grid;grid-template-columns:50% 50%;margin:100px 0 50px}.slab-left{overflow:hidden}.slab-left img{width:100%;height:100%;object-fit:cover;transition:opacity .6s ease}.slab-left img.fade{opacity:0}.slab-right{display:grid;grid-template-rows:50% 50%}.palette{padding:60px;display:flex;flex-direction:column;justify-content:center}.palette h5{font-size:12px;letter-spacing:3px;margin-bottom:50px;color:#555;font-weight:500}.palette-grid{display:flex;justify-content:space-between;gap:18px}.palette-item{cursor:pointer;text-align:center;transition:.35s}.palette-item img{width:100px;height:150px;object-fit:cover;border-radius:70px 70px 0 0;border:2px solid transparent;transition:.35s}.palette-item span{margin-top:12px;display:block;font-size:13px;color:#666}.palette-item:hover{transform:translateY(-8px)}.palette-item.active img{border-color:#9b8064;transform:translateY(-3px)}.palette-item.active span{color:#222}.palette-content{background:#343129;color:#fff;padding:60px;display:flex;flex-direction:column;justify-content:center}.palette-content span{font-size:12px;letter-spacing:4px;color:#c7bba7}.palette-content h2{margin:20px 0;font-size:35px;font-weight:300;letter-spacing:1px}.palette-content p{max-width:460px;line-height:1.9;color:#d8d8d8;font-size:14px}@media(max-width:1400px){.palette,.palette-content{padding:50px}.palette-item img{width:90px;height:140px}.palette-content h2{font-size:32px}}@media(max-width:1200px){.SlabView{height:auto;grid-template-columns:48% 52%;margin:80px 0}.slab-left{min-height:700px}.palette{padding:40px}.palette h5{margin-bottom:35px}.palette-grid{gap:12px}.palette-item img{width:80px;height:125px}.palette-item span{font-size:12px}.palette-content{padding:40px}.palette-content h2{font-size:30px}}@media(max-width:992px){.SlabView{grid-template-columns:1fr}.slab-left{height:500px;min-height:auto}.slab-right{grid-template-rows:auto auto}.palette{padding:45px 30px}.palette-grid{justify-content:center;flex-wrap:wrap;gap:20px}.palette-item{width:120px}.palette-item img{width:90px;height:135px}.palette-content{padding:45px 30px}.palette-content p{max-width:100%}}@media(max-width:768px){.SlabView{margin:60px 0}.slab-left{height:420px}.palette{padding:35px 20px}.palette h5{margin-bottom:25px;font-size:11px}.palette-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.palette-item{width:100%}.palette-item img{width:85px;height:125px}.palette-item span{font-size:13px}.palette-content{padding:35px 20px}.palette-content h2{font-size:28px;line-height:1.2}.palette-content p{font-size:14px;line-height:1.8}}@media(max-width:576px){.slab-left{height:340px}.palette{padding:30px 18px}.palette-grid{gap:18px}.palette-item img{width:75px;height:110px}.palette-item span{margin-top:8px;font-size:12px}.palette-content{padding:30px 18px}.palette-content span{font-size:11px;letter-spacing:3px}.palette-content h2{font-size:24px;margin:15px 0}.palette-content p{font-size:13px;line-height:1.7}}@media(max-width:400px){.SlabView{margin:45px 0}.slab-left{height:280px}.palette-grid{grid-template-columns:repeat(2,1fr);gap:15px}.palette-item img{width:65px;height:95px}.palette-item span{font-size:11px}.palette-content h2{font-size:21px}.palette-content p{font-size:12px}}.luxury-footer-light{width:100%;color:#201a16;font-family:var(--font-secondary);padding:clamp(50px,6vw,80px) 0 clamp(24px,3vw,40px) 0}.footer-max-wrapper{max-width:1440px;margin:0 auto;padding:0 clamp(20px,5vw,80px)}.footer-top-banner{display:flex;align-items:center;justify-content:center;gap:32px;margin-bottom:clamp(40px,5vw,60px)}.footer-banner-line{flex:1;height:1px;background-color:#dfddd9}.footer-centered-logo h1{font-family:var(--font-primary);font-weight:500}.footer-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(32px,4vw,64px);padding-bottom:clamp(40px,5vw,60px)}.footer-segment-title{display:block;font-size:22px;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;color:#201a16;margin-bottom:20px;font-family:var(--font-primary)}.footer-navigation-links{list-style:none;padding-left:0}.footer-navigation-links li{margin-bottom:12px}.footer-navigation-links li a{color:#68625e;text-decoration:none;font-size:16px;font-weight:400;transition:color .25s ease;display:inline-block}.footer-navigation-links li a:hover{color:#201a16}.footer-direct-contact{display:flex;flex-direction:column;gap:10px;font-size:16px;margin-bottom:16px}.footer-direct-contact .contact-row{color:#68625e}.footer-direct-contact a{color:#68625e;text-decoration:none;transition:color .2s ease}.footer-direct-contact a:hover{color:#201a16}.footer-social-links{display:flex;gap:16px}.footer-social-links a{color:#68625e;text-decoration:none;font-size:11.5px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:color .2s ease}.footer-social-links a:hover{color:#201a16}.footer-physical-address{font-style:normal;font-size:16px;line-height:1.7;color:#68625e}.footer-meta-base{padding-top:24px;border-top:1px solid #dfddd9;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-base-left{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.footer-copyright-text{margin-bottom:0}.footer-copyright-text,.footer-legal-routes a{font-size:12px;font-weight:500;letter-spacing:.5px;color:#68625e;text-decoration:none;text-transform:uppercase}.footer-legal-routes{display:flex;align-items:center;gap:12px}.footer-legal-routes a:hover{color:#201a16}.footer-base-divider{font-size:11px;color:#dfddd9}.footer-base-right{font-size:12px;font-weight:500;letter-spacing:.5px;color:#68625e;text-transform:uppercase}.creator-link{color:#201a16;text-decoration:none;font-weight:600}.creator-link:hover{text-decoration:underline;text-underline-offset:2px}@media(max-width:960px){.footer-grid-layout{grid-template-columns:1fr;gap:36px}.footer-top-banner{gap:16px}}@media(max-width:640px){.luxury-footer-light{padding:40px 0 24px}.footer-top-banner{margin-bottom:32px}.footer-meta-base{flex-direction:column;align-items:flex-start;gap:12px}.footer-base-left{gap:8px}}.footer-logo-image{max-width:100%;max-height:100%;object-fit:contain;display:block}.page-header-section{width:100%;background-color:#f9f9f9;margin-top:clamp(80px,10vw,120px);padding:clamp(40px,5vw,60px) 0 clamp(50px,6vw,80px) 0;display:flex;justify-content:flex-start;align-items:center}.page-header-wrapper{max-width:1440px;width:100%;margin:0 auto;padding:0 clamp(20px,5vw,80px);display:flex;flex-direction:column;gap:14px}.page-header-tag-box{display:flex}.page-header-tag-text{background-color:#111;color:#fff;font-family:var(--font-primary);font-size:10px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;padding:6px 16px;border-radius:20px;line-height:1}.page-header-main-title{font-family:var(--font-primary);font-size:clamp(32px,4.5vw,54px);font-weight:300;color:#1e1e1e;text-transform:uppercase;letter-spacing:1px;margin:0;line-height:1.1}.page-header-italic-subtitle{font-family:var(--font-secondary, "Playfair Display", serif);font-size:clamp(18px,2.2vw,22px);font-style:italic;color:#4a4a4a;margin:0;font-weight:400}@media(max-width:640px){.page-header-section{margin-top:70px;padding:30px 0 40px}.page-header-wrapper{gap:10px}}.about-section-one{width:100%;background-color:#fff;padding:clamp(60px,8vw,70px) 0;display:flex;justify-content:center;align-items:center;overflow:hidden}.section-one-container{max-width:1440px;width:100%;margin:0 auto;padding:0 clamp(20px,5vw,80px);display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,3vw,40px);align-items:center}.section-one-left-col{width:100%}.image-reveal-wrapper{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background-color:#e5e0d8}.reveal-target-img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.1);animation:zoomOutEffect 1.6s cubic-bezier(.25,1,.5,1) forwards;animation-delay:.2s}.image-curtain-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:2;transform-origin:right;animation:openCurtain 1.4s cubic-bezier(.76,0,.24,1) forwards}.section-one-right-col{width:100%;display:flex;justify-content:flex-start;align-items:center;padding-left:10px}.typography-content-box{max-width:480px;display:flex;flex-direction:column;gap:clamp(16px,2.5vw,32px)}.content-luxury-title{font-family:var(--font-primary);font-size:clamp(28px,3.5vw,44px);font-weight:400;color:#2d2621;margin:0;line-height:1.2}.content-luxury-desc{font-family:var(--font-secondary);font-size:clamp(14px,1.1vw,16px);font-weight:300;color:#554d46;line-height:1.75;letter-spacing:.3px;margin:0}@keyframes openCurtain{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes zoomOutEffect{0%{transform:scale(1.15)}to{transform:scale(1)}}@media(max-width:991px){.section-one-container{grid-template-columns:1fr;gap:40px}.section-one-right-col{padding-left:0}.typography-content-box{max-width:100%}}.about-split-section{width:100%;background:#fff;padding:110px 8%;overflow:hidden}.about-split-header{text-align:center;max-width:640px;margin:0 auto 80px}.about-split-tag{display:inline-block;font-family:var(--font-primary);font-size:13px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#8c8c8c;margin-bottom:16px}.about-split-heading{font-family:var(--font-secondary);font-size:38px;font-weight:600;line-height:1.25;color:#1a1a1a}.about-split-container{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.05fr auto 1fr;align-items:center;gap:0}.about-image-col{display:flex;justify-content:flex-start}.about-image-wrap{width:100%;max-width:560px;aspect-ratio:16 / 9;overflow:hidden;opacity:0;transform:translate(-70px);transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1)}.about-split-section.is-visible .about-image-wrap{opacity:1;transform:translate(0)}.about-image{width:100%;height:100%;object-fit:cover;display:block}.about-divider{width:1px;height:220px;background:#1c1c1c;opacity:.15;margin:0 70px}.about-content-col{display:flex;justify-content:flex-start}.about-content{max-width:480px;opacity:0;transform:translate(70px);transition:opacity 1s cubic-bezier(.16,1,.3,1) .15s,transform 1s cubic-bezier(.16,1,.3,1) .15s}.about-split-section.is-visible .about-content{opacity:1;transform:translate(0)}.about-label{display:block;font-family:var(--font-primary);font-size:15px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:#1a1a1a;margin-bottom:26px}.about-paragraph{font-family:var(--font-secondary);font-size:18px;font-weight:400;line-height:1.85;color:#4a4a4a}@media(max-width:1024px){.about-split-container{grid-template-columns:1fr;gap:50px}.about-divider{display:none}.about-image-wrap{max-width:100%;transform:translateY(40px)}.about-content{transform:translateY(40px)}.about-split-section.is-visible .about-image-wrap,.about-split-section.is-visible .about-content{transform:translateY(0)}.about-content{max-width:100%}}@media(max-width:560px){.about-split-section{padding:70px 6%}.about-split-heading{font-size:28px}.about-split-header{margin-bottom:50px}.about-paragraph{font-size:16px}}@media(prefers-reduced-motion:reduce){.about-image-wrap,.about-content{opacity:1;transform:none;transition:none}}.cursor{pointer-events:none;position:fixed;top:0;left:0;width:20px;height:20px;background-color:#fff;border-radius:50%;mix-blend-mode:difference;transform:translate(-50%,-50%);transition:transform .2s ease;z-index:9999}.cursor-hover{transform:translate(-50%,-50%) scale(4)}@media(pointer:coarse){.cursor{display:none}}
