.PhotoGallery-module__8bhRiq__galleryWrap{position:relative}.PhotoGallery-module__8bhRiq__galleryArrow{z-index:var(--z-elevated);border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-secondary);background:color-mix(in oklch,var(--bg-card)88%,transparent);-webkit-backdrop-filter:blur(12px)saturate(1.6);box-shadow:0 0 0 1px var(--border),0 3px 0 0 var(--keycap-ledge),inset 0 1px 0 0 color-mix(in oklch,var(--bg-card),white 50%),0 4px 12px #0000002e;cursor:pointer;transition:color var(--duration-fast)ease,background var(--duration-fast)ease,box-shadow 70ms ease,transform 70ms ease,opacity var(--duration-snappy)ease;border:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.PhotoGallery-module__8bhRiq__galleryArrowPrev{left:-52px}.PhotoGallery-module__8bhRiq__galleryArrowNext{right:-52px}.PhotoGallery-module__8bhRiq__galleryArrow:hover:not(:disabled){color:var(--text-primary);background:var(--bg-card-hover)}.PhotoGallery-module__8bhRiq__galleryArrow:active:not(:disabled){box-shadow:0 0 0 1px var(--border),0 1px 0 0 var(--keycap-ledge),inset 0 2px 4px #0000001f,0 2px 6px #0000002e;transform:translateY(calc(2px - 50%))}.PhotoGallery-module__8bhRiq__galleryArrow:disabled{opacity:0;pointer-events:none}@media (max-width:767px),(pointer:coarse){.PhotoGallery-module__8bhRiq__galleryArrow{display:none}.PhotoGallery-module__8bhRiq__galleryWrap:before,.PhotoGallery-module__8bhRiq__galleryWrap:after{content:"";pointer-events:none;z-index:1;opacity:0;width:56px;transition:opacity var(--duration-base)ease;position:absolute;top:0;bottom:0}.PhotoGallery-module__8bhRiq__galleryWrap:before{background:linear-gradient(to right,var(--bg-primary)0%,color-mix(in oklch,var(--bg-primary)70%,transparent)50%,transparent 100%);left:0}.PhotoGallery-module__8bhRiq__galleryWrap:after{background:linear-gradient(to left,var(--bg-primary)0%,color-mix(in oklch,var(--bg-primary)70%,transparent)50%,transparent 100%);right:0}.PhotoGallery-module__8bhRiq__galleryWrap[data-can-prev=true]:before,.PhotoGallery-module__8bhRiq__galleryWrap[data-can-next=true]:after{opacity:1}}.PhotoGallery-module__8bhRiq__gallery{gap:var(--space-3);padding:6px 6px var(--space-2);-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow:auto hidden}.PhotoGallery-module__8bhRiq__gallery::-webkit-scrollbar{display:none}@media (min-width:768px){.PhotoGallery-module__8bhRiq__gallery{gap:var(--space-4)}}.PhotoGallery-module__8bhRiq__item{cursor:pointer;border-radius:10px;flex-shrink:0;width:160px;height:210px;position:relative;overflow:hidden}.PhotoGallery-module__8bhRiq__item:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:10px}@media (min-width:768px){.PhotoGallery-module__8bhRiq__item{width:200px;height:260px}}.PhotoGallery-module__8bhRiq__image{object-fit:cover;transition:transform .5s var(--ease-out-expo)}.PhotoGallery-module__8bhRiq__item:hover .PhotoGallery-module__8bhRiq__image{transform:scale(1.04)}.PhotoGallery-module__8bhRiq__lightbox{z-index:var(--z-lightbox);background:color-mix(in oklch,var(--bg-primary)96%,transparent);-webkit-backdrop-filter:saturate(180%)blur(24px);cursor:zoom-out;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.PhotoGallery-module__8bhRiq__lbClose{z-index:var(--z-sticky);border-radius:var(--radius-full);width:36px;height:36px;color:var(--text-secondary);background:var(--bg-card);box-shadow:0 0 0 1px var(--border),0 3px 0 0 var(--keycap-ledge),inset 0 1px 0 0 color-mix(in oklch,var(--bg-card),white 50%),0 4px 12px #0000002e;cursor:pointer;transition:color var(--duration-fast)ease,background var(--duration-fast)ease,box-shadow 70ms ease,transform 70ms ease;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:20px;right:20px}.PhotoGallery-module__8bhRiq__lbClose:hover{color:var(--text-primary);background:var(--bg-card-hover)}.PhotoGallery-module__8bhRiq__lbClose:active,.PhotoGallery-module__8bhRiq__lbClosePressed{box-shadow:0 0 0 1px var(--border),0 1px 0 0 var(--keycap-ledge),inset 0 1px 0 0 color-mix(in oklch,var(--bg-card),white 20%);transform:translateY(2px)}.PhotoGallery-module__8bhRiq__lbContent{align-items:center;gap:var(--space-5);cursor:default;flex-direction:column;width:90vw;max-height:85vh;display:flex}@media (min-width:768px){.PhotoGallery-module__8bhRiq__lbContent{flex-direction:row;align-items:stretch;gap:0;width:100%;max-width:none;height:100vh;max-height:none}}.PhotoGallery-module__8bhRiq__lbImageWrap{aspect-ratio:3/4;border-radius:var(--radius-lg);flex-shrink:0;width:100%;max-width:380px;position:relative;overflow:hidden}@media (min-width:768px){.PhotoGallery-module__8bhRiq__lbImageWrap{background:var(--bg-card);border-radius:0;flex:none;width:auto;max-width:none;height:100vh}}.PhotoGallery-module__8bhRiq__lbImage{object-fit:cover;width:100%;height:100%;display:block}@media (min-width:768px){.PhotoGallery-module__8bhRiq__lbImage{object-fit:cover;width:100%;height:100%}}.PhotoGallery-module__8bhRiq__lbMeta{gap:var(--space-5);text-align:center;flex-direction:column;max-width:380px;display:flex}@media (min-width:768px){.PhotoGallery-module__8bhRiq__lbMeta{text-align:left;max-width:none;padding:var(--space-7)56px;flex:1;justify-content:center}}@media (min-width:1024px){.PhotoGallery-module__8bhRiq__lbMeta{padding:var(--space-8)72px}}.PhotoGallery-module__8bhRiq__lbMetaInner{gap:var(--space-2);flex-direction:column;display:flex;position:relative}.PhotoGallery-module__8bhRiq__lbCounter{font-family:var(--font-sans);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);font-weight:500}.PhotoGallery-module__8bhRiq__lbTitle{font-family:var(--font-serif);font-size:var(--text-xl);color:var(--text-primary);margin:0;font-weight:400;line-height:1.2}@media (min-width:768px){.PhotoGallery-module__8bhRiq__lbTitle{font-size:32px}}.PhotoGallery-module__8bhRiq__lbDescription{font-family:var(--font-sans);font-size:var(--text-base);color:var(--text-secondary);max-width:80ch;min-height:5em;margin:0;font-weight:400;line-height:1.6}.PhotoGallery-module__8bhRiq__lbNav{align-items:center;gap:var(--space-2);justify-content:center;display:flex}@media (min-width:768px){.PhotoGallery-module__8bhRiq__lbNav{justify-content:flex-start}}.PhotoGallery-module__8bhRiq__lbNavBtn{border-radius:var(--radius-sm);height:32px;font-family:var(--font-sans);font-size:var(--text-sm);color:var(--text-secondary);background:var(--bg-card);box-shadow:0 0 0 1px var(--border),0 2px 0 0 var(--keycap-ledge),inset 0 1px 0 0 color-mix(in oklch,var(--bg-card),white 50%);cursor:pointer;transition:color var(--duration-fast)ease,background var(--duration-fast)ease,box-shadow 70ms ease,transform 70ms ease;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;gap:6px;padding:0 14px 2px;font-weight:500;display:inline-flex}.PhotoGallery-module__8bhRiq__lbNavBtn:hover{color:var(--text-primary);background:var(--bg-card-hover)}.PhotoGallery-module__8bhRiq__lbNavBtn:active,.PhotoGallery-module__8bhRiq__lbNavBtnPressed{box-shadow:0 0 0 1px var(--border),0 1px 0 0 var(--keycap-ledge),inset 0 1px 0 0 color-mix(in oklch,var(--bg-card),white 20%);transform:translateY(1px)}
.page-module__NfDiEG__page{max-width:var(--max-width);padding:0 var(--space-5);margin:0 auto;padding-bottom:72px}@media (min-width:768px){.page-module__NfDiEG__page{padding:0 var(--space-7);padding-bottom:0}}@media (min-width:1024px){.page-module__NfDiEG__page{padding:0 var(--space-8)}}.page-module__NfDiEG__hero{padding-top:var(--space-9);padding-bottom:var(--space-7)}@media (min-width:768px){.page-module__NfDiEG__hero{padding-top:100px}}.page-module__NfDiEG__heroContent{justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.page-module__NfDiEG__tagline{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:-.05em;font-size:40px;font-weight:400;line-height:1.12}.page-module__NfDiEG__tagline em{font-style:italic}@media (min-width:768px){.page-module__NfDiEG__tagline{font-size:var(--text-4xl)}}@media (min-width:1024px){.page-module__NfDiEG__tagline{font-size:64px}}.page-module__NfDiEG__logoMark{margin-top:var(--space-3);flex-shrink:0}.page-module__NfDiEG__contentLayout{flex-direction:column;display:flex}@media (min-width:768px){.page-module__NfDiEG__contentLayout{align-items:flex-start;gap:var(--space-8);flex-direction:row}}.page-module__NfDiEG__contentLeft{flex:1;min-width:0}.page-module__NfDiEG__bio{max-width:560px}.page-module__NfDiEG__aboutPhotos{gap:var(--space-4);flex-direction:row;order:-1;padding:10px;display:flex}@media (min-width:768px){.page-module__NfDiEG__aboutPhotos{flex-flow:column;flex-shrink:0;order:0;gap:20px;width:280px;padding:100px 10px 10px}}.page-module__NfDiEG__aboutPhoto{border-radius:var(--radius-lg);flex:1;min-width:0;overflow:hidden}.page-module__NfDiEG__campfireStack{flex:1;min-width:0;position:relative}.page-module__NfDiEG__campfireStack .page-module__NfDiEG__videoCard{z-index:var(--z-elevated);margin-top:0;display:none;position:absolute;bottom:-30px;left:-60px}@media (min-width:768px){.page-module__NfDiEG__campfireStack .page-module__NfDiEG__videoCard{display:inline-flex}}.page-module__NfDiEG__aboutPhotoInner{aspect-ratio:3/4;width:100%;position:relative}.page-module__NfDiEG__bio p{color:var(--text-secondary);margin-bottom:var(--space-4);font-size:15px;line-height:1.7}.page-module__NfDiEG__chatLink{color:var(--text-primary);text-decoration:underline;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);text-underline-offset:3px;transition:text-decoration-color var(--duration-base)ease;font-weight:600;text-decoration-thickness:2px}.page-module__NfDiEG__chatLink:hover{-webkit-text-decoration-color:var(--text-primary);text-decoration-color:var(--text-primary)}.page-module__NfDiEG__interests{margin-bottom:var(--space-4);padding-left:20px;list-style:outside}.page-module__NfDiEG__interests li{color:var(--text-secondary);margin-bottom:var(--space-1);font-size:15px;line-height:1.7}.page-module__NfDiEG__cta{margin-top:var(--space-2)}.page-module__NfDiEG__videoCard{cursor:pointer;background:var(--bg-card);border-radius:var(--radius-lg);flex-direction:column;gap:0;margin-top:40px;padding:6px;text-decoration:none;display:inline-flex;box-shadow:0 1px 3px #0000001f,0 6px 16px #00000029,0 18px 38px #00000038}.page-module__NfDiEG__videoCardThumb{aspect-ratio:16/9;border-radius:var(--radius-md);background:var(--bg-card);width:188px;position:relative;overflow:hidden}.page-module__NfDiEG__videoCardPlay{transition:background var(--duration-base)ease;background:#0003;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.page-module__NfDiEG__videoCard:hover .page-module__NfDiEG__videoCardPlay{background:#00000059}.page-module__NfDiEG__videoCardPlay svg{filter:drop-shadow(0 1px 3px #0000004d)}.page-module__NfDiEG__videoCardLabel{font-size:var(--text-xs);color:var(--text-secondary);letter-spacing:.01em;padding:6px var(--space-1)2px;max-width:188px;font-weight:500;line-height:1.35}.page-module__NfDiEG__videoPill{align-items:center;gap:var(--space-2);padding:var(--space-2)14px var(--space-2)8px;background:var(--bg-card);border-radius:var(--radius-pill);margin-top:var(--space-1);margin-bottom:var(--space-3);text-decoration:none;display:inline-flex}.page-module__NfDiEG__videoPillIcon{border-radius:var(--radius-full);background:#b54a46;background:lab(46.4168% 43.9955 25.6171);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.page-module__NfDiEG__videoPillLabel{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500;line-height:1.3}@media (min-width:768px){.page-module__NfDiEG__videoPill{display:none}}.page-module__NfDiEG__photos{margin-top:var(--space-8);padding-bottom:var(--space-9)}
