@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@500;600&display=swap";.bottle:after{content:"LUXA\aSKINCARE"}:root{--ink:#211d1b;--cream:#f8f5ef;--paper:#fffdf9;--stone:#ddd5cc;--sand:#cbb49f;--taupe:#807269;--line:#ddd7d0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 DM Sans,sans-serif}h1,h2,h3{font-family:Playfair Display,serif;font-weight:500;line-height:1.06;margin:0 0 16px}h1{font-size:clamp(3rem,6vw,6.6rem)}h2{font-size:clamp(2.3rem,4vw,4.3rem)}h3{font-size:1.55rem}p{margin:0 0 16px}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 48px));margin:auto}.eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;color:#695d55;font-weight:600}.button{display:inline-flex;padding:13px 20px;border:1px solid var(--ink);font-size:.83rem;font-weight:600;letter-spacing:.02em;transition:.2s}.button:hover{background:var(--ink);color:#fff}.button.compact{padding:10px 14px;font-size:.72rem}header{height:78px;border-bottom:1px solid var(--line);background:#f8f5eff0;position:sticky;top:0;z-index:5;backdrop-filter:blur(10px)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font:600 1.25rem Playfair Display,serif;letter-spacing:.1em}.brand span{font:500 .65em DM Sans,sans-serif;letter-spacing:.14em;margin-left:5px}.nav nav{display:flex;gap:22px;font-size:.77rem}.nav nav a:hover{text-decoration:underline;text-underline-offset:6px}.hero{min-height:690px;display:grid;align-items:center;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;z-index:-1;right:-10vw;top:12%;width:43vw;height:43vw;background:#e5ddd3;border-radius:50%}.hero-grid{display:grid;grid-template-columns:1fr .88fr;gap:70px;align-items:center}.hero-copy p:not(.eyebrow){max-width:58ch}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0}.hero-img{margin:0;position:relative}.hero-img img{height:545px;object-fit:cover;object-position:64% 50%;border-radius:180px 180px 0 0}.hero-card{position:absolute;background:var(--paper);left:-35px;bottom:30px;padding:20px;width:260px;box-shadow:0 12px 40px #241d1830}.hero-card b{font:500 1.2rem Playfair Display,serif}.section{padding:100px 0}.section.alt{background:var(--paper)}.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.copy{max-width:60ch}.image-block img{height:500px}.image-block figcaption{background:var(--ink);color:#fff;padding:13px 16px;font-size:.8rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--paper);padding:28px}.card .eyebrow{margin-bottom:14px}.card p{font-size:.9rem;margin:0}.card a{text-decoration:underline;text-underline-offset:5px}.dark{background:var(--ink);color:#fff}.dark .eyebrow{color:#e5d6c8}.route{padding:30px;border:1px solid #ffffff33}.route p{color:#ded8d2;margin:0}.page-hero{padding:110px 0 70px;background:var(--paper)}.page-hero p{max-width:60ch;font-size:1.05rem}.breadcrumbs{font-size:.75rem;margin-bottom:24px;color:#6b5e56}.product-hero{padding:80px 0}.product-shell{display:grid;grid-template-columns:1fr 1fr;gap:64px}.product-visual{min-height:480px;background:linear-gradient(145deg,#dfd1c4,#f6f0e7);display:grid;place-items:center}.bottle{width:150px;height:255px;background:#faf8f4;border:1px solid #c7bdb5;border-radius:18px 18px 34px 34px;box-shadow:15px 20px 30px #43312728;position:relative}.bottle:before{content:"";position:absolute;width:62px;height:48px;background:#332c29;left:43px;top:-45px;border-radius:5px 5px 0 0}.bottle:after{content:"LUXA\aSKINCARE";white-space:pre;text-align:center;line-height:1.6;font:600 .76rem Playfair Display,serif;letter-spacing:.12em;position:absolute;inset:84px 0 auto}.list{padding:0;list-style:none;border-top:1px solid var(--line)}.list li{padding:13px 0;border-bottom:1px solid var(--line);font-size:.9rem}.faq details{border-bottom:1px solid var(--line);padding:16px 0}.faq summary{font:500 1.15rem Playfair Display,serif;cursor:pointer}.faq p{font-size:.9rem;margin-top:12px}.form{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}.form label{font-size:.75rem;font-weight:600}.form input,.form textarea{width:100%;display:block;margin-top:6px;padding:12px;border:1px solid #cfc6bd;background:var(--paper);font:inherit}.form textarea{min-height:130px}.wide{grid-column:1/-1}footer{background:var(--ink);color:#e8e1d9;padding:55px 0 20px}.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.foot a{display:block;color:#c7bdb4;font-size:.85rem;margin:7px 0}.foot b{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em}.foot p{font-size:.83rem;color:#c7bdb4}.legal{border-top:1px solid #ffffff28;margin-top:35px;padding-top:18px;color:#a99f97;font-size:.71rem}@media(max-width:800px){.nav nav{display:none}.hero{min-height:auto;padding:70px 0}.hero-grid,.split,.product-shell{grid-template-columns:1fr;gap:35px}.hero-img img{height:450px}.hero-card{left:18px}.grid{grid-template-columns:1fr}.section{padding:68px 0}.page-hero{padding:75px 0 45px}.form,.foot{grid-template-columns:1fr}.nav .button{display:none}.product-visual{min-height:340px}}.production-story{background:#ece6df}.story-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:end;margin-bottom:38px}.story-heading>p{max-width:36ch;margin:0;font-size:.95rem}.production-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:18px}.production-grid figure{margin:0;position:relative;overflow:hidden;background:var(--paper)}.production-grid .production-main{grid-row:span 2}.production-grid img{height:260px;object-fit:cover}.production-grid .production-main img{height:538px}.production-grid figcaption,.page-visual figcaption{font-size:.73rem;letter-spacing:.04em;color:#5e5149;padding:11px 13px;background:var(--paper)}.page-visual{margin:0 0 24px}.page-visual img{height:330px;object-fit:cover}.contact-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:48px;align-items:start}.contact-grid .form{margin-top:0}@media(max-width:800px){.story-heading,.contact-grid{grid-template-columns:1fr;gap:35px}.production-grid{grid-template-columns:1fr}.production-grid .production-main{grid-row:auto}.production-grid img,.production-grid .production-main img{height:330px}}.section-intro{max-width:70ch;margin:0 0 30px}.process-grid .card{border-top:2px solid var(--sand)}.form-intro{font-size:.92rem;color:#5e5149}.quote-process{background:var(--paper)}.quote-timeline{list-style:none;padding:0;margin:44px 0 0;display:grid;grid-template-columns:repeat(3,1fr);position:relative;gap:52px 24px}.quote-timeline:before{content:"";position:absolute;top:24px;left:8%;right:8%;height:1px;background:var(--sand)}.quote-timeline li{position:relative;padding-top:52px}.timeline-number{position:absolute;z-index:1;top:0;left:0;width:49px;height:49px;display:grid;place-items:center;border:1px solid var(--ink);border-radius:50%;background:var(--paper);font-size:.72rem;letter-spacing:.08em;font-weight:600}.quote-timeline h3{font-size:1.42rem;margin-bottom:9px}.quote-timeline p{font-size:.9rem;max-width:31ch;margin:0;color:#5e5149}.timeline-cta{margin-top:36px}@media(max-width:800px){.quote-timeline{grid-template-columns:1fr;gap:0;margin-top:30px}.quote-timeline:before{inset:0 auto 0 24px;width:1px;height:auto}.quote-timeline li{padding:0 0 32px 74px}.timeline-number{top:0;left:0}.quote-timeline h3{padding-top:6px}}.model-story{display:grid;grid-template-columns:.85fr 1.15fr;gap:68px;align-items:center}.model-story-copy{max-width:40ch}.model-gallery{display:grid;grid-template-columns:1.25fr .75fr;gap:16px;align-items:end}.model-gallery figure{margin:0;background:var(--cream);overflow:hidden}.model-gallery img{height:310px;object-fit:cover}.model-gallery-main{grid-row:span 2}.model-gallery-main img{height:470px}.model-gallery-product{grid-column:1/-1}.model-gallery-product img{height:225px;width:100%;object-position:center 55%}.model-gallery figcaption{padding:11px 13px;font-size:.73rem;letter-spacing:.04em;color:#5e5149}@media(max-width:800px){.model-story{grid-template-columns:1fr;gap:35px}.model-gallery{gap:12px}.model-gallery img{height:230px}.model-gallery-main img{height:330px}.model-gallery-product img{height:210px}}.image-block{margin:0;overflow:hidden}.image-block img,.production-grid img,.model-gallery img{display:block}.product-card{padding:0;overflow:hidden}.product-card-image{display:block;overflow:hidden;background:#e9e0d5}.product-card-image img{height:280px;object-fit:cover;object-position:center top;transition:transform .45s ease}.product-card:hover .product-card-image img{transform:scale(1.03)}.product-card-copy{padding:24px 25px 27px}.product-card-copy p:not(.eyebrow){margin-bottom:15px}.product-card-copy .eyebrow{margin-bottom:12px}@media(max-width:800px){.product-card-image img{height:260px;object-position:center top}}.hero-img{overflow:visible;border-radius:0}.hero-img img{display:block;width:100%;height:545px;object-fit:cover;object-position:64% 50%;border-radius:180px 180px 0 0}.image-block img,.production-grid img,.page-visual img,.product-card-image img,.model-gallery img{display:block;width:100%;object-fit:cover}.model-gallery-main img{object-position:60% center}.model-gallery figure:not(.model-gallery-main):not(.model-gallery-product) img{object-position:74% center}.page-hero{padding-top:138px}@media(max-width:800px){.page-hero{padding-top:96px}}.model-gallery{align-items:stretch}.model-gallery-main{grid-row:auto}.model-gallery img,.model-gallery-main img{height:320px}.model-gallery-product img{height:360px;object-position:center 52%}@media(max-width:800px){.model-gallery img,.model-gallery-main img{height:250px}.model-gallery-product img{height:285px}}.quote-process h2{text-transform:capitalize}:root{--espresso:#342621;--plum:#61454f;--mauve-sand:#cfa9a6;--ivory:#fff9f2}body{background:#f6f1ea}.section.alt,.page-hero{background:#fffaf5}header{background:#f6f1eaf0}.hero:after{background:#ddc5b7}.button:hover{background:var(--espresso);border-color:var(--espresso)}footer{background:var(--espresso)}h1,h2,h3{text-transform:capitalize}.quote-process{background:var(--espresso);color:var(--ivory)}.quote-process .eyebrow{color:#dfbdb4}.quote-process .section-intro,.quote-process .quote-timeline p{color:#eaded5}.quote-process .quote-timeline:before{background:var(--mauve-sand)}.quote-process .timeline-number{border-color:#f1ddd2;background:var(--espresso);color:var(--ivory)}.quote-process .button{border-color:#f5e6dc;color:var(--ivory)}.quote-process .button:hover{background:var(--ivory);color:var(--espresso)}.quote-process+.dark{background:#d9c6bb;color:#302522}.quote-process+.dark .eyebrow{color:#705356}.quote-process+.dark .route{border-color:#6c4d4d66;background:#f8eee633}.quote-process+.dark .route p{color:#4f403a}.production-story{background:var(--plum);color:var(--ivory)}.production-story .eyebrow{color:#e4c4bb}.production-story .story-heading>p{color:#f0e1da}.production-story .production-grid figure{background:#4e363e}.production-story .production-grid figcaption{background:#4e363e;color:#f3e5dc}@media(min-width:801px){.quote-timeline{grid-auto-rows:156px}.quote-timeline:after{content:"";position:absolute;top:232px;left:8%;right:8%;height:1px;background:var(--mauve-sand)}}@media(max-width:800px){.quote-timeline:after{display:none}}.best-sellers{background:#eee5dc}.best-sellers-frame{min-height:590px;position:relative;overflow:hidden;background:var(--espresso)}.best-sellers-frame figure{margin:0;position:absolute;inset:0}.best-sellers-frame figure:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#1e130ff0,#1e130fc4 35%,#1e130f14 67%,#1e130f05)}.best-sellers-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.best-sellers-copy{position:relative;z-index:1;width:min(530px,48%);padding:88px 68px;color:var(--ivory)}.best-sellers-copy .eyebrow{color:#e5bfb5}.best-sellers-copy h2{font-size:clamp(2.7rem,4.4vw,5rem)}.best-sellers-copy>p:not(.eyebrow){color:#f0dfd4;font-size:1rem}.best-sellers-copy .button{margin-top:28px;border-color:#f4e1d5;color:var(--ivory)}.best-sellers-copy .button:hover{background:var(--ivory);color:var(--espresso)}.best-sellers-audience{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0 0}.best-sellers-audience span{border:1px solid #f1d9ce66;padding:7px 10px;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;color:#f5e8df}@media(max-width:800px){.best-sellers{padding:0}.best-sellers-frame{min-height:auto}.best-sellers-frame figure{position:relative;height:480px}.best-sellers-frame figure:after{background:linear-gradient(0deg,#1e130feb,#1e130f24 64%)}.best-sellers-frame img{object-position:62% center}.best-sellers-copy{width:auto;padding:48px 24px;background:var(--espresso)}.best-sellers-copy h2{font-size:clamp(2.5rem,12vw,4rem)}}@media(min-width:801px){.best-sellers-copy{width:min(650px,58%);padding:72px}.best-sellers-copy h2{font-size:clamp(2.7rem,3.2vw,4rem)}}.route-link{display:inline-block;margin-top:19px;padding-bottom:3px;border-bottom:1px solid currentColor;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.quote-process+.dark .route-link{color:#49342f}.hero-grid{grid-template-columns:1.35fr .65fr;gap:42px}.hero-copy h1{font-size:clamp(2.4rem,3.4vw,3.65rem)}.hero-copy h1 span{display:block;white-space:nowrap}@media(min-width:801px)and (max-width:1100px){.hero-grid{grid-template-columns:1.1fr .9fr;gap:30px}.hero-img img{height:560px}.hero-copy h1{font-size:clamp(2.45rem,3.7vw,3.1rem)}.model-story{grid-template-columns:1.1fr .9fr;gap:38px}.model-story h2{font-size:clamp(2.45rem,4.1vw,3.3rem)}}@media(max-width:800px){.hero-copy h1 span{white-space:normal}}.desktop-nav{flex:1;justify-content:center;gap:15px!important;white-space:nowrap}.desktop-nav a{font-size:.71rem}.mobile-menu{display:none}.mobile-menu summary{cursor:pointer;list-style:none;border:1px solid var(--ink);padding:9px 12px;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{display:inline-block;width:13px;height:8px;margin-left:8px;border-top:1px solid currentColor;border-bottom:1px solid currentColor;vertical-align:middle}.mobile-menu[open] summary span{border-bottom-color:transparent;transform:rotate(45deg)}.mobile-menu nav{position:absolute;top:calc(100% + 14px);right:0;width:min(350px,calc(100vw - 48px));display:grid;background:#fffaf5;border:1px solid var(--line);padding:12px;box-shadow:0 18px 45px #2b1e1730}.mobile-menu nav a{padding:12px 10px;border-bottom:1px solid var(--line);font-size:.88rem}.mobile-menu nav a:last-child{margin:12px 0 0;border:1px solid var(--ink);justify-content:center}.mobile-menu nav a:hover{background:#f1e6dc}@media(max-width:1050px){.desktop-nav,.desktop-quote{display:none}.mobile-menu{display:block;position:relative}.nav{gap:12px}}@media(max-width:800px){.nav .button{display:inline-flex}.mobile-menu nav{display:grid}.mobile-menu nav .button{display:inline-flex}}.wholesale-callout{background:#e7d8d1}.wholesale-callout p:not(.eyebrow){max-width:54ch}.wholesale-callout .button{margin-top:16px}@media(min-width:801px){.model-story{align-items:start}.model-story-copy{padding-top:0}.model-story-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}}@media(max-width:800px){.model-story-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}}@media(min-width:1101px){.hero{min-height:740px}.hero-grid{grid-template-columns:1.05fr .95fr;gap:56px}.hero-img img{height:620px}.hero-copy h1{font-size:clamp(2.9rem,3.15vw,3.65rem)}}.model-story-note{font-size:.94rem;color:#5e5149}@media(min-width:801px){.model-gallery-product img{height:300px}}h2{font-size:clamp(2.3rem,3.7vw,4rem)}.hero-copy h1{font-size:clamp(3.25rem,4vw,4.35rem)}.model-story h2{font-size:clamp(2.35rem,3.45vw,3.85rem)}@media(min-width:801px)and (max-width:1100px){.hero-copy h1{font-size:clamp(2.7rem,4vw,3.35rem)}}@media(min-width:1101px){.route-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:801px)and (max-width:1100px){.route-grid{grid-template-columns:repeat(2,1fr)}}.page-hero h1{font-size:clamp(3.25rem,4vw,4.35rem)}.card h2{font-size:clamp(1.55rem,1.8vw,2rem);line-height:1.13}@media(max-width:800px){.page-hero h1{font-size:clamp(2.75rem,11vw,3.25rem)}.card h2{font-size:1.55rem}}.service-hero{background:var(--espresso);color:var(--ivory);padding:86px 0 74px;overflow:hidden}.service-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:80px;align-items:center}.service-hero .breadcrumbs{color:#dbc5b9}.service-hero .eyebrow{color:#e4bcb2}.service-hero h1{font-size:clamp(3.35rem,4.5vw,5.25rem);max-width:10ch}.hero-lede{max-width:54ch;color:#f1e3da;font-size:1.05rem}.light-button{border-color:#f4dfd5;color:var(--ivory)}.light-button:hover{background:var(--ivory);color:var(--espresso)}.service-hero .text-link{display:inline-block;margin:15px 0 0 14px;border-bottom:1px solid #e6c9bf;padding:0 0 4px;color:#f3ded4;font-size:.82rem}.service-hero figure{margin:0;position:relative}.service-hero figure:before{content:"";position:absolute;inset:-18px 18px 18px -18px;border:1px solid #d7a99b66}.service-hero img{display:block;width:100%;height:540px;object-fit:cover;position:relative}.service-hero figcaption{position:absolute;right:0;bottom:0;padding:11px 15px;background:#fffaf5;color:var(--espresso);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.service-intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:95px;align-items:start}.service-intro h2{max-width:11ch}.service-intro>div:last-child{font-size:1.08rem;max-width:59ch}.service-note{font-size:.9rem;color:#695d55;max-width:60ch;border-left:1px solid var(--sand);padding-left:18px;margin-top:26px}.service-process{background:#e5d4ca}.service-process h2{max-width:14ch}.service-steps{padding:0;margin:42px 0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.service-steps li{border-top:1px solid #5c403a;padding:18px 12px 0 0}.service-steps span{font:500 1.65rem Playfair Display,serif}.service-steps p{font-size:.87rem;margin:10px 0 0}.standards-grid .card{min-height:190px;border-top:2px solid #ceb1a6}.standards-grid h3{font-size:1.28rem;line-height:1.24}.route-editorial{background:#f0e7df}.route-editorial .image-block img{height:550px}.final-cta{background:#fdf9f4;text-align:center}.final-cta p{max-width:56ch;margin-left:auto;margin-right:auto}.final-cta .button{margin-top:15px}.form select{display:block;width:100%;margin-top:6px;padding:12px;border:1px solid #cfc6bd;background:var(--paper);font:inherit}.contact-aside{background:var(--espresso);color:#f4e6dd;padding:34px}.contact-aside .eyebrow{color:#e3b9ad}.contact-aside p:not(.eyebrow){border-bottom:1px solid #ffffff2e;padding-bottom:12px;font:500 1.12rem Playfair Display,serif}@media(max-width:800px){.service-hero{padding:64px 0}.service-hero-grid,.service-intro{grid-template-columns:1fr;gap:36px}.service-hero h1{font-size:clamp(3rem,13vw,4rem)}.service-hero img{height:390px}.service-intro h2{max-width:14ch}.service-steps{grid-template-columns:1fr 1fr}.route-editorial .image-block img{height:380px}.service-hero .text-link{margin-left:0;display:block;width:max-content}.standards-grid .card{min-height:auto}}.route-keyword{margin-top:25px;color:#e8cbbf;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.service-audience{background:#f0e8e0}.service-audience h2{max-width:16ch}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:38px;background:#c9afa2}.audience-grid article{background:#f0e8e0;padding:30px;min-height:220px}.audience-grid span{font:500 1.7rem Playfair Display,serif;color:#705356}.audience-grid h3{margin-top:36px;font-size:1.38rem}.audience-grid p{font-size:.88rem;color:#62534b}.service-gallery{background:var(--espresso);color:var(--ivory)}.service-gallery .eyebrow{color:#e5bfb5}.gallery-heading{display:grid;grid-template-columns:1fr .65fr;gap:70px;align-items:start;margin-bottom:38px}.gallery-heading h2{max-width:12ch}.gallery-heading>p{color:#eadbd2;margin:0;max-width:39ch;padding-top:39px;font-size:1rem;line-height:1.75}.service-gallery-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:stretch}.service-gallery-grid figure{margin:0;background:#4a3530;overflow:hidden}.service-gallery-grid img{display:block;width:100%;height:365px;object-fit:cover}.service-gallery-grid .gallery-tall img{height:510px}.service-gallery-grid figcaption{padding:13px 15px;color:#eadbd2;font-size:.76rem;letter-spacing:.05em}.brief-card{background:var(--espresso);color:var(--ivory);padding:38px}.brief-card .eyebrow{color:#e4bcb2}.brief-card h3{font-size:2rem}.brief-card ul{padding:0;margin:25px 0 0;list-style:none}.brief-card li{border-top:1px solid #ffffff33;padding:13px 0;color:#eadbd2;font-size:.9rem}@media(max-width:800px){.audience-grid,.service-gallery-grid,.gallery-heading{grid-template-columns:1fr}.audience-grid article{min-height:auto}.gallery-heading{gap:16px}.gallery-heading>p{padding-top:0}.service-gallery-grid img,.service-gallery-grid .gallery-tall img{height:380px}.service-gallery{padding-top:68px;padding-bottom:68px}}@media(min-width:801px){.service-hero{padding-top:104px;padding-bottom:94px}.service-hero img{height:700px}.service-gallery-grid{grid-template-columns:1.2fr .8fr}.service-gallery-grid .gallery-tall{grid-row:span 2}.service-gallery-grid img{height:315px}.service-gallery-grid .gallery-tall img{height:668px}}.service-gallery-grid figcaption,.service-hero figcaption{display:none}.service-hero-cinematic{min-height:780px;display:grid;align-items:center;position:relative;background:#211814;isolation:isolate}.service-hero-cinematic>figure{position:absolute;inset:0;margin:0;z-index:-2}.service-hero-cinematic>figure:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#1b120eeb,#231611b8 36%,#23161114,#2316110d)}.service-hero-cinematic>figure img{display:block;width:100%;height:100%;object-fit:cover}.service-hero-copy{padding:90px 0;max-width:1180px}.service-hero-copy h1{max-width:12ch;font-size:clamp(3.6rem,5vw,6.2rem);text-transform:capitalize}.service-hero-copy .hero-lede{font-size:1.12rem;max-width:52ch}.service-hero-copy .breadcrumbs{color:#e7cdc2}.service-hero-copy .eyebrow{color:#edbbae}.service-hero-copy .route-keyword{max-width:46ch;line-height:1.45}@media(max-width:800px){.service-hero-cinematic{min-height:690px;align-items:end}.service-hero-cinematic>figure:after{background:linear-gradient(0deg,#1b120ef5,#1b120eb8 46%,#1b120e14)}.service-hero-copy{padding:70px 0 48px}.service-hero-copy h1{font-size:clamp(3rem,12vw,4.2rem)}}@media(min-width:801px){.service-gallery{padding:112px 0}.gallery-heading{grid-template-columns:1fr 1fr;gap:54px;margin-bottom:48px}.gallery-heading h2{max-width:11ch}.service-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.service-gallery-grid .gallery-tall{grid-row:auto}.service-gallery-grid img,.service-gallery-grid .gallery-tall img{height:610px}}.service-breadcrumbs{position:absolute;z-index:2;top:78px;left:0;right:0;padding:18px 0;color:#ecd4c8;font-size:.72rem;letter-spacing:.08em}.service-breadcrumbs .wrap{display:flex;gap:9px;align-items:center}.service-breadcrumbs a:hover{text-decoration:underline;text-underline-offset:4px}.service-solution{padding-top:120px}.solution-visual-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;margin-top:58px}.solution-visual-grid figure{margin:0;overflow:hidden;background:#e6ddd4}.solution-visual-grid img{display:block;width:100%;height:520px;object-fit:cover}.solution-visual-grid figure:first-child img{object-position:center}.solution-visual-grid figure:last-child img{object-position:center}@media(max-width:800px){.service-breadcrumbs{position:relative;top:auto;padding:14px 0;background:var(--espresso)}.service-solution{padding-top:68px}.solution-visual-grid{grid-template-columns:1fr;gap:14px;margin-top:32px}.solution-visual-grid img{height:410px}}@media(min-width:1101px){.hero{min-height:800px}.hero-grid{width:calc(100% - 96px);grid-template-columns:.82fr 1.18fr;gap:56px}.hero-img img{height:720px;border-radius:260px 0 0;object-position:center top}.hero-card{left:-42px;bottom:36px}}@media(min-width:801px)and (max-width:1100px){.hero-grid{grid-template-columns:.9fr 1.1fr;gap:36px}.hero-img img{height:520px;border-radius:190px 0 0;object-position:center top}}@media(max-width:800px){.hero-img img{height:auto;aspect-ratio:1122/1402;object-fit:contain;object-position:center;border-radius:120px 0 0}.hero-card{position:relative;left:auto;bottom:auto;width:auto;margin:18px 0 0}}header{height:84px;border-bottom-color:#d9cfc5;box-shadow:0 1px #ffffffb8}header .nav{width:min(1440px,calc(100% - 64px));gap:18px}.desktop-nav{flex:none!important;margin-left:auto;justify-content:flex-end!important;gap:2px!important;padding:0!important}.desktop-nav a{position:relative;padding:10px 9px;font-size:.7rem!important;letter-spacing:.035em;text-decoration:none!important}.desktop-nav a:after{content:"";position:absolute;right:9px;bottom:5px;left:9px;height:1px;background:var(--espresso);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.desktop-nav a:hover:after{transform:scaleX(1)}.desktop-quote{padding:11px 15px!important;border-color:#44332d!important;background:#fffaf5;white-space:nowrap}.desktop-quote:hover{background:var(--espresso)!important;color:var(--ivory)}.mobile-menu summary{border-color:#44332d;background:#fffaf5;padding:10px 13px;font-size:.68rem;letter-spacing:.12em}.mobile-menu nav{padding:10px;background:#fffaf5;border-color:#d9cfc5;box-shadow:0 22px 55px #2b1e1738}.mobile-menu nav a{padding:12px 10px}.mobile-menu nav .mobile-quote{margin:14px 0 2px!important;padding:13px 15px!important;background:var(--espresso);border-color:var(--espresso);color:var(--ivory);justify-content:center}.mobile-menu nav .mobile-quote:hover{background:#fffaf5;color:var(--espresso)}@media(max-width:1050px){header .nav{width:min(1180px,calc(100% - 48px))}}@media(max-width:1050px){.desktop-quote{display:none!important}.mobile-menu{margin-left:auto}}@media(max-width:800px){header{height:72px}header .nav{width:calc(100% - 32px);gap:12px}.brand{font-size:1.32rem;letter-spacing:.085em;white-space:nowrap}.brand span{font-size:.56em;letter-spacing:.13em;margin-left:4px}.mobile-menu summary{height:44px;display:flex;align-items:center;gap:7px;padding:0 12px;border:1px solid #44332d;font-size:.66rem;letter-spacing:.13em;line-height:1;background:#fffaf5}.mobile-menu summary span{width:16px;height:10px;margin-left:3px}.mobile-menu nav{top:calc(100% + 10px);right:0;width:min(320px,calc(100vw - 32px));padding:8px;border-color:#d4c8bd;box-shadow:0 18px 45px #2b1e1730}.mobile-menu nav a{padding:11px 10px;font-size:.84rem}.mobile-menu nav .mobile-quote{display:none!important}}@media(max-width:800px){.hero-grid{display:grid}.hero-copy{display:contents}.hero-kicker{order:1}.hero-title{order:2}.hero-img{order:3;margin-top:4px}.hero-description{order:4;margin-top:8px}.hero-actions{order:5}.hero-signoff{order:6}.hero-img img{width:100%;height:auto;aspect-ratio:1122/1402;object-fit:contain}.hero-card{order:initial}}@media(min-width:801px){.service-breadcrumbs .wrap{transform:translate(-72px)}}.solution-visual-grid img[src*=private-label-solution-founder]{object-position:center 12%}.solution-visual-grid img[src*=oem-solution-founder]{object-position:center top}@media(max-width:800px){.hero-grid{grid-template-columns:minmax(0,1fr)!important;gap:28px}.hero-title,.hero-kicker,.hero-description,.hero-actions,.hero-signoff,.hero-img{min-width:0;width:100%}.hero-title{margin:0}.hero-kicker{margin-bottom:0}.hero-img,.hero-description{margin-top:0}}@media(max-width:800px){.mobile-menu nav .mobile-quote{display:flex!important;margin:14px 0 2px!important;padding:13px 15px!important;background:var(--espresso);border:1px solid var(--espresso)!important;color:var(--ivory);justify-content:center}.mobile-menu nav .mobile-quote:hover{background:#fffaf5;color:var(--espresso)}}@media(min-width:801px){.service-gallery-grid:has(img[src*=wholesale-buyer-curation]) figure{aspect-ratio:3/2}.service-gallery-grid:has(img[src*=wholesale-buyer-curation]) img{height:100%}}.solution-visual-grid img[src*=private-label-solution-founder],.solution-visual-grid img[src*=oem-solution-founder],.solution-visual-grid img[src*=wholesale-solution-buyer]{object-position:center 0!important}@media(max-width:800px){.hero{padding:64px 0 56px}.hero-grid{gap:0}.hero-kicker{margin:0 0 22px;font-size:.67rem;letter-spacing:.15em;line-height:1.75}.hero-title{font-size:clamp(3.2rem,14vw,4.15rem);line-height:.95;letter-spacing:-.035em}.hero-title span{max-width:10ch}.hero-img{margin-top:34px}.hero-img img{border-radius:112px 0 0;box-shadow:0 20px 45px #2b1e1720}.hero-card{position:relative;z-index:1;width:min(84%,296px);margin:-34px 16px 0 auto;padding:18px 19px;border-left:2px solid var(--sand);box-shadow:0 16px 36px #2b1e1720}.hero-card b{font-size:1.28rem}.hero-card p{font-size:.86rem;line-height:1.58}.hero-description{margin-top:34px;padding-left:16px;border-left:1px solid var(--sand);font-size:.96rem;line-height:1.72}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin:26px 0 24px}.hero-actions .button{justify-content:center;padding:15px 18px}.hero-actions .button:first-child{background:var(--espresso);border-color:var(--espresso);color:var(--ivory)}.hero-actions .button:first-child:hover{background:#fffaf5;color:var(--espresso)}.hero-signoff{margin:0;padding-top:19px;border-top:1px solid #d8cfc5;font-size:.62rem;letter-spacing:.13em;line-height:1.55}}@media(max-width:800px){.hero{padding:52px 0 58px}.hero-grid{gap:0!important}.hero-kicker{margin-bottom:18px;max-width:34ch}.hero-title{font-size:clamp(2.85rem,11.6vw,3.5rem);line-height:.98;letter-spacing:-.028em}.hero-title span{max-width:none!important}.hero-img{margin-top:30px}.hero-img img{border-radius:104px 0 0;box-shadow:none}.hero-card{width:calc(100% - 22px);margin:12px 0 0 auto;padding:17px 18px;border-left:2px solid var(--sand);box-shadow:none}.hero-card b{font-size:1.18rem}.hero-card p{margin:6px 0 0;font-size:.83rem;line-height:1.55}.hero-description{max-width:36ch;margin-top:28px;padding-left:0;border-left:0;font-size:.94rem;line-height:1.72}.hero-actions{margin:24px 0 22px}.hero-actions .button{min-height:52px}.hero-signoff{padding-top:18px}}.service-hero-cinematic>figure img[src*=private-label-hero-atelier]{object-position:100% center}.product-breadcrumbs{position:absolute;z-index:2;top:84px;left:0;right:0;padding:18px 0;color:#ecd4c8;font-size:.72rem;letter-spacing:.08em}.product-breadcrumbs .wrap{display:flex;gap:9px;align-items:center}.product-breadcrumbs a:hover{text-decoration:underline;text-underline-offset:4px}.product-page-hero{min-height:760px;display:grid;align-items:center;position:relative;isolation:isolate;overflow:hidden;background:var(--espresso);color:var(--ivory)}.product-page-hero>figure{position:absolute;inset:0;z-index:-2;margin:0}.product-page-hero>figure:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#1f1511f0,#2b1d16cc 37%,#2b1d162e 68%,#2b1d1614)}.product-page-hero>figure img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.product-page-hero-copy{padding:106px 0 74px}.product-page-hero-copy .eyebrow{color:#edbbae}.product-page-hero-copy h1{max-width:12ch;font-size:clamp(3.45rem,5vw,6rem)}.product-page-hero-copy .hero-lede{font-size:1.08rem}.product-route{background:#fffaf5}.product-route-intro{display:grid;grid-template-columns:.82fr 1.18fr;gap:96px;align-items:start}.product-route-intro h2{max-width:11ch}.product-route-intro>div:last-child{font-size:1.05rem;max-width:59ch}.product-note{max-width:58ch;border-left:1px solid var(--sand);padding-left:18px;color:#695d55;font-size:.9rem;margin-top:28px}.product-concept-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;margin-top:58px}.product-concept-grid figure{margin:0;overflow:hidden;background:#e5d8ca}.product-concept-image img{display:block;width:100%;height:520px;object-fit:cover}.product-concept-copy{padding:42px;background:#ede2d8}.product-concept-copy h3{font-size:2rem;max-width:12ch}.product-list{margin:30px 0 0;padding:0;list-style:none}.product-list li{display:grid;gap:5px;padding:15px 0;border-top:1px solid #76584d55;font-size:.9rem}.product-list li:last-child{border-bottom:1px solid #76584d55}.product-list b{font:500 1.1rem Playfair Display,serif}.product-options{background:#e5d4ca}.product-options h2{max-width:14ch}.product-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:42px}.product-detail-grid article{border-top:1px solid #5c403a;padding:18px 12px 0 0}.product-detail-grid span{font:500 1.65rem Playfair Display,serif}.product-detail-grid h3{margin:12px 0 8px;font-size:1.32rem}.product-detail-grid p{font-size:.87rem}.product-brief-section{background:var(--espresso);color:var(--ivory)}.product-brief-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.product-brief-grid .eyebrow{color:#e4bcb2}.product-brief-grid h2{max-width:11ch}.product-brief-card{background:#4a3530;padding:38px}.product-brief-card p{color:#eadbd2}.product-brief-card ul{list-style:none;padding:0;margin:22px 0}.product-brief-card li{padding:12px 0;border-top:1px solid #ffffff33;color:#eadbd2;font-size:.9rem}.product-brief-card .button{border-color:#f4dfd5;color:var(--ivory)}.product-brief-card .button:hover{background:var(--ivory);color:var(--espresso)}.product-related .card{border-top:2px solid #ceb1a6}.product-faq{background:#fffaf5}.product-faq h2{max-width:13ch}@media(max-width:800px){.product-breadcrumbs{position:relative;top:auto;background:var(--espresso);padding:14px 0}.product-page-hero{min-height:690px;align-items:end}.product-page-hero>figure:after{background:linear-gradient(0deg,#1f1511f5,#1f1511c2 48%,#1f151114)}.product-page-hero-copy{padding:70px 0 48px}.product-page-hero-copy h1{font-size:clamp(3rem,12vw,4.15rem)}.product-route-intro,.product-concept-grid,.product-brief-grid{grid-template-columns:1fr;gap:36px}.product-concept-grid{margin-top:34px}.product-concept-image img{height:380px}.product-concept-copy{padding:30px}.product-detail-grid{grid-template-columns:1fr 1fr;gap:28px 14px;margin-top:32px}.product-brief-card{padding:30px}}
