*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body,h1,h2,h3,h4,p,figure,ul,ol{margin:0}ul{list-style:none;padding:0}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font:inherit}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--container: 1400px;--cream: #fdf7f0;--cream-soft: #fbeee0;--peach-glow: #f4c9a3;--black: #17140f;--text: #211d17;--muted: #6e685f;--border: #e8e0d3;--section-alt: #f3f3f3;--badge-bg: #17140f;--white: #ffffff;--fs-hero: 4rem;--fs-section-title: 3.25rem;--fs-h3: 1.4rem;--fs-body: 1rem;--fs-small: .875rem;--fs-eyebrow: .75rem;--lh-tight: 1.1;--lh-normal: 1.5;--lh-loose: 1.7;--space-1: 1rem;--space-2: 2rem;--space-3: 3rem;--space-4: 4rem;--space-5: 6rem;--space-6: 8rem;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 999px;--shadow-sm: 0 2px 8px rgba(23, 20, 15, .06);--shadow-md: 0 12px 32px rgba(23, 20, 15, .1);--shadow-lg: 0 24px 60px rgba(23, 20, 15, .16);--btn-bg: var(--black);--btn-color: var(--white);--btn-radius: var(--radius-sm);--btn-padding-y: .9rem;--btn-padding-x: 2rem;--transition: .35s ease;--transition-fast: .2s ease}body{color:var(--text);background-color:var(--cream);font-size:var(--fs-body);line-height:var(--lh-normal)}.container{max-width:var(--container);margin:0 auto;width:100%;padding-inline:var(--space-2)}.sec-top{padding-top:var(--space-4)}.sec-bottom{padding-bottom:var(--space-4)}.px-1{padding-inline:var(--space-1)}.mt-1{margin-top:var(--space-1)}.mt-2{margin-top:var(--space-2)}.mt-3{margin-top:var(--space-3)}.mt-4{margin-top:var(--space-4)}.mb-1{margin-bottom:var(--space-1)}.mb-2{margin-bottom:var(--space-2)}.mb-3{margin-bottom:var(--space-3)}.mb-4{margin-bottom:var(--space-4)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.section-title{font-weight:600;font-size:var(--fs-section-title);line-height:var(--lh-tight);letter-spacing:-.01em;color:var(--text)}.section-subtitle{font-weight:400;font-size:1.125rem;line-height:var(--lh-loose);color:var(--muted);max-width:40ch}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:15px 34px;font-size:15px;font-weight:600;color:#17140f;background:transparent;border:1px solid #17140f;border-radius:8px;overflow:hidden;transition:.45s ease;z-index:1}.btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#17140f;transform:scaleX(0);transform-origin:left;transition:transform .45s cubic-bezier(.77,0,.175,1);z-index:-1}.btn:hover{color:#fff;transform:translateY(-3px)}.btn:hover:before{transform:scaleX(1)}.btn:active{transform:translateY(0)}.hero{background:var(--white);position:relative;overflow:hidden}.hero__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:80px}.hero__content{flex:0 0 45%;position:relative;z-index:2}.hero__media{flex:0 0 50%;position:relative}.hero__image{width:100%;height:700px;object-fit:cover;box-shadow:var(--shadow-lg);display:block}.hero__inner:before{content:"";position:absolute;left:0;top:10%;width:55%;height:70%;background:radial-gradient(circle,var(--peach-glow) 0%,transparent 70%);opacity:.55;filter:blur(10px);z-index:0;pointer-events:none}.hero__content{position:relative;z-index:1}.hero__heading{font-size:var(--fs-hero);line-height:var(--lh-tight);letter-spacing:-.01em;color:var(--text);margin-bottom:var(--space-2)}.projects{background:var(--section-alt)}.projects .section-title{margin-bottom:var(--space-2);font-weight:400}.projects__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2)}.project-card-wrap{flex:0 0 calc((100% - (3 * var(--space-2))) / 4);max-width:calc((100% - (3 * var(--space-2))) / 4)}.project-card{display:flex;flex-direction:column;height:100%;background:transparent;overflow:hidden;transition:transform var(--transition),box-shadow var(--transition)}.project-card:hover,.project-card:focus-visible{transform:translateY(-6px)}.project-card:focus-visible{outline:2px solid var(--black);outline-offset:3px}.project-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden}.project-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition)}.project-card:hover .project-card__image{transform:scale(1.06)}.project_meta-details{display:flex;justify-content:flex-start;align-items:center;gap:10px}.project-card__badge{top:var(--space-1);left:var(--space-1);background:var(--badge-bg);color:var(--white);font-size:var(--fs-eyebrow);font-weight:400;letter-spacing:.06em;text-transform:uppercase;padding:.4rem .75rem;border-radius:var(--radius-full)}.project-card__body{padding:0;display:flex;flex-direction:column;gap:.6rem;flex:1}.project-card__meta{font-size:var(--fs-small);color:var(--muted)}.project-card__title{font-family:var(--font-h5--family);font-style:var(--font-h5--style);font-weight:var(--font-h5--weight);font-size:var(--font-h5--size);line-height:var(--font-h5--line-height);letter-spacing:var(--font-h5--letter-spacing);text-transform:var(--font-h5--case);color:var(--color, var(--font-h5-color));margin-top:10px}.site-footer{background:var(--white);padding-top:var(--space-4)}.site-footer__top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.logo{display:inline-flex;align-items:center;gap:.6rem;color:var(--text);width:100px;height:auto}.logo__mark{color:var(--text)}.logo__text{font-weight:700;font-size:1.6rem;letter-spacing:-.02em}.social-list{display:flex;align-items:center;gap:var(--space-1)}.social-list__link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-full);color:var(--text);transition:background var(--transition),color var(--transition)}.social-list__link:hover,.social-list__link:focus-visible{background:var(--section-alt)}.social-list__link:focus-visible{outline:2px solid var(--black);outline-offset:2px}.site-footer__tagline{font-weight:500;font-size:15px;color:#000;line-height:var(--lh-normal);margin-top:var(--space-1)}.footer-cta{position:relative;margin-top:var(--space-3);overflow:hidden;border-radius:var(--radius-lg)}.footer-cta__image{width:100%;height:clamp(360px,46vw,620px);object-fit:cover;border-radius:var(--radius-lg)}.footer-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--space-1);padding-inline:var(--space-2)}.footer-cta__heading{font-weight:500;font-size:3rem;line-height:var(--lh-tight);color:var(--white);max-width:24ch}.footer-cta__subheading{font-size:var(--fs-body);color:#fff;max-width:55ch}.footer-cta__link{--line-width: 32px;--line-hover-width: 120px;position:relative;display:inline-flex;align-items:center;gap:8px;padding-bottom:10px;color:var(--white);font-size:18px;font-weight:500;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;transition:color .35s ease}.footer-cta__link:before{content:"";position:absolute;left:0;bottom:0;width:3px;height:2px;background:var(--white)}.footer-cta__link:after{content:"";position:absolute;left:6px;bottom:0;width:var(--line-width);height:2px;background:var(--white);transition:width .45s cubic-bezier(.77,0,.175,1)}.footer-cta__link:hover:after{width:var(--line-hover-width)}.footer-cta__link svg{transition:transform .35s ease;transform:rotate(-45deg)}.footer-cta__link:hover svg{transform:rotate(0)}.site-footer__bottom{display:flex;justify-content:space-between;align-items:flex-start;padding-top:var(--space-3);padding-bottom:var(--space-2)}.footer-address{flex:1;max-width:55%;font-style:normal;line-height:1.2}.foot-email{display:block;margin-top:10px}.footer-nav{display:flex;flex-direction:column}.footer-nav ul{display:flex;flex-direction:column;gap:.55rem}.footer-nav--center{flex:0 0 120px;margin-right:72px}.footer-nav--right{flex:0 0 110px}.footer-address{font-size:15px;font-weight:400;color:var(--text);line-height:1.4}.footer-nav a{font-size:15px;font-weight:400;color:var(--text);line-height:1.9}.footer-nav ul{gap:0}.site-footer__bottom--two{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.footer-nav--right{margin-left:auto}.work-detail-sec{width:100%}.project-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px;margin-bottom:48px}.project-head-text{width:100%;max-width:50%}.project-header h1{font-size:3.875rem;font-weight:400;color:#000;letter-spacing:-.02em;line-height:1;margin-top:0;margin-bottom:1.25rem}.project-header .summary{font-size:1.1rem;color:#49505d;line-height:1.6}.project-hero{width:100%;overflow:hidden;margin-bottom:56px;background:#f0efed}.project-hero img{width:100%;height:100%;object-fit:cover;display:block}.project-description{max-width:620px;font-size:1.1rem;line-height:1.7;color:#4a4a4a;margin-bottom:56px!important}.project-gallery{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.project-gallery .gallery-item{width:100%;overflow:hidden;background:#f0efed}.project-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.project-gallery.full{grid-template-columns:1fr}.product-details .add-to-cart-button .add-to-cart-text .add-to-cart-icon,.hero__content .btn,.project_meta-details{display:none}@media(max-width:992px){:root{--fs-hero: 2.75rem;--fs-section-title: 2.25rem;--fs-h3: 1.25rem;--space-4: 3rem;--space-5: 4rem;--space-6: 5rem}.hero__inner{flex-direction:column;gap:50px;text-align:center}.hero__content{flex:unset;width:100%;order:1}.hero__media{flex:unset;width:100%;order:2}.hero__image{height:auto}.projects__grid{justify-content:center}.project-card-wrap{flex:0 0 calc((100% - var(--space-2)) / 2);max-width:calc((100% - var(--space-2)) / 2)}.project-card{display:flex;flex-direction:column}.project-card__media,.project-card__body{width:100%}.site-footer__bottom{flex-direction:column;gap:2rem}.footer-address{max-width:100%}.footer-nav--center,.footer-nav--right{flex:unset;margin-right:0}}@media(max-width:576px){:root{--fs-hero: 2.1rem;--fs-section-title: 1.75rem;--fs-h3: 1.1rem;--space-2: 1.5rem;--space-3: 2rem;--space-4: 2.5rem}.container{padding-inline:var(--space-1)}.btn{width:100%}.project-card-wrap{flex:0 0 100%;max-width:100%}.project-card-wrap:last-child .project-card__media{width:100%;aspect-ratio:4 / 3}.site-footer__top{flex-direction:column;align-items:flex-start;gap:var(--space-1)}.footer-cta__heading{font-size:2rem}.project-header{margin-bottom:30px}.project-header h1{font-size:2.4rem;max-width:100%;margin-bottom:1rem}.project-hero{margin-bottom:30px}.project-description{margin-bottom:30px!important}.project-gallery{gap:10px;margin-bottom:10px}.project-gallery.full{margin-bottom:0}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-styles.css.map */
