@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Manrope:wght@400;500;600&display=swap";:root{--dark:#171717;--cream:#f2eee7;--sand:#e8e1d7;--light:#f5f1ea;--serif:"Cormorant Garamond",Georgia,serif;--sans:Manrope,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--dark);font-family:var(--sans);margin:0;font-size:14px}a{color:inherit;text-decoration:none}.header{background:var(--dark);height:88px;color:var(--light);z-index:3;justify-content:space-between;align-items:center;padding:0 clamp(24px,5vw,76px);display:flex;position:relative}.logo{letter-spacing:.16em;white-space:nowrap;font-size:13px;font-weight:600}.nav{align-items:center;gap:clamp(18px,2.2vw,39px);display:flex}.nav a,.footer-nav a,.socials a{letter-spacing:.13em;text-transform:uppercase;font-size:10px;position:relative}.nav a:after{content:"";background:currentColor;height:1px;transition:transform .25s;position:absolute;bottom:-7px;left:0;right:0;transform:scaleX(0)}.nav a:hover:after{transform:scaleX(1)}.menu-button{display:none}.hero{height:820px;min-height:calc(100vh - 88px);color:var(--light);position:relative;overflow:hidden}.hero>img,.collection-card img,.editorial img,.custom-image img{object-fit:cover;width:100%;height:100%}.hero>img{object-position:16% center;filter:brightness(.83);transform:scale(3.03)}.hero-content{position:absolute;top:50%;left:clamp(24px,10.8vw,164px);transform:translateY(-47%)}.eyebrow{letter-spacing:.17em;text-transform:uppercase;margin:0 0 25px;font-size:10px;font-weight:600}.eyebrow--light{color:var(--light)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:500}h1{letter-spacing:-.055em;margin:0 0 36px;font-size:clamp(66px,8.7vw,136px);line-height:.77}em{font-weight:400}.hero-copy{letter-spacing:.01em;margin-bottom:31px;font-size:12px;line-height:1.8}.arrow-link{letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid #1717178c;align-items:center;gap:16px;padding-bottom:8px;font-size:10px;transition:gap .25s;display:inline-flex}.arrow-link:hover{gap:22px}.arrow-link--light{border-color:#f5f1eaa6}.hero-index{letter-spacing:.16em;font-size:10px;position:absolute;bottom:34px;right:clamp(24px,5vw,76px)}.intro{grid-template-columns:1fr 1fr;min-height:680px;padding:171px clamp(24px,10.8vw,164px) 181px;display:grid}.intro-mark{font:500 clamp(92px,15vw,210px)/.7 var(--serif);color:#d9d2c9;letter-spacing:-.1em;align-self:end}.intro-body{max-width:470px}.intro h2,.section-head h2,.editorial h2,.customized h2,.final-cta h2{letter-spacing:-.055em;margin-bottom:40px;font-size:clamp(55px,6.1vw,90px);line-height:.79}.intro-body>p:last-child,.editorial-content>p:not(.eyebrow),.custom-copy>p:not(.eyebrow),.final-cta>p:not(.eyebrow){max-width:360px;font-size:14px;line-height:1.85}.collections{background:var(--sand);padding:128px clamp(24px,5vw,76px) 145px}.section-head{text-align:center;max-width:600px;margin:0 auto 66px}.section-head h2{margin-bottom:19px;font-size:clamp(56px,5.2vw,78px)}.section-head>p:last-child{font-size:12px;line-height:1.7}.collection-grid{grid-template-columns:1fr 1fr 1fr;gap:20px;max-width:1400px;margin:auto;display:grid}.collection-card{height:570px;color:var(--light);position:relative;overflow:hidden}.collection-card img{transition:transform .8s;position:absolute;inset:0;transform:scale(3.05)}.collection-a img{object-position:0% center}.collection-b img{object-position:50% center}.collection-c img{object-position:100% center}.collection-card:hover img{transform:scale(3.18)}.card-overlay{background:linear-gradient(#00000026,#00000087);position:absolute;inset:0}.collection-top{letter-spacing:.13em;justify-content:space-between;font-size:10px;display:flex;position:absolute;top:25px;left:25px;right:25px}.collection-bottom{position:absolute;bottom:26px;left:25px;right:25px}.collection-bottom h3{letter-spacing:-.035em;margin:0 0 12px;font-size:32px;line-height:.9}.collection-bottom p{margin:0;font-size:11px;line-height:1.5}.editorial{grid-template-columns:1.12fr .88fr;min-height:780px;display:grid}.editorial-image{min-height:600px;overflow:hidden}.editorial-image img{object-position:50% center;transform:scale(3.02)}.editorial-content{align-self:center;padding:80px clamp(40px,9vw,145px) 80px 9vw}.editorial-content h2{margin-bottom:35px}.editorial-content>p:not(.eyebrow){margin-bottom:36px}.customized{background:var(--dark);color:var(--light);grid-template-columns:1fr 1fr;align-items:center;gap:80px;min-height:710px;padding:100px clamp(24px,10.8vw,164px);display:grid}.customized h2{margin-bottom:35px}.custom-copy>p:not(.eyebrow){margin-bottom:36px}.custom-image{height:510px;overflow:hidden}.custom-image img{object-position:100% center;transform:scale(3.03)}.final-cta{text-align:center;padding:161px 24px 172px}.final-cta h2{margin-bottom:32px;font-size:clamp(58px,6.8vw,102px)}.final-cta>p:not(.eyebrow){margin:0 auto 35px}.final-cta .arrow-link{margin-top:3px}footer{color:var(--light);background:var(--dark);border-top:1px solid #f5f1ea2b;grid-template-columns:1.4fr 1fr 1fr;gap:30px;padding:54px clamp(24px,5vw,76px) 28px;display:grid}.footer-nav,.socials{flex-wrap:wrap;align-content:start;gap:14px;display:flex}.footer-nav a,.socials a{color:#f5f1eab3;text-transform:none;letter-spacing:.05em;font-size:10px}.socials{justify-content:flex-end}footer>p{color:#f5f1ea8c;letter-spacing:.1em;border-top:1px solid #f5f1ea2b;grid-column:1/-1;margin:20px 0 0;padding-top:19px;font-size:9px}@media (width<=720px){.header{height:72px;padding:0 22px}.menu-button{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;gap:6px;width:35px;height:32px;padding:5px;display:flex}.menu-button i{background:var(--light);width:100%;height:1px;display:block}.nav{display:none}.nav--open{background:var(--dark);border-top:1px solid #ffffff26;flex-direction:column;align-items:flex-start;gap:18px;padding:20px 22px 28px;display:flex;position:absolute;top:72px;left:0;right:0}.hero{height:720px;min-height:calc(100vh - 72px)}.hero>img{object-position:14% center}.hero-content{top:49%;left:25px;right:25px}h1{font-size:76px}.hero-copy{font-size:11px}.intro{min-height:0;padding:106px 25px 112px;display:block}.intro-mark{margin-bottom:61px;font-size:140px;line-height:.55}.intro h2{font-size:69px}.collections{padding:95px 20px}.section-head{margin-bottom:42px}.collection-grid{scroll-snap-type:x mandatory;gap:13px;margin-right:-20px;padding-right:20px;display:flex;overflow-x:auto}.collection-card{scroll-snap-align:start;min-width:78vw;height:480px}.editorial{flex-direction:column;display:flex}.editorial-image{height:460px;min-height:0}.editorial-content{padding:87px 25px 98px}.editorial h2,.customized h2{font-size:66px}.customized{flex-direction:column;align-items:stretch;gap:52px;padding:95px 25px;display:flex}.custom-image{height:385px}.final-cta{padding:111px 24px 119px}.final-cta h2{font-size:63px}.final-cta>p:not(.eyebrow){font-size:13px}footer{flex-direction:column;gap:27px;padding:45px 24px 23px;display:flex}.socials{justify-content:flex-start}footer>p{width:100%;margin:5px 0 0}.footer-nav{max-width:240px}}@media (width>=721px) and (width<=1024px){.header{height:78px;padding-inline:42px}.nav{gap:20px}.nav a{font-size:9px}.hero{height:690px;min-height:0}.hero-content{left:9vw}.hero>img{object-position:12% center}.intro{min-height:570px;padding:125px 9vw 135px}.intro-mark{font-size:165px}.collections{padding:105px 42px 116px}.collection-grid{grid-template-columns:1fr 1fr;gap:18px}.collection-card{height:470px}.collection-card:last-child{grid-column:1/-1;height:420px}.editorial{grid-template-columns:1fr 1fr;min-height:620px}.editorial-image{min-height:620px}.editorial-content{padding:60px 42px}.editorial h2{font-size:67px}.customized{gap:48px;min-height:590px;padding:78px 9vw}.customized h2{font-size:68px}.custom-image{height:410px}.final-cta{padding:125px 40px 135px}.final-cta h2{font-size:74px}footer{grid-template-columns:1.1fr 1fr 1fr;padding-inline:42px}}@media (width<=380px){h1{font-size:66px}.intro h2,.editorial h2,.customized h2{font-size:60px}.final-cta h2{font-size:56px}.collection-card{min-width:84vw}.logo{letter-spacing:.13em;font-size:11px}}@media (width>=721px){.hero{aspect-ratio:12/7;background:var(--dark);height:auto;min-height:0}.hero>img{object-position:center;transform:none}}@media (width<=720px){.hero>img{object-position:center;transform:none}}@media (width<=768px){html,body{max-width:100%;overflow-x:hidden}.header{height:68px;padding:0 20px}.logo{letter-spacing:.14em;font-size:11px}.menu-button{cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:48px;height:48px;padding:12px;display:flex}.menu-button i{background:var(--light);width:24px;height:1px;display:block}.nav{display:none}.nav--open{z-index:10;background:var(--dark);border-top:1px solid #f5f1ea2e;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;padding:48px 28px;display:flex;position:fixed;inset:68px 0 0}.nav--open a{font:500 38px/1.15 var(--serif);letter-spacing:-.02em;text-transform:none;border-bottom:1px solid #f5f1ea29;width:100%;padding:13px 0}.nav--open a:after{display:none}.hero{aspect-ratio:auto;height:clamp(500px,135vw,620px);min-height:0}.hero>img{object-fit:cover;object-position:center;filter:brightness(.92);transform:none}.hero-shade,.hero-content,.hero-index{display:none}.intro{min-height:0;padding:82px 24px 88px;display:block}.intro-mark{margin:0 0 48px;font-size:112px;line-height:.6}.intro-body{max-width:100%}.intro h2{margin-bottom:28px;font-size:clamp(56px,17vw,68px);line-height:.8}.intro-body>p:last-child{max-width:315px;font-size:14px;line-height:1.8}.collections{padding:78px 20px 88px}.section-head{text-align:left;max-width:340px;margin:0 4px 38px}.section-head h2{margin-bottom:16px;font-size:clamp(52px,15vw,64px);line-height:.85}.collection-grid{grid-template-columns:1fr;gap:20px;margin:0;padding:0;display:grid;overflow:visible}.collection-card,.collection-card:last-child{scroll-snap-align:none;grid-column:auto;width:100%;min-width:0;height:440px}.collection-card img{transform:scale(3.05)}.collection-top{top:22px;left:22px;right:22px}.collection-bottom{bottom:23px;left:22px;right:22px}.collection-bottom h3{font-size:31px}.collection-bottom p{font-size:11px}.editorial{flex-direction:column;min-height:0;display:flex}.editorial-image{order:0;height:390px;min-height:0}.editorial-image img{transform:scale(3.02)}.editorial-content{order:1;padding:76px 24px 84px}.editorial h2{margin-bottom:29px;font-size:clamp(56px,16vw,67px)}.editorial-content>p:not(.eyebrow){max-width:320px;margin-bottom:31px}.customized{min-height:0;padding:78px 24px 24px;display:block}.customized h2{margin-bottom:28px;font-size:clamp(58px,17vw,69px)}.custom-copy>p:not(.eyebrow){max-width:315px;margin-bottom:31px}.custom-image{height:370px;margin-top:58px}.custom-image img{transform:scale(3.03)}.final-cta{text-align:center;padding:95px 24px 100px}.final-cta h2{margin-bottom:27px;font-size:clamp(49px,14vw,62px);line-height:.84}.final-cta>p:not(.eyebrow){margin-bottom:30px;font-size:14px;line-height:1.8}.arrow-link{align-items:center;gap:14px;min-height:44px;padding:0 0 7px;font-size:10px}footer{flex-direction:column;gap:28px;padding:45px 24px 25px;display:flex}.footer-nav,.socials{flex-direction:column;align-items:flex-start;gap:0;display:flex}.footer-nav a,.socials a{width:100%;padding:9px 0;font-size:11px}.socials{border-top:1px solid #f5f1ea2b;padding-top:18px}footer>p{width:100%;margin:0;padding-top:19px}}@media (width<=360px){.hero{height:500px}.intro,.editorial-content{padding-left:20px;padding-right:20px}.collections{padding-left:16px;padding-right:16px}.collection-card,.collection-card:last-child{height:410px}.customized,.final-cta{padding-left:20px;padding-right:20px}}@media (width>=769px){.hero{aspect-ratio:auto;background:var(--dark);height:clamp(640px,86vh,900px);min-height:0}.hero>img{object-position:center;filter:brightness(.88);transform:none}.hero-shade{background:linear-gradient(90deg,#0a0a0aad 0%,#0a0a0a70 34%,#0a0a0a14 68%,#0a0a0a05 100%)}.hero-content{width:min(600px,48vw);top:50%;left:clamp(40px,10vw,160px);transform:translateY(-46%)}.hero-content .eyebrow{margin-bottom:29px}.hero h1{margin-bottom:31px;font-size:clamp(68px,7.6vw,122px);line-height:.84}.hero h1 em{display:inline-block}.hero-copy{max-width:430px;margin-bottom:32px;font-size:12px;line-height:1.85}}@media (width<=768px){.hero{aspect-ratio:12/7;background:var(--dark);height:auto;min-height:0}.hero>img{object-fit:cover;object-position:center;filter:none;width:100%;height:100%;transform:none}.hero-shade,.hero-content{display:none}.hero-content .eyebrow{letter-spacing:.14em;margin-bottom:18px;font-size:9px}.hero h1{letter-spacing:-.05em;margin-bottom:20px;font-size:clamp(54px,15.5vw,72px);line-height:.86}.hero-copy{max-width:320px;margin-bottom:22px;font-size:11px;line-height:1.7}.hero .arrow-link{letter-spacing:.12em;gap:12px;font-size:9px}.hero-index{display:none}}@media (width<=360px){.hero{height:auto}}.hero{aspect-ratio:12/7;background:#171717;width:100%;height:auto;min-height:0;position:relative;overflow:hidden}.hero>img{object-fit:cover;object-position:center center;filter:none;width:100%;height:100%;display:block;transform:none}@media (width>=769px){.hero{aspect-ratio:12/7}.hero>img{object-position:center center}}@media (width<=768px){.hero{aspect-ratio:12/7;width:100%;height:auto;min-height:0}.hero>img{object-fit:cover;object-position:center center;width:100%;height:100%}}.hero{color:#f5f1ea;background:#171717;width:100%;height:clamp(640px,86vh,900px);min-height:640px;position:relative;overflow:hidden}.hero>img{object-fit:cover;object-position:center center;filter:brightness(.88);width:100%;height:100%;display:block;position:absolute;inset:0;transform:none}.hero-shade{background:linear-gradient(90deg,#0a0a0aad 0%,#0a0a0a6b 35%,#0a0a0a1a 68%,#0a0a0a05 100%);position:absolute;inset:0}.hero-content{z-index:2;width:min(600px,48vw);position:absolute;top:50%;left:clamp(32px,8vw,130px);transform:translateY(-46%)}.hero-content .eyebrow{margin-bottom:28px}.hero h1{font-family:var(--serif);letter-spacing:-.055em;margin:0 0 30px;font-size:clamp(64px,7vw,112px);font-weight:500;line-height:.84}.hero h1 em{color:#c9a66b;font-style:normal;font-weight:400}.hero-copy{color:#f5f1eac7;font-family:var(--sans);letter-spacing:.19em;margin:0 0 30px;font-size:11px;line-height:1.65}.hero .arrow-link{color:#f5f1ea;border-color:#f5f1ea8c}.hero-features{width:min(420px,100%);margin-top:52px;display:flex}.hero-features>div{text-align:center;border-right:1px solid #f5f1ea47;flex-direction:column;flex:1;align-items:center;gap:9px;display:flex}.hero-features>div:first-child{text-align:left;align-items:flex-start}.hero-features>div:last-child{border-right:0}.hero-features span{font-family:var(--serif);color:#c9a66b;font-size:28px;line-height:1}.hero-features small{color:#f5f1eab8;letter-spacing:.14em;font-size:8px;line-height:1.5}@media (width<=768px){.hero{aspect-ratio:12/7;height:auto;min-height:0}.hero>img{object-position:center center;filter:brightness(.82)}.hero-shade{background:linear-gradient(90deg,#0a0a0a9e 0%,#0a0a0a4d 55%,#0a0a0a0d 100%)}.hero-content{width:auto;top:50%;left:24px;right:24px;transform:translateY(-50%)}.hero-content .eyebrow{letter-spacing:.13em;margin-bottom:16px;font-size:7px}.hero h1{letter-spacing:-.05em;margin-bottom:17px;font-size:clamp(42px,11vw,62px);line-height:.86}.hero-copy{letter-spacing:.16em;margin-bottom:17px;font-size:8px;line-height:1.6}.hero .arrow-link{gap:9px;padding-bottom:5px;font-size:8px}.hero-features{width:270px;margin-top:24px}.hero-features span{font-size:18px}.hero-features small{letter-spacing:.11em;font-size:6px}}@media (width<=380px){.hero-content{left:19px;right:19px}.hero h1{font-size:40px}.hero-features{width:245px;margin-top:20px}}.hero{height:92vh;min-height:650px}@media (width<=768px){.hero{aspect-ratio:auto;height:78vh;min-height:520px}}.hero picture{width:100%;height:100%;display:block}.hero picture img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=768px){.header{z-index:10;background:var(--dark);position:relative}.hero{margin-top:0;position:relative;overflow:hidden;aspect-ratio:auto!important;height:auto!important;min-height:0!important}.hero>img{object-position:center top;width:100%;display:block;object-fit:contain!important;filter:none!important;height:auto!important;transform:none!important}}.featured-products{background:#fff;padding:30px clamp(24px,8vw,120px)}.featured-header{max-width:1400px;margin:0 auto 45px}.featured-header .eyebrow{color:#777;margin-bottom:12px}.featured-header h2{font-family:var(--serif);letter-spacing:-.045em;margin:0;font-size:clamp(48px,5vw,76px);line-height:.9}.featured-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1400px;margin:0 auto;display:grid}.featured-card{background:#f5f3ef;border-radius:4px;transition:transform .35s,box-shadow .35s;display:block;overflow:hidden}.featured-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #0000001a}.featured-image{aspect-ratio:4/3;width:100%;overflow:hidden}.featured-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.featured-card:hover .featured-image img{transform:scale(1.04)}.featured-card-content{justify-content:space-between;align-items:center;gap:15px;padding:22px 22px 25px;display:flex}.featured-card-content h3{font-family:var(--sans);letter-spacing:-.01em;margin:0;font-size:17px;font-weight:500}.featured-card-content span{letter-spacing:.12em;white-space:nowrap;opacity:.65;font-size:9px}@media (width<=768px){.featured-products{padding:75px 20px 30px}.featured-header{margin-bottom:32px}.featured-header h2{font-size:52px}.featured-grid{grid-template-columns:1fr;gap:18px}.featured-image{aspect-ratio:4/3}.featured-card-content{padding:18px 18px 21px}.featured-card-content h3{font-size:16px}}.design-process{background:#fff;padding:30px clamp(24px,8vw,120px) 120px}.process-header{text-align:center;max-width:900px;margin:0 auto 55px}.process-header .eyebrow{color:#777;margin-bottom:14px}.process-header h2{font-family:var(--serif);letter-spacing:-.045em;margin:0;font-size:clamp(48px,5vw,72px);line-height:.95}.process-header>p:last-child{color:#777;max-width:560px;margin:20px auto 0;font-size:14px;line-height:1.7}.process-grid{grid-template-columns:repeat(4,1fr);gap:28px;max-width:1200px;margin:0 auto;display:grid}.process-card{text-align:center;background:#faf9f7;border:1px solid #0000000d;flex-direction:column;justify-content:flex-start;align-items:center;min-height:230px;padding:30px 25px;transition:transform .3s,box-shadow .3s;display:flex}.process-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000012}.process-number{color:#fff;letter-spacing:.08em;background:#b89a67;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:22px;font-size:13px;display:flex}.process-card h3{max-width:220px;font-family:var(--sans);margin:0;font-size:17px;font-weight:500;line-height:1.3}.process-card p{color:#777;max-width:230px;margin:16px 0 0;font-size:13px;line-height:1.6}@media (width<=768px){.design-process{padding:30px 20px 85px}.process-header{margin-bottom:38px}.process-header h2{font-size:50px}.process-header>p:last-child{font-size:13px}.process-grid{grid-template-columns:1fr;gap:16px}.process-card{min-height:0;padding:28px 22px}.process-number{width:48px;height:48px;margin-bottom:18px}}.why-choose{background:#f7f6f3;padding:30px clamp(24px,8vw,120px) 110px}.why-header{max-width:1200px;margin:0 auto 45px}.why-header .eyebrow{color:#777;margin-bottom:12px}.why-header h2{font-family:var(--serif);letter-spacing:-.045em;margin:0;font-size:clamp(48px,5vw,70px);line-height:.95}.why-grid{grid-template-columns:repeat(4,1fr);gap:28px;max-width:1200px;margin:0 auto;display:grid}.why-card{text-align:center;background:#fff;border-radius:18px;flex-direction:column;align-items:center;min-height:300px;padding:32px 28px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #0000000d}.why-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #00000014}.why-number{color:#fff;letter-spacing:.08em;background:#b89a67;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:25px;font-size:13px;display:flex}.why-card h3{max-width:220px;font-family:var(--sans);margin:0;font-size:18px;font-weight:600;line-height:1.3}.why-card p{color:#777;max-width:240px;margin:18px 0 0;font-size:13px;line-height:1.7}@media (width<=768px){.why-choose{padding:30px 20px}.why-header{margin-bottom:32px}.why-header h2{font-size:50px}.why-grid{grid-template-columns:1fr;gap:16px}.why-card{border-radius:14px;min-height:0;padding:30px 22px}.why-number{width:50px;height:50px;margin-bottom:18px}}.why-choose{padding-bottom:40px}.featured-products{padding-top:60px}.numbers-section{background:#f7f6f3;padding:30px clamp(24px,8vw,120px)}.numbers-inner{max-width:1200px;margin:0 auto}.numbers-header{margin-bottom:42px}.numbers-header .eyebrow{color:#777;margin-bottom:12px}.numbers-header h2{font-family:var(--serif);letter-spacing:-.045em;margin:0;font-size:clamp(48px,5vw,70px);line-height:.95}.numbers-header>p:last-child{color:#777;margin:16px 0 0;font-size:13px}.numbers-grid{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.number-card{text-align:center;background:#fff;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:150px;padding:30px 18px;display:flex;box-shadow:0 10px 28px #0000000d}.number-card h3{font-family:var(--sans);letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(25px,2.2vw,34px);font-weight:600;line-height:1}.number-card p{color:#777;max-width:150px;margin:0;font-size:12px;line-height:1.5}@media (width<=768px){.numbers-section{padding:30px 20px}.numbers-header{margin-bottom:30px}.numbers-header h2{font-size:50px}.numbers-grid{grid-template-columns:1fr 1fr;gap:14px}.number-card{border-radius:12px;min-height:130px;padding:24px 12px}.number-card h3{font-size:25px}.number-card p{font-size:11px}.number-card:last-child{grid-column:1/-1}}.collection-page{background:var(--cream);min-height:100vh}.collection-hero{max-width:1400px;margin:0 auto;padding:110px clamp(24px,7vw,110px) 100px}.collection-hero h1{font-family:var(--serif);letter-spacing:-.055em;margin:18px 0 28px;font-size:clamp(70px,9vw,130px);font-weight:400;line-height:.82}.collection-hero h1 em{color:#b7955b}.collection-hero>p:last-child{color:#666;max-width:520px;margin:0;font-size:14px;line-height:1.8}.collection-products{background:#fff;padding:90px clamp(24px,7vw,110px) 120px}.collection-products-head{justify-content:space-between;align-items:flex-end;max-width:1400px;margin:0 auto 50px;display:flex}.collection-products-head h2{font-family:var(--serif);letter-spacing:-.045em;margin:10px 0 0;font-size:clamp(45px,5vw,72px);font-weight:400;line-height:.9}.collection-products-head>p{letter-spacing:.14em;text-transform:uppercase;color:#777;margin:0;font-size:10px}.product-grid{grid-template-columns:repeat(3,1fr);gap:55px 24px;max-width:1400px;margin:0 auto;display:grid}.product-card{color:var(--dark);text-decoration:none;display:block}.product-image{aspect-ratio:4/5;background:#f3f1ed;width:100%;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.product-card:hover .product-image img{transform:scale(1.04)}.product-info{padding-top:20px}.product-info h3{font-family:var(--serif);margin:0 0 8px;font-size:28px;font-weight:400;line-height:1.1}.product-info p{color:#777;max-width:400px;margin:0 0 16px;font-size:13px;line-height:1.7}.product-info span{letter-spacing:.13em;color:#555;font-size:9px}@media (width<=768px){.collection-hero{padding:70px 20px 65px}.collection-hero h1{font-size:64px}.collection-products{padding:65px 20px 80px}.collection-products-head{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:35px}.collection-products-head h2{font-size:48px}.product-grid{grid-template-columns:1fr;gap:45px}.product-info h3{font-size:26px}}.why-choose{padding-top:60px!important;padding-bottom:60px!important}.why-header{margin-bottom:28px!important}.why-grid{gap:18px!important}.why-card{min-height:0!important;padding:28px 24px!important}.why-number{margin-bottom:14px!important}.why-card h3{margin-top:0!important;margin-bottom:10px!important}.why-card p{margin:0!important;line-height:1.55!important}@media (width<=768px){.why-choose{padding:48px 20px 55px!important}.why-header{margin-bottom:22px!important}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.why-card{text-align:center;border-radius:14px!important;min-height:0!important;padding:22px 16px!important}.why-number{width:42px!important;height:42px!important;margin:0 auto 12px!important}.why-card h3{margin-bottom:8px!important;font-size:14px!important;line-height:1.25!important}.why-card p{font-size:10px!important;line-height:1.5!important}}.design-process{padding-top:65px!important;padding-bottom:70px!important}.process-header{margin-bottom:32px!important}.process-grid{gap:16px!important}.process-card{min-height:0!important;padding:28px 24px!important}.process-number{margin-bottom:14px!important}.process-card h3{margin-top:0!important;margin-bottom:10px!important}.process-card p{margin:0!important;line-height:1.55!important}@media (width<=768px){.design-process{padding:50px 20px 60px!important}.process-header{margin-bottom:24px!important}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.process-card{text-align:center;border-radius:14px!important;min-height:0!important;padding:22px 16px!important}.process-number{width:42px!important;height:42px!important;margin:0 auto 12px!important}.process-card h3{margin-bottom:8px!important;font-size:14px!important;line-height:1.25!important}.process-card p{font-size:10px!important;line-height:1.5!important}}.floating-whatsapp{z-index:5000;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px #0000002e}.floating-whatsapp svg{fill:currentColor;width:29px;height:29px}.floating-whatsapp:hover{transform:translateY(-4px)scale(1.04);box-shadow:0 14px 35px #0000003d}@media (width<=768px){.floating-whatsapp{width:52px;height:52px;bottom:16px;right:16px}.floating-whatsapp svg{width:27px;height:27px}}.wallclocks-page{background:var(--cream);min-height:100vh}.wallclocks-intro{max-width:1100px;margin:0 auto;padding:90px 40px 75px}.wallclocks-intro .eyebrow{margin:0 0 18px}.wallclocks-intro h1{font-family:var(--serif);letter-spacing:-.055em;margin:0 0 24px;font-size:clamp(60px,7vw,100px);font-weight:400;line-height:.9}.wallclocks-intro h1 em{color:#b7955b;font-style:italic}.wallclocks-intro>p:last-child{color:#6d6d6d;max-width:520px;font-family:var(--sans);margin:0;font-size:14px;line-height:1.8}.wallclocks-products{background:#fff;padding:70px 40px 110px}.wallclocks-heading{justify-content:space-between;align-items:flex-end;gap:20px;max-width:1400px;margin:0 auto 34px;display:flex}.wallclocks-heading h2{font-family:var(--serif);letter-spacing:-.045em;margin:0;font-size:clamp(42px,5vw,68px);font-weight:400;line-height:.95}.wallclocks-heading span{color:#777;font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;flex-shrink:0;font-size:9px;font-weight:500}.wallclock-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1400px;margin:0 auto;display:grid}.wallclock-card{background:#f4f2ee;text-decoration:none;display:block;position:relative;overflow:hidden}.wallclock-card img{aspect-ratio:1;object-fit:cover;width:100%;height:auto;transition:transform .7s cubic-bezier(.2,.7,.2,1);display:block}.wallclock-card:hover img{transform:scale(1.035)}@media (width<=1000px){.wallclocks-intro{padding:75px 30px 65px}.wallclocks-products{padding:60px 30px 90px}.wallclock-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}@media (width<=768px){.wallclocks-intro{padding:58px 20px 50px}.wallclocks-intro .eyebrow{margin-bottom:14px}.wallclocks-intro h1{margin-bottom:20px;font-size:clamp(52px,15vw,68px);line-height:.9}.wallclocks-intro>p:last-child{max-width:340px;font-size:12px;line-height:1.7}.wallclocks-products{padding:48px 16px 70px}.wallclocks-heading{align-items:center;margin-bottom:22px}.wallclocks-heading h2{font-size:38px}.wallclocks-heading span{letter-spacing:.12em;font-size:8px}.wallclock-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wallclock-card{width:100%}.wallclock-card img{aspect-ratio:1}}@media (width<=420px){.wallclocks-intro{padding:50px 18px 45px}.wallclocks-intro h1{font-size:52px}.wallclocks-products{padding-left:12px;padding-right:12px}.wallclocks-heading h2{font-size:34px}.wallclock-grid{gap:8px}}.image-lightbox img{object-fit:contain;cursor:default;width:auto;max-width:90vw;height:auto;max-height:90vh;animation:.3s lightboxImage;display:block}@keyframes lightboxFade{0%{opacity:0}to{opacity:1}}@keyframes lightboxImage{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.image-lightbox{padding:20px}.image-lightbox img{max-width:94vw;max-height:82vh}.lightbox-close{width:42px;height:42px;font-size:27px;top:16px;right:16px}}.wallclock-card{width:100%;font:inherit;cursor:zoom-in;text-align:left;border:0;border-radius:0;padding:0}.image-lightbox{z-index:9999;cursor:zoom-out;background:#0f0f0feb;justify-content:center;align-items:center;padding:40px;animation:.25s lightboxFade;display:flex;position:fixed;inset:0}.lightbox-content{flex-direction:column;align-items:center;gap:18px;max-width:90vw;max-height:92vh;display:flex;position:relative}.lightbox-content img{object-fit:contain;cursor:default;width:auto;max-width:90vw;height:auto;max-height:78vh;animation:.3s lightboxImage;display:block}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:50%;width:46px;height:46px;font-family:Arial,sans-serif;font-size:30px;font-weight:200;line-height:1;transition:background .25s,border-color .25s;position:absolute;top:24px;right:30px}.lightbox-close:hover{background:#ffffff1f;border-color:#ffffffb3}.lightbox-whatsapp{color:#fff;min-width:150px;font-family:var(--sans);letter-spacing:.12em;background:#25d366;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:12px 20px;font-size:10px;font-weight:600;text-decoration:none;transition:transform .25s,background .25s,box-shadow .25s;display:inline-flex;box-shadow:0 8px 24px #0003}.lightbox-whatsapp svg{fill:currentColor;width:19px;height:19px}.lightbox-whatsapp:hover{background:#20bd5a;transform:translateY(-2px);box-shadow:0 12px 28px #00000047}@media (width<=768px){.lightbox-whatsapp{min-width:140px;padding:11px 18px;font-size:9px}.lightbox-whatsapp svg{width:18px;height:18px}.image-lightbox{padding:20px}.lightbox-content{gap:14px;max-width:94vw}.lightbox-content img{max-width:94vw;max-height:72vh}.lightbox-close{width:42px;height:42px;font-size:27px;top:16px;right:16px}.lightbox-quote{min-width:190px;padding:13px 20px;font-size:10px}}
