@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&family=Manrope:wght@300;400;500;600;700&display=swap";:root{--background:#080808;--background-soft:#0d0d0d;--panel:#111;--panel-light:#171717;--text:#fff;--muted:#aaa7a2;--accent:#d6b36a;--accent-light:#f1dbad;--border:#ffffff21;--shadow:0 20px 55px #00000061}.navbar{z-index:1000;border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:calc(100% - 80px);max-width:1500px;min-height:76px;box-shadow:var(--shadow);background:#0a0a0aad;border-radius:18px;justify-content:space-between;align-items:center;padding:0 34px;display:flex;position:fixed;top:22px;left:50%;transform:translate(-50%)}.logo{z-index:1002;color:var(--text);letter-spacing:4px;font-family:Barlow Condensed,sans-serif;font-size:1.45rem;font-weight:600;position:relative}.logo:after{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;margin-left:7px;display:inline-block}.nav-links{align-items:center;gap:clamp(26px,4vw,60px);display:flex}.nav-links a{color:#eee;letter-spacing:1.4px;text-transform:uppercase;padding:10px 0;font-size:.73rem;font-weight:600;transition:color .3s;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--accent-light)}.nav-links a:after{content:"";background:var(--accent);height:1px;transition:transform .3s;position:absolute;bottom:1px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.menu-button{display:none}.hero{background:url(/images/cover.jpeg) top/cover no-repeat;align-items:center;min-height:100vh;padding:155px 8% 80px;display:flex;position:relative;overflow:hidden}.hero-overlay{background:linear-gradient(90deg,#050505fa 0%,#050505d6 30%,#0505052e 64%,#0505058c 100%),linear-gradient(#0000 50%,#050505cc);position:absolute;inset:0}.hero-grid{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:70px 70px;position:absolute;inset:0}.hero-content{z-index:3;width:min(760px,58vw);position:relative}.hero-label,.section-label,.section-title>p{color:var(--accent-light);letter-spacing:5px;margin-bottom:20px;font-size:.66rem;font-weight:700}.hero-content h1{color:var(--text);letter-spacing:-4px;flex-direction:column;font-family:Barlow Condensed,sans-serif;font-size:clamp(6.5rem,11.5vw,12rem);font-weight:300;line-height:.73;display:flex}.hero-content h1 span{color:#0000;-webkit-text-stroke:1.5px var(--accent-light)}.hero-location{color:#fff;letter-spacing:4px;text-transform:uppercase;align-items:center;gap:14px;margin:26px 0;font-family:Barlow Condensed,sans-serif;font-size:1.15rem;display:flex}.hero-location span,.scroll-indicator span{background:var(--accent);width:48px;height:1px}.hero-description{color:#d1d1d1;max-width:540px;margin-bottom:38px;font-size:.92rem;line-height:1.9}.hero-buttons{flex-wrap:wrap;gap:14px;display:flex}.main-button{color:#111;background:var(--accent);border:1px solid var(--accent);letter-spacing:1.2px;text-transform:uppercase;border-radius:100px;justify-content:center;align-items:center;min-width:185px;padding:16px 28px;font-size:.71rem;font-weight:800;transition:transform .3s,background .3s,box-shadow .3s;display:inline-flex}.main-button:hover{background:var(--accent-light);transform:translateY(-4px);box-shadow:0 16px 35px #d6b36a38}.outline-button{color:#fff;background:#ffffff0a;border-color:#ffffff59}.outline-button:hover{color:#111;background:#fff;border-color:#fff}.social-links{z-index:4;flex-direction:column;gap:14px;display:flex;position:absolute;top:50%;right:2.7%;transform:translateY(-50%)}.social-links a{color:#fff;border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0c0c0c94;border-radius:50%;place-items:center;width:44px;height:44px;font-size:.66rem;font-weight:800;transition:color .3s,background .3s,transform .3s;display:grid}.social-links a:hover{color:#111;background:var(--accent);transform:translate(-5px)}.scroll-indicator{z-index:3;color:#ffffffa6;letter-spacing:3px;text-transform:uppercase;align-items:center;gap:12px;font-size:.62rem;display:flex;position:absolute;bottom:38px;left:50%;transform:translate(-50%)}.section-shell,.page-container{background:radial-gradient(circle at top right, #d6b36a17, transparent 30%), var(--background);padding:130px 7%}.page-container{min-height:100vh;padding-top:155px}.section-title{max-width:780px;margin-bottom:55px}.section-title-center{text-align:center;margin-left:auto;margin-right:auto}.section-title h2{color:var(--text);text-transform:uppercase;font-family:Barlow Condensed,sans-serif;font-size:clamp(4rem,7vw,7rem);font-weight:300;line-height:.9}.section-title span{color:var(--muted);margin-top:18px;line-height:1.8;display:block}.featured-grid{grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:300px;gap:18px;display:grid}.featured-card,.portfolio-card{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;position:relative;overflow:hidden}.featured-card.large{grid-row:span 2}.featured-card.wide{grid-column:span 2}.featured-card img,.featured-card video{object-fit:cover;object-position:center 15%;transform-origin:top;width:100%;height:100%;transition:transform .5s,object-position .5s;display:block;position:absolute;inset:0}.featured-grid .featured-card:first-child img,.featured-grid .featured-card:first-child video{object-position:center 12%}.featured-grid .featured-card:nth-child(2) img,.featured-grid .featured-card:nth-child(2) video{object-position:center 10%}.featured-grid .featured-card:nth-child(3) img,.featured-grid .featured-card:nth-child(3) video{object-position:center top}.portfolio-card img,.portfolio-card video{object-fit:cover;object-position:center 15%;transform-origin:top;width:100%;height:100%;transition:transform .5s,object-position .5s;display:block}.featured-card:hover img,.featured-card:hover video,.portfolio-card:hover img,.portfolio-card:hover video{transform:scale(1.025)}.image-overlay{z-index:2;pointer-events:auto;background:linear-gradient(#0000 32%,#00000059 58%,#000000db 100%);flex-direction:column;justify-content:flex-end;padding:28px;display:flex;position:absolute;inset:0}.image-overlay p{color:var(--accent-light);letter-spacing:3px;text-transform:uppercase;margin:0;font-size:.63rem;font-weight:700}.image-overlay h3{color:#fff;margin:7px 0 0;font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:400}.center-link{text-align:center;margin-top:35px}.center-link a,.instagram-section a{color:var(--accent-light);letter-spacing:1.5px;text-transform:uppercase;font-size:.72rem;font-weight:800;transition:color .3s,letter-spacing .3s}.center-link a:hover,.instagram-section a:hover{color:#fff;letter-spacing:2px}.stats-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:linear-gradient(135deg,#101010,#17130c);grid-template-columns:repeat(4,1fr);padding:80px 7%;display:grid}.stat{text-align:center;border-right:1px solid var(--border);padding:20px}.stat:last-child{border-right:0}.stat strong{color:var(--accent-light);font-family:Barlow Condensed,sans-serif;font-size:4.5rem;font-weight:300;display:block}.stat span{color:var(--muted);letter-spacing:2px;text-transform:uppercase;font-size:.68rem;font-weight:700}.reel-section{place-items:center;min-height:70vh;display:grid;position:relative;overflow:hidden}.reel-section video{object-fit:cover;object-position:center 20%;width:100%;height:100%;position:absolute;inset:0}.reel-overlay{z-index:1;background:linear-gradient(135deg,#000000c2,#5038125c);position:absolute;inset:0}.reel-content{z-index:2;text-align:center;width:100%;max-width:850px;padding:30px;position:relative}.reel-content p{color:var(--accent-light);letter-spacing:5px;margin:0;font-size:.66rem;font-weight:700}.reel-content h2{color:#fff;text-transform:uppercase;margin:20px 0 35px;font-family:Barlow Condensed,sans-serif;font-size:clamp(4rem,8vw,7rem);font-weight:300;line-height:.9}.instagram-section{color:#111}.instagram-section p{letter-spacing:4px;font-size:.65rem;font-weight:800}.instagram-section h2{font-family:Barlow Condensed,sans-serif;font-size:clamp(4rem,8vw,7rem);font-weight:300}.instagram-section a{color:#111}.filter-row{flex-wrap:wrap;gap:10px;margin-bottom:35px;display:flex}.filter-row button{color:#fff;border:1px solid var(--border);background:0 0;border-radius:100px;padding:11px 20px;transition:all .3s}.filter-row button.active,.filter-row button:hover{color:#111;background:var(--accent);border-color:var(--accent)}.portfolio-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:470px;gap:20px;display:grid}.outfit-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.outfit-card{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(#151515,#0e0e0e);border-radius:20px;transition:all .3s;overflow:hidden}.outfit-card:hover,.outfit-card.selected{border-color:var(--accent);transform:translateY(-8px)}.outfit-image-wrap{height:470px;position:relative;overflow:hidden}.outfit-image-wrap img{object-fit:cover;height:100%;transition:transform .5s}.outfit-card:hover img{transform:scale(1.06)}.outfit-image-wrap span{color:#fff;border:1px solid var(--border);letter-spacing:2px;text-transform:uppercase;background:#000000ad;border-radius:100px;padding:8px 12px;font-size:.62rem;font-weight:700;position:absolute;top:18px;left:18px}.outfit-information{padding:24px}.outfit-information h2{color:#fff;margin-bottom:18px;font-family:Barlow Condensed,sans-serif;font-size:2.2rem;font-weight:400}.outfit-information button{color:#fff;border:1px solid var(--accent);background:0 0;border-radius:100px;width:100%;padding:14px;font-weight:700}.outfit-information button:hover,.outfit-card.selected button{color:#111;background:var(--accent)}.selection-bar{z-index:20;border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);max-width:900px;box-shadow:var(--shadow);background:#0f0f0ff0;border-radius:18px;justify-content:space-between;align-items:center;margin:40px auto 0;padding:18px 22px;display:flex;position:sticky;bottom:20px}.selection-bar span,.profile-details span,.contact-card span{color:var(--muted);letter-spacing:2px;text-transform:uppercase;font-size:.65rem;font-weight:700;display:block}.about-layout{grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px;display:grid}.about-photo img{object-fit:cover;height:690px;box-shadow:var(--shadow);border-radius:20px}.about-copy{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(145deg,#151515,#0d0d0d);border-radius:20px;padding:45px}.about-copy h2,.contact-card h2{color:#fff;text-transform:uppercase;margin-bottom:25px;font-family:Barlow Condensed,sans-serif;font-size:clamp(3rem,5vw,5rem);font-weight:300;line-height:.95}.about-copy>p{color:var(--muted);line-height:1.9}.profile-details{margin-top:30px}.profile-details div,.contact-card div{border-bottom:1px solid var(--border);justify-content:space-between;gap:20px;padding:18px 0;display:flex}.timeline h3{color:#fff;margin-bottom:8px;font-size:1rem}.timeline p{color:var(--muted);line-height:1.8}.contact-layout{grid-template-columns:1.2fr .8fr;display:grid}.contact-form,.contact-card{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(145deg,#151515,#0d0d0d);border-radius:20px;padding:38px}.form-row{grid-template-columns:1fr 1fr;display:grid}.form-group label{color:var(--accent-light);letter-spacing:2px;text-transform:uppercase;font-size:.66rem;font-weight:800;display:block}.form-group input,.form-group select,.form-group textarea{color:#fff;background:#080808b8;border:1px solid #353535;border-radius:12px;outline:none;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px #d6b36a14}.success-message{color:var(--accent-light);margin-top:20px;font-weight:700}.work-type-switcher{border:1px solid var(--border);background:#101010;border-radius:100px;margin-bottom:28px;padding:8px;display:grid}.work-type-switcher button{color:var(--muted);letter-spacing:1.5px;text-transform:uppercase;background:0 0;border:none;border-radius:100px;padding:17px 25px;font-size:.72rem;font-weight:800;transition:all .3s}.work-type-switcher button span{color:var(--accent);margin-right:12px}.work-type-switcher button:hover{color:#fff}.work-type-switcher button.active{color:#111;background:var(--accent)}.work-type-switcher button.active span{color:#111}.category-filter{flex-wrap:wrap;gap:10px;margin-bottom:45px;display:flex}.category-filter button{color:#d3d3d3;border:1px solid var(--border);letter-spacing:1px;text-transform:uppercase;background:0 0;border-radius:100px;padding:11px 21px;font-size:.68rem;font-weight:700;transition:color .3s,background .3s,border-color .3s,transform .3s}.category-filter button:hover{color:#fff;border-color:var(--accent);transform:translateY(-2px)}.category-filter button.active{color:#111;background:var(--accent);border-color:var(--accent)}.photo-work-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:520px;gap:22px;display:grid}.photo-work-card{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;position:relative;overflow:hidden}.photo-work-card.featured-photo{grid-column:span 2}.photo-work-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s,filter .6s}.work-card-overlay{background:linear-gradient(#0000 33%,#000000e0);flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:30px;display:flex;position:absolute;inset:0}.work-card-overlay p{color:var(--accent-light);letter-spacing:3px;text-transform:uppercase;margin-bottom:7px;font-size:.64rem;font-weight:700}.work-card-overlay h2{color:#fff;text-transform:uppercase;font-family:Barlow Condensed,sans-serif;font-size:2.4rem;font-weight:400;line-height:1}.work-card-overlay>span{color:#fff;letter-spacing:1px;text-transform:uppercase;opacity:0;max-height:0;margin-top:0;font-size:.67rem;font-weight:700;transition:all .35s;overflow:hidden}.photo-work-card:hover .work-card-overlay>span{opacity:1;max-height:30px;margin-top:17px}.video-work-card{box-shadow:var(--shadow)}.video-work-card:hover{border-color:#d6b36ab3;transform:translateY(-8px)}.video-thumbnail img{transition:transform .55s}.video-work-card:hover .video-thumbnail img{transform:scale(1.07)}.video-play-button span{font-size:1.1rem}.video-work-card:hover .video-play-button{background:var(--accent-light);transform:translate(-50%,-50%)scale(1.12)}.video-card-information h2{text-transform:uppercase;line-height:1}.watch-label{white-space:nowrap}.video-modal-content{align-items:center;gap:30px}.video-modal-content video{object-fit:contain;background:#000;border-radius:16px;width:auto;max-width:65%;height:82vh;max-height:850px}.video-modal-title{flex:1}.video-modal-title h2{text-transform:uppercase;line-height:.9}.video-close-button{line-height:1}.outfit-category-filter{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:10px;margin-bottom:45px;padding-bottom:20px;display:flex}.outfit-category-filter button{color:var(--muted);letter-spacing:1.2px;text-transform:uppercase;background:0 0;border:none;border-radius:100px;padding:12px 21px;font-size:.68rem;font-weight:700;transition:all .3s}.outfit-category-filter button span{color:var(--accent);margin-right:9px;font-size:.56rem}.outfit-category-filter button:hover{color:#fff;background:#ffffff12}.outfit-category-filter button.active{color:#111;background:var(--accent)}.outfit-category-filter button.active span{color:#111}.outfit-gallery{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.outfit-gallery-card{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(145deg,#151515,#0c0c0c);border-radius:22px;transition:transform .35s,border-color .35s;overflow:hidden}.outfit-gallery-card:hover,.outfit-gallery-card.selected{border-color:var(--accent);transform:translateY(-8px)}.outfit-gallery-image{height:540px;position:relative;overflow:hidden}.outfit-gallery-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s,filter .5s}.outfit-gallery-card:hover img{filter:brightness(.7);transform:scale(1.07)}.outfit-category-label{color:#fff;border:1px solid var(--border);letter-spacing:2px;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000a6;border-radius:100px;padding:8px 13px;font-size:.59rem;font-weight:700;position:absolute;top:18px;left:18px}.outfit-selected-badge{color:#111;background:var(--accent);letter-spacing:1px;text-transform:uppercase;border-radius:100px;padding:8px 13px;font-size:.59rem;font-weight:800;position:absolute;top:18px;right:18px}.outfit-hover-content{opacity:0;background:linear-gradient(#0000 35%,#000000d6);justify-content:center;align-items:flex-end;padding:30px;transition:opacity .35s;display:flex;position:absolute;inset:0}.outfit-gallery-card:hover .outfit-hover-content{opacity:1}.outfit-hover-content button{color:#111;background:var(--accent);letter-spacing:1px;text-transform:uppercase;border:none;border-radius:100px;width:100%;padding:15px 20px;font-size:.67rem;font-weight:800}.outfit-gallery-information{padding:25px}.outfit-gallery-information>div{margin-bottom:18px}.outfit-gallery-information span{color:var(--accent-light);letter-spacing:2px;text-transform:uppercase;margin-bottom:7px;font-size:.59rem;font-weight:700;display:block}.outfit-gallery-information h2{color:#fff;text-transform:uppercase;font-family:Barlow Condensed,sans-serif;font-size:2.3rem;font-weight:400;line-height:1}.outfit-gallery-information p{color:var(--muted);font-size:.82rem;line-height:1.75}.mobile-select-outfit{color:#111;background:var(--accent);text-transform:uppercase;border:none;border-radius:100px;width:100%;margin-top:20px;padding:14px;font-size:.66rem;font-weight:800;display:none}.selected-outfit-panel{z-index:100;border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0e0e0ef0;border-radius:20px;grid-template-columns:75px 1fr auto auto;align-items:center;gap:20px;max-width:1050px;margin:45px auto 0;padding:16px;display:grid;position:sticky;bottom:20px;box-shadow:0 25px 70px #0000007a}.selected-outfit-panel>img{object-fit:cover;border-radius:13px;width:75px;height:75px}.selected-outfit-text>span{color:var(--muted);letter-spacing:2px;text-transform:uppercase;font-size:.58rem;font-weight:700}.selected-outfit-text h3{color:#fff;text-transform:uppercase;margin:4px 0;font-family:Barlow Condensed,sans-serif;font-size:1.65rem;font-weight:400}.selected-outfit-text p{color:var(--accent-light);letter-spacing:1px;text-transform:uppercase;font-size:.65rem}.change-outfit-button{color:#fff;border:1px solid var(--border);text-transform:uppercase;background:0 0;border-radius:100px;padding:12px 18px;font-size:.64rem;font-weight:700}.timeline-section{grid-template-columns:minmax(280px,.7fr) minmax(520px,1.3fr);align-items:start;gap:clamp(55px,8vw,130px);width:min(100%,1540px);margin:clamp(90px,10vw,150px) auto 0;display:grid}.timeline-section>.section-title{max-width:500px;margin:0;position:sticky;top:145px}.timeline-section>.section-title h2{letter-spacing:-2px;margin:0;font-size:clamp(4rem,6.5vw,7.5rem);font-weight:300;line-height:.82}.timeline-section>.section-title:after{content:"";background:linear-gradient(90deg, var(--accent), transparent);width:75px;height:2px;margin-top:30px;display:block}.timeline{width:100%;max-width:none;margin:0;padding-left:42px;position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, transparent, var(--accent) 8%, #d6b36a66 88%, transparent);width:1px;position:absolute;top:18px;bottom:18px;left:9px}.timeline article{isolation:isolate;background:radial-gradient(circle at 100% 0,#d6b36a14,#0000 35%),linear-gradient(135deg,#1a1a1af0,#0d0d0df5);border:1px solid #ffffff1f;border-radius:22px;grid-template-columns:155px 1fr;align-items:center;gap:38px;min-height:145px;margin-bottom:20px;padding:32px 36px;transition:transform .35s,border-color .35s,box-shadow .35s;display:grid;position:relative;overflow:visible;box-shadow:0 18px 45px #00000038,inset 0 1px #ffffff0a}.timeline article:last-child{margin-bottom:0}.timeline article:hover{border-color:#d6b36a85;transform:translate(8px);box-shadow:0 24px 55px #00000059,0 0 35px #d6b36a0f}.timeline article:before{content:"";background:var(--accent);border:3px solid #090909;border-radius:50%;width:13px;height:13px;transition:transform .3s,box-shadow .3s;position:absolute;top:50%;left:-39px;transform:translateY(-50%);box-shadow:0 0 0 1px #d6b36ab3,0 0 20px #d6b36a6b}.timeline article:hover:before{transform:translateY(-50%)scale(1.15);box-shadow:0 0 0 5px #d6b36a1f,0 0 24px #d6b36aa6}.timeline article>strong{color:var(--accent-light);letter-spacing:-1px;font-family:Barlow Condensed,sans-serif;font-size:clamp(2.8rem,4vw,3.7rem);font-weight:300;line-height:1}.timeline article>div{border-left:1px solid #ffffff1a;padding-left:32px;position:relative}.timeline article h3{color:#fff;letter-spacing:-.2px;margin:0 0 10px;font-size:1.05rem;font-weight:700}.timeline article p{color:#ffffff9e;max-width:650px;margin:0;font-size:.96rem;line-height:1.75}.journey-section{background:radial-gradient(circle at 15% 15%,#d6b36a12,#0000 28%),#080808;padding:130px 7%;position:relative}.journey-heading{max-width:780px;margin-bottom:75px}.journey-heading>p{color:var(--accent-light);letter-spacing:3px;text-transform:uppercase;margin-bottom:18px;font-size:.68rem;font-weight:800}.journey-heading h2{color:#fff;letter-spacing:-3px;text-transform:uppercase;margin:0;font-family:Barlow Condensed,sans-serif;font-size:clamp(4.5rem,8vw,8rem);font-weight:300;line-height:.8}.journey-heading>span{color:#ffffff94;max-width:530px;margin-top:28px;font-size:.95rem;line-height:1.8;display:block}.journey-stage{grid-template-columns:minmax(380px,.85fr) minmax(500px,1.15fr);align-items:start;gap:clamp(45px,7vw,110px);display:grid}.journey-media{isolation:isolate;background:url(/images/journey-poster.jpg) 50%/cover no-repeat,#111;border:1px solid #ffffff24;border-radius:26px;height:calc(100vh - 165px);min-height:580px;max-height:780px;position:sticky;top:125px;overflow:hidden;box-shadow:0 30px 75px #00000080}.journey-video{z-index:-2;object-fit:cover;width:100%;height:100%;transition:opacity .4s;display:block;position:absolute;inset:0}.journey-video-overlay{z-index:-1;background:linear-gradient(#00000024,#0003 40%,#000000e0),linear-gradient(135deg,#d6b36a14,#0000 48%);position:absolute;inset:0}.journey-video-information{position:absolute;bottom:70px;left:35px;right:35px}.journey-video-information span{color:var(--accent-light);letter-spacing:3px;text-transform:uppercase;margin-bottom:10px;font-size:.62rem;font-weight:800;display:block}.journey-video-information strong{color:#fff;letter-spacing:-2px;font-family:Barlow Condensed,sans-serif;font-size:clamp(4.7rem,7vw,7rem);font-weight:300;line-height:.85;display:block}.journey-video-information h3{color:#ffffffd9;margin-top:13px;font-size:1rem;font-weight:600}.journey-video-progress{grid-template-columns:repeat(5,1fr);gap:7px;display:grid;position:absolute;bottom:30px;left:35px;right:35px}.journey-video-progress button{cursor:pointer;background:0 0;border:0;align-items:center;height:18px;padding:0;display:flex}.journey-video-progress button span{background:#ffffff40;width:100%;height:2px;transition:height .3s,background .3s;display:block}.journey-video-progress button:hover span,.journey-video-progress button.active span{background:var(--accent-light);height:3px}.journey-list{flex-direction:column;gap:22px;display:flex}.journey-card{cursor:pointer;opacity:.66;background:radial-gradient(circle at 100% 0,#d6b36a14,#0000 35%),linear-gradient(145deg,#181818f0,#0d0d0df5);border:1px solid #ffffff1a;border-radius:22px;outline:none;flex-direction:column;justify-content:space-between;min-height:290px;padding:38px;transition:opacity .4s,transform .4s,border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000038,inset 0 1px #ffffff0a}.journey-card:hover,.journey-card:focus,.journey-card.active{opacity:1;border-color:#d6b36a94;transform:translate(-8px);box-shadow:0 28px 65px #00000061,0 0 35px #d6b36a0f}.journey-card:after{content:"";background:var(--accent);filter:blur(110px);opacity:0;border-radius:50%;width:230px;height:230px;transition:opacity .4s;position:absolute;bottom:-100px;right:-100px}.journey-card.active:after{opacity:.15}.journey-card-number{color:#fff3;letter-spacing:2px;font-size:.7rem;font-weight:800;position:absolute;top:31px;right:34px}.journey-card>strong{z-index:1;color:var(--accent-light);letter-spacing:-2px;font-family:Barlow Condensed,sans-serif;font-size:clamp(4.3rem,6vw,6rem);font-weight:300;line-height:1;position:relative}.journey-card-copy{z-index:1;border-top:1px solid #ffffff1a;padding-top:25px;position:relative}.journey-card-copy h3{color:#fff;margin:0 0 10px;font-size:1.08rem}.journey-card-copy p{color:#fff9;max-width:520px;margin:0;font-size:.94rem;line-height:1.7}@media (prefers-reduced-motion:reduce){.journey-video{display:none}.journey-card,.journey-video-progress button span{transition:none}.journey-card:hover,.journey-card:focus,.journey-card.active{transform:none}}.contact-link{align-items:center;transition:color .3s,transform .3s;display:inline-flex}.contact-link:hover{transform:translate(4px)}.booking-outfit-preview{background:#080808b8;border:1px solid #353535;border-radius:14px;grid-template-columns:75px 1fr;align-items:center;display:grid}.booking-outfit-preview img{border-radius:10px;display:block}.booking-outfit-preview span{color:var(--muted);letter-spacing:2px;text-transform:uppercase;margin-bottom:7px;font-size:.6rem;font-weight:700;display:block}.booking-outfit-preview strong{color:#fff;font-size:1rem}.no-outfit-message{color:var(--muted);background:#080808b8;border:1px solid #353535;border-radius:12px}.contact-link{color:#fff;overflow-wrap:anywhere;gap:8px;font-weight:700;text-decoration:none}.contact-link:hover{color:var(--accent-light)}.instagram-section{isolation:isolate;background:radial-gradient(circle at 85% 20%,#d6b36a24,#0000 32%),linear-gradient(135deg,#151515,#080808 70%);border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:60px;min-height:380px;padding:75px 7%;display:flex;position:relative;overflow:hidden}.instagram-copy{z-index:2;max-width:850px;position:relative}.instagram-copy>p{color:var(--accent-light);letter-spacing:4px;text-transform:uppercase;margin:0 0 18px;font-size:.66rem;font-weight:800}.instagram-copy h2{color:#fff;letter-spacing:-4px;text-transform:uppercase;margin:0;font-family:Barlow Condensed,sans-serif;font-size:clamp(4.5rem,9vw,9rem);font-weight:300;line-height:.82}.instagram-copy>span{color:#ffffff94;max-width:520px;margin-top:30px;font-size:.92rem;line-height:1.75;display:block}.instagram-button{z-index:2;color:#111;background:var(--accent-light);border:1px solid var(--accent-light);letter-spacing:1.5px;text-transform:uppercase;border-radius:100px;justify-content:space-between;align-items:center;gap:25px;min-width:210px;padding:17px 24px;font-size:.68rem;font-weight:800;text-decoration:none;transition:color .35s,background .35s,transform .35s,box-shadow .35s;display:flex;position:relative;box-shadow:0 18px 40px #00000047,0 0 30px #d6b36a14}.instagram-button strong{font-size:1.1rem;transition:transform .35s}.instagram-button:hover{color:#fff;background:0 0;transform:translateY(-4px);box-shadow:0 22px 45px #0006,0 0 35px #d6b36a1f}.instagram-button:hover strong{transform:translate(3px,-3px)}.instagram-background-mark{z-index:-1;color:#ffffff06;pointer-events:none;font-family:Barlow Condensed,sans-serif;font-size:32rem;font-weight:300;line-height:1;position:absolute;top:50%;right:8%;transform:translateY(-50%)}.video-work-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;width:100%;display:grid}.video-work-card{cursor:pointer;background:linear-gradient(145deg,#171717,#0c0c0c);border:1px solid #ffffff1f;border-radius:20px;min-width:0;transition:transform .35s,border-color .35s,box-shadow .35s;overflow:hidden}.video-work-card:hover,.video-work-card:focus{border-color:#d6b36a8c;outline:none;transform:translateY(-7px);box-shadow:0 25px 55px #0006}.video-thumbnail{background:#050505;width:100%;height:560px;position:relative;overflow:hidden}.video-thumbnail img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.video-play-button{z-index:2;color:#111;background:var(--accent-light);cursor:pointer;border:0;border-radius:50%;place-items:center;width:68px;height:68px;padding:0;transition:transform .3s,background .3s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-play-button:hover{background:#fff;transform:translate(-50%,-50%)scale(1.08)}.video-play-button span{margin-left:3px}.video-number{color:#fff9;font-family:Barlow Condensed,sans-serif;font-size:3.2rem;font-weight:300;position:absolute;bottom:18px;right:25px}.video-card-information{justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex}.video-card-information p{color:var(--accent-light);letter-spacing:2px;text-transform:uppercase;margin-bottom:7px;font-size:.6rem;font-weight:800}.video-card-information h2{color:#fff;margin:0;font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:400}.watch-label{color:#ffffff8c;letter-spacing:1.5px;text-transform:uppercase;font-size:.6rem;font-weight:700}.video-modal{z-index:9999;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000000f0;place-items:center;padding:25px;display:grid;position:fixed;inset:0}.video-modal-content{background:#090909;border:1px solid #ffffff26;border-radius:20px;flex-direction:column;width:min(1100px,100%);max-height:calc(100vh - 50px);padding:15px;display:flex;position:relative;overflow:hidden;box-shadow:0 35px 90px #000000a6}.video-modal-content>video{object-fit:contain;background:#000;border-radius:13px;width:100%;height:min(72vh,720px);display:block}.video-close-button{z-index:10;color:#fff;cursor:pointer;background:#000000bf;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;font-size:1.5rem;display:grid;position:absolute;top:27px;right:27px}.video-modal-footer{justify-content:space-between;align-items:center;gap:25px;padding:17px 5px 3px;display:flex}.video-modal-title p{color:var(--accent-light);letter-spacing:2px;text-transform:uppercase;margin-bottom:5px;font-size:.58rem;font-weight:800}.video-modal-title h2{color:#fff;margin:0;font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:400}.video-fullscreen-button{color:#111;background:var(--accent-light);border:1px solid var(--accent-light);cursor:pointer;letter-spacing:1px;text-transform:uppercase;border-radius:100px;justify-content:center;align-items:center;gap:9px;padding:12px 19px;font-size:.64rem;font-weight:800;display:inline-flex}.video-card-preview{object-fit:cover;object-position:center top;pointer-events:none;width:100%;height:100%;transition:transform .5s,filter .5s;display:block;position:absolute;inset:0}.video-work-card:hover .video-card-preview{filter:brightness(.75);transform:scale(1.04)}.video-dark-layer{z-index:1;pointer-events:none;background:linear-gradient(#00000014,#0000007a);position:absolute;inset:0}.featured-card{min-width:0;position:relative;overflow:hidden}.featured-card img,.featured-card .featured-video{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s,filter .6s;display:block}.featured-card .featured-video{pointer-events:none}.featured-card:hover img,.featured-card:hover .featured-video{filter:brightness(.78);transform:scale(1.05)}.featured-media-shade{z-index:1;pointer-events:none;background:linear-gradient(#0000000d,#000000b8);position:absolute;inset:0}.featured-card .image-overlay{z-index:2}.featured-video-badge{z-index:3;color:#111;background:var(--accent-light);letter-spacing:1px;text-transform:uppercase;border-radius:100px;align-items:center;gap:7px;padding:9px 13px;font-size:.58rem;font-weight:800;display:inline-flex;position:absolute;top:20px;right:20px;box-shadow:0 10px 25px #00000040}.featured-video-badge span{font-size:.65rem}.featured-project-link{z-index:4;color:#fff;letter-spacing:1px;text-transform:uppercase;opacity:0;pointer-events:auto;max-height:0;margin-top:0;font-size:.62rem;font-weight:800;text-decoration:none;transition:max-height .35s,margin-top .35s,opacity .35s;display:block;position:relative;overflow:hidden}.featured-card:hover .featured-project-link{opacity:1;max-height:30px;margin-top:12px}.work-type-switcher{grid-template-columns:repeat(3,minmax(0,1fr));max-width:950px}.brand-text-card:nth-child(4n+2) .brand-card-copy h2,.brand-text-card:nth-child(4n+3) .brand-card-copy h2{color:var(--accent-light)}.brand-work-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:13px!important;width:100%!important;display:grid!important}.brand-text-card{isolation:isolate;background:linear-gradient(115deg,#0000 48%,#ffffff05 49% 51%,#0000 52%),radial-gradient(circle at 100% 0,#d6b36a26,#0000 42%),linear-gradient(145deg,#191919,#0a0a0a);border:1px solid #ffffff1c;border-radius:18px;align-items:flex-end;min-width:0;min-height:185px;padding:25px;transition:transform .4s,border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 42px #00000045,inset 0 1px #ffffff0b}.brand-text-card:before{content:"";opacity:.35;transition:opacity .4s,transform .4s;background:linear-gradient(90deg, transparent, var(--accent), transparent)!important;width:auto!important;height:1px!important;position:absolute!important;inset:0 22px auto!important}.brand-text-card:after{content:"";background:var(--accent);filter:blur(110px);opacity:0;border-radius:50%;width:210px;height:210px;transition:opacity .4s;position:absolute;top:-80px;bottom:-90px;right:-90px}.brand-text-card:hover{border-color:#d6b36a99;transform:translateY(-7px);box-shadow:0 27px 60px #0000006e,0 0 35px #d6b36a14}.brand-text-card:hover:before{opacity:1;transform:scaleX(1.06)}.brand-text-card:hover:after{opacity:.18}.brand-card-number{z-index:0;color:#ffffff0e;letter-spacing:-2px;font-family:Barlow Condensed,sans-serif;font-size:4rem;font-weight:300;line-height:1;position:absolute;top:12px;right:17px}.brand-card-copy{z-index:2;width:100%;padding-bottom:18px;position:relative}.brand-card-copy p{color:var(--accent-light);letter-spacing:1.7px;text-transform:uppercase;margin:0 0 11px;font-size:.45rem;font-weight:800;line-height:1.3}.brand-card-copy h2{color:#fff;letter-spacing:-.7px;text-transform:uppercase;overflow-wrap:anywhere;max-width:100%;margin:0;font-family:Barlow Condensed,sans-serif;font-size:clamp(1.8rem,2.8vw,3rem);font-weight:300;line-height:.88;transition:color .35s,letter-spacing .35s}.brand-text-card:hover .brand-card-copy h2{color:var(--accent-light);letter-spacing:0}.brand-text-card:nth-child(4n+2),.brand-text-card:nth-child(4n+3){background:radial-gradient(circle at 0 100%,#d6b36a1c,#0000 40%),linear-gradient(145deg,#141414,#090909)}.photo-work-card{cursor:pointer}.photo-lightbox{z-index:10000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#000000f2;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.photo-lightbox-content{background:radial-gradient(circle at 100% 0,#d6b36a17,#0000 30%),#080808;border:1px solid #ffffff26;border-radius:22px;width:min(1350px,100%);height:min(900px,100vh - 48px);position:relative;overflow:hidden;box-shadow:0 35px 100px #000000b3}.photo-lightbox-stage{place-items:center;width:100%;height:100%;padding:35px 100px 105px;display:grid;overflow:hidden}.photo-lightbox-stage img{object-fit:contain;cursor:grab;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.photo-lightbox-stage img:active{cursor:grabbing}.photo-lightbox-close{z-index:10;color:#fff;cursor:pointer;background:#000000b3;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:46px;height:46px;font-size:1.5rem;transition:color .3s,border-color .3s,transform .3s;display:grid;position:absolute;top:20px;right:20px}.photo-lightbox-close:hover{color:var(--accent-light);border-color:var(--accent);transform:rotate(90deg)}.photo-lightbox-arrow{z-index:10;color:#111;background:var(--accent-light);border:1px solid var(--accent-light);cursor:pointer;border-radius:50%;place-items:center;width:55px;height:55px;font-size:1.2rem;transition:color .3s,background .3s,transform .3s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.photo-lightbox-arrow:hover{color:#fff;background:0 0;transform:translateY(-50%)scale(1.08)}.photo-lightbox-previous{left:25px}.photo-lightbox-next{right:25px}.photo-lightbox-information{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0a0a0ad1;border:1px solid #ffffff1f;border-radius:15px;justify-content:space-between;align-items:center;gap:25px;padding:17px 22px;display:flex;position:absolute;bottom:22px;left:25px;right:25px}.photo-lightbox-information p{color:var(--accent-light);letter-spacing:2px;text-transform:uppercase;margin:0 0 5px;font-size:.55rem;font-weight:800}.photo-lightbox-information h2{color:#fff;margin:0;font-family:Barlow Condensed,sans-serif;font-size:1.8rem;font-weight:400}.photo-lightbox-information>span{color:#ffffff8c;letter-spacing:2px;font-family:Barlow Condensed,sans-serif;font-size:1.3rem}.journey-carousel-section{width:100%;margin-top:130px}.journey-carousel-heading{max-width:780px;margin-bottom:60px}.journey-carousel-heading>p{color:var(--accent-light);letter-spacing:3px;text-transform:uppercase;margin-bottom:17px;font-size:.65rem;font-weight:800}.journey-carousel-heading h2{color:#fff;letter-spacing:-3px;text-transform:uppercase;margin:0;font-family:Barlow Condensed,sans-serif;font-size:clamp(4.5rem,8vw,8rem);font-weight:300;line-height:.8}.journey-carousel-heading>span{color:#ffffff94;max-width:520px;margin-top:25px;font-size:.92rem;line-height:1.75;display:block}.journey-carousel{width:min(100%,1050px);margin:0 auto}.journey-video-frame{aspect-ratio:16/9;background:#080808;border:1px solid #ffffff24;border-radius:25px;width:100%;position:relative;overflow:hidden;box-shadow:0 30px 75px #0000007a}.journey-active-video{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.journey-video-shade{background:linear-gradient(#00000012,#00000026 45%,#000000db);position:absolute;inset:0}.journey-video-caption{position:absolute;bottom:35px;left:35px;right:35px}.journey-video-caption p{color:var(--accent-light);letter-spacing:3px;margin-bottom:8px;font-size:.58rem;font-weight:800}.journey-video-caption strong{color:#fff;font-family:Barlow Condensed,sans-serif;font-size:clamp(4rem,7vw,6.5rem);font-weight:300;line-height:.85;display:block}.journey-video-caption h3{color:#ffffffd1;margin-top:11px;font-size:1rem}.journey-pause-button{color:#fff;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#0000008c;border:1px solid #ffffff2e;border-radius:100px;padding:10px 14px;font-size:.58rem;font-weight:800;position:absolute;top:25px;right:25px}.journey-year-navigation{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin:20px 0;display:grid}.journey-year-navigation button{color:#ffffff6b;cursor:pointer;text-align:left;background:0 0;border:0;padding:5px 0}.journey-progress-track{background:#ffffff29;width:100%;height:2px;margin-bottom:9px;display:block;position:relative;overflow:hidden}.journey-progress-fill{background:var(--accent-light);transform-origin:0;display:block;position:absolute;inset:0}.journey-year-navigation small{letter-spacing:1px;font-size:.62rem;font-weight:700}.journey-year-navigation button.active{color:var(--accent-light)}.journey-message-card{background:radial-gradient(circle at 100% 0,#d6b36a1f,#0000 38%),linear-gradient(145deg,#191919,#0c0c0c);border:1px solid #d6b36a59;border-radius:20px;grid-template-columns:150px 1fr;align-items:center;gap:38px;min-height:220px;padding:32px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000004d}.journey-message-number{color:#ffffff2e;letter-spacing:2px;font-size:.65rem;font-weight:800;position:absolute;top:23px;right:25px}.journey-message-card>strong{color:var(--accent-light);font-family:Barlow Condensed,sans-serif;font-size:4.8rem;font-weight:300;line-height:1}.journey-message-copy{border-left:1px solid #ffffff1f;padding-left:35px}.journey-message-copy p{color:var(--accent-light);letter-spacing:2px;margin-bottom:8px;font-size:.53rem;font-weight:800}.journey-message-copy h3{color:#fff;margin:0 0 10px;font-size:1.1rem}.journey-message-copy span{color:#ffffff9e;font-size:.92rem;line-height:1.7}.about-story-layout{align-items:stretch}.about-story-card{perspective:1600px;width:100%;height:690px;position:relative}.about-flip-inner{width:100%;height:100%;transform-style:preserve-3d;will-change:transform;position:relative}.about-flip-face{backface-visibility:hidden;border:1px solid #ffffff21;border-radius:23px;width:100%;height:100%;position:absolute;inset:0;overflow:hidden;box-shadow:0 28px 70px #0000006b}.about-flip-front{background:#101010}.about-flip-front img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.about-photo-shade{background:linear-gradient(#00000008,#0000001f 50%,#000000d6);position:absolute;inset:0}.about-photo-label{position:absolute;bottom:32px;left:30px;right:30px}.about-photo-label p{color:var(--accent-light);letter-spacing:3px;margin:0 0 8px;font-size:.55rem;font-weight:800}.about-photo-label span{color:#ffffffb8;font-size:.82rem}.about-flip-back{background:radial-gradient(circle at 100% 0,#d6b36a2b,#0000 38%),linear-gradient(145deg,#1a1a1a,#090909);align-items:flex-end;padding:clamp(30px,5vw,55px);display:flex;transform:rotateY(180deg)}.about-story-decoration{color:#ffffff06;pointer-events:none;font-family:Barlow Condensed,sans-serif;font-size:clamp(8rem,16vw,14rem);font-weight:300;line-height:.8;position:absolute;top:20px;right:-10px}.about-story-copy{z-index:1;position:relative}.about-story-copy>p{color:var(--accent-light);letter-spacing:3px;margin:0 0 17px;font-size:.6rem;font-weight:800}.about-story-copy h2{color:#fff;letter-spacing:-2px;text-transform:uppercase;max-width:500px;margin:0 0 27px;font-family:Barlow Condensed,sans-serif;font-size:clamp(4rem,7vw,7rem);font-weight:300;line-height:.83}.about-story-copy>span{color:#ffffffa3;max-width:570px;font-size:.92rem;line-height:1.85;display:block}.about-story-toggle{z-index:10;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer;letter-spacing:1px;text-transform:uppercase;background:#0000009e;border:1px solid #ffffff2e;border-radius:100px;justify-content:space-between;align-items:center;gap:15px;min-width:120px;padding:11px 15px;font-size:.55rem;font-weight:800;display:flex;position:absolute;top:18px;right:18px}.about-story-toggle strong{color:var(--accent-light);font-size:.9rem}.about-story-progress{z-index:10;grid-template-columns:repeat(2,1fr);gap:5px;display:grid;position:absolute;bottom:17px;left:30px;right:30px}.about-story-progress span{background:#ffffff38;height:2px;transition:background .35s}.about-story-progress span.active{background:var(--accent-light)}.about-profile-panel{background:radial-gradient(circle at 100% 0,#d6b36a1a,#0000 32%),linear-gradient(145deg,#171717,#0c0c0c);border:1px solid #ffffff1f;border-radius:23px;flex-direction:column;justify-content:center;padding:42px;display:flex;box-shadow:0 28px 70px #00000052}.about-profile-panel>h2{color:#fff;text-transform:uppercase;max-width:550px;margin:18px 0 5px;font-family:Barlow Condensed,sans-serif;font-size:clamp(3.3rem,5vw,5rem);font-weight:300;line-height:.9}.about-page>.section-title{margin-bottom:38px!important}.about-page .about-story-copy>span{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);color:#ffffffe6!important;border-left:2px solid var(--accent-light)!important;text-shadow:0 2px 8px #000000a6!important;background:#0000004d!important;border-radius:0 12px 12px 0!important;max-width:620px!important;padding:15px 18px!important;font-size:1rem!important;line-height:1.75!important;display:block!important}.about-page .about-flip-back{background:radial-gradient(circle at 100% 0,#d6b36a2e,#0000 38%),linear-gradient(145deg,#181818,#050505)!important}.about-page .about-story-layout{margin-bottom:0!important}.about-page .journey-carousel-section{margin-top:55px!important}.about-page .journey-carousel-heading{margin-top:0!important;margin-bottom:38px!important}.form-group{gap:6px;margin:0}.form-group textarea{resize:vertical;min-height:125px}.booking-outfit-preview{gap:12px;padding:10px}.booking-outfit-preview span,.booking-outfit-preview strong{line-height:1.25}.no-outfit-message{padding:12px 14px}.contact-form .main-button{margin-top:2px}.contact-card{gap:18px;padding:28px}.contact-card h2{margin:0;line-height:1.25}.contact-card>div{gap:3px}.contact-card span,.contact-card strong,.contact-card a{line-height:1.3}.outfits-page .outfit-gallery-image{aspect-ratio:4/5;background:#fff;height:auto;padding:18px}.outfits-page .outfit-gallery-image img{object-fit:contain;object-position:center;width:100%;height:100%}.outfit-category-filter button{position:relative}.outfit-category-filter button small{color:var(--accent,#d6b36a);margin-left:8px;font-size:.7rem}.outfit-gallery-card.selected{border-color:var(--accent,#d6b36a);box-shadow:0 0 0 1px var(--accent,#d6b36a), 0 18px 45px #0000004d}.outfit-selection-panel{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f0f0ff5;border:1px solid #d6b36a59;border-radius:18px;max-width:1200px;margin:55px auto 0;padding:24px;position:sticky;bottom:20px;box-shadow:0 20px 60px #00000080}.outfit-selection-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.outfit-selection-heading span{color:var(--accent,#d6b36a);letter-spacing:2px;text-transform:uppercase;font-size:.65rem;font-weight:700}.outfit-selection-heading h3{color:#fff;margin:5px 0 0;font-size:1.4rem}.outfit-selection-heading strong{color:#aaa;text-transform:uppercase;font-size:.75rem}.outfit-selection-list{gap:12px;padding-bottom:10px;display:flex;overflow-x:auto}.outfit-selection-item{background:#191919;border:1px solid #ffffff1a;border-radius:12px;grid-template-columns:58px 1fr 30px;align-items:center;gap:12px;min-width:245px;padding:9px;display:grid}.outfit-selection-item img{object-fit:contain;background:#fff;border-radius:8px;width:58px;height:68px;padding:4px}.outfit-selection-item span{color:var(--accent,#d6b36a);letter-spacing:1.5px;text-transform:uppercase;font-size:.55rem;font-weight:700}.outfit-selection-item h4{color:#fff;margin:4px 0 0;font-size:.85rem}.outfit-selection-item button{color:#aaa;cursor:pointer;background:0 0;border:0;font-size:1.5rem}.outfit-selection-item button:hover{color:#fff}.send-outfits-whatsapp{border:1px solid var(--accent,#d6b36a);background:var(--accent,#d6b36a);color:#111;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;border-radius:9px;width:100%;margin-top:12px;padding:16px 20px;font-weight:800}.send-outfits-whatsapp:hover{color:var(--accent,#d6b36a);background:0 0}.booking-outfit-list{gap:10px;max-height:340px;padding-right:4px;display:grid;overflow-y:auto}.outfit-selection-item>div{min-width:0}.outfit-selection-item h4{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.outfit-selection-heading strong{white-space:nowrap}.site-footer{color:#8f8f8f;letter-spacing:1.5px;text-align:center;text-transform:uppercase;background:#080808;border-top:1px solid #ffffff1a;justify-content:center;align-items:center;gap:6px;width:100%;padding:24px 20px;font-size:.68rem;display:flex}.site-footer strong{color:var(--accent,#d6b36a);font-weight:700}.about-measurements{border-top:1px solid #ffffff1f;margin-top:34px;padding-top:30px}.measurements-heading{align-items:center;gap:12px;margin-bottom:18px;display:flex}.measurements-heading span{background:var(--accent);flex-shrink:0;width:32px;height:1px}.measurements-heading p{color:var(--accent-light);letter-spacing:3px;margin:0;font-size:.66rem;font-weight:700}.measurements-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;display:grid}.measurement-card{background:#ffffff09;border:1px solid #ffffff1a;border-radius:14px;min-width:0;padding:18px 20px;transition:transform .3s,border-color .3s,background .3s;position:relative;overflow:hidden}.measurement-card:before{content:"";background:var(--accent);width:28px;height:2px;position:absolute;top:0;left:20px}.measurement-card:last-child{grid-column:1/-1}.measurement-card dt{color:#909090;letter-spacing:1.8px;text-transform:uppercase;margin-bottom:8px;font-size:.66rem;font-weight:700}.measurement-card dd{color:#fff;letter-spacing:.5px;margin:0;font-family:Barlow Condensed,sans-serif;font-size:1.45rem;font-weight:500}.measurement-card:hover{background:#d6b36a14;border-color:#d6b36a66;transform:translateY(-4px)}.photo-work-card img{object-position:center 12%;transform-origin:50% 15%}.photo-work-card.featured-photo img{object-position:center 8%}.photo-work-card:hover img{filter:brightness(.86);transform:scale(1.025)}.video-thumbnail{isolation:isolate;background:radial-gradient(circle,#d6b36a1a,#0000 62%),#050505}.video-thumbnail:before{content:"";z-index:0;background-image:var(--video-poster,none);filter:blur(20px)brightness(.52);opacity:.68;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:-24px;transform:scale(1.08)}.video-card-preview{z-index:1;object-fit:contain;object-position:center;pointer-events:none;background:0 0;width:100%;height:100%;transition:filter .45s,transform .45s;display:block;position:absolute;inset:0}.video-dark-layer{z-index:2;background:linear-gradient(#00000005 0%,#0000001f 55%,#00000080 100%)}.video-play-button,.video-number{z-index:3}.video-work-card:hover .video-card-preview,.video-work-card:focus .video-card-preview{filter:brightness(.82);transform:scale(1.01)}.journey-active-video{z-index:0;background:#080808}.journey-video-shade{z-index:1;pointer-events:none}.journey-video-caption{z-index:2}.journey-pause-button{z-index:5}.journey-video-loader{z-index:4;color:var(--accent-light);pointer-events:none;background:#050505c7;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.journey-video-loader span{border:2px solid #ffffff2e;border-top-color:var(--accent-light);border-radius:50%;width:34px;height:34px;animation:.7s linear infinite journey-loader-spin}.journey-video-loader p{letter-spacing:2px;text-transform:uppercase;margin:0;font-size:.55rem;font-weight:800}@keyframes journey-loader-spin{to{transform:rotate(360deg)}}.contact-layout{gap:32px}.contact-form{flex-direction:column;gap:22px;display:flex}.form-row{gap:18px}.form-group{flex-direction:column;gap:9px;margin:0;display:flex}.form-group label{margin:0;line-height:1.4}.form-group input,.form-group select,.form-group textarea{margin:0;padding:14px 16px;line-height:1.5}.form-group textarea{min-height:135px;line-height:1.65}.booking-outfit-list{gap:14px;display:grid}.booking-outfit-preview{grid-template-columns:65px minmax(0,1fr);gap:14px;padding:12px 54px 12px 12px;position:relative}.booking-outfit-preview img{object-fit:cover;width:65px;height:78px}.booking-outfit-copy{min-width:0}.booking-outfit-copy span{margin-bottom:7px}.booking-outfit-copy strong{overflow-wrap:anywhere;line-height:1.35;display:block}.booking-outfit-remove{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff29;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;transition:color .25s,background .25s,border-color .25s,transform .25s;display:grid;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.booking-outfit-remove span{color:inherit;letter-spacing:0;margin:0;font-size:1.3rem;font-weight:300;line-height:1}.booking-outfit-remove:hover{color:#fff;background:#b84d4d;border-color:#d96a6a;transform:translateY(-50%)scale(1.08)}.booking-outfit-remove:focus-visible{outline:2px solid var(--accent-light);outline-offset:3px}.video-preview-wrapper{background:radial-gradient(circle,#dab8701f,#080808f5 70%);position:absolute;inset:0;overflow:hidden}.video-card-preview{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .35s,transform .5s;display:block;position:absolute;inset:0;transform:scale(1.02)}.video-preview-wrapper.video-is-ready .video-card-preview{opacity:1;transform:scale(1)}.video-preview-loading{z-index:0;background:linear-gradient(110deg,#ffffff03 20%,#ffffff12 40%,#ffffff03 60%) 0 0/220% 100%;transition:opacity .25s;animation:1.4s linear infinite video-loading-shimmer;position:absolute;inset:0}.video-preview-wrapper.video-is-ready .video-preview-loading{opacity:0;pointer-events:none;animation:none}@keyframes video-loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.video-dark-layer{z-index:2;pointer-events:none;position:absolute;inset:0}.video-play-button,.video-number{z-index:3;position:absolute}.video-work-card{cursor:pointer;position:relative;overflow:hidden}.video-thumbnail{position:relative;overflow:hidden}.video-play-button{z-index:8;color:#fff;-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#0a0a0a7a;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;padding:0;transition:transform .3s,background .3s,border-color .3s,box-shadow .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 35px #00000052,inset 0 1px #ffffff1f}.video-play-button svg{fill:currentColor;width:30px;height:30px;transform:translate(2px)}.video-work-card:hover .video-play-button{color:#111;background:#ead49b;border-color:#ead49b;transform:translate(-50%,-50%)scale(1.08);box-shadow:0 15px 40px #0006,0 0 25px #ead49b33}.video-play-button:active{transform:translate(-50%,-50%)scale(.94)}.video-play-button:focus-visible{outline-offset:4px;outline:2px solid #ead49b}.video-number{z-index:7}.video-card-information{justify-content:flex-start;align-items:flex-start;display:flex}.video-card-information>div{width:100%}.video-card-information p{margin-bottom:8px}.video-card-information h2{margin:0}.watch-label,.video-badge,.video-tag,.reel-badge{display:none!important}@media screen and (width<=650px){*,:before,:after{box-sizing:border-box!important}html,body,#root{width:100%!important;min-width:0!important;max-width:none!important;min-height:100%!important;margin:0!important;padding:0!important;overflow-x:hidden!important}body{background:#080808!important}.navbar{z-index:1000!important;border-radius:14px!important;width:auto!important;max-width:none!important;min-height:56px!important;margin:0!important;padding:0 15px!important;position:fixed!important;top:10px!important;left:10px!important;right:10px!important;transform:none!important}.logo{letter-spacing:1.7px!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:calc(100% - 52px)!important;font-size:.92rem!important;overflow:hidden!important}.menu-button{z-index:1003!important;background:0 0!important;border:0!important;flex-direction:column!important;flex-shrink:0!important;justify-content:space-between!important;width:28px!important;height:21px!important;padding:0!important;display:flex!important;position:relative!important}.menu-button span{background:#fff!important;width:100%!important;height:2px!important;display:block!important}.menu-button.open span:first-child{transform:translateY(9.5px)rotate(45deg)!important}.menu-button.open span:nth-child(2){opacity:0!important}.menu-button.open span:last-child{transform:translateY(-9.5px)rotate(-45deg)!important}.nav-links{z-index:1001!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:#070707fc!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;width:100%!important;height:100dvh!important;padding:85px 20px 30px!important;display:flex!important;position:fixed!important;inset:0!important;transform:translateY(-12px)!important}.nav-links.show{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.nav-links a{color:#fff!important;border-bottom:1px solid #ffffff17!important;width:100%!important;padding:13px 0!important;font-size:1.9rem!important;line-height:1!important}.hero{background-image:url(/images/cover1.jpeg)!important;background-position:60%!important;background-repeat:no-repeat!important;background-size:cover!important;width:100%!important;max-width:none!important;height:100svh!important;min-height:100svh!important;margin:0!important;padding:0!important;display:block!important;position:relative!important;overflow:hidden!important}.hero-overlay,.hero-grid{position:absolute!important;inset:0!important}.hero-overlay{z-index:1!important;background:linear-gradient(#0000 18%,#05050559 42%,#050505e6 75%,#050505 100%)!important}.hero-content{z-index:3!important;opacity:1!important;visibility:visible!important;width:auto!important;max-width:none!important;margin:0!important;padding:0!important;position:absolute!important;bottom:22px!important;left:18px!important;right:18px!important;transform:none!important}.hero-content h1{letter-spacing:-1px!important;margin:0!important;font-size:clamp(3.1rem,15vw,4.25rem)!important;line-height:.78!important}.hero-description{max-width:100%!important;margin-bottom:12px!important;font-size:.66rem!important;line-height:1.45!important}.hero-buttons{grid-template-columns:1fr!important;gap:7px!important;display:grid!important}.hero-buttons .main-button,.hero-buttons .outline-button{width:100%!important;min-height:38px!important;padding:10px 14px!important}.social-links,.scroll-indicator{display:none!important}.section-shell,.page-container{width:100%!important;min-width:0!important;max-width:none!important;padding-left:16px!important;padding-right:16px!important}.section-shell{padding-top:75px!important;padding-bottom:75px!important}.page-container{min-height:100svh!important;padding-top:88px!important;padding-bottom:55px!important}.section-title{margin-bottom:26px!important}.section-title h2{font-size:clamp(2.7rem,13vw,3.8rem)!important;line-height:.92!important}.portfolio-grid,.photo-work-grid,.outfit-grid,.outfit-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-flow:row!important;gap:9px!important;width:100%!important;display:grid!important}.portfolio-grid,.photo-work-grid{grid-auto-rows:clamp(225px,65vw,290px)!important}.photo-work-card.featured-photo,.featured-card.large,.featured-card.wide{grid-area:span 1/span 1!important}.portfolio-card,.photo-work-card,.outfit-card,.outfit-gallery-card{border-radius:12px!important;min-width:0!important;overflow:hidden!important}.portfolio-card img,.photo-work-card img,.outfit-card img,.outfit-gallery-card img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.work-card-overlay{padding:12px!important}.work-card-overlay h2{font-size:1.25rem!important}.work-card-overlay p{letter-spacing:1.5px!important;font-size:.5rem!important}.outfit-image-wrap,.outfit-gallery-image{height:clamp(210px,58vw,255px)!important}.outfit-information,.outfit-gallery-information{padding:11px!important}.outfit-information h2,.outfit-gallery-information h2{overflow-wrap:anywhere!important;margin-bottom:8px!important;font-size:clamp(1.05rem,4.8vw,1.35rem)!important;line-height:1!important}.outfit-gallery-information>div{margin-bottom:8px!important}.outfit-gallery-information p{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;font-size:.62rem!important;line-height:1.45!important;display:-webkit-box!important;overflow:hidden!important}.outfit-category-label,.outfit-selected-badge{letter-spacing:.8px!important;padding:5px 7px!important;font-size:.43rem!important;top:9px!important}.outfit-category-label{left:9px!important}.outfit-selected-badge{right:9px!important}.outfit-hover-content{display:none!important}.mobile-select-outfit{white-space:nowrap!important;min-height:34px!important;margin-top:10px!important;padding:8px 5px!important;font-size:.48rem!important;display:block!important}.featured-grid,.testimonial-grid,.video-work-grid,.stats-section,.form-row,.about-layout,.contact-layout,.work-type-switcher{grid-template-columns:1fr!important}.category-filter,.outfit-category-filter,.filter-row{scrollbar-width:none!important;flex-wrap:nowrap!important;overflow-x:auto!important}.category-filter button,.outfit-category-filter button,.filter-row button{flex-shrink:0!important}}@media screen and (width<=390px){.hero-content{bottom:17px!important;left:15px!important;right:15px!important}.hero-content h1{font-size:3rem!important}.section-shell,.page-container{padding-left:12px!important;padding-right:12px!important}.portfolio-grid,.photo-work-grid,.outfit-grid,.outfit-gallery{gap:7px!important}}@media screen and (width<=1050px){.timeline-section{grid-template-columns:minmax(230px,.6fr) 1.4fr;gap:50px}.timeline article{grid-template-columns:115px 1fr;gap:25px;padding:28px}.timeline article>div{padding-left:24px}}@media screen and (width<=760px){.timeline-section{gap:40px;width:100%;margin-top:80px;display:grid;grid-template-columns:1fr!important}.timeline-section>.section-title{max-width:100%;margin-bottom:0;position:relative;top:auto}.timeline-section>.section-title h2{font-size:clamp(3.5rem,16vw,5rem);line-height:.86}.timeline-section>.section-title:after{margin-top:22px}.timeline{width:100%;margin:0;padding-left:28px}.timeline:before{left:6px}.timeline article{border-radius:17px;min-height:0;margin-bottom:15px;display:grid;grid-template-columns:1fr!important;gap:18px!important;padding:24px!important}.timeline article:hover{transform:translate(4px)}.timeline article:before{top:34px;left:-28px}.timeline article>strong{font-size:2.8rem}.timeline article>div{border-left:0;padding:0}.timeline article h3{margin-bottom:8px;font-size:1rem}.timeline article p{font-size:.88rem;line-height:1.65}.journey-section{width:100%;padding:85px 16px 70px}.journey-heading{margin-bottom:38px}.journey-heading>p{margin-bottom:13px;font-size:.6rem}.journey-heading h2{letter-spacing:-1.5px;font-size:clamp(3.6rem,17vw,5rem);line-height:.84}.journey-heading>span{margin-top:20px;font-size:.82rem;line-height:1.65}.journey-stage{gap:22px;width:100%;display:grid;grid-template-columns:1fr!important}.journey-media{z-index:10;border-radius:18px;width:100%;height:42svh;min-height:300px;max-height:390px;position:sticky;top:72px}.journey-video-information{bottom:48px;left:22px;right:22px}.journey-video-information span{margin-bottom:7px;font-size:.52rem}.journey-video-information strong{font-size:4rem}.journey-video-information h3{margin-top:7px;font-size:.86rem}.journey-video-progress{gap:5px;bottom:19px;left:22px;right:22px}.journey-list{gap:13px}.journey-card{opacity:.72;border-radius:17px;min-height:235px;padding:24px!important}.journey-card:hover,.journey-card:focus,.journey-card.active{opacity:1;transform:none}.journey-card-number{top:23px;right:24px}.journey-card>strong{font-size:3.8rem}.journey-card-copy{padding-top:20px}.journey-card-copy h3{margin-bottom:7px;font-size:.98rem}.journey-card-copy p{font-size:.84rem;line-height:1.6}}@media screen and (width<=390px){.journey-section{padding-left:12px;padding-right:12px}.journey-media{height:38svh;min-height:280px;top:68px}.journey-card{min-height:220px}}@media screen and (width<=760px){.journey-section,.journey-stage{overflow:visible!important}.journey-stage{width:100%!important;display:block!important}.journey-media{transform:translateZ(0);z-index:30!important;border-radius:18px!important;width:100%!important;height:clamp(280px,40svh,360px)!important;min-height:0!important;max-height:none!important;margin-bottom:24px!important;display:block!important;position:sticky!important;top:72px!important;overflow:hidden!important}.journey-video{object-fit:cover!important;visibility:visible!important;opacity:1!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.journey-list{z-index:1;flex-direction:column;gap:14px;width:100%;position:relative;display:flex!important}.journey-card{scroll-margin-top:460px;width:100%!important}}@media screen and (width<=390px){.journey-media{height:280px!important;top:68px!important}.journey-card{scroll-margin-top:370px}}.contact-link{color:#fff;overflow-wrap:anywhere;align-items:center;gap:8px;font-weight:700;text-decoration:none;transition:color .3s,transform .3s;display:inline-flex}.contact-link:after{content:"↗";color:var(--accent-light);font-size:.85rem;transition:transform .3s}.contact-link:hover{color:var(--accent-light);transform:translate(4px)}.contact-link:hover:after{transform:translate(2px,-2px)}@media screen and (width<=650px){.reel-section{aspect-ratio:16/10!important;width:100%!important;height:auto!important;min-height:0!important;overflow:hidden!important}.reel-section video{object-fit:cover!important;object-position:center 35%!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.reel-overlay{background:linear-gradient(#0000001f,#000000b8)!important;position:absolute!important;inset:0!important}.reel-content{z-index:2!important;text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;padding:22px 18px!important;display:flex!important;position:relative!important}.reel-content .section-label,.reel-content>p{letter-spacing:3px!important;margin-bottom:10px!important;font-size:.55rem!important}.reel-content h2{letter-spacing:-1px!important;max-width:340px!important;margin:0!important;font-size:clamp(2.1rem,10vw,2.9rem)!important;line-height:.9!important}.reel-content .main-button{width:auto!important;min-width:175px!important;margin-top:18px!important;padding:12px 24px!important;font-size:.62rem!important}}@media screen and (width<=390px){.reel-section{aspect-ratio:16/11!important}.reel-content h2{font-size:2.15rem!important}}@media screen and (width<=650px){.reel-section{aspect-ratio:auto!important;background:#000!important;width:100%!important;height:clamp(235px,62vw,285px)!important;min-height:0!important;max-height:285px!important;margin:0!important;padding:0!important;display:block!important;position:relative!important;overflow:hidden!important}.reel-section video,.reel-section>video,.reel-video{object-fit:cover!important;object-position:center 35%!important;transform-origin:50%!important;width:100%!important;min-width:100%!important;max-width:none!important;height:100%!important;min-height:100%!important;max-height:none!important;display:block!important;position:absolute!important;inset:0!important;transform:scale(1.12)!important}.reel-video-wrapper{width:100%!important;height:100%!important;position:absolute!important;inset:0!important;overflow:hidden!important}.reel-overlay{z-index:1!important;background:linear-gradient(90deg,#00000040,#00000073),linear-gradient(#00000014,#000000b8)!important;position:absolute!important;inset:0!important}.reel-content{z-index:2!important;text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;padding:20px 18px!important;display:flex!important;position:absolute!important;inset:0!important}.reel-content .section-label,.reel-content>p{letter-spacing:3px!important;margin:0 0 9px!important;font-size:.52rem!important}.reel-content h2{letter-spacing:-1px!important;max-width:310px!important;margin:0!important;font-size:clamp(2rem,9vw,2.7rem)!important;line-height:.92!important}.reel-content .main-button{width:auto!important;min-width:165px!important;margin-top:17px!important;padding:11px 22px!important;font-size:.58rem!important}}@media screen and (width<=390px){.reel-section{height:235px!important}.reel-content h2{max-width:280px!important;font-size:2rem!important}.reel-content .main-button{margin-top:14px!important}}@media screen and (width<=650px){.instagram-section{flex-direction:column;align-items:flex-start;gap:35px;width:100%;min-height:0;padding:55px 18px}.instagram-copy{width:100%}.instagram-copy>p{letter-spacing:3px;margin-bottom:14px;font-size:.55rem}.instagram-copy h2{letter-spacing:-2px;font-size:clamp(3.6rem,16vw,5rem);line-height:.86}.instagram-copy>span{max-width:330px;margin-top:22px;font-size:.82rem;line-height:1.65}.instagram-button{width:100%;min-width:0;padding:15px 20px}.instagram-background-mark{opacity:.65;font-size:18rem;top:42%;right:-25px}}@media screen and (width<=390px){.instagram-section{padding-left:14px;padding-right:14px}.instagram-copy h2{font-size:3.4rem}}@media screen and (width<=650px){.stats-section{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;gap:0!important;width:100%!important;min-height:0!important;padding:14px 8px!important;display:grid!important}.stat{border-bottom:0!important;border-right:1px solid #ffffff1a!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-width:0!important;min-height:95px!important;padding:14px 4px!important;display:flex!important}.stat:last-child{border-right:0!important}.stat strong{margin:0 0 8px!important;font-size:clamp(1.75rem,7.5vw,2.4rem)!important;line-height:1!important}.stat span{letter-spacing:.7px!important;text-align:center!important;white-space:normal!important;max-width:75px!important;margin:0 auto!important;font-size:.4rem!important;line-height:1.35!important}.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-rows:clamp(175px,52vw,220px)!important;gap:7px!important;width:100%!important;display:grid!important}.featured-card,.featured-card.large,.featured-card.wide{border-radius:11px!important;grid-area:span 1/span 1!important;min-width:0!important}.featured-grid .featured-card:nth-child(n+4){display:none!important}.featured-card img{object-fit:cover!important;object-position:center top!important;width:100%!important;height:100%!important;display:block!important}.featured-card .image-overlay{background:linear-gradient(#0000 32%,#000000d1)!important;padding:10px 8px!important}.featured-card .image-overlay p{letter-spacing:.8px!important;margin:0 0 3px!important;font-size:.38rem!important}.featured-card .image-overlay h3{margin:0!important;font-size:.8rem!important;line-height:1!important}.center-link{margin-top:22px!important}}@media screen and (width<=390px){.stats-section{padding-left:4px!important;padding-right:4px!important}.stat{padding-left:2px!important;padding-right:2px!important}.stat strong{font-size:1.7rem!important}.stat span{letter-spacing:.4px!important;max-width:65px!important;font-size:.36rem!important}.featured-grid{grid-auto-rows:175px!important;gap:5px!important}.featured-card .image-overlay h3{font-size:.72rem!important}}@media screen and (width<=650px){.featured-work-section{margin-bottom:0!important;padding-bottom:8px!important}.featured-work-section .center-link{margin-top:18px!important;margin-bottom:0!important;padding-bottom:0!important}.featured-work-section+.stats-section{margin-top:0!important}.video-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;display:grid!important}.video-work-card{border-radius:13px!important;min-width:0!important;overflow:hidden!important}.video-thumbnail{width:100%!important;height:clamp(250px,70vw,300px)!important}.video-thumbnail img{object-fit:cover!important;object-position:center top!important;width:100%!important;height:100%!important;display:block!important}.video-play-button{width:46px!important;height:46px!important;font-size:.78rem!important}.video-number{font-size:2rem!important;bottom:9px!important;right:12px!important}.video-card-information{min-height:85px;flex-direction:column!important;justify-content:space-between!important;align-items:flex-start!important;gap:8px!important;padding:13px 11px!important;display:flex!important}.video-card-information p{letter-spacing:1px!important;margin-bottom:5px!important;font-size:.42rem!important}.video-card-information h2{font-size:1.05rem!important;line-height:1!important}.watch-label{letter-spacing:.8px!important;font-size:.43rem!important}.video-modal{z-index:9999!important;background:#000!important;width:100%!important;height:100dvh!important;padding:0!important;position:fixed!important;inset:0!important}.video-modal-content{border:0!important;border-radius:0!important;flex-direction:column!important;justify-content:center!important;width:100%!important;height:100dvh!important;max-height:none!important;padding:58px 8px 14px!important;display:flex!important;overflow-y:auto!important}.video-modal-content>video{object-fit:contain!important;background:#000!important;border-radius:0!important;width:100%!important;height:auto!important;max-height:72dvh!important;display:block!important}.video-close-button{width:42px!important;height:42px!important;position:fixed!important;top:13px!important;right:13px!important}.video-modal-footer{flex-direction:column!important;align-items:stretch!important;gap:13px!important;width:100%!important;padding:16px 8px 0!important}.video-modal-title h2{font-size:1.6rem!important}.video-fullscreen-button{width:100%!important;padding:13px 18px!important}}@media screen and (width<=390px){.video-work-grid{gap:6px!important}.video-thumbnail{height:245px!important}.video-card-information{min-height:80px;padding:11px 9px!important}.video-card-information h2{font-size:.95rem!important}}@media screen and (width<=650px){.video-card-preview{object-fit:cover!important;object-position:center top!important;width:100%!important;height:100%!important}.category-filter{flex-wrap:unset!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;width:100%!important;margin-bottom:28px!important;padding:0!important;display:grid!important;overflow:visible!important}.category-filter button{letter-spacing:.35px!important;text-align:center!important;white-space:normal!important;border-radius:100px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:40px!important;padding:8px 3px!important;font-size:.48rem!important;line-height:1.2!important;display:flex!important}}@media screen and (width<=390px){.category-filter{gap:4px!important}.category-filter button{letter-spacing:.2px!important;min-height:38px!important;padding:7px 2px!important;font-size:.43rem!important}}@media screen and (width<=650px){.featured-card img,.featured-card .featured-video{object-fit:cover!important;object-position:center top!important;width:100%!important;height:100%!important;display:block!important}.featured-video-badge{letter-spacing:.5px!important;padding:6px 8px!important;font-size:.4rem!important;top:8px!important;right:8px!important}.featured-video-badge span{font-size:.45rem!important}.featured-project-link{z-index:4!important;opacity:1!important;pointer-events:auto!important;align-items:center!important;max-height:none!important;margin-top:7px!important;display:inline-flex!important;position:relative!important;overflow:visible!important}.work-type-switcher{border-radius:15px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;width:100%!important;max-width:none!important;padding:5px!important;display:grid!important}.work-type-switcher button{letter-spacing:.35px!important;white-space:normal!important;border-radius:11px!important;min-width:0!important;min-height:50px!important;padding:9px 4px!important;font-size:.48rem!important;line-height:1.2!important}.work-type-switcher button span{margin:0 0 4px!important;font-size:.45rem!important;display:block!important}.brand-card-copy h2{font-size:clamp(1.45rem,7vw,2rem);line-height:.95}.brand-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;width:100%!important;display:grid!important}.brand-text-card{border-radius:13px!important;min-height:145px!important;padding:16px!important}.brand-text-card:before{bottom:14px!important;left:16px!important;right:16px!important}.brand-card-number{font-size:.48rem!important;top:14px!important;right:15px!important}.brand-card-copy{padding-bottom:15px!important}.brand-card-copy p{letter-spacing:.7px!important;margin-bottom:7px!important;font-size:.36rem!important;line-height:1.3!important}.brand-card-copy h2{letter-spacing:-.4px!important;max-width:100%!important;font-size:clamp(1.35rem,6.5vw,1.85rem)!important;line-height:.9!important}.brand-text-card:hover{transform:none}}@media screen and (width<=390px){.brand-work-grid{gap:5px!important}.brand-text-card{min-height:135px!important;padding:14px!important}.brand-card-copy h2{font-size:1.3rem!important}}@media screen and (width<=650px){.brand-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.brand-text-card{border-radius:14px!important;min-height:150px!important;padding:17px!important}.brand-text-card:before{left:16px!important;right:16px!important}.brand-card-number{font-size:3rem!important;top:10px!important;right:12px!important}.brand-card-copy p{letter-spacing:.8px!important;margin-bottom:7px!important;font-size:.34rem!important}.brand-card-copy h2{font-size:clamp(1.35rem,6.5vw,1.9rem)!important;line-height:.9!important}.brand-text-card:hover{transform:none}.photo-lightbox{background:#000!important;width:100%!important;height:100dvh!important;padding:0!important}.photo-lightbox-content{border:0!important;border-radius:0!important;width:100%!important;height:100dvh!important}.photo-lightbox-stage{width:100%!important;height:100%!important;padding:65px 8px 110px!important}.photo-lightbox-stage img{object-fit:contain!important;width:100%!important;height:100%!important}.photo-lightbox-close{width:42px!important;height:42px!important;position:fixed!important;top:13px!important;right:13px!important}.photo-lightbox-arrow{color:#111!important;background:#debb73e0!important;width:43px!important;height:43px!important;font-size:1rem!important;position:fixed!important}.photo-lightbox-previous{left:9px!important}.photo-lightbox-next{right:9px!important}.photo-lightbox-information{border-radius:13px!important;padding:13px 15px!important;position:fixed!important;bottom:13px!important;left:12px!important;right:12px!important}.photo-lightbox-information p{font-size:.44rem!important}.photo-lightbox-information h2{font-size:1.25rem!important}.photo-lightbox-information>span{font-size:.95rem!important}.hero+.featured-work-section{margin-top:0!important;padding-top:28px!important}.featured-work-section .section-title{margin-top:0!important}.journey-carousel-section{margin-top:80px!important}.journey-carousel-heading{margin-bottom:35px!important}.journey-carousel-heading h2{letter-spacing:-1.5px!important;font-size:clamp(3.6rem,16vw,5rem)!important;line-height:.84!important}.journey-carousel-heading>span{margin-top:20px!important;font-size:.82rem!important;line-height:1.65!important}.journey-video-frame{aspect-ratio:auto!important;border-radius:18px!important;width:100%!important;height:430px!important}.journey-active-video{object-fit:cover!important;object-position:center top!important}.journey-video-caption{bottom:22px!important;left:21px!important;right:21px!important}.journey-video-caption strong{font-size:4rem!important}.journey-video-caption h3{font-size:.9rem!important}.journey-pause-button{padding:8px 11px!important;font-size:.48rem!important;top:14px!important;right:14px!important}.journey-year-navigation{gap:4px!important;margin:13px 0!important}.journey-year-navigation small{letter-spacing:.5px!important;font-size:.5rem!important}.journey-message-card{border-radius:17px!important;flex-direction:column!important;justify-content:space-between!important;align-items:flex-start!important;gap:22px!important;min-height:215px!important;padding:24px!important;display:flex!important}.journey-message-card>strong{font-size:4rem!important}.journey-message-copy{border-top:1px solid #ffffff1f!important;border-left:0!important;width:100%!important;padding:20px 0 0!important}.journey-message-copy h3{font-size:1rem!important}.journey-message-copy span{font-size:.84rem!important;line-height:1.6!important}.about-story-layout{grid-template-columns:1fr!important;gap:16px!important;display:grid!important}.about-story-card{width:100%!important;height:520px!important}.about-flip-face{border-radius:18px!important}.about-flip-back{padding:25px!important}.about-story-decoration{font-size:9rem!important;top:20px!important;right:-4px!important}.about-story-copy>p{margin-bottom:12px!important;font-size:.5rem!important}.about-story-copy h2{margin-bottom:19px!important;font-size:clamp(3.3rem,15vw,4.5rem)!important;line-height:.84!important}.about-story-copy>span{font-size:.8rem!important;line-height:1.65!important}.about-photo-label{bottom:25px!important;left:20px!important;right:20px!important}.about-story-toggle{min-width:105px!important;padding:9px 12px!important;font-size:.48rem!important;top:13px!important;right:13px!important}.about-story-progress{bottom:12px!important;left:20px!important;right:20px!important}.about-profile-panel{border-radius:18px!important;padding:24px!important}.about-profile-panel>h2{margin-top:15px!important;font-size:clamp(2.8rem,13vw,4rem)!important}.about-profile-panel .profile-details{margin-top:22px!important}}@media screen and (width<=390px){.about-story-card{height:500px!important}.about-flip-back{padding:22px!important}.about-story-copy h2{font-size:3.2rem!important}.about-story-copy>span{font-size:.75rem!important}}@media screen and (width<=650px){.about-page>.section-title{margin-bottom:25px!important}.about-page .about-story-layout{gap:10px!important;margin-bottom:0!important}.about-page .about-story-copy>span{color:#ffffffeb!important;border-left-width:2px!important;border-radius:0 10px 10px 0!important;padding:12px 14px!important;font-size:.82rem!important;line-height:1.62!important}.about-page .about-profile-panel{margin-bottom:0!important}.about-page .journey-carousel-section{margin-top:10px!important}.about-page .journey-carousel-heading{margin-top:0!important;margin-bottom:25px!important}}@media screen and (width<=390px){.about-page .about-story-copy>span{padding:10px 12px!important;font-size:.76rem!important;line-height:1.55!important}.about-page .journey-carousel-section{margin-top:24px!important}}@media screen and (width<=650px){.about-page .about-flip-back{justify-content:center!important;align-items:center!important;padding:22px!important}.about-page .about-story-copy{text-align:center!important;width:100%!important;max-width:100%!important}.about-page .about-story-copy h2{text-align:center!important;margin-bottom:18px!important;font-size:clamp(3rem,14vw,4rem)!important}.about-page .about-story-copy>span{color:#fff!important;text-align:center!important;width:100%!important;padding:15px 13px!important;font-size:.95rem!important;font-weight:400!important;line-height:1.65!important}}@media screen and (width<=390px){.about-page .about-story-copy h2{font-size:2.8rem!important}.about-page .about-story-copy>span{padding:13px 10px!important;font-size:.88rem!important;line-height:1.58!important}}@media (width<=768px){.about-measurements{margin-top:28px;padding-top:24px}.measurements-heading{gap:10px;margin-bottom:16px}.measurements-heading span{width:26px}.measurements-heading p{letter-spacing:2.4px;font-size:.6rem}.measurements-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.measurement-card{border-radius:12px;min-height:88px;padding:16px 14px}.measurement-card:before{width:24px;left:14px}.measurement-card dt{letter-spacing:1.3px;margin-bottom:7px;font-size:.58rem}.measurement-card dd{font-size:1.25rem}.measurement-card:hover{transform:none}}@media screen and (width<=650px){.photo-work-card img{object-fit:cover!important;object-position:center top!important;transform-origin:top!important}.video-card-preview{object-fit:contain!important;object-position:center!important;background:0 0!important}.video-work-card:hover .video-card-preview,.video-work-card:focus .video-card-preview{transform:none!important}.featured-video-badge{display:none!important}.video-play-button{color:#111!important;background:var(--accent-light)!important;letter-spacing:.8px!important;border:0!important;border-radius:100px!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:auto!important;height:auto!important;padding:7px 10px!important;font-size:.48rem!important;font-weight:800!important;display:inline-flex!important;position:absolute!important;top:10px!important;left:auto!important;right:10px!important;transform:none!important}.video-play-button span{margin:0!important;font-size:.52rem!important;line-height:1!important}.video-play-button:after{content:"REEL";line-height:1!important}.video-work-card:hover .video-play-button{transform:none!important}}@media screen and (width<=768px){.contact-form{gap:18px!important}.form-row{gap:16px!important}.form-group{gap:8px!important}.form-group input,.form-group select,.form-group textarea{padding:13px 14px!important;line-height:1.5!important}.booking-outfit-list{gap:12px!important}.booking-outfit-preview{grid-template-columns:56px minmax(0,1fr)!important;gap:11px!important;padding:10px 48px 10px 10px!important}.booking-outfit-preview img{width:56px!important;height:68px!important}.booking-outfit-remove{width:30px!important;height:30px!important;right:9px!important}}@media (width<=768px){.navbar{width:auto!important;position:fixed!important;top:10px!important;left:10px!important;right:10px!important}.navbar:has(.nav-links.show){-webkit-backdrop-filter:none!important;z-index:9999!important;background:#050505!important;border:0!important;border-radius:0!important;width:100vw!important;max-width:none!important;height:100dvh!important;margin:0!important;padding:0!important;position:fixed!important;inset:0!important;transform:none!important}.navbar .nav-links.show{opacity:1!important;visibility:visible!important;background:#050505!important;border:0!important;border-radius:0!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;max-width:none!important;height:100dvh!important;margin:0!important;padding:100px 20px 30px!important;display:flex!important;position:absolute!important;inset:0!important;transform:none!important}.navbar:has(.nav-links.show) .logo{z-index:10001!important;position:absolute!important;top:26px!important;left:20px!important}.navbar:has(.nav-links.show) .menu-button{z-index:10002!important;position:absolute!important;top:20px!important;right:20px!important}.navbar .nav-links.show a{text-align:left!important;border-bottom:1px solid #ffffff1f!important;width:100%!important;margin:0!important;padding:17px 0!important;font-size:2rem!important}.video-play-button{background:#0c0c0c85;width:60px;height:60px}.video-play-button svg{width:24px;height:24px}.video-card-information{min-height:105px;padding:20px 22px}.video-card-information p{letter-spacing:.16em;margin:0 0 8px;font-size:11px;line-height:1.4}.video-card-information h2{font-size:15px;line-height:1.35}}@media (width<=480px){.video-play-button{width:54px;height:54px}.video-play-button svg{width:22px;height:22px}.video-card-information{min-height:92px;padding:17px 14px}.video-card-information p{letter-spacing:.13em;font-size:9px}.video-card-information h2{font-size:13px}}:root{color:#fff;font-synthesis:none;text-rendering:optimizelegibility;background:#080808;font-family:Manrope,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#080808;min-width:320px;min-height:100vh;overflow-x:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{width:100%;display:block}
