:root{--color-bg: #faf9f7;--color-bg-alt: #f2f0ec;--color-text: #1a1a1a;--color-text-muted: #5c5c5c;--color-accent: #8b7355;--color-accent-hover: #6d5a43;--color-border: #e5e2dd;--color-white: #ffffff;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", -apple-system, sans-serif;--max-width: 1280px;--header-height: 80px;--radius: 4px;--shadow: 0 4px 24px rgba(0, 0, 0, .06);--transition: .25s ease;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color var(--transition),opacity var(--transition)}a:hover{color:var(--color-accent)}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:transform .2s var(--ease-out-quart),opacity var(--transition)}button:active{transform:scale(.98)}.btn{transition:transform .2s var(--ease-out-quart),box-shadow var(--transition)}.btn:active{transform:scale(.97)}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}@media(min-width:1024px){.container{padding:0 2.5rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);background:var(--color-white);border-bottom:1px solid var(--color-border);transition:box-shadow var(--transition)}.header-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;height:100%}.logo{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;letter-spacing:.05em;color:var(--color-text)}.logo:hover{color:var(--color-accent)}.menu-toggle{display:flex;flex-direction:column;gap:6px;padding:8px;transition:transform .2s var(--ease-out-quart)}.menu-toggle:active{transform:scale(.92)}.hamburger{width:24px;height:2px;background:var(--color-text);transition:transform var(--transition),opacity var(--transition)}.menu-toggle[aria-expanded=true] .hamburger:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle[aria-expanded=true] .hamburger:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] .hamburger:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-list{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0}.nav-list a{display:block;padding:.5rem 0;font-size:1rem;font-weight:500;color:var(--color-text-muted)}.nav-list a:hover,.nav-list a.active{color:var(--color-accent)}.nav-list a.active{font-weight:600}@media(min-width:768px){.menu-toggle{display:none}.nav{position:static;background:transparent}.nav-list{flex-direction:row;align-items:center;gap:2rem;padding:0}.nav-list a{padding:.25rem 0}}@media(max-width:767px){.nav{flex-basis:100%;order:3;max-height:0;overflow:hidden;transition:max-height var(--transition);border-top:1px solid transparent}.nav-open{max-height:280px;border-top-color:var(--color-border)}.nav-list{padding:1rem 0 .5rem}}.footer{background:var(--color-text);color:var(--color-bg);margin-top:auto}.footer a{color:#ffffffd9}.footer a:hover{color:var(--color-white)}.footer-inner{display:grid;gap:2rem;padding:3rem 1.5rem 2rem}@media(min-width:640px){.footer-inner{grid-template-columns:1fr auto;align-items:start}}@media(min-width:768px){.footer-inner{grid-template-columns:1.2fr 1fr;gap:3rem;padding:4rem 2rem 2.5rem}}.footer-logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;letter-spacing:.05em;color:var(--color-white);display:inline-block;margin-bottom:.5rem}.footer-tagline{font-size:.95rem;opacity:.8;max-width:280px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.footer-col h4{font-family:var(--font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;color:var(--color-white);opacity:.9}.footer-col ul{display:flex;flex-direction:column;gap:.5rem}.footer-col a{font-size:.95rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem}.footer-bottom p{font-size:.85rem;opacity:.7;text-align:center}@media(min-width:768px){.footer-bottom p{text-align:left}}.layout{min-height:100vh;display:flex;flex-direction:column}.main{flex:1;padding-top:var(--header-height)}.page-transition-wrap{animation:pageEnter .45s cubic-bezier(.22,1,.36,1) forwards}@keyframes pageEnter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.home{min-height:100%}.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover;animation:heroBgZoom 18s ease-out forwards}@keyframes heroBgZoom{0%{transform:scale(1.05)}to{transform:scale(1)}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000059,#00000080);animation:heroOverlayIn .8s var(--ease-out-expo) .15s backwards}@keyframes heroOverlayIn{0%{opacity:0}to{opacity:1}}.hero-inner{position:relative;z-index:1;color:var(--color-white);padding:2rem 1.5rem}.hero-title{font-size:clamp(2.25rem,6vw,4rem);font-weight:700;letter-spacing:.02em;margin-bottom:.75rem;line-height:1.15;animation:heroFadeUp .9s var(--ease-out-expo) .2s backwards}.hero-sub{display:block;font-weight:400;opacity:.95}.hero-desc{font-size:1.1rem;opacity:.9;max-width:480px;margin:0 auto 2rem;line-height:1.6;animation:heroFadeUp .9s var(--ease-out-expo) .35s backwards}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;animation:heroFadeUp .9s var(--ease-out-expo) .5s backwards}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;border-radius:var(--radius);transition:background var(--transition),color var(--transition),border-color var(--transition),transform .2s var(--ease-out-quart)}.btn-primary{background:var(--color-accent);color:var(--color-white);border:2px solid var(--color-accent)}.btn-primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:var(--color-white)}.btn-outline{background:transparent;color:var(--color-white);border:2px solid rgba(255,255,255,.8)}.btn-outline:hover{background:#ffffff26;border-color:var(--color-white);color:var(--color-white)}.home-section{padding:4rem 0}@media(min-width:768px){.home-section{padding:5rem 0}}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:2rem;text-align:center;color:var(--color-text);animation:sectionFadeUp .7s var(--ease-out-expo) .5s backwards}@keyframes sectionFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.catalog-cards{display:grid;gap:2rem;max-width:900px;margin:0 auto}@media(min-width:640px){.catalog-cards{grid-template-columns:1fr 1fr}}.catalog-card{display:block;background:var(--color-white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition);animation:sectionFadeUp .7s var(--ease-out-expo) backwards}.catalog-card:nth-child(1){animation-delay:.6s}.catalog-card:nth-child(2){animation-delay:.75s}.catalog-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.catalog-card:active{transform:translateY(-2px) scale(.99)}.catalog-card-image{aspect-ratio:4/3;overflow:hidden}.catalog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.catalog-card:hover .catalog-card-image img{transform:scale(1.05)}.catalog-card-content{padding:1.5rem}.catalog-card-content h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--color-text)}.catalog-card-content p{font-size:.9rem;color:var(--color-text-muted);margin-bottom:.75rem;line-height:1.5}.catalog-card-link{font-size:.9rem;font-weight:600;color:var(--color-accent)}.catalog-card:hover .catalog-card-link{text-decoration:underline}.home-cta{background:var(--color-bg-alt);text-align:center}.home-cta .section-title{animation-delay:.85s}.home-cta-text{max-width:520px;margin:0 auto 1.5rem;color:var(--color-text-muted);animation:sectionFadeUp .7s var(--ease-out-expo) .95s backwards}.home-cta .btn-primary{color:var(--color-white);animation:sectionFadeUp .7s var(--ease-out-expo) 1.1s backwards}.furniture-gallery.page{padding-bottom:4rem}.furniture-gallery .page-header{padding:3rem 0 2rem;background:var(--color-bg-alt);margin-bottom:2rem}.furniture-gallery .page-header h1{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.5rem}.furniture-gallery .page-desc{color:var(--color-text-muted);font-size:1rem}.furniture-gallery .gallery-count{font-size:.9rem;color:var(--color-text-muted);margin-bottom:1.25rem}.furniture-gallery .gallery-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}@media(min-width:640px){.furniture-gallery .gallery-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(min-width:1024px){.furniture-gallery .gallery-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.furniture-gallery .gallery-item{aspect-ratio:4/3;padding:0;border-radius:var(--radius);overflow:hidden;background:var(--color-bg-alt);cursor:pointer;border:none;transition:transform var(--transition)}.furniture-gallery .gallery-item:hover{transform:scale(1.02)}.furniture-gallery .gallery-item img{width:100%;height:100%;object-fit:cover}.furniture-gallery .gallery-actions{display:flex;flex-wrap:wrap;gap:1rem}.furniture-gallery .gallery-actions .btn-primary{color:var(--color-white)}.furniture-gallery .lightbox,.lightbox-portal{position:fixed;inset:0;z-index:9999;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:2rem;animation:furnitureGalleryFadeIn .2s ease}@keyframes furnitureGalleryFadeIn{0%{opacity:0}to{opacity:1}}.furniture-gallery .lightbox-close,.furniture-gallery .lightbox-portal .lightbox-close{position:absolute;top:1rem;right:1rem;width:48px;height:48px;font-size:2rem;line-height:1;color:var(--color-white);background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.furniture-gallery .lightbox-close:hover,.furniture-gallery .lightbox-portal .lightbox-close:hover{background:#fff3}.furniture-gallery .lightbox-prev,.furniture-gallery .lightbox-next,.furniture-gallery .lightbox-portal .lightbox-prev,.furniture-gallery .lightbox-portal .lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:2.5rem;line-height:1;color:var(--color-white);background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;transition:background var(--transition)}.furniture-gallery .lightbox-prev,.furniture-gallery .lightbox-portal .lightbox-prev{left:1rem}.furniture-gallery .lightbox-next,.furniture-gallery .lightbox-portal .lightbox-next{right:1rem}.furniture-gallery .lightbox-prev:hover,.furniture-gallery .lightbox-next:hover,.furniture-gallery .lightbox-portal .lightbox-prev:hover,.furniture-gallery .lightbox-portal .lightbox-next:hover{background:#fff3}.furniture-gallery .lightbox-content,.furniture-gallery .lightbox-portal .lightbox-content{position:relative;max-width:90vw;max-height:85vh}.furniture-gallery .lightbox-content img,.furniture-gallery .lightbox-portal .lightbox-content img{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain}.furniture-gallery .lightbox-counter,.furniture-gallery .lightbox-portal .lightbox-counter{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);font-size:.9rem;color:#fffc}@media(max-width:640px){.furniture-gallery .lightbox-prev,.furniture-gallery .lightbox-next,.furniture-gallery .lightbox-portal .lightbox-prev,.furniture-gallery .lightbox-portal .lightbox-next{width:40px;height:40px;font-size:1.75rem}}.construction-gallery.page{padding-bottom:4rem}.construction-gallery .page-header{padding:3rem 0 2rem;background:var(--color-bg-alt);margin-bottom:2rem}.construction-gallery .page-header h1{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.5rem}.construction-gallery .page-desc{color:var(--color-text-muted);font-size:1rem}.gallery-count{font-size:.9rem;color:var(--color-text-muted);margin-bottom:1.25rem}.gallery-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}@media(min-width:640px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.gallery-item{aspect-ratio:4/3;padding:0;border-radius:var(--radius);overflow:hidden;background:var(--color-bg-alt);cursor:pointer;border:none;transition:transform var(--transition)}.gallery-item:hover{transform:scale(1.02)}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-actions{display:flex;flex-wrap:wrap;gap:1rem}.gallery-actions .btn-primary{color:var(--color-white)}.construction-gallery .lightbox,.lightbox-portal{position:fixed;inset:0;z-index:9999;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:2rem;animation:galleryFadeIn .2s ease}@keyframes galleryFadeIn{0%{opacity:0}to{opacity:1}}.construction-gallery .lightbox-close,.lightbox-portal .lightbox-close{position:absolute;top:1rem;right:1rem;width:48px;height:48px;font-size:2rem;line-height:1;color:var(--color-white);background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.construction-gallery .lightbox-close:hover,.lightbox-portal .lightbox-close:hover{background:#fff3}.construction-gallery .lightbox-prev,.construction-gallery .lightbox-next,.lightbox-portal .lightbox-prev,.lightbox-portal .lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:2.5rem;line-height:1;color:var(--color-white);background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;transition:background var(--transition)}.construction-gallery .lightbox-prev,.lightbox-portal .lightbox-prev{left:1rem}.construction-gallery .lightbox-next,.lightbox-portal .lightbox-next{right:1rem}.construction-gallery .lightbox-prev:hover,.construction-gallery .lightbox-next:hover,.lightbox-portal .lightbox-prev:hover,.lightbox-portal .lightbox-next:hover{background:#fff3}.construction-gallery .lightbox-content,.lightbox-portal .lightbox-content{position:relative;max-width:90vw;max-height:85vh}.construction-gallery .lightbox-content img,.lightbox-portal .lightbox-content img{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain}.construction-gallery .lightbox-counter,.lightbox-portal .lightbox-counter{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);font-size:.9rem;color:#fffc}@media(max-width:640px){.construction-gallery .lightbox-prev,.construction-gallery .lightbox-next,.lightbox-portal .lightbox-prev,.lightbox-portal .lightbox-next{width:40px;height:40px;font-size:1.75rem}}.contact.page{padding-bottom:4rem}.contact .page-header{padding:3rem 0 2rem;background:var(--color-bg-alt);margin-bottom:2rem}.contact .page-header h1{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.5rem}.contact .page-desc{color:var(--color-text-muted);font-size:1rem}.contact-layout{display:grid;gap:2.5rem}@media(min-width:768px){.contact-layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem}}.contact-info h2,.contact-form-wrap h2{font-size:1.35rem;margin-bottom:1.5rem}.contact-item{margin-bottom:1.5rem}.contact-item h3{font-family:var(--font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:.35rem}.contact-item p{font-size:1rem;color:var(--color-text);line-height:1.5}.contact-item a{color:var(--color-accent)}.contact-item a:hover{text-decoration:underline}.contact-form-wrap{background:var(--color-white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:flex;flex-direction:column;gap:.35rem}.form-row label{font-size:.9rem;font-weight:500;color:var(--color-text)}.form-row input,.form-row textarea{padding:.75rem 1rem;font-size:1rem;font-family:var(--font-body);border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-text);transition:border-color var(--transition)}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:var(--color-accent)}.form-row textarea{resize:vertical;min-height:120px}.btn-block{width:100%;margin-top:.5rem}.contact-form .btn-primary{color:var(--color-white)}
