:root{--profilexpage-primary:#55353a;--profilexpage-dark:#161919;--profilexpage-light:#ffffff;--profilexpage-font-heading:'Bebas Neue', sans-serif;--profilexpage-font-body:'Bebas Neue', sans-serif;--profilexpage-menu-font-size:15;--profilexpage-menu-font-weight:400;--profilexpage-menu-color:#ffffff;--profilexpage-menu-hover-color:#55353a;--profilexpage-timeline-line-color:#55353a;--profilexpage-transition:0.3s ease;--profilexpage-shadow:0 4px 20px rgba(0, 0, 0, 0.1);--profilexpage-shadow-hover:0 12px 40px rgba(0, 0, 0, 0.15)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px;overflow-x:hidden}body{margin:0;overflow-x:hidden;font-family:var(--profilexpage-font-body);font-size:clamp(1.2rem, 1.7vw, 1.5rem);line-height:1.35;font-weight:400;letter-spacing:.015em;color:var(--profilexpage-dark);background-color:var(--profilexpage-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font-family:var(--profilexpage-font-body);font-weight:400}img{max-width:100%;height:auto;display:block}a{color:var(--profilexpage-primary);text-decoration:none;transition:color var(--profilexpage-transition),opacity var(--profilexpage-transition)}a:hover{opacity:.85}h1,h2,h3,h4,h5,h6{font-family:var(--profilexpage-font-heading);font-weight:400;line-height:1.2;margin:0 0 .5em}.profilexpage-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;transition:background-color 0.4s ease,box-shadow 0.4s ease,backdrop-filter 0.4s ease,padding 0.3s ease}.profilexpage-header.profilexpage-header--scrolled{background-color:rgb(22 25 25 / .85);backdrop-filter:blur(8px);box-shadow:var(--profilexpage-shadow);padding-top:.75rem;padding-bottom:.75rem}.profilexpage-header-inner{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.profilexpage-logo-link{display:block}.profilexpage-logo-img{max-height:48px;width:auto;height:auto}.profilexpage-nav{display:flex;align-items:center;gap:2rem}.profilexpage-nav-list{list-style:none;margin:0;padding:0;display:flex;gap:2rem}.profilexpage-nav-list a{color:var(--profilexpage-menu-color);font-family:var(--profilexpage-font-heading);font-size:calc(var(--profilexpage-menu-font-size) * 1px);font-weight:var(--profilexpage-menu-font-weight);letter-spacing:.05em;text-transform:uppercase;position:relative}.profilexpage-nav-list a::after{content:'';position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--profilexpage-menu-hover-color);transform:scaleX(0);transform-origin:center;transition:transform 0.3s ease}.profilexpage-nav-list a:hover{color:var(--profilexpage-menu-hover-color)}.profilexpage-nav-list a:hover::after{transform:scaleX(1)}.profilexpage-hamburger{display:none;flex-direction:column;justify-content:center;gap:6px;width:32px;height:32px;padding:4px;background:none;border:none;cursor:pointer;z-index:1001}.profilexpage-hamburger span{display:block;width:100%;height:2px;background:var(--profilexpage-light);transition:transform 0.3s ease,opacity 0.3s ease}.profilexpage-hamburger.profilexpage-hamburger--open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.profilexpage-hamburger.profilexpage-hamburger--open span:nth-child(2){opacity:0}.profilexpage-hamburger.profilexpage-hamburger--open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.profilexpage-hero{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;isolation:isolate;overflow:hidden;--profilexpage-hero-shift:0px;--profilexpage-hero-overlay:0}.profilexpage-hero-bg{position:absolute;inset:0;background-size:cover;background-repeat:no-repeat;background-position:center calc(50% + var(--profilexpage-hero-shift));transform-origin:center center}.profilexpage-hero-overlay{position:absolute;inset:0;background:rgba(22,25,25,var(--profilexpage-hero-overlay));pointer-events:none;z-index:1}.profilexpage-hero-name{position:relative;z-index:2;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.15em .35em;text-align:center;padding:0 1.5rem;pointer-events:none;opacity:0;transform:translateY(24px);animation:profilexpage-hero-name-in 1s cubic-bezier(.22,.61,.36,1) 0.6s forwards}.profilexpage-hero-name-first{font-family:var(--profilexpage-font-heading);font-size:clamp(2.5rem, 8vw, 5.5rem);font-weight:400;letter-spacing:.02em;line-height:1.1;color:var(--profilexpage-primary)}.profilexpage-hero-name-family{font-family:var(--profilexpage-font-heading);font-size:clamp(2.5rem, 8vw, 5.5rem);font-weight:400;letter-spacing:.02em;line-height:1.1;color:var(--profilexpage-light)}.profilexpage-hero{opacity:0;transform:scale(1.18);transform-origin:center center}.profilexpage-hero.profilexpage-hero--loaded{animation:profilexpage-hero-reveal 1.5s cubic-bezier(.16,1,.3,1) forwards}.profilexpage-hero--idle .profilexpage-hero-bg{animation:profilexpage-hero-image-zoom 22s ease-in-out 1.8s forwards}.profilexpage-hero.profilexpage-hero--scrolling{will-change:transform,opacity}.profilexpage-hero.profilexpage-hero--scrolling .profilexpage-hero-bg{animation:none}@keyframes profilexpage-hero-reveal{from{opacity:0;transform:scale(1.18)}to{opacity:1;transform:scale(1)}}@keyframes profilexpage-hero-image-zoom{from{transform:scale(1)}to{transform:scale(1.08)}}@keyframes profilexpage-hero-name-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.profilexpage-section{display:grid;grid-template-columns:25% 75%;min-height:60vh;align-items:stretch;position:relative}.profilexpage-section.profilexpage-section--reverse{grid-template-columns:75% 25%}.profilexpage-section-image{position:relative;overflow:hidden;min-height:280px;background-color:var(--profilexpage-dark)}.profilexpage-section-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 0.8s cubic-bezier(.22,1,.36,1),filter 0.5s ease}.profilexpage-section-image img.profilexpage-customizer-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.profilexpage-section-image-placeholder{position:absolute;inset:0;width:100%;height:100%}.profilexpage-section-image:hover img{transform:scale(1.08);filter:saturate(1.08)}.profilexpage-section-panel{background:var(--profilexpage-dark);color:var(--profilexpage-light);padding:3rem 4rem;display:flex;flex-direction:column;justify-content:center;border:5px solid var(--profilexpage-primary);border-top:none;position:relative;overflow:hidden}.profilexpage-section-panel--first{border-top:5px solid var(--profilexpage-primary)}.profilexpage-section-panel::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(255 255 255 / .07),transparent 40%);pointer-events:none}.profilexpage-section-panel--with-bg{background-color:var(--profilexpage-dark);background-repeat:no-repeat;background-size:cover;background-position:center}.profilexpage-section-panel--with-bg::before{background:linear-gradient(135deg,rgb(22 25 25 / .35),rgb(22 25 25 / .15))}.profilexpage-section-title{font-family:var(--profilexpage-font-heading);font-size:clamp(2rem, 4vw, 3rem);letter-spacing:.05em;margin-bottom:.5rem}.profilexpage-section-title span{display:block;font-size:.6em;letter-spacing:.1em;color:var(--profilexpage-primary)}.profilexpage-section-panel .profilexpage-section-title span{color:var(--profilexpage-light);opacity:.95}.profilexpage-section-panel .profilexpage-section-divider{background:var(--profilexpage-light);opacity:.85}.profilexpage-section-divider{width:60px;height:4px;background:var(--profilexpage-primary);margin:1rem 0 1.5rem;transition:width 0.45s ease}.profilexpage-section:hover .profilexpage-section-divider{width:100px}.profilexpage-section-text{font-size:clamp(1.15rem, 1.7vw, 1.45rem);line-height:1.45;margin-bottom:1rem}.profilexpage-section-text .profilexpage-caps{text-transform:uppercase;letter-spacing:.05em;font-weight:600}.profilexpage-section-btn{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;min-height:44px;min-width:44px;box-sizing:border-box;background:var(--profilexpage-primary);color:var(--profilexpage-light);font-size:.875rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;border:none;cursor:pointer;transition:background-color var(--profilexpage-transition),transform var(--profilexpage-transition);align-self:flex-start;position:relative;overflow:hidden}.profilexpage-section-btn:hover{background:var(--profilexpage-primary);transform:translateY(-3px)}.profilexpage-section-btn::after{content:'';position:absolute;top:0;left:-120%;width:70%;height:100%;background:linear-gradient(120deg,transparent,rgb(255 255 255 / .28),transparent);transition:left 0.5s ease}.profilexpage-section-btn:hover::after{left:130%}.profilexpage-blog-section .profilexpage-section-panel{display:block}.profilexpage-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:1.5rem}.profilexpage-blog-carousel{overflow:hidden;width:100%}.profilexpage-blog-carousel-track{display:flex;gap:1.5rem;transition:transform 0.55s ease;will-change:transform;align-items:stretch}.profilexpage-blog-carousel-track .profilexpage-blog-card{flex:0 0 calc((100% - 3rem) / 3)}.profilexpage-blog-card{background:rgb(255 255 255 / .05);border-radius:8px;overflow:hidden;border:1px solid rgb(255 255 255 / .1);transition:transform var(--profilexpage-transition),box-shadow var(--profilexpage-transition),border-color var(--profilexpage-transition),background-color var(--profilexpage-transition);display:flex;flex-direction:column;min-height:100%}.profilexpage-blog-card:hover{transform:translateY(-4px);box-shadow:var(--profilexpage-shadow-hover);border-color:rgb(85 53 58 / .8);background:rgb(255 255 255 / .08)}.profilexpage-blog-card-image{aspect-ratio:16/10;overflow:hidden}.profilexpage-blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.profilexpage-blog-card:hover .profilexpage-blog-card-image img{transform:scale(1.08)}.profilexpage-blog-card-body{padding:1.25rem;display:flex;flex-direction:column;flex:1 1 auto}.profilexpage-blog-card-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--profilexpage-primary);margin-bottom:.5rem}.profilexpage-section-panel .profilexpage-blog-card-category{color:var(--profilexpage-light);opacity:.9}.profilexpage-blog-card-title{font-family:var(--profilexpage-font-heading);font-size:1.25rem;margin-bottom:.5rem;line-height:1.2;min-height:calc(1.2em * 2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profilexpage-blog-card-title a{color:var(--profilexpage-light)}.profilexpage-blog-card-excerpt{font-size:clamp(1rem, 1.2vw, 1.15rem);opacity:.9;margin-bottom:.75rem;line-height:1.4;min-height:calc(1.5em * 3);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.profilexpage-blog-card-link{font-size:.8rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em;color:var(--profilexpage-primary);transition:letter-spacing 0.25s ease,color 0.25s ease,opacity 0.25s ease;margin-top:auto}.profilexpage-blog-card-link:hover{letter-spacing:.08em}.profilexpage-section-panel .profilexpage-blog-card-link{color:var(--profilexpage-light);opacity:.95}.profilexpage-section-panel .profilexpage-blog-card-link:hover{opacity:1}.profilexpage-why-section{padding:5rem 2rem;background:linear-gradient(180deg,#ffffff 0%,#faf8f8 100%);text-align:center}.profilexpage-why-inner{max-width:900px;margin:0 auto}.profilexpage-why-title{font-family:var(--profilexpage-font-heading);font-size:clamp(2.5rem, 5vw, 4rem);letter-spacing:.02em;color:var(--profilexpage-dark);margin-bottom:2rem}.profilexpage-why-text{font-size:clamp(1.1rem, 1.5vw, 1.25rem);line-height:1.8;color:var(--profilexpage-dark)}.profilexpage-why-inline{margin-bottom:1.5rem}.profilexpage-why-inline--with-bg{position:relative;isolation:isolate;padding:1rem 1.25rem;border:1px solid rgb(255 255 255 / .2)}.profilexpage-section-panel .profilexpage-why-title{font-size:clamp(1.8rem, 3vw, 2.4rem);color:var(--profilexpage-light);text-align:left;margin-bottom:.75rem}.profilexpage-section-panel .profilexpage-why-text{font-size:clamp(0.95rem, 1.2vw, 1.05rem);line-height:1.7;color:rgb(255 255 255 / .9);text-align:left}.profilexpage-reveal .profilexpage-section-title,.profilexpage-reveal .profilexpage-why-title,.profilexpage-reveal .profilexpage-page-hero-title,.profilexpage-reveal .profilexpage-single-title,.profilexpage-reveal .profilexpage-archive-title{opacity:0;transform:translateY(24px);transition:opacity 0.75s ease,transform 0.75s ease}.profilexpage-reveal .profilexpage-section-title span{opacity:0;transform:translateY(14px);transition:opacity 0.75s ease 0.08s,transform 0.75s ease 0.08s}.profilexpage-reveal.profilexpage-visible .profilexpage-section-title,.profilexpage-reveal.profilexpage-visible .profilexpage-why-title,.profilexpage-reveal.profilexpage-visible .profilexpage-page-hero-title,.profilexpage-reveal.profilexpage-visible .profilexpage-single-title,.profilexpage-reveal.profilexpage-visible .profilexpage-archive-title,.profilexpage-reveal.profilexpage-visible .profilexpage-section-title span{opacity:1;transform:translateY(0)}.profilexpage-reveal{opacity:0;transform:translate3d(0,40px,0);transition:opacity 0.8s ease,transform 0.8s ease;transition-delay:var(--profilexpage-reveal-delay,0ms);will-change:opacity,transform}.profilexpage-reveal.profilexpage-visible{opacity:1;transform:translate3d(0,0,0)}.profilexpage-page-hero{min-height:50vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative}.profilexpage-page-hero::after{content:'';position:absolute;inset:0;background:rgb(22 25 25 / .5)}.profilexpage-page-hero-title{position:relative;z-index:1;font-family:var(--profilexpage-font-heading);font-size:clamp(2.5rem, 5vw, 4rem);color:var(--profilexpage-light);letter-spacing:.05em;text-align:center;margin:0}.profilexpage-about-intro-section{margin-top:0}.profilexpage-about-intro-section+.profilexpage-page-hero,.profilexpage-about-intro-section+.profilexpage-archive-header{margin-top:0}.profilexpage-content-wrap{max-width:900px;margin:0 auto;padding:3rem 2rem}.profilexpage-content-wrap h2{font-size:clamp(1.75rem, 3vw, 2.5rem);color:var(--profilexpage-dark);margin-top:3rem;margin-bottom:1rem}.profilexpage-content-wrap h3{font-size:clamp(1.25rem, 2vw, 1.5rem);margin-top:2rem}.profilexpage-content-wrap p{margin-bottom:1.25rem}.profilexpage-content-wrap blockquote{margin:2rem 0;padding:1.5rem 2rem;border-left:4px solid var(--profilexpage-primary);background:rgb(85 53 58 / .08);font-style:italic;font-size:1.1em}.profilexpage-content-wrap ul,.profilexpage-content-wrap ol{margin:1rem 0 1.5rem 1.5rem}.profilexpage-content-wrap li{margin-bottom:.5rem}.profilexpage-section-block{padding:4rem 2rem;position:relative;overflow:hidden}.profilexpage-section-block::after{content:'';position:absolute;left:-110%;top:0;width:55%;height:100%;background:linear-gradient(110deg,transparent,rgb(255 255 255 / .08),transparent);transition:left 0.95s ease;pointer-events:none}.profilexpage-section-block.profilexpage-visible::after{left:130%}.profilexpage-section-block.profilexpage-section-block--dark{background:var(--profilexpage-dark);color:var(--profilexpage-light)}.profilexpage-section-block.profilexpage-section-block--dark h2{color:var(--profilexpage-light)}.profilexpage-section-block.profilexpage-section-block--dark blockquote{border-left-color:var(--profilexpage-primary);background:rgb(255 255 255 / .05)}.profilexpage-section-block-inner{max-width:900px;margin:0 auto}.profilexpage-section-block--with-image .profilexpage-section-block-inner{max-width:1200px;display:grid;grid-template-columns:36% 64%;gap:2rem;align-items:stretch}.profilexpage-section-block--with-image.profilexpage-section-block--image-right .profilexpage-section-block-inner{grid-template-columns:64% 36%}.profilexpage-section-block--with-image.profilexpage-section-block--image-right .profilexpage-section-block-media{order:2}.profilexpage-section-block--with-image.profilexpage-section-block--image-right .profilexpage-section-block-content{order:1}.profilexpage-section-block-media{position:relative;min-height:280px;overflow:hidden;background:var(--profilexpage-dark);border-radius:8px;box-shadow:var(--profilexpage-shadow);border:1px solid rgb(0 0 0 / .08)}.profilexpage-section-block--dark .profilexpage-section-block-media{border-color:rgb(255 255 255 / .12);box-shadow:0 4px 24px rgb(0 0 0 / .25)}.profilexpage-section-block-media img{width:100%;height:100%;min-height:280px;object-fit:cover;transition:transform 0.6s cubic-bezier(.22,1,.36,1),filter 0.4s ease;display:block}.profilexpage-section-block:hover .profilexpage-section-block-media img{transform:scale(1.06);filter:saturate(1.05)}.profilexpage-section-block-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center}.profilexpage-section-block-content .profilexpage-section-body{font-size:clamp(1rem, 1.35vw, 1.15rem);line-height:1.65;margin:0;color:inherit}.profilexpage-section-block-content .profilexpage-section-body p{margin-bottom:1rem}.profilexpage-section-block-content .profilexpage-section-body p:last-child{margin-bottom:0}.profilexpage-timeline-item{margin-bottom:3rem;opacity:0;transform:translateY(40px);transition:opacity 0.8s ease,transform 0.8s ease;display:flex}.profilexpage-timeline-item.profilexpage-visible{opacity:1;transform:translateY(0)}.profilexpage-timeline{max-width:900px;margin:0 auto;padding:2rem 1rem 4rem;position:relative}.profilexpage-timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--profilexpage-primary);transform:translateX(-50%)}.profilexpage-timeline-item--left .profilexpage-timeline-content{margin-right:calc(50% + 2rem);text-align:right}.profilexpage-timeline-item--right .profilexpage-timeline-content{margin-left:calc(50% + 2rem);text-align:left}.profilexpage-timeline-content{padding:1.5rem;background:var(--profilexpage-light);border:1px solid rgb(0 0 0 / .08);border-radius:8px;box-shadow:var(--profilexpage-shadow);min-height:clamp(280px, 34vw, 360px);height:clamp(280px, 34vw, 360px);display:flex;flex-direction:column}.profilexpage-timeline-item--right .profilexpage-timeline-content{background:var(--profilexpage-dark);color:var(--profilexpage-light);border-color:var(--profilexpage-primary)}.profilexpage-timeline-item--right .profilexpage-timeline-title{color:var(--profilexpage-light)}.profilexpage-timeline-title{font-family:var(--profilexpage-font-heading);font-size:clamp(1.25rem, 2vw, 1.5rem);margin:0 0 1rem;padding-bottom:.45rem;color:var(--profilexpage-dark);position:relative}.profilexpage-timeline-title::after{content:'';position:absolute;left:0;bottom:0;width:56px;height:3px;background:var(--profilexpage-timeline-line-color);border-radius:2px}.profilexpage-timeline-body{font-size:.95rem;line-height:1.7;overflow:auto;padding-right:.35rem;flex:1 1 auto}.profilexpage-timeline-body p:last-child{margin-bottom:0}.profilexpage-profile-content{padding:0 0 2rem}.profilexpage-profile-content-shell{position:relative}.profilexpage-profile-content-shell--with-bg{background-repeat:no-repeat;background-size:cover;background-position:center;padding-top:1.5rem;padding-bottom:1.5rem}.profilexpage-profile-content-shell--with-bg .profilexpage-timeline-content{background:rgb(22 25 25 / .9);border-color:rgb(255 255 255 / .24)}.profilexpage-profile-content-shell--with-bg .profilexpage-timeline-title,.profilexpage-profile-content-shell--with-bg .profilexpage-timeline-body,.profilexpage-profile-content-shell--with-bg .profilexpage-timeline-body p{color:var(--profilexpage-light)}.profilexpage-profile-content.profilexpage-content-wrap{max-width:none;padding:0 1rem}.profilexpage-profile-content .profilexpage-content-wrap h2{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgb(0 0 0 / .1)}.profilexpage-profile-content .profilexpage-content-wrap h2:first-of-type{border-top:none;padding-top:0;margin-top:0}@media (max-width:768px){.profilexpage-timeline::before{left:1rem;transform:none}.profilexpage-timeline-item--left .profilexpage-timeline-content,.profilexpage-timeline-item--right .profilexpage-timeline-content{margin-left:2rem;margin-right:0;text-align:left}.profilexpage-timeline-item--right .profilexpage-timeline-content{background:var(--profilexpage-dark);color:var(--profilexpage-light)}.profilexpage-timeline-content{min-height:260px;height:260px}}.profilexpage-logo-text{font-family:var(--profilexpage-font-heading);font-size:1.5rem;color:var(--profilexpage-light);letter-spacing:.05em}.profilexpage-archive-header{padding:max(6rem, 100px) 2rem 3rem;text-align:center;background:var(--profilexpage-dark);color:var(--profilexpage-light);min-height:14rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.profilexpage-archive-title{font-family:var(--profilexpage-font-heading);font-size:clamp(2rem, 4vw, 3rem);margin:0 0 .25rem;letter-spacing:.05em;line-height:1.15}.profilexpage-archive-description{margin-top:0}.profilexpage-archive-content{padding:3rem 2rem;max-width:1440px;margin:0 auto}.profilexpage-archive-shell{position:relative}.profilexpage-archive-shell--dark{background:var(--profilexpage-dark);color:var(--profilexpage-light)}.profilexpage-archive-shell--with-bg{background-repeat:no-repeat;background-size:cover;background-position:center}.profilexpage-archive-shell--dark .profilexpage-archive-header{background:rgb(22 25 25 / .9)}.profilexpage-archive-shell--dark .profilexpage-archive-title,.profilexpage-archive-shell--dark .profilexpage-archive-description,.profilexpage-archive-shell--dark .profilexpage-no-posts{color:var(--profilexpage-light)}.profilexpage-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.profilexpage-post-card{background:var(--profilexpage-light);border-radius:8px;overflow:hidden;box-shadow:var(--profilexpage-shadow);transition:transform var(--profilexpage-transition),box-shadow var(--profilexpage-transition);display:flex;flex-direction:column;min-height:100%}.profilexpage-archive-shell--dark .profilexpage-post-card{background:rgb(22 25 25 / .92);border:1px solid rgb(255 255 255 / .22)}.profilexpage-post-card:hover{transform:translateY(-6px);box-shadow:var(--profilexpage-shadow-hover)}.profilexpage-post-card-image{aspect-ratio:16/10;overflow:hidden}.profilexpage-post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.profilexpage-post-card:hover .profilexpage-post-card-image img{transform:scale(1.08)}.profilexpage-post-card-body{padding:1.5rem;background:#fff;display:flex;flex-direction:column;flex:1 1 auto}.profilexpage-post-card-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--profilexpage-primary);margin-bottom:.5rem}.profilexpage-post-card-title{font-family:var(--profilexpage-font-heading);font-size:clamp(1.25rem, 2vw, 1.5rem);margin-bottom:.75rem;line-height:1.2}.profilexpage-post-card-title a{color:#161919}.profilexpage-post-card-excerpt{font-size:clamp(1rem, 1.2vw, 1.2rem);color:#161919;margin-bottom:1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1.4em * 4)}.profilexpage-post-card-btn{display:inline-block;padding:.5rem 1rem;background:var(--profilexpage-primary);color:var(--profilexpage-light);font-size:.8rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em;transition:background-color var(--profilexpage-transition);margin-top:auto}.profilexpage-post-card-btn:hover{background:var(--profilexpage-primary);color:var(--profilexpage-light)}.profilexpage-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem;padding:2rem 0}.profilexpage-pagination a,.profilexpage-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 .75rem;font-weight:600;font-size:.9rem;border:2px solid var(--profilexpage-primary);color:var(--profilexpage-primary);transition:background-color var(--profilexpage-transition),color var(--profilexpage-transition)}.profilexpage-pagination a:hover,.profilexpage-pagination .profilexpage-pagination-current{background:var(--profilexpage-primary);color:var(--profilexpage-light)}.profilexpage-pagination-wrap .navigation.pagination{display:flex;justify-content:center;margin-top:3rem;padding:2rem 0}.profilexpage-pagination-wrap .nav-links{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.profilexpage-pagination-wrap .nav-links a,.profilexpage-pagination-wrap .nav-links span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 .75rem;font-weight:600;font-size:.9rem;border:2px solid var(--profilexpage-primary);color:var(--profilexpage-primary);transition:background-color var(--profilexpage-transition),color var(--profilexpage-transition)}.profilexpage-pagination-wrap .nav-links a:hover,.profilexpage-pagination-wrap .nav-links .current{background:var(--profilexpage-primary);color:var(--profilexpage-light)}.profilexpage-archive-shell--dark .profilexpage-pagination a,.profilexpage-archive-shell--dark .profilexpage-pagination span,.profilexpage-archive-shell--dark .profilexpage-pagination-wrap .nav-links a,.profilexpage-archive-shell--dark .profilexpage-pagination-wrap .nav-links span{border-color:rgb(255 255 255 / .5);color:var(--profilexpage-light)}.profilexpage-archive-shell--dark .profilexpage-pagination a:hover,.profilexpage-archive-shell--dark .profilexpage-pagination .profilexpage-pagination-current,.profilexpage-archive-shell--dark .profilexpage-pagination-wrap .nav-links a:hover,.profilexpage-archive-shell--dark .profilexpage-pagination-wrap .nav-links .current{background:var(--profilexpage-primary);border-color:var(--profilexpage-primary);color:var(--profilexpage-light)}.profilexpage-single-hero{min-height:50vh;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding-bottom:2rem;position:relative}.profilexpage-single-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgb(22 25 25 / .9),transparent 50%)}.profilexpage-single-hero-inner{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 2rem;width:100%}.profilexpage-single-title{font-family:var(--profilexpage-font-heading);font-size:clamp(2rem, 4vw, 3rem);color:var(--profilexpage-light);margin-bottom:.75rem;line-height:1.2}.profilexpage-single-meta{font-size:1rem;color:rgb(255 255 255 / .85)}.profilexpage-single-meta a{color:var(--profilexpage-primary)}.profilexpage-single-content{max-width:800px;margin:0 auto;padding:3rem 2rem}.profilexpage-single-shell{position:relative;padding:.5rem 0 0}.profilexpage-single-shell--dark{background:var(--profilexpage-dark);color:var(--profilexpage-light)}.profilexpage-single-shell--with-bg{background-repeat:no-repeat;background-size:cover;background-position:center}.profilexpage-single-content>*:first-child{margin-top:0}.profilexpage-single-content h2{font-size:clamp(1.5rem, 2.5vw, 2rem);margin-top:2.5rem;margin-bottom:.75rem}.profilexpage-single-content h3{font-size:clamp(1.2rem, 1.8vw, 1.4rem);margin-top:2rem}.profilexpage-single-content p{margin-bottom:1.25rem}.profilexpage-single-shell--dark .profilexpage-single-content,.profilexpage-single-shell--dark .profilexpage-single-content p,.profilexpage-single-shell--dark .profilexpage-single-content li,.profilexpage-single-shell--dark .profilexpage-single-content h2,.profilexpage-single-shell--dark .profilexpage-single-content h3,.profilexpage-single-shell--dark .profilexpage-single-content h4,.profilexpage-single-shell--dark .profilexpage-single-content h5,.profilexpage-single-shell--dark .profilexpage-single-content h6{color:var(--profilexpage-light)}.profilexpage-single-shell--dark .profilexpage-single-content a,.profilexpage-single-shell--dark .profilexpage-post-nav a,.profilexpage-single-shell--dark .profilexpage-comments a{color:var(--profilexpage-light);opacity:.95}.profilexpage-single-shell--dark .profilexpage-single-content a:hover,.profilexpage-single-shell--dark .profilexpage-post-nav a:hover,.profilexpage-single-shell--dark .profilexpage-comments a:hover{opacity:1}.profilexpage-single-content blockquote{margin:2rem 0;padding:1.5rem 2rem;border-left:4px solid var(--profilexpage-primary);background:rgb(85 53 58 / .08);font-style:italic;font-size:1.1em}.profilexpage-single-shell--dark .profilexpage-single-content blockquote{background:rgb(255 255 255 / .06);color:var(--profilexpage-light)}.profilexpage-single-content ul,.profilexpage-single-content ol{margin:1rem 0 1.5rem 1.5rem}.profilexpage-post-nav{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}.profilexpage-single-shell--dark .profilexpage-post-nav{border-top:1px solid rgb(255 255 255 / .2)}.profilexpage-post-nav a{color:var(--profilexpage-primary);font-weight:400}.profilexpage-post-nav-prev,.profilexpage-post-nav-next{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid rgb(85 53 58 / .25);background:rgb(85 53 58 / .04)}.profilexpage-single-shell--dark .profilexpage-post-nav-prev,.profilexpage-single-shell--dark .profilexpage-post-nav-next{border-color:rgb(255 255 255 / .24);background:rgb(255 255 255 / .05);color:var(--profilexpage-light)}.profilexpage-related-posts{padding:1rem 2rem 3rem}.profilexpage-related-posts-inner{max-width:1200px;margin:0 auto}.profilexpage-related-posts-title{font-family:var(--profilexpage-font-heading);font-size:clamp(1.7rem, 3vw, 2.4rem);margin:0 0 1.25rem;letter-spacing:.04em}.profilexpage-single-shell--dark .profilexpage-related-posts-title{color:var(--profilexpage-light)}.profilexpage-related-posts .profilexpage-posts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profilexpage-comments{max-width:800px;margin:0 auto;padding:0 2rem 3rem}.profilexpage-single-shell--dark .profilexpage-comments{color:var(--profilexpage-light)}.profilexpage-single-shell--dark .profilexpage-comments-area{border-top-color:rgb(255 255 255 / .2)}.profilexpage-single-shell--dark .profilexpage-comment-item{border-bottom-color:rgb(255 255 255 / .2)}.profilexpage-single-shell--dark .profilexpage-comment-form input[type="text"],.profilexpage-single-shell--dark .profilexpage-comment-form input[type="email"],.profilexpage-single-shell--dark .profilexpage-comment-form input[type="url"],.profilexpage-single-shell--dark .profilexpage-comment-form textarea{background:rgb(255 255 255 / .08);border-color:rgb(255 255 255 / .25);color:var(--profilexpage-light)}.profilexpage-search-header,.profilexpage-404-header{padding:4rem 2rem;text-align:center;background:var(--profilexpage-dark);color:var(--profilexpage-light)}.profilexpage-search-title,.profilexpage-404-title{font-family:var(--profilexpage-font-heading);font-size:clamp(2rem, 4vw, 3rem);margin:0 0 .5rem;letter-spacing:.05em}.profilexpage-search-form{max-width:500px;margin:2rem auto 0;display:flex;gap:.5rem}.profilexpage-search-form input[type="search"]{flex:1;padding:.75rem 1rem;font-size:1rem;border:2px solid var(--profilexpage-primary);font-family:inherit}.profilexpage-search-form button,.profilexpage-search-form .profilexpage-search-submit{padding:.75rem 1.5rem;min-height:44px;min-width:44px;background:var(--profilexpage-primary);color:var(--profilexpage-light);border:none;font-weight:400;cursor:pointer;font-family:inherit}.profilexpage-search-form button:hover,.profilexpage-search-form .profilexpage-search-submit:hover{background:var(--profilexpage-primary);color:var(--profilexpage-light)}.profilexpage-404-text{margin-top:1rem;opacity:.9}.profilexpage-404-link{display:inline-block;margin-top:1.5rem;padding:.75rem 1.5rem;min-height:44px;min-width:44px;box-sizing:border-box;background:var(--profilexpage-primary);color:var(--profilexpage-light);font-weight:400;text-transform:uppercase;letter-spacing:.05em}.profilexpage-404-link:hover{color:var(--profilexpage-light);opacity:.9}.profilexpage-404-search-form{margin-top:1.5rem}.profilexpage-footer{background:var(--profilexpage-dark);color:var(--profilexpage-light);padding:3rem 2rem;text-align:center}.profilexpage-footer-disclaimer{max-width:800px;margin:0 auto;font-size:.9rem;opacity:.85;line-height:1.6}@media (max-width:1200px){.profilexpage-section{grid-template-columns:35% 65%}.profilexpage-section.profilexpage-section--reverse{grid-template-columns:65% 35%}.profilexpage-section-panel{padding:2.5rem 3rem}}@media (max-width:992px){.profilexpage-nav-list{display:none}.profilexpage-nav-list.profilexpage-nav-list--open{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;background:rgb(22 25 25 / .98);font-size:1.25rem}.profilexpage-hamburger{display:flex}.profilexpage-section,.profilexpage-section.profilexpage-section--reverse{grid-template-columns:1fr}.profilexpage-section-image{min-height:300px;order:1}.profilexpage-section-panel{order:2;padding:2rem}.profilexpage-blog-grid{grid-template-columns:1fr}.profilexpage-blog-carousel-track .profilexpage-blog-card{flex:0 0 100%}.profilexpage-blog-card-title{min-height:auto}.profilexpage-blog-card-excerpt{min-height:auto}.profilexpage-posts-grid{grid-template-columns:repeat(2,1fr)}.profilexpage-related-posts .profilexpage-posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.profilexpage-header{padding:1rem 1.25rem}.profilexpage-hero{min-height:100svh;min-height:100dvh}.profilexpage-section-panel{padding:2rem 1.5rem}.profilexpage-why-section{padding:3rem 1.5rem}.profilexpage-posts-grid{grid-template-columns:1fr}.profilexpage-post-nav{flex-direction:column}.profilexpage-post-nav-prev,.profilexpage-post-nav-next{width:100%}.profilexpage-section-block--with-image .profilexpage-section-block-inner,.profilexpage-section-block--with-image.profilexpage-section-block--image-right .profilexpage-section-block-inner{grid-template-columns:1fr}.profilexpage-section-block--with-image.profilexpage-section-block--image-right .profilexpage-section-block-media,.profilexpage-section-block--with-image.profilexpage-section-block--image-right .profilexpage-section-block-content{order:initial}.profilexpage-section-block-media{min-height:220px}.profilexpage-related-posts{padding:.5rem 1.5rem 2.5rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.profilexpage-reveal{opacity:1;transform:none;transition:none}.profilexpage-hero,.profilexpage-hero.profilexpage-hero--loaded,.profilexpage-hero.profilexpage-hero--idle{opacity:1;transform:none;animation:none}.profilexpage-hero--idle .profilexpage-hero-bg{animation:none}.profilexpage-hero-name{opacity:1;transform:none;animation:none}.profilexpage-section-image img,.profilexpage-blog-card,.profilexpage-section-btn{transition:none}.profilexpage-reveal .profilexpage-section-title,.profilexpage-reveal .profilexpage-why-title,.profilexpage-reveal .profilexpage-page-hero-title,.profilexpage-reveal .profilexpage-single-title,.profilexpage-reveal .profilexpage-archive-title,.profilexpage-reveal .profilexpage-section-title span{opacity:1;transform:none;transition:none}}@media (max-width:576px){.profilexpage-section-image{min-height:250px}.profilexpage-archive-content,.profilexpage-content-wrap{padding:2rem 1rem}.profilexpage-search-form,.profilexpage-404-search-form{flex-direction:column}.profilexpage-related-posts{padding-left:1rem;padding-right:1rem}.profilexpage-related-posts .profilexpage-posts-grid{grid-template-columns:1fr}}@media (max-width:480px){.profilexpage-header{padding:.75rem 1rem}.profilexpage-section-panel{padding:1.5rem 1rem}.profilexpage-why-section{padding:2.5rem 1rem}.profilexpage-blog-card-body,.profilexpage-post-card-body{padding:1rem}.profilexpage-search-header,.profilexpage-404-header{padding:3rem 1rem}}@media (max-width:375px){.profilexpage-logo-img{max-height:40px}}.profilexpage-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profilexpage-skip-link{position:absolute;top:-100px;left:1rem;z-index:10000;padding:.75rem 1.25rem;background:var(--profilexpage-primary);color:var(--profilexpage-light);font-family:var(--profilexpage-font-body);font-size:1rem;text-decoration:none;border-radius:4px;transition:top 0.2s ease}.profilexpage-skip-link:focus{top:1rem;outline:2px solid var(--profilexpage-light);outline-offset:2px}.profilexpage-section-heading{font-family:var(--profilexpage-font-heading);font-size:clamp(1.75rem, 3vw, 2.5rem);font-weight:400;line-height:1.2;margin:0 0 1rem;color:var(--profilexpage-dark);letter-spacing:.02em;position:relative;padding-bottom:.6rem}.profilexpage-section-heading::after{content:'';position:absolute;left:0;bottom:0;width:56px;height:3px;background:var(--profilexpage-primary);border-radius:2px}.profilexpage-section-block--dark .profilexpage-section-heading{color:var(--profilexpage-light)}.profilexpage-section-block--dark .profilexpage-section-heading::after{background:var(--profilexpage-primary)}.profilexpage-reveal .profilexpage-section-heading{opacity:0;transform:translateY(26px);transition:opacity 0.8s ease,transform 0.8s ease}.profilexpage-reveal.profilexpage-visible .profilexpage-section-heading{opacity:1;transform:translateY(0)}.profilexpage-single-meta--dark{color:rgb(255 255 255 / .85)}.profilexpage-archive-description{margin-top:.5rem;opacity:.9;font-size:1rem}.profilexpage-search-results-count{margin-bottom:1.5rem;font-weight:400}.profilexpage-comments-area{margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}.profilexpage-comments-title{font-family:var(--profilexpage-font-heading);font-size:1.5rem;margin-bottom:1.5rem}.profilexpage-comment-list{list-style:none;margin:0 0 2rem;padding:0}.profilexpage-comment-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.profilexpage-comment-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.9rem}.profilexpage-comment-avatar{border-radius:50%}.profilexpage-comment-author{font-style:normal;font-weight:400}.profilexpage-comment-content{margin-left:60px;margin-top:.25rem}.profilexpage-comment-reply a{font-size:.875rem;font-weight:400}.profilexpage-comment-reply-title{font-family:var(--profilexpage-font-heading);font-size:1.25rem;margin-bottom:1rem}.profilexpage-comment-form label{display:block;margin-top:1rem;font-weight:400}.profilexpage-comment-form input[type="text"],.profilexpage-comment-form input[type="email"],.profilexpage-comment-form input[type="url"],.profilexpage-comment-form textarea{width:100%;max-width:100%;padding:.5rem;margin-top:.25rem;border:1px solid #ddd;font-family:inherit}.profilexpage-comment-form textarea{min-height:120px}.profilexpage-comment-form input[type="submit"]{margin-top:1rem;padding:.5rem 1.25rem;background:var(--profilexpage-primary);color:var(--profilexpage-light);border:none;font-weight:400;cursor:pointer;font-family:inherit}.profilexpage-comment-form input[type="submit"]:hover{background:var(--profilexpage-primary);color:var(--profilexpage-light)}.profilexpage-gallery-header{padding:max(6rem, 100px) 2rem 2rem;text-align:center;position:relative}.profilexpage-gallery-header--dark{color:var(--profilexpage-light)}.profilexpage-gallery-header--dark .profilexpage-gallery-title,.profilexpage-gallery-header--dark .profilexpage-gallery-intro{color:var(--profilexpage-light);text-shadow:0 1px 2px rgb(0 0 0 / .3)}.profilexpage-gallery-header--dark::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(22 25 25 / .75),rgb(22 25 25 / .6));pointer-events:none}.profilexpage-gallery-header--dark .profilexpage-gallery-title,.profilexpage-gallery-header--dark .profilexpage-gallery-intro{position:relative;z-index:1}.profilexpage-gallery-title{font-family:var(--profilexpage-font-heading);font-size:clamp(2rem, 5vw, 3.5rem);margin:0;color:var(--profilexpage-dark);letter-spacing:.02em}.profilexpage-gallery-intro{margin-top:1rem;max-width:42rem;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.5}.profilexpage-gallery-intro p{margin:0 0 .5rem}.profilexpage-gallery-intro p:last-child{margin-bottom:0}.profilexpage-gallery-content{padding:2rem;max-width:1400px;margin:0 auto}.profilexpage-gallery-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;align-items:start}.profilexpage-gallery-card{background:var(--profilexpage-light);border-radius:8px;overflow:hidden;box-shadow:var(--profilexpage-shadow);transition:transform var(--profilexpage-transition),box-shadow var(--profilexpage-transition);display:flex;flex-direction:column}.profilexpage-gallery-card:hover{transform:translateY(-4px);box-shadow:var(--profilexpage-shadow-hover)}.profilexpage-gallery-card-media{aspect-ratio:16/10;overflow:hidden;background:var(--profilexpage-dark);cursor:pointer}.profilexpage-gallery-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}.profilexpage-gallery-card:hover .profilexpage-gallery-card-img{transform:scale(1.05)}.profilexpage-gallery-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,rgb(85 53 58 / .2),rgb(22 25 25 / .4))}.profilexpage-gallery-card-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.profilexpage-gallery-card-date{font-size:.85rem;color:var(--profilexpage-primary);font-weight:500}.profilexpage-gallery-card-label{display:inline-block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .5rem;border-radius:4px;font-weight:600;width:fit-content;background:rgb(0 0 0 / .08);color:var(--profilexpage-dark)}.profilexpage-gallery-card-label--fake_news{background:rgb(180 60 60 / .2);color:#8b2a2a}.profilexpage-gallery-card-label--not_verified{background:rgb(180 120 40 / .25);color:#7a5a20}.profilexpage-gallery-card-label--ai_generated{background:rgb(60 100 140 / .2);color:#2a4a6b}.profilexpage-gallery-card-label--community_hatred{background:rgb(100 50 80 / .25);color:#4a2a3a}.profilexpage-gallery-card-description{font-size:1rem;line-height:1.5;color:var(--profilexpage-dark);margin-top:.25rem}.profilexpage-gallery-card-description p{margin:0 0 .5rem}.profilexpage-gallery-card-description p:last-child{margin-bottom:0}.profilexpage-gallery-empty{text-align:center;padding:3rem 2rem;color:var(--profilexpage-dark);font-size:1.1rem}.profilexpage-gallery-lightbox{position:fixed;inset:0;z-index:100000;background:rgb(0 0 0 / .92);display:flex;align-items:center;justify-content:center;padding:3rem;box-sizing:border-box}.profilexpage-gallery-lightbox[hidden]{display:none!important}.profilexpage-gallery-lightbox-close{position:absolute;top:1rem;right:1rem;width:48px;height:48px;padding:0;border:none;background:rgb(255 255 255 / .15);color:#fff;font-size:1.75rem;line-height:1;cursor:pointer;border-radius:50%;transition:background 0.2s ease}.profilexpage-gallery-lightbox-close:hover{background:rgb(255 255 255 / .25)}.profilexpage-gallery-lightbox-prev,.profilexpage-gallery-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;padding:0;border:none;background:rgb(255 255 255 / .15);color:#fff;font-size:1.5rem;cursor:pointer;border-radius:50%;transition:background 0.2s ease;z-index:2}.profilexpage-gallery-lightbox-prev{left:1rem}.profilexpage-gallery-lightbox-next{right:1rem}.profilexpage-gallery-lightbox-prev:hover,.profilexpage-gallery-lightbox-next:hover{background:rgb(255 255 255 / .3)}.profilexpage-gallery-lightbox-content{max-width:90vw;max-height:85vh;display:flex;flex-direction:column;align-items:center;gap:1rem}.profilexpage-gallery-lightbox-img{max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:contain}.profilexpage-gallery-lightbox-caption{color:rgb(255 255 255 / .9);font-size:.95rem;line-height:1.5;text-align:center;max-width:36rem}.profilexpage-gallery-lightbox-caption .profilexpage-lightbox-date{display:block;font-weight:600;margin-bottom:.25rem}.profilexpage-gallery-lightbox-caption .profilexpage-lightbox-label{display:inline-block;margin-bottom:.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.profilexpage-gallery-lightbox-caption .profilexpage-lightbox-desc{margin-top:.5rem}@media (max-width:768px){.profilexpage-gallery-grid{grid-template-columns:1fr;gap:1.5rem}.profilexpage-gallery-content{padding:1rem}.profilexpage-gallery-lightbox-prev,.profilexpage-gallery-lightbox-next{width:44px;height:44px;font-size:1.25rem}.profilexpage-gallery-lightbox-prev{left:.5rem}.profilexpage-gallery-lightbox-next{right:.5rem}}:root{--profilexpage-primary:#a55353;--profilexpage-dark:#161919;--profilexpage-light:#ffffff;--profilexpage-font-heading:"Bebas Neue", sans-serif;--profilexpage-font-body:"Bebas Neue", sans-serif;--profilexpage-menu-font-size:26;--profilexpage-menu-font-weight:400;--profilexpage-menu-color:#ffffff;--profilexpage-menu-hover-color:#55353a;--profilexpage-timeline-line-color:#55353a}