*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #f5f0e8;--warm-white: #faf7f2;--dusty-rose: #c9a79a;--blush: #e8cfc5;--plum: #D26A75;--plum-light: #5c3347;--gold: #F6C585;--gold-light: #FFDBAB;--charcoal: #2a2020;--text-muted: #7a6060;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Libre Baskerville", Georgia, serif;--font-sans: "Jost", sans-serif}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--cream);color:var(--charcoal);font-family:var(--font-body);font-weight:400;line-height:1.7;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none;z-index:9999;opacity:.4}section{padding:6rem 0}.container{max-width:1200px;margin:0 auto;padding:0 3rem}.section-label{font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.section-label:before{content:"";display:block;width:24px;height:1px;background:var(--gold)}.section-title{font-family:var(--font-display);font-size:clamp(2.5rem,4vw,4rem);font-weight:300;line-height:1.1;color:var(--plum);margin-bottom:1.5rem}.section-title em{font-style:italic;color:var(--dusty-rose)}.section-divider{display:flex;align-items:center;justify-content:center;padding:3rem 0;gap:1.5rem}.section-divider:before,.section-divider:after{content:"";flex:1;max-width:200px;height:1px;background:linear-gradient(to right,transparent,var(--gold))}.section-divider:after{background:linear-gradient(to left,transparent,var(--gold))}.divider-ornament{font-size:1.2rem;color:var(--gold);line-height:1}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;background:transparent;transition:background .4s ease,padding .4s ease}nav.scrolled{background:#f5f0e8eb;backdrop-filter:blur(12px);padding:1rem 3rem;border-bottom:1px solid rgba(184,144,96,.2)}.nav-logo{height:44px;width:auto}.nav-logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:var(--plum);letter-spacing:.05em}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--plum);position:relative;padding-bottom:2px}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.nav-links a:hover:after{width:100%}.hero{position:relative;min-height:100vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hero-left{background-color:var(--plum);display:flex;flex-direction:column;justify-content:center;padding:8rem 5rem 6rem 6rem;position:relative;z-index:2}.hero-left:after{content:"";position:absolute;top:0;right:-60px;width:120px;height:100%;background:var(--plum);clip-path:polygon(0 0,100% 0,60% 100%,0 100%);z-index:1}.hero-eyebrow{font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.hero-eyebrow:before{content:"";display:block;width:40px;height:1px;background:var(--gold)}.hero-title{font-family:var(--font-display);font-size:clamp(3.5rem,6vw,6rem);font-weight:300;line-height:1.05;color:var(--cream);margin-bottom:1rem}.hero-title em{font-style:italic;color:var(--gold-light)}.hero-subtitle{font-family:var(--font-display);font-size:1.25rem;font-weight:300;font-style:italic;color:var(--blush);margin-bottom:3rem;line-height:1.5}.hero-cta{display:inline-flex;align-items:center;gap:1rem;font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--cream);border:1px solid rgba(245,240,232,.3);padding:1rem 2rem;transition:all .3s ease;width:fit-content}.hero-cta:hover{background:var(--gold);border-color:var(--gold);color:var(--plum);gap:1.5rem}.hero-cta-arrow{font-size:1rem;transition:transform .3s ease}.hero-cta:hover .hero-cta-arrow{transform:translate(4px)}.hero-right{position:relative;overflow:hidden}.hero-right img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform 8s ease}.hero-right:hover img{transform:scale(1.03)}.hero-right:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--plum) 0%,transparent 40%);z-index:1;opacity:.4}.stitch-v{position:absolute;top:10%;right:2.5rem;height:80%;width:1px;background:repeating-linear-gradient(to bottom,var(--gold) 0px,var(--gold) 8px,transparent 8px,transparent 16px);opacity:.5}#about{background-color:var(--warm-white)}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:center}.about-image-wrap{position:relative}.about-image-wrap:before{content:"";position:absolute;inset:-20px 20px 20px -20px;border:1px solid var(--gold);opacity:.4;z-index:0}.about-image-wrap img{position:relative;z-index:1;width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center top}.about-image-placeholder{position:relative;z-index:1;width:100%;aspect-ratio:3/4;background:linear-gradient(135deg,var(--blush),var(--dusty-rose));display:flex;align-items:center;justify-content:center}.about-text p{font-size:1.05rem;color:var(--charcoal);margin-bottom:1.5rem;line-height:1.8}.about-text p:last-of-type{color:var(--text-muted);font-style:italic}.about-signature{font-family:var(--font-display);font-size:2.5rem;font-style:italic;font-weight:400;color:var(--plum);margin-top:2.5rem;line-height:1}#services{background-color:var(--cream);position:relative;overflow:hidden}#services:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:repeating-linear-gradient(90deg,var(--gold) 0px,var(--gold) 20px,transparent 20px,transparent 30px,var(--dusty-rose) 30px,var(--dusty-rose) 50px,transparent 50px,transparent 60px);opacity:.6}.services-header{text-align:center;max-width:600px;margin:0 auto 4rem}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}.service-card{background:var(--warm-white);padding:3rem 2.5rem;position:relative;overflow:hidden;transition:background .3s ease}.service-card:hover{background:var(--plum)}.service-card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.service-card:hover:before{transform:scaleX(1)}.service-icon{font-size:2rem;margin-bottom:1.5rem;display:block}.service-name{font-family:var(--font-display);font-size:1.5rem;font-weight:500;color:var(--plum);margin-bottom:1rem;transition:color .3s ease}.service-card:hover .service-name{color:var(--gold-light)}.service-desc{font-family:var(--font-sans);font-size:.875rem;line-height:1.7;color:var(--text-muted);transition:color .3s ease}.service-card:hover .service-desc{color:var(--blush)}#gallery{background-color:var(--plum);padding:6rem 0}#gallery .section-title{color:var(--cream)}#gallery .section-title em{color:var(--gold-light)}.gallery-header{margin-bottom:3rem;display:flex;justify-content:space-between;align-items:flex-end}.gallery-subtitle{font-family:var(--font-sans);font-size:.875rem;color:var(--blush);max-width:300px;line-height:1.6}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(3,220px);gap:4px}.gallery-item{overflow:hidden;position:relative;cursor:zoom-in}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.gallery-item:hover img{transform:scale(1.06)}.gallery-item:nth-child(1){grid-column:1 / 5;grid-row:1 / 3}.gallery-item:nth-child(2){grid-column:5 / 8;grid-row:1 / 2}.gallery-item:nth-child(3){grid-column:8 / 13;grid-row:1 / 3}.gallery-item:nth-child(4){grid-column:5 / 8;grid-row:2 / 3}.gallery-item:nth-child(5){grid-column:1 / 5;grid-row:3 / 4}.gallery-item:nth-child(6){grid-column:5 / 9;grid-row:3 / 4}.gallery-item:nth-child(7){grid-column:9 / 13;grid-row:3 / 4}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--gold) 0%,transparent 60%);opacity:0;transition:opacity .4s ease}.gallery-item:hover:after{opacity:.15}.gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:.9rem;font-style:italic;letter-spacing:.05em}.gallery-placeholder:nth-child(odd){background:color-mix(in srgb,var(--plum-light) 80%,var(--dusty-rose));color:var(--blush)}.gallery-placeholder:nth-child(2n){background:color-mix(in srgb,var(--plum) 60%,var(--dusty-rose));color:var(--cream)}.texture-strip{height:280px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.texture-strip-item{overflow:hidden;position:relative}.texture-strip-item img{width:100%;height:100%;object-fit:cover;filter:saturate(.7);transition:filter .4s ease,transform .6s ease}.texture-strip-item:hover img{filter:saturate(1.1);transform:scale(1.04)}.texture-strip-placeholder{width:100%;height:100%}.texture-strip-placeholder:nth-child(1){background:linear-gradient(135deg,var(--blush),var(--dusty-rose))}.texture-strip-placeholder:nth-child(2){background:linear-gradient(135deg,var(--cream),var(--gold-light))}.texture-strip-placeholder:nth-child(3){background:linear-gradient(135deg,var(--dusty-rose),var(--plum-light))}#process{background-color:var(--warm-white)}.process-header{text-align:center;max-width:550px;margin:0 auto 5rem}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gold);border:1px solid var(--gold)}.process-step{background:var(--warm-white);padding:3rem 2rem;position:relative}.step-number{font-family:var(--font-display);font-size:4rem;font-weight:300;color:var(--blush);line-height:1;margin-bottom:1.5rem}.step-title{font-family:var(--font-display);font-size:1.3rem;font-weight:500;color:var(--plum);margin-bottom:.75rem}.step-desc{font-family:var(--font-sans);font-size:.85rem;color:var(--text-muted);line-height:1.7}#contact{background-color:var(--plum);position:relative;overflow:hidden}#contact:after{content:"";position:absolute;top:-120px;right:-120px;width:400px;height:400px;border-radius:50%;border:1px solid rgba(184,144,96,.2)}#contact:before{content:"";position:absolute;bottom:-80px;left:-80px;width:300px;height:300px;border-radius:50%;border:1px solid rgba(184,144,96,.15)}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start;position:relative;z-index:2}.contact-left .section-title{color:var(--cream)}.contact-left .section-title em{color:var(--gold-light)}.contact-tagline{font-family:var(--font-display);font-size:1.15rem;font-style:italic;color:var(--blush);margin-bottom:3rem;line-height:1.6}.contact-items{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1.25rem;align-items:flex-start}.contact-item-icon{font-size:1.2rem;color:var(--gold);flex-shrink:0;margin-top:2px}.contact-item-label{font-family:var(--font-sans);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem}.contact-item-value{font-family:var(--font-display);font-size:1.2rem;color:var(--cream);font-weight:400}.contact-item-value a{transition:color .3s ease}.contact-item-value a:hover{color:var(--gold-light)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-label{font-family:var(--font-sans);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.form-input,.form-textarea{background:#f5f0e812;border:1px solid rgba(184,144,96,.3);padding:.875rem 1rem;color:var(--cream);font-family:var(--font-body);font-size:.95rem;outline:none;transition:border-color .3s ease,background .3s ease;width:100%}.form-input::placeholder,.form-textarea::placeholder{color:#e8cfc54d}.form-input:focus,.form-textarea:focus{border-color:var(--gold);background:#f5f0e81a}.form-textarea{min-height:120px;resize:vertical}.form-submit{background:var(--gold);color:var(--plum);border:none;padding:1rem 2.5rem;font-family:var(--font-sans);font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:background .3s ease,transform .2s ease;align-self:flex-start}.form-submit:hover{background:var(--gold-light);transform:translateY(-2px)}footer{background:var(--charcoal);padding:3rem;display:flex;justify-content:space-between;align-items:center}.footer-copy{font-family:var(--font-sans);font-size:.75rem;color:var(--text-muted);letter-spacing:.1em}.footer-stitch{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:1.1rem;font-style:italic;color:var(--gold)}.footer-stitch:before,.footer-stitch:after{content:"✦";font-size:.5rem}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-delay-1{transition-delay:.1s}.fade-up-delay-2{transition-delay:.2s}.fade-up-delay-3{transition-delay:.3s}.fade-up-delay-4{transition-delay:.4s}@media(max-width:1024px){.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:10rem 3rem 4rem}.hero-left:after{display:none}.hero-right{height:50vh}.about-grid{grid-template-columns:1fr;gap:3rem}.services-grid,.process-steps{grid-template-columns:1fr 1fr}.contact-inner{grid-template-columns:1fr;gap:3rem}nav{padding:1.5rem 2rem}.container{padding:0 2rem}}@media(max-width:768px){.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:unset}.gallery-item:nth-child(n){grid-column:unset;grid-row:unset;height:220px}.gallery-item:nth-child(1){grid-column:1 / -1;height:300px}.services-grid,.process-steps{grid-template-columns:1fr}.texture-strip{height:180px}.nav-links{display:none}}
