*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--paper:#f8f5f0;--cream:#efe9df;--ink:#1a1714;--muted:#8a8278;--warm:#b8956a;--warm-light:#ddd0be;--border:#ddd6cc}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif;font-weight:300;overflow-x:hidden}#root{max-width:100vw;overflow-x:hidden}h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:300}button,input,textarea{font:inherit}.hover-effect{z-index:1;background:#fff;transition:transform .4s,box-shadow .4s;position:relative}.hover-effect:hover{z-index:10;transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.main-header{background:#9b240f;justify-content:left;align-items:center;padding:2rem 5%;display:flex;box-shadow:0 2px 10px #0000000d}.logo{height:30px}.hero-section{background:#90230f;width:100%;height:70vh;min-height:500px;position:relative;overflow:hidden}.carousel-container{width:100%;height:100%;position:relative}.carousel-track{width:100%;height:100%;transition:transform .8s cubic-bezier(.25,1,.5,1);display:flex}.slide{justify-content:center;align-items:center;min-width:100%;height:100%;display:flex;position:relative;overflow:hidden}.banner-img{object-fit:cover;z-index:0;filter:brightness(.8);width:auto;height:auto;position:absolute;top:0;left:0}.slide-1{background-color:#90230f}.slide-1 .banner-img{object-fit:contain!important;filter:none!important}.content{z-index:1;text-align:center;color:#fff;flex-direction:column;align-items:center;display:flex;position:relative}.btn-hero{color:#333;background:#fff;border-radius:30px;margin-top:15px;padding:10px 25px;font-size:1rem;font-weight:700;text-decoration:none;display:inline-block}.prev-btn,.next-btn{color:#fff;cursor:pointer;z-index:2;background:#0000004d;border:none;border-radius:50%;margin:0 20px;padding:15px;font-size:1.5rem;position:absolute;top:50%;transform:translateY(-50%)}.next-btn{right:0}.mail-section{text-align:center;border-bottom:1px solid #eee;padding:5rem 2rem}.mail-section h2{margin-bottom:.5rem}.mail-section p{color:#666;margin-bottom:1.5rem}.btn-primary{color:#fff;background:#333;border-radius:5px;padding:12px 30px;text-decoration:none;display:inline-block}.projects-section{background:#fff;padding:5rem 5%}.projects-section h2{text-align:center;margin-bottom:2rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.project-card{cursor:pointer;background:#f9f9f9;border:1px solid #eee;border-radius:12px;padding-bottom:1.5rem;transition:transform .3s,box-shadow .3s,background .3s;overflow:hidden}.project-card:hover{background:#fff;border-color:#ddd;transform:translateY(-10px);box-shadow:0 10px 20px #0000001a}.project-slider{scroll-snap-type:x mandatory;scrollbar-width:none;display:flex;overflow-x:auto}.project-slider::-webkit-scrollbar{display:none}.project-slider img{object-fit:cover;scroll-snap-align:center;min-width:100%;height:200px}.project-info{text-align:center;padding:1.5rem}.project-info h3{margin-bottom:10px;font-size:1.5rem}.project-info p{color:#666;margin-bottom:20px;font-size:.9rem}.project-link{color:#3498db;border-bottom:2px solid #0000;font-weight:700;text-decoration:none;transition:border .3s}.project-link:hover{border-bottom:2px solid #3498db}.reviews-section{background:#eee;padding:5rem 0;overflow:hidden}.reviews-section h2{text-align:center;margin-bottom:3rem}.marquee-container{white-space:nowrap;width:100%;overflow:hidden}.marquee-content{animation:20s linear infinite scroll;display:inline-flex}.marquee-content:hover{animation-play-state:paused}.review-card{white-space:normal;background:#fff;border-radius:12px;width:300px;margin:0 1rem;padding:2rem;box-shadow:0 4px 15px #0000000d}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.founder-section{background:#fff;padding:5rem 5%}.founder-section h2{text-align:center;margin-bottom:2rem}.founder-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.founder-carousel img{object-fit:cover;border-radius:50%;width:250px;height:250px}.main-footer{color:#aaa;text-align:center;background:#222;padding:2rem}.footer-links a{color:#fff;margin:0 10px;text-decoration:none}.contact-page-wrapper{background:#f8f8f8;justify-content:center;align-items:center;min-height:80vh;padding:3rem 1rem;display:flex}.contact-container{text-align:center;background:#fff;border:1px solid #eee;border-radius:15px;width:100%;max-width:600px;padding:3rem}.contact-container h2{color:#333;margin-bottom:.5rem;font-size:2rem}.contact-subtitle{color:#777;margin-bottom:2rem;font-size:.95rem}.sophisticated-form{text-align:left;flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#444;font-size:.9rem;font-weight:600}.form-group input[type=text],.form-group input[type=email],.form-group textarea{background:#fafafa;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:12px 15px;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#333}.checkbox-grid{grid-template-columns:1fr 1fr;gap:15px;margin-top:5px;display:grid}.checkbox-grid label.checkbox-item{cursor:pointer;color:#555;flex-direction:row;align-items:center;gap:10px;margin:0;font-size:.95rem;font-weight:400;display:flex}.checkbox-grid label.checkbox-item:hover{color:#000}.checkbox-item input[type=checkbox]{display:none}.custom-checkbox{background:#fafafa;border:1px solid #ccc;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .3s;display:flex}.checkbox-item input[type=checkbox]:checked+.custom-checkbox{background:#333;border-color:#333}.checkbox-item input[type=checkbox]:checked+.custom-checkbox:after{content:"✓";color:#fff;font-size:14px;font-weight:700;display:block}.btn-submit{color:#fff;cursor:pointer;background:#333;border:none;border-radius:8px;margin-top:1rem;padding:15px;font-size:1rem;font-weight:700;transition:background .3s}.btn-submit:hover{background:#000}.about-hero{text-align:center;background:#f4f4f4;border-bottom:1px solid #ddd;padding:6rem 5%}.hero-title{color:#333;margin-bottom:.5rem;font-size:3rem}.hero-subtitle{color:#9b240f;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.hero-content{color:#555;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.story-section{background:#fff;padding:5rem 5%}.story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.story-text h2{color:#333;margin-bottom:1.5rem;font-size:2.2rem}.story-text p{color:#666;margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.story-image-wrapper{border-radius:12px;width:100%;height:400px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.story-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.story-image-wrapper:hover img{transform:scale(1.05)}.values-section{text-align:center;background:#fafafa;padding:5rem 5%}.values-section h2{margin-bottom:3rem;font-size:2.2rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.value-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:2.5rem;transition:transform .3s,box-shadow .3s}.value-card:hover{border-color:#9b240f;transform:translateY(-5px);box-shadow:0 10px 20px #00000014}.value-card i{color:#9b240f;margin-bottom:1rem;font-size:2.5rem}.value-card h3{color:#333;margin-bottom:.8rem}.value-card p{color:#666;font-size:.95rem}.team-section{text-align:center;background:#fff;padding:5rem 5%}.team-section h2{margin-bottom:3rem;font-size:2.2rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;display:grid}.team-member{text-align:center}.team-image-wrapper{border:3px solid #f4f4f4;border-radius:50%;width:180px;height:180px;margin:0 auto 1.5rem;transition:border-color .3s;overflow:hidden}.team-member:hover .team-image-wrapper{border-color:#9b240f}.team-image-wrapper img{object-fit:cover;width:100%;height:100%}.team-name{color:#333;margin-bottom:.3rem;font-size:1.3rem}.team-info{color:#777;font-size:.95rem;font-style:italic}.projects-main-wrapper{flex-direction:column;gap:4rem;max-width:1400px;margin:0 auto;padding:3rem 5%;display:flex}.page-header-container{background:#fcfcfc;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 1rem 2rem;display:flex}.page-header-logo{max-width:80px;height:auto;display:block}.header-text{text-align:left}.header-text h1{color:#333;margin-bottom:.2rem;font-size:3rem;line-height:1}.header-text p{color:#777;margin:0;font-size:1.2rem}.projects-row{grid-template-columns:1fr 1fr;gap:2rem;width:100%;display:grid}.project-split-card{text-align:center;color:#fff;border-radius:15px;justify-content:center;align-items:center;height:400px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.project-split-card .bg-img{object-fit:cover;z-index:0;width:100%;height:100%;transition:transform .6s;position:absolute;top:0;left:0}.project-split-card .overlay{z-index:1;background:#0006;width:100%;height:100%;transition:background .3s;position:absolute;top:0;left:0}.card-content{z-index:2;position:relative}.card-content h2{text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:2.2rem}.card-content p{opacity:.9;margin-bottom:1.5rem;font-size:1.1rem}.project-split-card:hover .bg-img{transform:scale(1.1)}.photoshoot-section{background:#fff;border-radius:15px;padding:3rem;box-shadow:0 4px 15px #0000000d}.section-title{text-align:center;color:#333;margin-bottom:2rem;font-size:2rem}.collage-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:15px;display:grid}.collage-item{border-radius:8px;position:relative;overflow:hidden}.collage-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.collage-item:hover img{transform:scale(1.05)}.collage-item.large{grid-area:span 2/span 2}.collage-item.wide{grid-column:span 2}.collage-item.tall{grid-row:span 2}.btn-outline{color:#fff;border:2px solid #fff;border-radius:30px;padding:12px 30px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-outline:hover{color:#333;background:#fff}@media (width<=768px){.hero-section{height:50vh}.story-grid{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.2rem}.projects-row{grid-template-columns:1fr;gap:2rem}.collage-grid{grid-template-columns:1fr 1fr}.project-split-card{height:300px}}@media (width<=600px){.page-header-container{text-align:center;flex-direction:column}.header-text{text-align:center}}@media (width<=500px){.checkbox-grid{grid-template-columns:1fr}}.home-modern{--paper:#f8f5f0;--cream:#efe9df;--ink:#1a1714;--muted:#8a8278;--warm:#b8956a;--warm-light:#ddd0be;--border:#ddd6cc;--red:var(--warm);--red-dark:var(--ink);--gold:var(--warm);--line:var(--border);background:var(--paper);color:var(--ink);min-height:100vh;font-family:DM Sans,sans-serif;font-weight:300}.home-modern a{color:inherit}.home-modern h1,.home-modern h2,.home-modern h3{font-family:Cormorant Garamond,serif;font-weight:300}.editorial-nav{z-index:100;color:var(--ink);border-bottom:.5px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8f5f0f0;justify-content:space-between;align-items:center;padding:1.2rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:var(--ink);letter-spacing:.18em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;text-decoration:none}.nav-logo span{color:var(--warm)}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--muted);letter-spacing:.2em;text-transform:uppercase;font-size:.7rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--ink)}.nav-cta{border:.5px solid var(--ink);color:var(--ink);letter-spacing:.18em;text-transform:uppercase;padding:.6rem 1.4rem;font-size:.7rem;text-decoration:none;transition:all .2s}.nav-cta:hover{background:var(--ink);color:var(--paper)}.mobile-menu-toggle{border:.5px solid var(--ink);min-width:78px;height:42px;color:var(--ink);letter-spacing:.16em;text-transform:uppercase;background:0 0;justify-content:center;align-items:center;gap:10px;padding:0 12px;font-size:.62rem;font-weight:500;display:none}.mobile-menu-lines{flex-direction:column;gap:6px;display:inline-flex}.mobile-menu-lines span{background:currentColor;width:18px;height:1px;transition:transform .25s}.editorial-nav.is-menu-open .mobile-menu-lines span:first-child{transform:translateY(4px)rotate(45deg)}.editorial-nav.is-menu-open .mobile-menu-lines span:last-child{transform:translateY(-4px)rotate(-45deg)}.home-hero{background:var(--red-dark);min-height:100svh;position:relative;overflow:hidden}.home-hero-track{will-change:transform;height:100%;transition:transform .9s cubic-bezier(.76,0,.24,1);display:flex;position:absolute;inset:0}.home-hero-slide{background:var(--ink);flex:0 0 100%;height:100%;position:relative;overflow:hidden}.home-hero-slide:after{content:"";pointer-events:none;background:linear-gradient(#1a17144d 0%,#1a171405 44%,#1a171470 100%),linear-gradient(90deg,#1a17142e,#0000 34%,#1a171429);position:absolute;inset:0}.home-hero-media{z-index:1;object-fit:contain;object-position:center;width:100%;height:100%;position:relative;transform:none}.home-hero-backdrop{object-fit:cover;object-position:center;filter:blur(24px)brightness(.74)saturate(1.08);opacity:.92;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.08)}.home-hero-cta{z-index:4;flex-wrap:wrap;align-items:center;gap:14px;display:flex;position:absolute;bottom:clamp(42px,8vw,92px);left:clamp(22px,6vw,88px)}.home-hero-cta .home-primary-action{background:var(--paper);min-width:180px;color:var(--ink);box-shadow:0 18px 44px #0000002e}.home-hero-cta .home-secondary-action{color:var(--paper);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-shadow:0 1px 16px #0000006b;background:#1a171442;border-color:#f8f5f094}.home-hero-controls{z-index:4;gap:10px;display:flex;position:absolute;bottom:clamp(38px,6vw,72px);right:clamp(22px,4vw,58px)}.home-hero-controls button{width:44px;height:44px;color:var(--paper);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1a171447;border:.5px solid #fffaf375;border-radius:50%;justify-content:center;align-items:center;transition:transform .25s,background .25s;display:inline-flex;position:relative}.home-hero-controls button:before{content:"";border-top:1px solid;border-left:1px solid;width:10px;height:10px}.home-hero-controls button.previous:before{transform:translate(2px)rotate(-45deg)}.home-hero-controls button.next:before{transform:translate(-2px)rotate(135deg)}.home-hero-controls button:hover{background:#1a17148a;transform:translateY(-2px)}.home-hero-dots{z-index:4;gap:8px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.home-hero-dots button{background:#fffaf37a;border:0;border-radius:999px;width:7px;height:7px;transition:width .3s,background .3s}.home-hero-dots button.active{background:var(--paper);width:28px}.home-kicker,.section-label{color:var(--gold);letter-spacing:.28em;text-transform:uppercase;font-size:.78rem;font-weight:400}.home-hero h1{color:var(--paper);letter-spacing:0;margin-top:18px;font-size:clamp(4rem,12vw,10rem);font-weight:400;line-height:.88}.home-hero-copy{color:#fffaf3d6;width:min(620px,100%);margin-top:28px;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.7}.home-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:34px;display:flex}.home-primary-action,.home-secondary-action{letter-spacing:.18em;text-transform:uppercase;border-radius:0;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-size:.7rem;font-weight:500;text-decoration:none;transition:transform .25s,background .25s,color .25s,border-color .25s;display:inline-flex}.home-modern .home-primary-action{background:var(--paper);color:var(--red-dark)}.home-primary-action:hover,.home-secondary-action:hover{transform:translateY(-3px)}.home-secondary-action{color:var(--paper);background:#fffaf30f;border:.5px solid #f8f5f07a}.home-modern .home-primary-action.compact{background:var(--ink);color:var(--cream);margin-top:30px}.home-proof-strip{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffaf32e;border:1px solid #fffaf338;border-radius:8px;grid-template-columns:repeat(3,minmax(92px,1fr));gap:1px;display:grid;position:absolute;bottom:44px;right:clamp(22px,6vw,88px);overflow:hidden}.home-proof-strip div{background:#1e0c0785;padding:18px}.home-proof-strip strong,.home-proof-strip span{display:block}.home-proof-strip strong{color:#fffaf3;font-size:1.4rem}.home-proof-strip span{color:#fffaf3b8;margin-top:6px;font-size:.78rem}.home-intro,.home-projects,.home-reviews,.home-founder{padding:clamp(76px,10vw,140px) clamp(22px,6vw,88px)}.home-intro{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:end;gap:clamp(36px,7vw,96px);display:grid}.home-intro h2,.section-heading h2,.home-founder h2{letter-spacing:0;font-size:clamp(2.2rem,4.6vw,4.8rem);line-height:1.05}.home-intro>p:not(.section-label),.home-founder p:not(.section-label){color:#5d5149;font-size:clamp(1.03rem,1.8vw,1.2rem);line-height:1.8}.home-intro .section-label{align-self:start}.service-row{flex-wrap:wrap;grid-column:1/-1;gap:12px;display:flex}.service-row span,.service-row a{border:.5px solid var(--line);color:#4b3f38;background:#efe9dfa3;border-radius:0;padding:14px 18px;font-size:.92rem;font-weight:400;text-decoration:none;transition:background .24s,border-color .24s,color .24s,transform .24s}.service-row a:hover{border-color:var(--warm);background:var(--ink);color:var(--paper);transform:translateY(-3px)}.section-heading{grid-template-columns:.35fr 1fr;align-items:start;gap:clamp(24px,6vw,90px);margin-bottom:42px;display:grid}.home-project-grid{grid-template-columns:1.1fr .95fr .95fr;gap:16px;display:grid}.home-project-card{color:#fffaf3;isolation:isolate;border:1px solid #fffaf329;border-radius:0;flex-direction:column;justify-content:flex-end;min-height:460px;padding:30px;text-decoration:none;transition:transform .35s,filter .35s;display:flex;position:relative;overflow:hidden}.home-project-card:before,.home-project-card:after{content:"";z-index:-2;position:absolute;inset:0}.home-project-card:before{background:linear-gradient(#120a0714,#120a07db),url(/assets/upnext%201.png) 50%/cover}.home-project-card:after{z-index:-1;mix-blend-mode:multiply;background:linear-gradient(135deg,#9b240fc7,#18110eb8)}.project-card-2:before{background:linear-gradient(#120a071a,#120a07d6),url(/assets/resize.png) 100% 100%/155% no-repeat,linear-gradient(135deg,#251712,#a23820)}.project-card-3:before{background:radial-gradient(circle at 50% 25%,#d7aa6547,#0000 32%),linear-gradient(135deg,#19110d,#762011 52%,#f7f1e9 180%)}.home-project-card:hover{filter:saturate(1.08);transform:translateY(-8px)}.home-project-card span,.home-project-card em{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-size:.76rem;font-style:normal;font-weight:800}.home-project-card h3{margin-top:12px;font-size:clamp(2rem,3.6vw,3.8rem);line-height:1.02}.home-project-card p{color:#fffaf3c7;width:min(420px,100%);margin:16px 0 26px;line-height:1.7}.home-modern .section-header{align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.home-modern .section-line{background:var(--border);flex:1;height:.5px}.home-modern .section-eyebrow{color:var(--muted);letter-spacing:.28em;text-transform:uppercase;white-space:nowrap;font-size:.62rem}.home-modern .work-grid{border:.5px solid var(--border);flex-direction:column;gap:0;display:flex}.home-modern .project-row{border-bottom:.5px solid var(--border);grid-template-columns:1fr 1fr;transition:background .25s;display:grid}.home-modern .project-row:last-child{border-bottom:none}.home-modern .project-row:hover{background:var(--cream)}.home-modern .project-row.reverse{direction:rtl}.home-modern .project-row.reverse>*{direction:ltr}.home-modern .project-images{border-right:.5px solid var(--border);grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.home-modern .project-row.reverse .project-images{border-right:none;border-left:.5px solid var(--border)}.home-modern .project-img{aspect-ratio:3/4;background:var(--cream);border-right:.5px solid var(--border);overflow:hidden}.home-modern .project-img:last-child{border-right:none}.home-modern .project-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.home-modern .project-row:hover .project-img img{transform:scale(1.04)}.home-modern .project-img-placeholder{width:100%;height:100%;min-height:160px;color:var(--warm-light);letter-spacing:.2em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.6rem;display:flex}.home-modern .project-img-placeholder[hidden]{display:none}.home-modern .project-info{text-align:left;flex-direction:column;justify-content:center;gap:1rem;padding:3rem;display:flex}.home-modern .project-tag{color:var(--warm);letter-spacing:.25em;text-transform:uppercase;font-size:.6rem}.home-modern .project-name{color:var(--ink);font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;line-height:1.1}.home-modern .project-desc{max-width:340px;color:var(--muted);font-size:.8rem;line-height:1.75}.home-modern .project-link,.home-modern .project-view-more{border-bottom:.5px solid var(--ink);color:var(--ink);letter-spacing:.18em;text-transform:uppercase;align-self:flex-start;align-items:center;gap:.6rem;padding-bottom:2px;font-size:.68rem;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.home-modern .project-link{margin-top:.5rem}.home-modern .project-link-muted{color:var(--muted);border-color:var(--border);cursor:default}.home-modern .project-link-muted:hover{color:var(--muted);border-color:var(--border)}.home-modern .project-link:hover,.home-modern .project-view-more:hover{color:var(--warm);border-color:var(--warm)}.home-modern .work-more{justify-content:center;padding-top:2.4rem;display:flex}.home-modern .project-view-more{border:.5px solid var(--ink);align-self:center;padding:.9rem 2rem}.home-modern .project-view-more:hover{background:var(--ink);color:var(--paper);border-color:var(--ink)}.home-reviews{border-block:1px solid var(--line);background:linear-gradient(#fffaf394,#f7f1e9f0),radial-gradient(circle at 10% 8%,#9b240f1a,#0000 30%);position:relative}.reviews-heading{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;margin-bottom:34px;display:grid}.reviews-heading h2{letter-spacing:0;width:min(680px,100%);margin-top:12px;font-size:clamp(1.9rem,3.2vw,3.2rem);line-height:1.05}.review-cta,.submit-review-button{background:var(--ink);color:var(--cream);letter-spacing:.18em;text-transform:uppercase;border:0;border-radius:0;min-height:48px;padding:0 24px;font-size:.7rem;font-weight:500;transition:transform .25s,opacity .25s,background .25s}.review-cta:hover,.submit-review-button:hover{transform:translateY(-3px)}.submit-review-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.review-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.client-review-card{border:.5px solid var(--line);background:#fffaf3d1;border-radius:0;flex-direction:column;justify-content:space-between;min-height:260px;padding:24px;display:flex;box-shadow:0 18px 50px #371e1214}.review-card-top{align-items:center;gap:14px;display:flex}.review-avatar{object-fit:cover;background:#d9cbbd;border-radius:50%;width:44px;height:44px}.review-avatar.fallback{color:var(--cream);background:var(--red);justify-content:center;align-items:center;font-weight:900;display:inline-flex}.review-card-top h3{font-size:1rem;line-height:1.2}.review-card-top p{color:var(--muted);margin-top:3px;font-size:.82rem}.review-text{color:#3f332d;margin:26px 0;font-size:1.05rem;line-height:1.7}.review-rating{color:var(--red);border:.5px solid #b8956a47;border-radius:0;align-self:flex-start;padding:8px 12px;font-size:.84rem;font-weight:900}.review-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0805a3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.review-modal{background:var(--cream);border:1px solid #fffaf35c;border-radius:0;width:min(620px,100%);max-height:min(760px,100vh - 40px);padding:clamp(26px,5vw,44px);position:relative;overflow-y:auto;box-shadow:0 30px 100px #00000042}.review-modal h2{letter-spacing:0;margin:10px 0 22px;font-size:clamp(2rem,5vw,3.8rem);line-height:.96}.review-modal-close{border:1px solid var(--line);color:var(--ink);background:0 0;border-radius:0;padding:8px 12px;font-weight:800;position:absolute;top:18px;right:18px}.review-setup-note{border:1px solid var(--line);color:#5d5149;background:#f7f1e9b8;border-radius:0;margin-bottom:18px;padding:14px 16px;line-height:1.6}.review-form{gap:14px;display:grid}.review-form label{color:#3f332d;font-size:.92rem;font-weight:800}.review-form input[type=text],.review-form textarea{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fffdf8;border-radius:0;outline:none;padding:14px;line-height:1.6}.review-form textarea{resize:vertical}.review-form input[type=text]:focus,.review-form textarea:focus{border-color:#9b240f80}.review-form input[type=text]:disabled{opacity:.56;cursor:not-allowed}.rating-picker{gap:8px;display:flex}.rating-picker button{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);background:#fffdf8;border-radius:0;font-weight:900}.rating-picker button.active{border-color:var(--red);background:var(--red);color:var(--cream)}.anonymous-toggle{align-items:center;gap:10px;display:flex}.anonymous-toggle input{width:18px;height:18px;accent-color:var(--red)}.review-form-message{color:var(--red);margin-top:14px;font-weight:800}.home-founder{background:var(--cream);grid-template-columns:minmax(220px,.7fr) minmax(0,1fr);align-items:center;gap:clamp(34px,7vw,92px);display:grid}.founder-mark{border:.5px solid var(--line);background:var(--paper);border-radius:18px;justify-content:center;align-items:center;min-height:320px;padding:clamp(24px,4vw,54px);display:flex;overflow:hidden;box-shadow:0 22px 54px #1a171414}.founder-mark img{filter:contrast(1.04);width:min(78%,420px);max-width:100%;margin:0}.editorial-footer{background:linear-gradient(180deg, var(--cream) 0%, #fffdf8 100%);border-top:.5px solid var(--border)}.editorial-footer .footer-top{border-bottom:.5px solid var(--border);grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:4rem;display:grid}.editorial-footer .footer-logo-text{color:var(--ink);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300}.editorial-footer .footer-logo-text span{color:var(--warm)}.editorial-footer .footer-tagline{color:#5d5149;max-width:260px;font-size:.78rem;line-height:1.7}.editorial-footer .footer-col-title{color:var(--warm);letter-spacing:.25em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.6rem}.editorial-footer .footer-links{flex-direction:column;gap:.7rem;list-style:none;display:flex}.editorial-footer .footer-links a{color:#5d5149;margin:0;font-size:.78rem;text-decoration:none;transition:color .2s}.editorial-footer .footer-links a:hover{color:var(--ink)}.editorial-footer .footer-bottom{justify-content:space-between;align-items:center;padding:1.5rem 4rem;display:flex}.editorial-footer .footer-copy{color:#6c6258;letter-spacing:.05em;font-size:.65rem}.editorial-footer .footer-whatsapp{color:var(--warm);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.6rem;font-size:.65rem;text-decoration:none;transition:opacity .2s;display:flex}.editorial-footer .footer-whatsapp:hover{opacity:.7}.services-page{--services-progress:0;--services-scroll-shift:0px;background:var(--paper);min-height:100vh;color:var(--ink)}.services-scroll-line{z-index:90;pointer-events:none;background:#1a17141f;width:1px;position:fixed;top:7rem;bottom:22px;right:22px;overflow:hidden}.services-scroll-line span{background:var(--warm);width:100%;height:100%;transform:scaleY(var(--services-progress));transform-origin:top;transition:transform .12s linear;display:block}.services-reveal{opacity:1;transition:transform .72s cubic-bezier(.19,1,.22,1);transition-delay:var(--reveal-delay,0s);transform:translateY(34px)}.services-reveal.is-visible{transform:translateY(0)}.services-hero{--hero-shift-x:0px;--hero-shift-y:0px;--hero-tilt-x:0deg;--hero-tilt-y:0deg;border-bottom:.5px solid var(--border);background:linear-gradient(90deg, #1a17140f 1px, transparent 1px), linear-gradient(180deg, #fffdf8 0%, var(--paper) 48%, var(--cream) 100%);background-size:96px 100%,auto;grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);align-items:end;gap:clamp(36px,6vw,92px);min-height:72vh;padding:calc(4.8rem + clamp(72px,8vw,118px)) clamp(22px,6vw,88px) clamp(64px,8vw,112px);display:grid;position:relative;overflow:hidden}.services-hero:after{content:"BRAND / DESIGN / RUNWAY / CAMPAIGN / PRESS / DIGITAL /";z-index:0;color:#b8956a21;white-space:nowrap;transform:translate3d(var(--services-scroll-shift), 0, 0);pointer-events:none;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,8vw,8.5rem);line-height:.8;transition:transform .12s linear;position:absolute;bottom:clamp(18px,3vw,34px);left:0;right:auto}.services-hero>*{z-index:1;position:relative}.services-hero-inner{will-change:transform, opacity;width:min(980px,100%)}.services-hero h1{max-width:900px;color:var(--ink);letter-spacing:0;margin-top:18px;font-family:Cormorant Garamond,serif;font-size:clamp(3.1rem,7vw,7rem);font-weight:300;line-height:.96}.services-hero p:not(.section-label){color:#5d5149;width:min(640px,100%);margin-top:28px;font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.8}.fashion-motion{--fashion-reveal-y:34px;isolation:isolate;width:min(560px,100%);height:clamp(360px,40vw,540px);transform:translate3d(var(--hero-shift-x), calc(var(--hero-shift-y) + var(--fashion-reveal-y)), 0) rotateX(var(--hero-tilt-y)) rotateY(var(--hero-tilt-x));transform-style:preserve-3d;will-change:transform, opacity;justify-self:end;transition:opacity .72s .12s,transform .28s ease-out;position:relative}.fashion-motion.is-visible{--fashion-reveal-y:0px;transform:translate3d(var(--hero-shift-x), calc(var(--hero-shift-y) + var(--fashion-reveal-y)), 0) rotateX(var(--hero-tilt-y)) rotateY(var(--hero-tilt-x))}.fashion-motion:before{content:"";clip-path:polygon(10% 0,90% 0,100% 100%,0 100%);z-index:-2;background:linear-gradient(135deg,#fffdf8bd,#efe9df75),repeating-linear-gradient(90deg,#0000 0 22px,#b8956a14 22px 23px);border:.5px solid #b8956a52;position:absolute;inset:12% 2% 0;transform:perspective(900px)rotateX(5deg)}.fashion-swatch{transform-origin:50%;background:#fffdf8;border:.5px solid #1a17142e;position:absolute;box-shadow:0 24px 50px #1a171414}.swatch-one{background:linear-gradient(145deg,#b8956a47,#0000 52%),repeating-linear-gradient(45deg,#fffdf8 0 12px,#efe9df 12px 24px);width:34%;height:31%;animation:6.2s ease-in-out infinite swatchFloat;top:5%;left:5%;transform:rotate(-8deg)}.swatch-two{background:linear-gradient(135deg,#1a1714eb,#3d3830eb),repeating-linear-gradient(90deg,#0000 0 13px,#f8f5f014 13px 14px);width:36%;height:28%;animation:7s ease-in-out .7s infinite swatchFloat;top:11%;right:2%;transform:rotate(9deg)}.swatch-three{background:linear-gradient(160deg,#b8956a94,#efe9dfd6),repeating-linear-gradient(0deg,#0000 0 10px,#1a171414 10px 11px);width:30%;height:25%;animation:5.8s ease-in-out .3s infinite swatchFloat;bottom:14%;right:10%;transform:rotate(-5deg)}.fashion-rail{height:50%;position:absolute;top:19%;left:8%;right:8%}.rail-line{background:var(--ink);height:2px;position:absolute;top:11%;left:0;right:0}.rail-line:before,.rail-line:after{content:"";background:linear-gradient(var(--ink), #1a171400);width:2px;height:220px;position:absolute;top:0}.rail-line:before{left:8%}.rail-line:after{right:8%}.hanger{transform-origin:50% 0;width:26%;height:84%;animation:4.8s ease-in-out infinite hangerSwing;position:absolute;top:4%}.hanger-one{left:6%}.hanger-two{animation-delay:.45s;left:36%}.hanger-three{animation-delay:.9s;right:7%}.hanger-hook{border:1.5px solid var(--ink);border-bottom:0;border-radius:18px 18px 0 0;width:18px;height:22px;position:absolute;top:0;left:50%;transform:translate(-50%)}.hanger-hook:after{content:"";background:var(--ink);width:1.5px;height:16px;position:absolute;bottom:-12px;left:50%}.garment{filter:drop-shadow(0 22px 18px #1a171424);width:100%;position:absolute;top:37px;left:50%;transform:translate(-50%)}.garment-jacket{background:linear-gradient(90deg, transparent 0 22%, var(--ink) 22% 78%, transparent 78% 100%);clip-path:polygon(22% 0,42% 0,50% 17%,58% 0,78% 0,94% 100%,61% 100%,51% 35%,39% 100%,6% 100%);height:62%}.garment-jacket:after,.garment-dress:after{content:"";border-left:1px solid #f8f5f057;position:absolute;inset:10% 48% 8%}.garment-dress{background:linear-gradient(145deg, var(--warm), #d9c3a6 68%, #fffdf8 69% 72%, var(--warm) 73%);clip-path:polygon(38% 0,62% 0,72% 23%,94% 100%,6% 100%,28% 23%);height:72%}.garment-bag{border:2px solid var(--ink);clip-path:polygon(6% 25%,94% 25%,86% 100%,14% 100%);background:#fffdf8;width:74%;height:43%;top:64px}.garment-bag:before{content:"";border:2px solid var(--ink);border-bottom:0;border-radius:999px 999px 0 0;width:46%;height:34px;position:absolute;top:-20px;left:27%}.fashion-stitch{background-image:linear-gradient(90deg, var(--warm) 0 10px, transparent 10px 18px);opacity:.78;background-size:18px 1px;height:1px;animation:3.2s linear infinite stitchMove;position:absolute}.stitch-one{bottom:33%;left:7%;right:22%;transform:rotate(-7deg)}.stitch-two{animation-direction:reverse;bottom:22%;left:25%;right:6%;transform:rotate(8deg)}.fashion-flash{opacity:0;border:1px solid #b8956ab8;width:52px;height:52px;animation:4.4s ease-in-out infinite fashionFlash;position:absolute;transform:rotate(45deg)scale(.8)}.fashion-flash:before,.fashion-flash:after{content:"";background:#b8956aad;width:86px;height:1px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.fashion-flash:after{transform:translate(-50%,-50%)rotate(90deg)}.flash-one{top:7%;left:49%}.flash-two{animation-delay:1.6s;bottom:38%;right:3%}.runway-base{clip-path:polygon(32% 0,68% 0,100% 100%,0 100%);transform-origin:50% 100%;background:linear-gradient(90deg,#0000 49.8%,#1a171457 49.8% 50.2%,#0000 50.2%),repeating-linear-gradient(90deg,#1a171414 0 1px,#0000 1px 42px),linear-gradient(#fffdf82e,#b8956a38);border:.5px solid #1a171429;height:29%;animation:5.4s ease-in-out infinite runwayPulse;position:absolute;bottom:1%;left:10%;right:10%;transform:perspective(700px)rotateX(58deg)}.services-showcase{border-bottom:.5px solid var(--border);padding:clamp(64px,9vw,124px) clamp(22px,6vw,88px);scroll-margin-top:5.5rem}.services-grid{border:.5px solid var(--border);background:var(--border);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.service-card{--card-glow-x:50%;--card-glow-y:50%;--card-tilt-x:0deg;--card-tilt-y:0deg;min-height:360px;color:var(--ink);opacity:1;transform-style:preserve-3d;transition:opacity .72s,transform .28s ease-out,background .3s,color .3s;transition-delay:var(--reveal-delay,0s), var(--reveal-delay,0s), 0s, 0s;will-change:transform, opacity;background:#fffdf8;flex-direction:column;padding:clamp(24px,3vw,38px);display:flex;position:relative;overflow:hidden;transform:perspective(900px)translateY(34px)rotateX(0)rotateY(0)}.service-card:before{content:"";z-index:0;background:radial-gradient(circle at var(--card-glow-x) var(--card-glow-y), #b8956a42, transparent 34%);opacity:0;pointer-events:none;transition:opacity .28s;position:absolute;inset:0}.service-card>*{z-index:1;position:relative}.service-card.is-visible{transform:perspective(900px) translateY(0) rotateX(var(--card-tilt-y)) rotateY(var(--card-tilt-x))}.service-card:nth-child(2),.service-card:nth-child(5){background:var(--ink);color:var(--paper)}.service-card:nth-child(2) .service-description,.service-card:nth-child(5) .service-description{color:#f8f5f0bd}.service-card:nth-child(2) .service-card-line,.service-card:nth-child(5) .service-card-line{background:#f8f5f042}.service-card:first-child{animation-delay:30ms}.service-card:nth-child(2){animation-delay:80ms}.service-card:nth-child(3){animation-delay:.13s}.service-card:nth-child(4){animation-delay:.18s}.service-card:nth-child(5){animation-delay:.23s}.service-card:nth-child(6){animation-delay:.28s}.service-card:hover{z-index:2;background:var(--cream);transform:perspective(900px) translateY(-12px) rotateX(var(--card-tilt-y)) rotateY(var(--card-tilt-x));transition-delay:0s}.service-card:hover:before{opacity:1}.service-card:nth-child(2):hover,.service-card:nth-child(5):hover{background:#25211d}.service-number{color:var(--warm);font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1;position:absolute;top:clamp(22px,3vw,34px);right:clamp(22px,3vw,34px)}.service-card>p:not(.service-description){width:calc(100% - 82px);color:var(--warm);letter-spacing:.22em;text-transform:uppercase;font-size:.68rem;font-weight:500;line-height:1.5}.service-card h2{color:inherit;letter-spacing:0;margin-top:auto;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3vw,3.2rem);font-weight:300;line-height:1}.service-card-line{background:var(--border);width:100%;height:1px;margin:24px 0 22px}.service-description{color:var(--muted);font-size:.98rem;line-height:1.8}.services-cta{background:var(--ink);color:var(--paper);padding:clamp(70px,10vw,132px) clamp(22px,6vw,88px)}.services-cta h2{max-width:780px;color:var(--paper);letter-spacing:0;margin-top:18px;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,5.2rem);font-weight:300;line-height:1}.services-page .home-primary-action.compact{border:.5px solid var(--paper);background:var(--paper);color:var(--ink);margin-top:32px}.services-page .home-primary-action.compact:hover{color:var(--paper);background:0 0}@keyframes heroDrift{0%{transform:scale(1.04)translate(0,0)}to{transform:scale(1.1)translate(-1.5%,1%)}}@keyframes riseIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes modernMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes swatchFloat{0%,to{translate:0}50%{translate:0 -16px}}@keyframes hangerSwing{0%,to{transform:rotate(-2deg)}50%{transform:rotate(3deg)translateY(-5px)}}@keyframes stitchMove{0%{background-position-x:0}to{background-position-x:36px}}@keyframes fashionFlash{0%,68%,to{opacity:0;transform:rotate(45deg)scale(.76)}74%{opacity:.9;transform:rotate(45deg)scale(1)}82%{opacity:.16}}@keyframes runwayPulse{0%,to{opacity:.72;background-position:0 0,0 0,0 0}50%{opacity:1;background-position:0 0,24px 0,0 0}}@media (prefers-reduced-motion:reduce){.services-scroll-line{display:none}.services-reveal,.services-reveal.is-visible,.fashion-motion,.fashion-motion.is-visible,.service-card,.service-card.is-visible,.service-card:hover,.services-hero:after{transition:none;animation:none;transform:none}}@media (width<=980px){.editorial-nav{flex-wrap:wrap;max-width:100vw;padding:1.2rem 6.5rem 1.2rem 1.5rem;overflow:visible}.nav-cta{display:none}.mobile-menu-toggle{z-index:120;display:inline-flex;position:fixed;top:.82rem;left:auto;right:.82rem}.nav-links{background:#f8f5f0fa;border-bottom:.5px solid #0000;flex-direction:column;order:3;align-items:stretch;gap:0;width:100vw;max-height:0;padding:0 1.5rem;list-style:none;transition:max-height .28s,padding .28s,border-color .28s;display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden}.editorial-nav.is-menu-open .nav-links{border-color:var(--border);max-height:320px;padding:.8rem 1.5rem 1rem}.nav-links li{border-top:.5px solid var(--border)}.nav-links a{color:var(--ink);padding:1rem 0;display:block}.home-hero{min-height:760px}.home-intro,.section-heading,.home-project-grid,.review-card-grid,.home-founder{grid-template-columns:1fr}.reviews-heading{grid-template-columns:1fr;align-items:start}.services-hero{grid-template-columns:1fr;align-items:start;max-width:100vw}.services-page{max-width:100vw;overflow-x:hidden}.fashion-motion{justify-self:center;width:min(560px,100%);height:420px}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{min-height:320px}.home-project-card{min-height:360px}.home-modern .project-row{grid-template-columns:1fr}.home-modern .project-row.reverse{direction:ltr}.home-modern .project-images,.home-modern .project-row.reverse .project-images{border-left:none;border-right:none;border-bottom:.5px solid var(--border)}.editorial-footer .footer-top{grid-template-columns:1fr 1fr;padding:3rem 1.5rem}.editorial-footer .footer-bottom{text-align:center;flex-direction:column;gap:.8rem;padding:1.5rem}}@media (width<=620px){.editorial-nav{padding:1rem 4.8rem 1rem 1.2rem}.nav-logo{font-size:1.05rem}.mobile-menu-toggle{width:44px;min-width:44px;max-width:44px;height:40px;padding:0;top:12px;left:auto;right:12px;transform:none}.mobile-menu-label{display:none}.home-hero{min-height:720px}.home-hero-media{object-position:58% center}.home-hero-cta{bottom:84px;left:20px;right:20px}.home-hero-cta .home-primary-action,.home-hero-cta .home-secondary-action{width:100%}.home-hero-controls{bottom:24px;right:20px}.home-hero-dots{bottom:42px;left:20px;transform:none}.home-intro,.home-projects,.home-reviews,.home-founder{padding:70px 20px}.services-hero{min-height:620px;padding:calc(4.8rem + 56px) 20px 58px}.services-scroll-line{display:none}.services-hero:after{font-size:3.8rem;bottom:24px}.services-hero h1{max-width:100%;font-size:clamp(2.2rem,10vw,2.7rem);line-height:1.04}.services-hero p:not(.section-label){width:100%;max-width:100%;font-size:.96rem;line-height:1.72}.fashion-motion{width:100%;height:320px;overflow:hidden}.fashion-motion:before{inset:14% 0 0}.fashion-rail{left:4%;right:4%}.fashion-flash{width:40px;height:40px}.fashion-flash:before,.fashion-flash:after{width:64px}.services-showcase,.services-cta{padding:70px 20px}.services-grid{grid-template-columns:1fr}.service-card{min-height:300px}.home-project-card{min-height:320px;padding:24px}.home-modern .section-header{gap:1rem;margin-bottom:2rem}.home-modern .project-info{padding:2rem 1.5rem}.home-modern .project-images{grid-template-columns:repeat(3,minmax(0,1fr))}.home-modern .project-img-placeholder{min-height:120px}.home-modern .project-view-more{justify-content:center;width:100%}.founder-mark{min-height:260px}.client-review-card{min-height:220px;padding:20px}.review-cta,.submit-review-button{width:100%}.editorial-footer .footer-top{grid-template-columns:1fr}}.main-header,.main-footer{display:none}.about-hero,.story-section,.values-section,.team-section,.contact-page-wrapper,.page-header-container,.projects-main-wrapper{background:var(--paper)}.about-hero,.contact-page-wrapper,.page-header-container{padding-top:9.8rem}.about-hero{border-bottom:.5px solid var(--border)}.hero-title,.header-text h1{color:var(--ink);font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,5rem);font-weight:300;line-height:1.05}.hero-subtitle,.contact-subtitle,.header-text p,.team-info{color:var(--muted)}.hero-subtitle,.section-title,.values-section h2,.team-section h2,.founder-section h2,.projects-section h2{letter-spacing:.18em;text-transform:uppercase}.hero-subtitle{color:var(--warm);font-size:.72rem;font-weight:400}.hero-content,.story-text p,.value-card p,.contact-subtitle,.project-desc,.team-info{color:var(--muted);line-height:1.8}.story-section,.values-section,.team-section{border-bottom:.5px solid var(--border)}.story-grid{max-width:1180px;margin:0 auto}.story-text h2,.contact-container h2,.values-section h2,.team-section h2,.section-title{color:var(--ink);font-family:Cormorant Garamond,serif;font-weight:300}.story-image-wrapper,.contact-container,.value-card,.team-image-wrapper,.photoshoot-section,.project-split-card,.collage-item{border-radius:0}.story-image-wrapper,.contact-container,.value-card,.photoshoot-section{border:.5px solid var(--border);box-shadow:none}.value-card,.contact-container,.photoshoot-section{background:#efe9df73}.value-card:hover,.team-member:hover .team-image-wrapper{border-color:var(--warm)}.value-card i{color:var(--warm)}.team-image-wrapper{border:.5px solid var(--border)}.contact-page-wrapper{min-height:100vh}.form-group label{color:var(--ink);letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:500}.form-group input[type=text],.form-group input[type=email],.form-group textarea{border:.5px solid var(--border);color:var(--ink);background:#fffdf8;border-radius:0}.form-group input:focus,.form-group textarea:focus{border-color:var(--warm)}.custom-checkbox{border-radius:0}.checkbox-item input[type=checkbox]:checked+.custom-checkbox,.btn-submit{border-color:var(--ink);background:var(--ink)}.btn-submit,.btn-primary,.btn-hero,.btn-outline,.project-link{letter-spacing:.18em;text-transform:uppercase;border-radius:0;font-size:.7rem;font-weight:500}.btn-submit:hover,.btn-primary:hover{background:var(--warm)}.page-header-container{border-bottom:.5px solid var(--border)}.projects-main-wrapper{max-width:1280px}.project-split-card{border:.5px solid var(--border);box-shadow:none}.project-split-card .overlay{background:#1a171473}.project-split-card:hover .overlay{background:#1a1714a3}.card-content h2{letter-spacing:.12em;font-family:Cormorant Garamond,serif;font-weight:300}.btn-outline{border-width:.5px}.collage-grid{background:var(--border);gap:.5px}.collage-item{background:var(--cream)}@media (width<=768px){.about-hero,.contact-page-wrapper,.page-header-container{padding-top:7.2rem}}.contact-setup-note,.contact-auth-panel,.contact-signed-in-row{border:.5px solid var(--border);color:var(--muted);background:#fffdf8b8}.contact-setup-note{margin-bottom:14px;padding:14px 16px;line-height:1.6}.contact-auth-panel{gap:18px;margin-top:24px;padding:24px;display:grid}.contact-auth-panel p{margin:0;line-height:1.6}.contact-signed-in-row{justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;padding:12px 14px;font-size:.9rem;display:flex}.contact-signed-in-row button{color:var(--warm);background:0 0;border:0;font-weight:800}.google-contact-button{justify-self:start}.google-contact-button,.btn-submit{min-height:48px;color:var(--cream);background:var(--ink);letter-spacing:.18em;text-transform:uppercase;border:0;border-radius:0;padding:0 24px;font-size:.7rem;font-weight:500;transition:transform .25s,opacity .25s,background .25s}.google-contact-button:hover,.btn-submit:hover{transform:translateY(-3px)}.google-contact-button:disabled,.btn-submit:disabled{cursor:not-allowed;opacity:.55;transform:none}.contact-form-message{color:var(--warm);margin-top:18px;font-weight:800;line-height:1.6}@media (width<=600px){.contact-signed-in-row{flex-direction:column;align-items:flex-start}.google-contact-button{width:100%}}
