:root{--color-gold: #c4a265;--color-gold-hover: #b3914f;--color-dark: #1a1714;--color-light-bg: #f5f0e8;--color-body-bg: #faf8f5;--color-text: #1e1c19;--color-muted: #6b6560;--font-body: "Arial", sans-serif;--font-heading: "Playfair Display", "Georgia", serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body)!important;color:var(--color-text)!important;background:#fff!important;background-color:#fff!important;line-height:1.6;-webkit-font-smoothing:antialiased}#main-content{background:#fff}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.section-subtitle{font-size:.6875rem;letter-spacing:.4em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.75rem}.section-title{font-family:var(--font-heading);font-size:1.875rem;letter-spacing:.05em;text-align:center}@media(min-width:768px){.section-title{font-size:2.5rem}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.6875rem;font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;border:none;border-radius:2px;cursor:pointer;transition:all .3s ease;text-decoration:none;font-weight:500}.btn--gold{background:var(--color-gold);color:#fff}.btn--gold:hover{background:var(--color-gold-hover)}.btn--dark{background:var(--color-dark);color:#fff}.btn--dark:hover{background:#2d2a25}.btn--white{background:#fff;color:var(--color-dark)}.btn--white:hover{background:#f0f0f0}.btn--outline{background:transparent;color:var(--color-text);border:1px solid #d1d1d1}.btn--outline:hover{border-color:var(--color-text)}.btn--outline-white{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn--outline-white:hover{background:#ffffff1a}.btn--full{width:100%;justify-content:center}.breadcrumbs{font-size:.6875rem;letter-spacing:.3em;text-transform:uppercase;color:var(--color-muted);display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.breadcrumbs a:hover{color:var(--color-gold)}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--color-light-bg);display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,visibility .6s ease}.preloader.preloader--hidden{opacity:0;visibility:hidden;pointer-events:none}.preloader__content{text-align:center}.preloader__logo{width:160px;margin:0 auto 2rem}.preloader__bar-wrap{width:200px;height:2px;background:#0000001a;border-radius:1px;overflow:hidden;margin:0 auto}.preloader__bar{height:100%;width:0%;background:var(--color-gold);transition:width .3s ease}.preloader__text-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.preloader__text-main{font-family:var(--font-heading);font-size:2rem;letter-spacing:.15em;color:var(--color-dark);font-weight:400}.preloader__text-main em{font-style:italic;font-size:1.2rem;text-transform:lowercase}.preloader__text-sub{font-family:var(--font-body);font-size:.625rem;letter-spacing:.3em;text-transform:uppercase;color:var(--color-muted);margin-top:.25rem}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #f0f0f0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:.5rem 1.5rem;min-height:7rem;gap:1rem}@media(min-width:768px){.site-header__inner{min-height:9rem;padding:.5rem 2rem}}.site-header__menu-toggle{display:block;background:none;border:none;cursor:pointer;color:var(--color-text);padding:.5rem;order:0}@media(min-width:1024px){.site-header__menu-toggle{display:none}}.site-header__logo{display:flex;align-items:center;flex-shrink:0;order:1}.site-header__logo-img{height:120px;width:auto}@media(min-width:768px){.site-header__logo-img{height:160px}}@media(min-width:1200px){.site-header__logo-img{height:180px}}.site-header__nav{display:none;order:2}@media(min-width:1024px){.site-header__nav{display:flex;flex:1;justify-content:flex-end}}.site-header__nav-list{display:flex;list-style:none;gap:.75rem;align-items:center;flex-wrap:nowrap}@media(min-width:1200px){.site-header__nav-list{gap:1.25rem}}.site-header__nav-link{font-size:.625rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text);transition:color .3s ease;white-space:nowrap;opacity:.85}@media(min-width:1200px){.site-header__nav-link{font-size:.6875rem;letter-spacing:.15em}}.site-header__nav-link:hover{color:var(--color-gold);opacity:1}.site-header__logo-text{font-family:var(--font-heading);font-size:1.5rem;letter-spacing:.1em}.site-header__cart{position:relative;color:var(--color-text);padding:.5rem;transition:color .3s ease;order:3;flex-shrink:0}.site-header__cart:hover{color:var(--color-gold)}.site-header__cart-count{position:absolute;top:0;right:-2px;background:var(--color-gold);color:#fff;font-size:.5625rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu{display:none}.mobile-menu.mobile-menu--open{display:block}.mobile-menu__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200}.mobile-menu__panel{position:fixed;top:0;left:0;bottom:0;width:300px;background:#fff;z-index:201;padding:2rem 1.5rem;overflow-y:auto;transform:translate(0);transition:transform .3s ease}.mobile-menu__close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:var(--color-text)}.mobile-menu__nav{display:flex;flex-direction:column;gap:0;margin-top:3rem}.mobile-menu__link{display:block;padding:1rem 0;font-size:.8125rem;letter-spacing:.15em;text-transform:uppercase;border-bottom:1px solid #f0f0f0;color:var(--color-text)}.mobile-menu__link:hover{color:var(--color-gold)}.hero-slider{position:relative;height:100vh;overflow:hidden}.hero-slider__slides{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slider__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease}.hero-slider__slide--active{opacity:1}.hero-slider__image{width:100%;height:100%;object-fit:cover}.hero-slider__placeholder{width:100%;height:100%}.hero-slider__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0006,#0003,#00000080)}.hero-slider__content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem}.hero-slider__subtitle{color:#ffffff80;font-size:.6875rem;letter-spacing:.5em;text-transform:uppercase;margin-bottom:1rem}.hero-slider__heading{font-family:var(--font-heading);font-size:3rem;color:#fff;letter-spacing:.1em;margin-bottom:2rem}@media(min-width:768px){.hero-slider__heading{font-size:5rem}}.hero-slider__description{font-size:.875rem;color:#ffffffb3;max-width:480px;letter-spacing:.05em;margin-bottom:1.5rem;line-height:1.6}@media(min-width:768px){.hero-slider__description{font-size:1.125rem}}.hero-slider__scroll{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:5;animation:heroScroll 2s infinite}@keyframes heroScroll{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.hero-slider__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.hero-slider__dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.hero-slider__dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease}.hero-slider__dot--active{background:#fff;width:24px;border-radius:4px}.featured-products{padding:5rem 1rem}@media(min-width:768px){.featured-products{padding:6rem 2rem}}.featured-products__inner{max-width:1280px;margin:0 auto}.featured-products__header{text-align:center;margin-bottom:3rem}.featured-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.featured-products__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.featured-products__grid{grid-template-columns:repeat(4,1fr)}}.featured-products__cta{text-align:center;margin-top:3rem}.product-card{position:relative}.product-card__image-wrap{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:#f5f5f5;border-radius:2px}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card__image-wrap:hover .product-card__image{transform:scale(1.05)}.product-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-gold);color:#fff;font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .75rem;border-radius:2px;z-index:2}.product-card__quick-add{position:absolute;bottom:.75rem;right:.75rem;width:40px;height:40px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(8px);transition:all .3s ease;z-index:2;box-shadow:0 2px 8px #00000026}.product-card__image-wrap:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__quick-add:hover{background:var(--color-gold);color:#fff}.product-card__info{padding:.75rem .25rem}.product-card__title{display:block;font-size:.8125rem;font-weight:400;margin-bottom:.25rem;color:var(--color-text);transition:color .3s ease}.product-card__title:hover{color:var(--color-gold)}.product-card__price{font-size:.8125rem;color:var(--color-muted)}.product-card__price--sale{color:var(--color-gold);font-weight:500}.product-card__price--compare{text-decoration:line-through;margin-left:.5rem;font-size:.75rem}.video-section{padding:5rem 1rem;background:var(--color-body-bg)}.video-section__inner{max-width:960px;margin:0 auto}.video-section__header{text-align:center;margin-bottom:2.5rem}.video-section__embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:4px}.video-section__embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-section__cover{position:relative;border-radius:4px;overflow:hidden;cursor:pointer}.video-section__cover img{width:100%;aspect-ratio:16/9;object-fit:cover}.video-section__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:#00000080;display:flex;align-items:center;justify-content:center}.categories-grid{padding:5rem 1rem}.categories-grid__inner{max-width:1280px;margin:0 auto}.categories-grid__header{text-align:center;margin-bottom:3rem}.categories-grid__items{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.categories-grid__items{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.categories-grid__items{grid-template-columns:repeat(3,1fr)}}.category-card{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;border-radius:8px}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.category-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#2c2620,#c4a265)}.category-card:hover .category-card__image,.category-card:hover .category-card__placeholder{transform:scale(1.05)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.2) 50%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}.category-card__title{font-family:var(--font-heading);font-size:1.25rem;color:#fff;letter-spacing:.05em;margin-bottom:.25rem}@media(min-width:768px){.category-card__title{font-size:1.5rem}}.category-card__desc{font-size:.8125rem;color:#fff9;line-height:1.5;margin-top:.25rem}.category-card__link{font-size:.6875rem;color:#ffffffb3;letter-spacing:.15em;text-transform:uppercase}.value-props{position:relative;padding:6rem 1rem;background-size:cover;background-position:center;background-attachment:fixed;background-color:var(--color-dark)}.value-props__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0009,#0006,#000000b3)}.value-props__inner{position:relative;z-index:1;max-width:1100px;margin:0 auto;text-align:center}.value-props__title{font-family:var(--font-heading);font-size:1.875rem;color:#fff;letter-spacing:.05em;margin-bottom:3rem}@media(min-width:768px){.value-props__title{font-size:2.5rem}.value-props{padding:8rem 2rem}}.value-props__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.value-props__grid{grid-template-columns:repeat(3,1fr)}}.value-props__item{text-align:center}.value-props__item-title{font-family:var(--font-heading);font-size:1.25rem;color:#fff;letter-spacing:.05em;margin-bottom:.75rem}.value-props__item-desc{font-size:.875rem;color:#fff9;line-height:1.6}.email-popup__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:300}.email-popup__modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:8px;padding:2rem 2.5rem;max-width:500px;width:90%;z-index:301;text-align:center;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.email-popup__gold-bar{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,#c4a265,#d4b275,#c4a265)}.email-popup__close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:#999;transition:color .2s}.email-popup__close:hover{color:#333}.email-popup__label{font-size:.6875rem;letter-spacing:.5em;text-transform:uppercase;color:#c4a265;margin-bottom:.75rem}.email-popup__title{font-family:var(--font-heading);font-size:1.5rem;letter-spacing:.05em;margin-bottom:.75rem;color:#1a1714}.email-popup__text{font-size:.875rem;color:#888;margin-bottom:1.5rem;line-height:1.6;max-width:360px;margin-left:auto;margin-right:auto}.email-popup__form{display:flex;gap:.5rem}.email-popup__input{flex:1;height:3rem;padding:0 1rem;border:1px solid #e5e5e5;border-radius:4px;font-size:.875rem;font-family:var(--font-body);background:#fafafa;letter-spacing:.02em}.email-popup__input:focus{outline:none;border-color:#c4a265;box-shadow:0 0 0 2px #c4a26526}.email-popup__submit{height:3rem;padding:0 1.5rem;display:inline-flex;align-items:center;gap:.5rem}.email-popup__tags{margin-top:1.5rem;text-align:center}.email-popup__tags-label{font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;color:#bbb;margin-bottom:.75rem}.email-popup__tags-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.email-popup__tag{cursor:pointer}.email-popup__tag input{display:none}.email-popup__tag span{display:block;padding:.375rem .75rem;font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;border:1px solid #e5e5e5;border-radius:999px;transition:all .2s ease;color:#999}.email-popup__tag:hover span{border-color:#999;color:#666}.email-popup__tag input:checked+span{background:#1a1714;border-color:#1a1714;color:#fff}.email-popup__disclaimer{font-size:.625rem;color:#ccc;margin-top:1rem;letter-spacing:.05em}.collection-page__hero{position:relative;height:300px;overflow:hidden}.collection-page__hero-img{width:100%;height:100%;object-fit:cover}.collection-page__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.collection-page__hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;color:#fff;text-align:center}.collection-page__hero-content .breadcrumbs{color:#fff9}.collection-page__title{font-family:var(--font-heading);font-size:2.5rem;letter-spacing:.1em}.collection-page__toolbar{border-bottom:1px solid #f0f0f0;padding:1rem}.collection-page__toolbar-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.collection-page__count{font-size:.8125rem;color:var(--color-muted)}.collection-page__sort{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--color-muted)}.collection-page__sort select{border:1px solid #e0e0e0;padding:.5rem .75rem;font-size:.8125rem;font-family:var(--font-body);border-radius:2px;background:#fff}.collection-page__grid-wrap{max-width:1280px;margin:0 auto;padding:2rem 1rem}.collection-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.collection-page__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.collection-page__grid{grid-template-columns:repeat(4,1fr)}}.collection-page__empty{text-align:center;padding:4rem 2rem;color:var(--color-muted)}.collection-page__pagination{text-align:center;padding:2rem 0}.product-page{padding:2rem 1rem}.product-page__inner{max-width:1280px;margin:0 auto}.product-page__layout{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1rem}@media(min-width:768px){.product-page__layout{grid-template-columns:1fr 1fr;gap:3rem}}.product-page__main-image{position:relative;aspect-ratio:1;overflow:hidden;border-radius:2px;background:#f5f5f5}.product-page__badge{position:absolute;top:1rem;left:1rem;background:var(--color-gold);color:#fff;font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;padding:.375rem 1rem;border-radius:2px;z-index:2}.product-page__image{width:100%;height:100%;object-fit:cover}.product-page__thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto}.product-page__thumb{width:72px;height:72px;border-radius:2px;overflow:hidden;cursor:pointer;border:2px solid transparent;flex-shrink:0;background:none;padding:0;opacity:.5;transition:all .3s ease}.product-page__thumb--active{border-color:var(--color-gold);opacity:1}.product-page__thumb:hover{opacity:.8}.product-page__thumb img{width:100%;height:100%;object-fit:cover}.product-page__title{font-family:var(--font-heading);font-size:1.5rem;letter-spacing:.05em;margin-bottom:1rem}@media(min-width:768px){.product-page__title{font-size:2rem}}.product-page__price-wrap{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.product-page__price{font-size:1.25rem;font-weight:500}.product-page__price--sale{color:var(--color-gold)}.product-page__price--compare{text-decoration:line-through;color:var(--color-muted);font-size:1rem}.product-page__discount{background:var(--color-gold);color:#fff;padding:.125rem .5rem;border-radius:2px;font-size:.75rem}.product-page__description{color:var(--color-muted);font-size:.875rem;line-height:1.7;margin-bottom:1.5rem}.product-page__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.product-page__tag{font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .75rem;border:1px solid #e0e0e0;border-radius:999px;color:var(--color-muted)}.product-page__option{margin-bottom:1rem}.product-page__option-label{display:block;font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.5rem}.product-page__select{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:2px;font-size:.875rem;font-family:var(--font-body);background:#fff}.product-page__quantity{margin-bottom:1.5rem}.product-page__quantity-controls{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:2px;width:fit-content}.product-page__qty-btn{width:40px;height:40px;background:none;border:none;cursor:pointer;font-size:1.125rem;color:var(--color-text);display:flex;align-items:center;justify-content:center}.product-page__qty-input{width:50px;text-align:center;border:none;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;font-size:.875rem;font-family:var(--font-body);height:40px;-moz-appearance:textfield}.product-page__qty-input::-webkit-outer-spin-button,.product-page__qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.product-page__add-btn{margin-bottom:1rem}.product-page__stock{font-size:.75rem;color:var(--color-muted)}.product-page__related{margin-top:4rem;padding-top:2rem;border-top:1px solid #f0f0f0}.product-page__related .section-title{margin-bottom:2rem}.product-page__related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.product-page__related-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.cart-page{padding:2rem 1rem}.cart-page__inner{max-width:960px;margin:0 auto}.cart-page__title{font-family:var(--font-heading);font-size:2rem;letter-spacing:.05em;margin-bottom:2rem;text-align:center}.cart-page__item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:1rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid #f0f0f0}@media(max-width:640px){.cart-page__item{grid-template-columns:60px 1fr;gap:.5rem}}.cart-page__item-image img{width:80px;height:80px;object-fit:cover;border-radius:2px}.cart-page__item-title{font-size:.875rem;font-weight:500}.cart-page__item-variant{font-size:.75rem;color:var(--color-muted)}.cart-page__item-price{font-size:.8125rem;color:var(--color-muted)}.cart-page__item-total{font-size:.875rem;font-weight:500}.cart-page__item-remove{color:var(--color-muted);transition:color .3s ease}.cart-page__item-remove:hover{color:#e74c3c}.cart-page__summary{margin-top:2rem;padding:1.5rem;background:var(--color-body-bg);border-radius:4px}.cart-page__subtotal{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.cart-page__note{font-size:.75rem;color:var(--color-muted);margin-bottom:1.5rem}.cart-page__continue{display:block;text-align:center;margin-top:1rem;font-size:.8125rem;color:var(--color-muted);text-decoration:underline}.cart-page__empty{text-align:center;padding:4rem 2rem}.cart-page__empty svg{margin:0 auto 1.5rem}.cart-page__empty p{color:var(--color-muted);margin-bottom:1.5rem}.site-footer__instagram{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;padding:1.25rem;text-align:center}.site-footer__instagram-link{display:inline-flex;align-items:center;gap:.75rem;font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);transition:color .3s ease}.site-footer__instagram-link:hover{color:var(--color-gold)}.site-footer__main{background:var(--color-dark);color:#ffffffb3;padding:4rem 1.5rem 2rem}.site-footer__grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}}.site-footer__logo{margin-bottom:1rem}.site-footer__title{font-family:var(--font-heading);font-size:1.125rem;color:#fff;letter-spacing:.15em;margin-bottom:.75rem}.site-footer__title span{font-style:italic;font-weight:400;text-transform:lowercase}.site-footer__desc{font-size:.8125rem;line-height:1.6}.site-footer__heading{font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;color:#fff6;margin-bottom:1rem}.site-footer__links{list-style:none}.site-footer__links li{margin-bottom:.5rem;font-size:.8125rem;display:flex;align-items:flex-start;gap:.5rem}.site-footer__links li svg{flex-shrink:0;margin-top:3px}.site-footer__links a{transition:color .3s ease}.site-footer__links a:hover{color:var(--color-gold)}.site-footer__bottom{max-width:1280px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.site-footer__bottom p{font-size:.75rem;color:#ffffff4d}.site-footer__social,.site-footer__social-inline{display:flex;gap:1.25rem;margin-top:1.5rem}.site-footer__social a,.site-footer__social-inline a{color:#fff6;transition:color .3s ease}.site-footer__social a:hover,.site-footer__social-inline a:hover{color:#fff}.site-footer__instagram-handle{font-size:1.125rem;letter-spacing:.3em;text-transform:uppercase;color:#fff9;transition:color .3s}.site-footer__instagram-link:hover .site-footer__instagram-handle{color:#fff}.site-footer__instagram-sub{font-size:.875rem;color:#fff6;letter-spacing:.05em;margin-top:.5rem}.designer-bio{padding:4rem 1rem}@media(min-width:768px){.designer-bio{padding:6rem 2rem}}.designer-bio__inner{max-width:1200px;margin:0 auto}.designer-bio__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.designer-bio__grid{grid-template-columns:1fr 1fr}}.designer-bio__photo-wrap{position:relative}.designer-bio__photo{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top;border-radius:2px}.designer-bio__photo-placeholder{width:100%;aspect-ratio:3/4;background:linear-gradient(135deg,#1a1714,#2a2520 40%,#c4a265);border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.designer-bio__photo-initials{font-family:var(--font-heading);font-size:4rem;color:#ffffff26;letter-spacing:.1em}.designer-bio__photo-name-overlay{font-family:var(--font-heading);font-size:1.125rem;color:#fff6;letter-spacing:.2em;text-transform:uppercase;margin-top:1rem}.designer-bio__badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--color-gold);color:#fff;padding:1.5rem;border-radius:2px;display:none}@media(min-width:768px){.designer-bio__badge{display:block}}.designer-bio__badge-number{font-family:var(--font-heading);font-size:1.875rem}.designer-bio__badge-label{font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;margin-top:.25rem}.designer-bio__mobile-exp{text-align:center;font-size:.875rem;font-weight:500;letter-spacing:.05em;color:var(--color-gold);margin-top:1rem}@media(min-width:1024px){.designer-bio__mobile-exp{display:none}}.designer-bio__name{font-family:var(--font-heading);font-size:1.875rem;letter-spacing:.05em;margin-bottom:1.5rem}@media(min-width:768px){.designer-bio__name{font-size:2.5rem}}.designer-bio__bio{color:var(--color-muted);font-size:.875rem;line-height:1.7}.designer-bio__bio p{margin-bottom:1rem}.designer-bio__why{margin-top:1.5rem}.designer-bio__why-title{font-size:.875rem;font-weight:500;margin-bottom:.75rem;letter-spacing:.05em}.designer-bio__why-list{list-style:none}.designer-bio__why-list li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--color-muted);margin-bottom:.5rem}.designer-bio__why-list li svg{flex-shrink:0}.designer-bio__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.portfolio-section{padding:4rem 1rem;background:var(--color-body-bg)}@media(min-width:768px){.portfolio-section{padding:6rem 2rem}}.portfolio-section__inner{max-width:1200px;margin:0 auto}.portfolio-section__header{text-align:center;margin-bottom:3rem}.portfolio-section__projects{display:flex;flex-direction:column;gap:4rem}.portfolio-project{background:#fff;border-radius:2px;box-shadow:0 1px 3px #0000000f;overflow:hidden;padding:1.5rem}@media(min-width:768px){.portfolio-project{padding:2rem}}.portfolio-project__location{display:flex;align-items:center;gap:.5rem;font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.5rem}.portfolio-project__title{font-family:var(--font-heading);font-size:1.25rem;letter-spacing:.05em;margin-bottom:.75rem}@media(min-width:768px){.portfolio-project__title{font-size:1.5rem}}.portfolio-project__desc{font-size:.875rem;color:var(--color-muted);line-height:1.7;margin-bottom:1.5rem;max-width:48rem}.portfolio-project__gallery{margin-bottom:1rem}.portfolio-project__main-image-wrap{position:relative;overflow:hidden;border-radius:2px;background:#000}.portfolio-project__main-image{width:100%;aspect-ratio:16/9;object-fit:cover}.portfolio-project__nav-buttons{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 .75rem;pointer-events:none}.portfolio-project__nav-btn{width:40px;height:40px;border-radius:50%;background:#0006;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:all;transition:background .3s ease}.portfolio-project__nav-btn:hover{background:#0009}.portfolio-project__counter{position:absolute;bottom:.75rem;right:.75rem;background:#00000080;color:#fff;font-size:.6875rem;padding:.25rem .75rem;border-radius:999px;letter-spacing:.1em}.portfolio-project__thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto;padding-bottom:.5rem}.portfolio-project__thumb{width:80px;height:56px;border-radius:2px;overflow:hidden;cursor:pointer;border:none;padding:0;flex-shrink:0;opacity:.5;transition:all .3s ease;background:none}@media(min-width:768px){.portfolio-project__thumb{width:96px;height:64px}}.portfolio-project__thumb--active{opacity:1;box-shadow:0 0 0 2px var(--color-gold)}.portfolio-project__thumb:hover{opacity:.8}.portfolio-project__thumb img{width:100%;height:100%;object-fit:cover}.portfolio-project__behind{background:#f8f6f3;padding:1.25rem;border-radius:2px;border-left:4px solid var(--color-gold);display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.portfolio-project__behind svg{flex-shrink:0;margin-top:.125rem}.portfolio-project__behind-title{font-size:.875rem;font-weight:500;letter-spacing:.05em;margin-bottom:.25rem}.portfolio-project__behind-text{font-size:.875rem;color:var(--color-muted);line-height:1.7;font-style:italic}.cta-form-section{padding:4rem 1rem}@media(min-width:768px){.cta-form-section{padding:6rem 2rem}}.cta-form-section__inner{max-width:800px;margin:0 auto}.cta-form-section__header{text-align:center;margin-bottom:2.5rem}.cta-form-section__desc{font-size:.875rem;color:var(--color-muted);margin-top:1rem;max-width:32rem;margin-left:auto;margin-right:auto}.cta-form-section__form-wrap{background:#fff;padding:2rem;border-radius:2px;box-shadow:0 1px 3px #0000000f;max-width:640px;margin:0 auto}@media(min-width:768px){.cta-form-section__form-wrap{padding:3rem}}.cta-form-section__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem}@media(min-width:768px){.cta-form-section__grid{grid-template-columns:1fr 1fr}}.cta-form-section__field label{display:block;font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.5rem}.cta-form-section__field input,.cta-form-section__field select,.cta-form-section__field textarea{width:100%;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:2px;font-size:.875rem;font-family:var(--font-body);background:#f5f5f580}.cta-form-section__field textarea{resize:vertical;min-height:100px}.cta-form-section__field--full{margin-bottom:1.25rem}.cta-form-section__success{text-align:center;padding:2rem}.cta-form-section__success svg{margin:0 auto 1rem}.cta-form-section__success h3{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:.5rem}.cta-form-section__success p{font-size:.875rem;color:var(--color-muted)}.about-hero{position:relative;height:70vh;overflow:hidden}.about-hero__image{width:100%;height:100%;object-fit:cover}.about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000080,#0000004d,#0009)}.about-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;text-align:center;padding:2rem}.about-hero__subtitle{color:#ffffff80;font-size:.6875rem;letter-spacing:.5em;text-transform:uppercase;margin-bottom:1rem}.about-hero__title{font-family:var(--font-heading);font-size:2.5rem;color:#fff;letter-spacing:.1em}@media(min-width:768px){.about-hero__title{font-size:4rem}}.about-story{padding:5rem 1rem}@media(min-width:768px){.about-story{padding:8rem 2rem}}.about-story__inner{max-width:1024px;margin:0 auto}.about-story__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.about-story__grid{grid-template-columns:1fr 1fr;gap:5rem}}.about-story__text p{color:var(--color-muted);font-size:.875rem;line-height:1.7;margin-bottom:1rem}.about-story__image-wrap{position:relative}.about-story__image{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:2px}.about-story__accent{position:absolute;bottom:-1.5rem;left:-1.5rem;width:8rem;height:8rem;border:1px solid rgba(196,162,101,.3);border-radius:2px;display:none}@media(min-width:768px){.about-story__accent{display:block}}.about-cta{padding:5rem 1rem;background:var(--color-dark);color:#fff}@media(min-width:768px){.about-cta{padding:8rem 2rem}}.about-cta__inner{max-width:48rem;margin:0 auto;text-align:center}.about-cta__subtitle{color:#fff6;font-size:.6875rem;letter-spacing:.5em;text-transform:uppercase;margin-bottom:1rem}.about-cta__title{font-family:var(--font-heading);font-size:1.875rem;letter-spacing:.05em;margin-bottom:1.5rem}@media(min-width:768px){.about-cta__title{font-size:2.5rem}}.about-cta__desc{color:#fff9;font-size:.875rem;max-width:32rem;margin:0 auto 2.5rem;line-height:1.7}.about-cta__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-default{padding:4rem 1rem}.page-default__inner{max-width:768px;margin:0 auto}.page-default__title{font-family:var(--font-heading);font-size:2rem;letter-spacing:.05em;text-align:center;margin-bottom:2rem}.page-default__content{color:var(--color-muted);font-size:.9375rem;line-height:1.8}.page-default__content h2,.page-default__content h3{font-family:var(--font-heading);color:var(--color-text);margin-top:2rem;margin-bottom:1rem}.page-default__content p{margin-bottom:1rem}.page-default__content img{border-radius:4px;margin:1.5rem 0}.portfolio-project__placeholder-gallery,.portfolio-project__placeholder-main{width:100%}.portfolio-project__placeholder-img{width:100%;aspect-ratio:16/9;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.portfolio-project__placeholder-img--coastal{background:linear-gradient(135deg,#1a3a4a,#2a6070 30%,#c4a265 70%,#f5f0e8)}.portfolio-project__placeholder-img--ocean{background:linear-gradient(135deg,#0f2b3c,#1a4a6a 30%,#3a8ab0 70%,#a0d0e0)}.portfolio-project__placeholder-img--warm{background:linear-gradient(135deg,#2a2018,#5a4030 30%,#c4a265 70%,#e8d8c0)}.portfolio-project__placeholder-img--sunset{background:linear-gradient(135deg,#3a1a2a,#8a3050 25%,#c4a265 55%,#f0c060 80%,#f5f0e8)}.portfolio-project__placeholder-img--sand{background:linear-gradient(135deg,#1a2a3a,#3a6a8a 30%,#c4a265,#f5e8d0)}.portfolio-project__placeholder-label{font-family:var(--font-heading);font-size:2rem;color:#ffffff4d;letter-spacing:.1em}.portfolio-project__placeholder-sub{font-size:.875rem;color:#fff3;letter-spacing:.2em;text-transform:uppercase;margin-top:.5rem}* :not(i):not(.fa){font-family:Arial,Helvetica,sans-serif!important}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
