@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";
:root{--space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px;--space-5:32px;--space-6:48px;--space-7:64px;--radius:0;--ease:cubic-bezier(.22, 1, .36, 1);--ease-hover:cubic-bezier(.4, 0, .2, 1);--dur-reveal:.7s;--dur-hover:.25s;--stagger-step:80ms;--fs-display:clamp(2.75rem, 1.6rem + 4vw, 4rem);--fs-h1:3rem;--fs-h2:2.25rem;--fs-h3:1.75rem;--fs-body:1rem;--fs-label:.75rem;--lh-display:1.1;--lh-heading:1.25;--lh-body:1.7;--tracking-label:.18em;--tracking-tight:-.01em;--content-max:1280px;--content-pad:clamp(1.25rem, 5vw, 2rem);--section-y:80px;--rule-width:60px;--rule-height:2px}
.skin-group{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ground:#f9f9f7;--ground-alt:#f5f5f0;--surface:#fff;--surface-2:#f5f5f0;--gold:#c8a97e;--gold-light:#e6d5b8;--gold-bright:#e6d5b8;--gold-dark:#a5885c;--gold-hover:var(--gold-dark);--text:#333;--text-secondary:#666;--on-gold:#1e1e1e;--text-inverse:#fff;--border-hairline:#e0e0e0;--border-gold:var(--gold);--font-display:"Playfair Display", Georgia, "Times New Roman", serif;--font-body:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-accent:var(--font-display);--shadow-sm:0 4px 8px #0000000d;--shadow-md:0 8px 24px #00000014;--shadow-lg:0 16px 48px #0000001f}
.skin-capital{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ground:#080808;--ground-alt:#0d0d0d;--surface:#111;--surface-2:#161616;--gold:#b8985a;--gold-light:#d4b483;--gold-bright:#e8c97a;--gold-dark:#8a7038;--gold-hover:var(--gold-light);--text:#f0ead6;--text-secondary:#a89880;--on-gold:#080808;--text-inverse:#080808;--border-hairline:#b8985a38;--border-gold:var(--gold);--font-display:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body:"Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-accent:"Cinzel", "Cormorant Garamond", Georgia, serif;--shadow-sm:0 4px 12px #00000080;--shadow-md:0 12px 32px #0000008c;--shadow-lg:0 24px 64px #0009}
:root{--primary-color:var(--luxury-charcoal);--secondary-color:var(--luxury-gold);--accent-color:var(--luxury-gold-light);--background-color:var(--luxury-offwhite);--text-color:var(--luxury-charcoal);--border-radius:0;--font-sans:"Poppins", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;--foreground:#000;--background:#fff;--font-geist-sans:var(--font-sans);--font-geist-mono:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;--luxury-gold:#c8a97e;--luxury-gold-light:#e6d5b8;--luxury-gold-dark:#a5885c;--luxury-dark:#1e1e1e;--luxury-charcoal:#333;--luxury-cream:#f5f5f0;--luxury-silver:silver;--luxury-offwhite:#f9f9f7;--font-serif:"Playfair Display", Georgia, "Times New Roman", serif;--box-shadow-sm:0 4px 8px #0000000d;--box-shadow-md:0 8px 24px #00000014;--box-shadow-lg:0 16px 48px #0000001f;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--spacing-3xl:64px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);color:var(--text-color);overflow-x:hidden}a{color:inherit;text-decoration:none}main{padding-top:86px}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}section{padding:80px 0}button{cursor:pointer}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);letter-spacing:-.01em;margin-bottom:.5em;font-weight:500}h1{letter-spacing:.5px;margin-bottom:24px;font-size:48px;line-height:1.2}h2{letter-spacing:.5px;margin-bottom:20px;font-size:36px;line-height:1.3}h3{margin-bottom:16px;font-size:28px;line-height:1.4}p{margin-bottom:1em;line-height:1.7}body,p,li,a,button,input,textarea,select{font-family:var(--font-sans);line-height:1.7}.sectionTitle{margin-bottom:30px;padding-bottom:16px;position:relative}.sectionTitle:after{content:"";background-color:var(--luxury-gold);width:60px;height:2px;position:absolute;bottom:0;left:0}.text-center .sectionTitle:after{left:50%;transform:translate(-50%)}.btn{background-color:var(--luxury-gold);color:var(--on-gold);border-radius:var(--border-radius);letter-spacing:.5px;text-transform:uppercase;border:none;padding:12px 24px;font-size:16px;font-weight:500;transition:all .3s;display:inline-block;box-shadow:0 4px 6px #0000001a}.btn:hover{background-color:#b69769;transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.btn-outline,.btn-outline-light{border:2px solid var(--luxury-cream);color:var(--luxury-cream);background-color:#0000}.btn-outline:hover,.btn-outline-light:hover{background-color:var(--luxury-cream);color:var(--luxury-charcoal)}.btn-outline-dark{border:2px solid var(--luxury-charcoal);color:var(--luxury-charcoal);background-color:#0000}.btn-outline-dark:hover{background-color:var(--luxury-charcoal);color:#fff}.card{box-shadow:var(--box-shadow-md);background-color:#fff;border-radius:0;transition:transform .3s,box-shadow .3s;overflow:hidden}.card:hover{box-shadow:var(--box-shadow-lg);transform:translateY(-10px)}input,textarea,select{border:1px solid #e0e0e0;border-radius:0;padding:12px 16px;transition:border-color .3s,box-shadow .3s}input:focus,textarea:focus,select:focus{border-color:var(--luxury-gold);outline:none;box-shadow:0 0 0 2px #c8a97e33}.luxury-image{box-shadow:var(--box-shadow-md);transition:transform .5s}.luxury-image:hover{transform:scale(1.03)}.gold-divider{background-color:var(--luxury-gold);width:60px;height:2px;margin:30px auto}a,button{transition:all .3s}.hover-zoom{overflow:hidden}.hover-zoom img{transition:transform .7s}.hover-zoom:hover img{transform:scale(1.05)}.text-center{text-align:center}.flex{display:flex}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.align-center{align-items:center}.grid{display:grid}.gap-1{gap:8px}.gap-2{gap:16px}.gap-3{gap:24px}.gap-4{gap:32px}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:.8s forwards fadeIn}.animate-slide-up{animation:.8s forwards slideUp}.animate-slide-right{animation:.8s forwards slideInRight}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}*{transition:all .3s}.serviceCard,.galleryItem,.aboutTeamMember,.aboutValue{transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s,opacity .4s}.serviceCard:hover,.galleryItem:hover,.aboutTeamMember:hover,.aboutValue:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.heroImage,.galleryImage,.showroomImage{transition:transform .7s,filter .7s}.heroImage:hover,.galleryImage:hover,.showroomImage:hover{transform:scale(1.05)}.bg-pattern{background-color:var(--luxury-offwhite);background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8a97e' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}@media (prefers-color-scheme:dark){.page{--gray-rgb:255, 255, 255;--gray-alpha-200:rgba(var(--gray-rgb), .145);--gray-alpha-100:rgba(var(--gray-rgb), .06);--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a}.logo{filter:invert()}}@media (hover:hover) and (pointer:fine){a.primary:hover{background:var(--button-primary-hover);border-color:#0000}a.secondary:hover{background:var(--button-secondary-hover);border-color:#0000}.footer a:hover{text-underline-offset:4px;text-decoration:underline}}@media (max-width:600px){.page{padding:32px 32px 80px}.main{align-items:center}.main ol{text-align:center}.ctas{flex-direction:column}.ctas a{height:40px;padding:0 16px;font-size:14px}a.secondary{min-width:auto}.footer{flex-wrap:wrap;justify-content:center;align-items:center}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
.footer-module__nmomFq__footer{background-color:var(--luxury-dark,#1e1e1e);color:var(--text-inverse);padding:80px 0 40px;position:relative}.footer-module__nmomFq__footer:before{content:"";background:linear-gradient(90deg,#c8a97e00 0%,#c8a97e80 50%,#c8a97e00 100%);height:1px;position:absolute;top:0;left:0;right:0}.footer-module__nmomFq__footerContent{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;margin-bottom:60px;display:grid}.footer-module__nmomFq__footerColumn h3{font-family:var(--font-serif,"Playfair Display");margin-bottom:25px;padding-bottom:12px;font-size:22px;font-weight:600;position:relative}.footer-module__nmomFq__footerColumn h3:after{content:"";background-color:var(--luxury-gold,var(--gold));width:40px;height:2px;position:absolute;bottom:0;left:0}.footer-module__nmomFq__footerLogo{width:180px;height:54px;margin-bottom:24px;position:relative}.footer-module__nmomFq__footerText{color:#ffffffb3;margin-bottom:30px;font-size:15px;font-weight:300;line-height:1.7}.footer-module__nmomFq__footerSocial{gap:16px;margin-top:20px;display:flex}.footer-module__nmomFq__socialIcon{width:40px;height:40px;color:var(--luxury-gold,var(--gold));background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.footer-module__nmomFq__socialIcon:hover{background-color:var(--luxury-gold,var(--gold));color:var(--luxury-dark,#1e1e1e);transform:translateY(-3px)}.footer-module__nmomFq__footerAddress{color:#ffffffb3;font-size:15px;font-style:normal;font-weight:300;line-height:1.8}.footer-module__nmomFq__footerAddress p{margin-bottom:12px;padding-left:28px;position:relative}.footer-module__nmomFq__footerAddress p:before{content:"";opacity:.8;background-position:50%;background-repeat:no-repeat;background-size:contain;width:18px;height:18px;position:absolute;top:5px;left:0}.footer-module__nmomFq__footerAddress p:first-child:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c8a97e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E")}.footer-module__nmomFq__footerAddress p:nth-child(2):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c8a97e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E")}.footer-module__nmomFq__footerAddress p:nth-child(3):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c8a97e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E")}.footer-module__nmomFq__footerAddress p:nth-child(4):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23c8a97e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='2' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'%3E%3C/path%3E%3C/svg%3E")}.footer-module__nmomFq__footerLinks{padding:0;list-style:none}.footer-module__nmomFq__footerLink{margin-bottom:15px}.footer-module__nmomFq__footerLink a{color:#ffffffb3;padding-left:15px;font-size:15px;font-weight:300;transition:all .3s;display:inline-block;position:relative}.footer-module__nmomFq__footerLink a:before{content:"";background-color:var(--luxury-gold,var(--gold));opacity:.7;width:6px;height:6px;transition:all .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.footer-module__nmomFq__footerLink a:hover{color:var(--luxury-gold,var(--gold));transform:translate(5px)}.footer-module__nmomFq__footerLink a:hover:before{opacity:1;background-color:var(--luxury-gold,var(--gold))}.footer-module__nmomFq__footerBottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;padding-top:30px;font-size:14px;font-weight:300}.footer-module__nmomFq__creditsButton{color:inherit;font-size:inherit;cursor:pointer;text-decoration:none}.footer-module__nmomFq__creditsModal{z-index:1000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.footer-module__nmomFq__creditsContent{background:#fff;border-radius:0;width:500px;max-width:90%;padding:30px;position:relative;box-shadow:0 15px 40px #0003}.footer-module__nmomFq__creditsContent h3,.footer-module__nmomFq__creditsContent p{color:var(--luxury-charcoal)}.footer-module__nmomFq__creditsContent a{color:var(--luxury-gold,var(--gold))}.footer-module__nmomFq__closeButton{cursor:pointer;color:var(--luxury-charcoal);background:0 0;border:none;font-size:24px;position:absolute;top:10px;right:10px}@media (max-width:768px){.footer-module__nmomFq__footerContent{grid-template-columns:1fr;gap:40px}.footer-module__nmomFq__footer{padding:60px 0 30px}}
