@import "https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Inter:wght@400;700;900&family=Special+Elite&display=swap";:root{--bg-color-left:#f2f2ef;--bg-color-right:#3a3a3a;--text-color-main:#222;--text-color-sidebar:#d4d4d4;--accent-color:#fff;--font-heading:"Times New Roman", Times, serif;--font-serif:"Times New Roman", Times, serif;--font-mono:"Times New Roman", Times, serif;--sidebar-width:450px}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}body{font-family:var(--font-serif);color:var(--text-color-main);-webkit-font-smoothing:antialiased;background-color:#0000;font-size:1rem;font-style:italic;line-height:1.6;overflow-x:visible}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");flex-direction:column;flex:1;align-items:stretch;padding:4rem 0;display:flex;position:relative;overflow:hidden}.main-content:before{display:none}.sidebar{background-color:var(--bg-color-right);color:var(--text-color-sidebar);text-align:center;z-index:1000;flex-direction:column;align-items:center;padding:4rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.mobile-toggle-bar{cursor:pointer;background-color:var(--bg-color-right);border-bottom:1px solid #ffffff1a;flex-direction:row;justify-content:center;align-items:center;gap:.8rem;width:100%;padding:1.2rem;display:none}.mobile-author-name{color:#fff;letter-spacing:1px;font-family:Dancing Script,cursive;font-size:1.8rem;font-style:normal}.chevron{vertical-align:middle;border-bottom:1px solid #fff;border-left:1px solid #fff;width:5px;height:5px;margin-left:5px;transition:transform .3s;display:inline-block}.chevron.up{margin-top:3px;transform:rotate(135deg)}.chevron.down{margin-top:-3px;transform:rotate(-45deg)}.sidebar-content{flex-direction:column;align-items:center;width:100%;display:flex}@media (min-width:900px){.app-container{flex-direction:row}.main-content{margin-right:var(--sidebar-width);background:0 0;align-items:flex-start;padding:5rem 4rem}.sidebar{width:var(--sidebar-width);height:100vh;padding:1rem;position:fixed;top:0;right:0;overflow-y:hidden}}.content-section{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.section-header{align-self:flex-start;align-items:center;width:auto;margin-bottom:2rem;display:flex}.red-bar{display:none}.section-title-text{font-family:var(--font-heading);color:#a00000;align-items:center;font-size:4rem;font-style:italic;font-weight:400;display:flex}.section-title-text:before{content:"";background-color:#a00000;width:10px;height:1em;margin-right:1rem;display:inline-block}.life-video{object-fit:contain;width:100%;height:600px;display:block}.author-image-container{z-index:1;width:100%;max-width:700px;margin:2rem auto 2.5rem}.author-image{object-fit:contain;width:100%;height:auto;max-height:600px;box-shadow:none;display:block}.image-caption{color:#555;font-size:.75rem;font-family:var(--font-serif);text-align:left;margin-top:.5rem}.bio-text{color:#2d2d2d;text-align:left;max-width:900px;margin:0 auto;font-size:1.2rem;font-weight:400;line-height:1.7}.bio-text p{margin-bottom:1.5rem}.bio-text strong{color:#2d2d2d;font-weight:700}.bio-image-container{padding-left:0;padding-right:0}.sidebar-title{font-family:var(--font-heading);color:#fff;text-align:center;letter-spacing:2px;margin-bottom:4rem;font-size:3rem;font-weight:400;line-height:1.2}.nav-grid{grid-template-columns:1fr;align-items:center;gap:10px;width:100%;max-width:320px;margin-top:2rem;display:grid}.nav-grid a{font-family:var(--font-heading);letter-spacing:1px;color:#ccc;text-align:center;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .2s}.nav-grid a:hover{color:#fff}.nav-divider{background-color:#666;width:1px;height:1.4rem;margin:0 auto}.col-span-3{grid-column:span 3}.accolades-section{width:100%;max-width:900px;margin:1rem auto 0;padding-bottom:4rem;scroll-margin-top:4rem}.sub-section-title{font-family:var(--font-heading);color:#a33;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;font-size:1.7em}.accolades-list{font-family:var(--font-mono);color:#2d2d2d;font-size:1.2rem;list-style:none}.accolades-list li{margin-bottom:1rem;padding-left:1.5rem;position:relative}.accolades-list li:before{content:"»";color:#a33;position:absolute;left:0}.working-on-section{width:100%;max-width:900px;margin:2rem auto 0}.accolades-list strong{color:#111}.books-section{width:100%;max-width:1000px;margin-top:6rem;padding-bottom:6rem;scroll-margin-top:4rem}@media screen and (max-width:768px){.grid-books{gap:1rem;padding:0 15px;grid-template-columns:repeat(2,minmax(0,1fr))!important}}.book-cover-wrapper{aspect-ratio:2/3;z-index:1;width:100%;height:auto;position:relative}.book-cover-wrapper:after{content:"";z-index:-1;background:linear-gradient(#8b5a2b,#4a3018);border-bottom:2px solid #3e2723;border-radius:3px;height:18px;position:absolute;bottom:-2px;left:-20px;right:-20px;box-shadow:0 10px 15px #0006}.book-cover-img{object-fit:cover;width:100%;height:320px;transition:all .6s}.book-card:hover .book-cover-img{transform:scale(1.1)}.book-details-overlay{color:#111;opacity:0;text-align:center;background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:all .4s;display:flex;position:absolute;inset:0}.book-card:hover .book-details-overlay{opacity:1}.book-desc{margin-bottom:1.5rem;font-size:1.2rem;font-style:italic;line-height:1.6}.read-more{text-transform:uppercase;font-family:var(--font-mono);letter-spacing:2px;color:#a33;border-bottom:1px solid #a33;padding-bottom:4px;font-size:.9rem;font-weight:700}.book-info-bottom{flex-direction:column;justify-content:flex-start;align-items:center;min-height:110px;margin-top:1rem;padding-bottom:.5rem;display:flex}.book-title-text{color:#000;min-height:48px;margin-bottom:6px;font-family:Times New Roman,Times,serif;font-size:1.2rem;font-style:italic;font-weight:700;line-height:1.2}.book-year{font-family:var(--font-mono);color:#444;margin-top:.3rem;font-size:.95rem;font-style:normal;display:block}.contact-main-section{width:100%;max-width:650px;margin-top:6rem;padding-bottom:10rem;scroll-margin-top:4rem}.contact-content{margin-top:2rem}.contact-intro{color:#444;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.contact-methods{flex-direction:column;gap:2.5rem;display:flex}.contact-item{flex-direction:column;gap:.5rem;display:flex}.contact-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:2px;color:#a33;font-size:.75rem}.contact-link{font-family:var(--font-heading);color:#111;font-size:1.8rem;text-decoration:none;transition:all .3s}.contact-link:hover{color:#a33;padding-left:10px}.social-links-small{gap:2rem;display:flex}.social-link{font-family:var(--font-mono);color:#111;border-bottom:1px solid #0000;font-size:.9rem;text-decoration:none;transition:all .3s}.social-link:hover{color:#a33;border-bottom:1px solid #a33}.contact-note{color:#666;background:#f0f0f0;border-left:4px solid #a33;margin-top:4rem;padding:2rem;font-size:1rem;font-style:italic}.mobile-company-tag{display:none}@media (max-width:899px){.mobile-company-tag{display:block}.desktop-footer{display:none!important}.app-container{flex-direction:column}.main-content{margin-right:0;padding-top:2rem;padding-bottom:70px}.sidebar{background-color:#004d40;flex-direction:column-reverse;align-items:center;width:500px;height:auto;padding:0;display:flex;position:fixed;bottom:0;left:0;overflow:visible;box-shadow:0 -5px 20px #0000004d}.sidebar.open{min-height:190px}.mobile-toggle-bar{z-index:10;background-color:#004d40;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:70px;display:flex}.sidebar-content{opacity:1;background-color:#8f1402;justify-content:center;align-items:center;width:100%;height:auto;padding:1rem 0 1.5rem;transition:opacity .3s;display:flex}.sidebar.open .sidebar-content{opacity:1}.sidebar-title{display:none}.nav-grid{flex-flow:column;justify-content:center;align-items:center;gap:10px;max-width:100%;margin-top:0;display:flex}.nav-grid a:hover,.nav-grid a.active{color:#f39c12}.nav-divider{background-color:#ffffff4d;width:1px;height:12px;margin:0;display:block}.accolades-section,.books-section,.content-section{padding:1.5rem 1rem}.section-title-text{font-size:1.5rem}.section-header{margin-bottom:1rem}}.accolades-section,.working-on-section{margin-top:.5rem}.grid-books{width:100%;margin-top:1.5rem;grid-template-columns:1fr 1fr!important;gap:3rem 1.2rem!important;display:grid!important}.book-card{width:100%;min-width:0}.book-title-text{font-family:Times New Roman,Times,serif;font-size:1.3rem;font-weight:700;color:#000!important;font-style:italic!important}.book-cover-wrapper{height:320px;box-shadow:5px 5px 15px #0000001a}.book-desc{color:#000;margin-bottom:1rem;line-height:1.4;font-size:1.1rem!important}.book-year{font-size:.7rem}.book-details-overlay{padding:1rem}.book-desc{margin-bottom:1rem;font-size:.9rem}body{color:#1a1a1a;background-color:#f2f0ef;font-family:Times New Roman,Times,serif;font-size:16px}h1,h2,h3,h4,h5,h6,p,li,a{font-family:Times New Roman,Times,serif;font-style:normal}html{scroll-padding-top:10px}#images{scroll-margin-top:130px}#life{scroll-margin-top:1px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{align-content:justify;padding:2rem 0}.section-title-text{font-family:Times New Roman,Times,serif;font-style:normal}.author-image-container{max-width:600px;margin:2rem auto}.author-image{width:100%;height:auto;display:block}.words-block>ul{margin-bottom:.5rem}.words-block>.sub-heading{margin-top:0}.header{z-index:1000;background:0 0;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0af2;border-bottom:1px solid #222;padding:1rem 0}.header-content{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-heading);letter-spacing:.1em;color:#fff;text-transform:uppercase;font-size:1.5rem;font-weight:700}section-title-text:before{background-color:#7f1d1d}.nav-desktop{gap:2.5rem;display:flex}.nav-link{letter-spacing:.1em;color:#aaa;font-size:1.1rem;font-weight:500;transition:color .3s}.nav-link:hover{color:#fff}.mobile-toggle{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.mobile-menu{z-index:999;background:#000;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:fixed;inset:0}.mobile-link{font-size:2.5rem;font-family:var(--font-heading);color:#fff}.hero{background:#f2f0ef;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;text-align:center;max-width:900px;padding:0 1rem;position:relative}.hero-title{color:#1a1a1a;letter-spacing:-.02em;margin-bottom:1rem;font-size:4rem;line-height:1.1}.hero-subtitle{letter-spacing:.3em;text-transform:uppercase;color:#555;margin-bottom:3rem;font-size:1.25rem;font-weight:300}.btn-hero{letter-spacing:.2em;text-transform:uppercase;color:#1a1a1a;border:1px solid #1a1a1a;padding:1rem 2.5rem;font-size:.8rem;transition:all .3s;display:inline-block}.btn-hero:hover{color:#f2f0ef;background:#1a1a1a}.books-section{background:#0a0a0a;padding-top:2rem;padding-bottom:3rem;scroll-margin-top:120px}.section-heading{text-align:center;font-size:3rem;font-family:var(--font-heading);color:#fff;margin-bottom:2rem}.grid-books{justify-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;grid-template-columns:repeat(3,minmax(0,1fr))!important;display:grid!important}@media screen and (max-width:768px){.grid-books{gap:1rem;padding:0 15px;grid-template-columns:repeat(2,minmax(0,1fr))!important}}.book-card{flex-direction:column;max-width:220px;margin:0 auto;display:flex;position:relative;width:100%!important}.book-cover-wrapper{aspect-ratio:2/3;width:100%;height:auto;position:relative}.book-card:hover .book-cover-wrapper{transform:translateY(-8px);box-shadow:0 25px 50px #ffffff14}.book-cover-img{object-fit:cover;opacity:1;width:100%;height:100%;transition:all .5s}.book-card{position:relative}.book-details-overlay{text-align:center;opacity:0;z-index:2;pointer-events:none;background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.book-card:hover .book-details-overlay{opacity:1;pointer-events:auto}.book-desc{color:#333;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;margin:.5rem 0;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.read-more{text-transform:uppercase;letter-spacing:.1em;color:#a33;border-bottom:1px solid #a33;padding-bottom:2px;font-size:.75rem;font-weight:700}.book-info-bottom{text-align:center;z-index:5;flex-direction:column;align-items:center;min-height:110px;margin-top:1rem;display:flex;position:relative}.book-category{color:#777;font-size:.95rem}.book-title-text{color:#000;min-height:48px;margin-bottom:6px;font-family:Times New Roman,Times,serif;font-size:1.5rem;font-style:normal;font-weight:700;transition:color .3s}.buy-btn{color:#fff;text-transform:uppercase;letter-spacing:.5px;background-color:#7f1d1d;border-radius:4px;margin:.3rem 0;padding:.3rem .6rem;font-size:.65rem;text-decoration:none;transition:all .3s;display:inline-block}.buy-btn:hover{background-color:#8c3232;transform:translateY(-2px)}.book-info-bottom{text-align:center}.book-year{color:#666;letter-spacing:.05em;margin-top:.5rem;font-size:.875rem}.bio-section{background:0 0;overflow:hidden}.bio-layout{flex-direction:column;gap:4rem;display:flex}.bio-image-col{width:100%}.bio-image-container{padding:1rem 0 0 1rem;position:relative}.bio-border-deco{z-index:0;border:1px solid #333;width:95%;height:95%;position:absolute;top:0;left:0}.bio-img{z-index:10;width:100%;transition:filter .7s;position:relative}.bio-img:hover{filter:none}.bio-text-col{flex-direction:column;justify-content:center;width:100%;max-width:700px;margin:0 auto;display:flex}.bio-title{font-family:var(--font-heading);border-left:4px solid #fff;margin-bottom:2rem;padding-left:2rem;font-size:2.5rem;line-height:1}.bio-body p{color:#2d2d2d;margin-bottom:1.5rem;font-family:Times New Roman,Times,serif;font-size:1.1rem;font-style:normal;font-weight:300;line-height:1.8}.bio-text p{text-align:justify}#life .section-title-text{margin-top:0}#life .video-container{margin-top:2rem}.footer{text-align:center;background:#050505;border-top:1px solid #111;padding:6rem 0 3rem}.social-links{justify-content:center;gap:1.5rem;margin-bottom:4rem;display:flex}.social-btn{color:#fff;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.social-btn:hover{color:#000;background:#fff;border-color:#fff;transform:translateY(-3px)}.contact-details{border-top:1px solid #111;max-width:600px;margin:0 auto;padding-top:3rem}.contact-label{color:#555;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.9rem}.email-address{font-family:var(--font-heading);color:#fff;justify-content:center;align-items:center;gap:.75rem;font-size:1.5rem;display:flex}.email-address:hover{color:var(--accent-color)}.copyright{color:#444;margin-top:5rem;font-size:.8rem}.nav-grid a{padding:0 .8rem;font-family:TimesNewRoman;font-size:.85rem;font-weight:900}.nav-small{font-size:.8rem!important}.nav-large{letter-spacing:1px;font-size:1.25rem!important}@media (min-width:768px){.hero-title{font-size:6rem}.bio-layout{flex-direction:row;align-items:center;gap:6rem}.bio-image-col,.bio-text-col{width:50%}.mobile-toggle{display:none}.nav-desktop{display:flex}}@media (max-width:767px){.nav-desktop{display:none}.mobile-toggle{display:block}.section{padding:4rem 0}.hero-title{font-size:3.5rem}}#life{margin-top:-3px}.video-container{justify-content:center;align-items:center;width:90%;max-width:800px;margin:2rem auto;display:flex}.video-container video{margin:0 auto;display:block}.app-container{min-height:100vh;color:#1a1a1a;background-color:#f2f0ef;grid-template-columns:1fr 50px;min-height:100dvh;display:grid}.sidebar-description{margin-top:20px}::selection{color:#fff;background:#333}.container{perspective:1000px;justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative}.carousel{width:200px;height:500px;transform-style:preserve-3d;transition:transform 1s;position:relative}.item{width:200px;height:500px;position:absolute;top:0;left:0}.item video{object-fit:cover;border-radius:10px;width:100%;height:100%}.fade-carousel{border-radius:20px;width:320px;height:570px;margin:3rem auto;position:relative;overflow:hidden}.fade-item{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .6s;position:absolute;inset:0}.fade-item.active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}.fade-item iframe{border:none;border-radius:16px;width:100%;height:100%;display:block}.fade-controls{z-index:10;justify-content:space-between;width:100%;padding:0 10px;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.spotlight-item{flex-direction:row;justify-content:center;align-items:flex-start;gap:clamp(4rem,8vw,9rem);width:100%;max-width:900px;margin:3rem auto;display:flex}.spotlight-book{flex-direction:column;flex-shrink:0;align-items:center;width:280px;display:flex}.spotlight-book img{border-radius:10px;width:100%;transition:transform .3s;box-shadow:0 12px 30px #00000059}.spotlight-book img:hover{transform:scale(1.03)}.spotlight-book-wrapper{border-radius:10px;width:100%;position:relative;overflow:hidden}.spotlight-book-img{border-radius:10px;width:100%;transition:transform .4s;display:block}.spotlight-overlay{color:#111;text-align:center;opacity:0;pointer-events:none;background:#ffffffe0;flex-direction:column;justify-content:center;padding:1.5rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.spotlight-book-wrapper:hover .spotlight-overlay{opacity:1}.spotlight-book-wrapper:hover .spotlight-book-img{transform:scale(1.03)}.spotlight-video{aspect-ratio:4/5;background:#000;border-radius:18px;width:320px;overflow:hidden;box-shadow:0 15px 40px #00000059}.spotlight-video iframe{border:none;width:100%;height:100%;display:block}@media (max-width:900px){.spotlight-item{flex-direction:column;align-items:center;gap:2rem}.spotlight-book,.spotlight-video{width:100%;max-width:320px}.spotlight-video iframe{max-width:320px}}#life{z-index:1;position:relative}.mobile-menu{z-index:1000}.controls button{color:#000;cursor:pointer;background:#fff;border:#fff;border-radius:6px;padding:10px 15px}.bg-video{object-fit:cover;z-index:-1;width:100vw;height:100dvh;position:fixed;top:0;left:0}.item iframe{border-radius:10px;width:100%;height:100%}.app-wrapper:before{content:"";z-index:-1;background:0 0;width:100%;height:100%;position:fixed;top:0;left:0}.work-content{align-items:flex-start;gap:2rem;display:flex}.work-text{flex:2}.work-image{flex:1}.work-image img{border-radius:8px;width:100%;height:auto}.work-content{flex-wrap:wrap}.work-video{flex:1;min-width:280px}.carousel-card{border-radius:20px;width:480px;height:500px;margin:0 auto;overflow:hidden;box-shadow:0 10px 30px #0000004d}.carousel-card:hover{transform:scale(1.02)}.carousel-img{object-fit:cover;width:100%;height:100%}.nav-btn{color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;padding:8px 12px;font-size:1.5rem;position:absolute;top:50%;transform:translateY(-50%)}.nav-btn.left{left:20px}.nav-btn.right{right:20px}@media (max-width:768px){.work-content{flex-direction:column}.carousel-card{border-radius:15px;width:95%}.nav-btn{padding:6px 10px;font-size:1.2rem}.nav-btn.left{left:10px}.nav-btn.right{right:10px}}.mobile-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background:#002823e0;border-radius:22px;flex-wrap:wrap;justify-content:center;gap:.8rem;width:92%;min-height:110px;padding:1.3rem 1rem;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #00000059}.mobile-menu a{color:#fff;background:#ffffff14;border-radius:999px;padding:.65rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.mobile-menu a:hover,.mobile-menu a:active{background:#fff3;transform:translateY(-2px)}.dot.active{background:#fff;transform:scale(1.3)}.carousel-card{z-index:1;position:relative}.nav-btn{z-index:100}@media (max-width:768px){.sidebar-description{display:none}.nav-grid{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:.8rem 1.5rem;padding:0 10px;display:flex!important}.nav-grid a{white-space:nowrap;display:inline-block}.app-container{display:block}.mobile-menu,.sidebar{width:100%}}.work-text{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.95rem;line-height:1.6;display:-webkit-box;position:relative;overflow:hidden}.work-text.expanded{display:block}.read-more-btn{color:#7f1d1d;cursor:pointer;background:0 0;border:none;margin-top:-10px;padding:0;font-weight:700;display:block}.bio-text-container{width:fit-content;max-width:650px}.modal-overlay{z-index:2000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{color:#2d2d2d;background:#f2f2ef;border-radius:8px;width:100%;max-width:600px;max-height:80vh;padding:30px;position:relative;overflow-y:auto;box-shadow:0 10px 25px #00000080}.modal-close{cursor:pointer;color:#a00000;background:0 0;border:none;font-size:1.5rem;font-weight:700;position:absolute;top:15px;right:20px}.modal-content h3{font-family:var(--font-heading);color:#111;border-bottom:2px solid #a00000;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.8rem}.modal-content p{margin-bottom:1rem;font-family:Times New Roman,Times,serif;font-size:1.1rem;line-height:1.6}.carousel-3d-wrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.images-3d-wrapper{--tz:320px;perspective:900px;height:350px;margin-top:20px}.life-3d-wrapper{--tz:420px;perspective:1600px;flex-shrink:0;height:192px;min-height:192px;margin-top:60px}.carousel-3d{width:100%;height:100%;transform-style:preserve-3d;transition:transform .9s cubic-bezier(.25,.46,.45,.94);position:relative}.carousel-3d-item{backface-visibility:hidden;border-radius:6px;width:280px;height:100%;margin-left:-140px;position:absolute;top:0;left:50%;overflow:hidden;box-shadow:0 8px 32px #00000040}.carousel-3d-img{object-fit:cover;width:100%;height:100%;display:block}.carousel-3d-iframe{border:none;width:100%;height:100%;display:block}.nav-btn{color:#a00000;cursor:pointer;background:#ffffffd9;border:2px solid #a00000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.4rem;transition:background .2s,color .2s,transform .15s;display:flex}.nav-btn:hover{color:#fff;background:#a00000;transform:scale(1.1)}.carousel-dots{justify-content:center;gap:10px;margin-top:18px;display:flex}.dot{cursor:pointer;background:#ccc;border-radius:50%;width:10px;height:10px;transition:background .3s}.dot.active{background:#a00000}@media (max-width:768px){.images-3d-wrapper{--tz:220px;perspective:600px;height:280px}.life-3d-wrapper{--tz:280px;perspective:700px;flex-shrink:0;height:124px;min-height:124px}.carousel-3d-item{width:220px;margin-left:-110px}}.life-scene{perspective:1000px;width:460px;height:280px;margin:40px auto 0;position:relative}.life-cylinder{width:100%;height:100%;transform-style:preserve-3d;transition:transform 1s;position:absolute}.life-face{opacity:.95;border-radius:10px;width:460px;height:280px;display:block;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 8px 30px #00000059}.life-media{object-fit:cover;border:none;width:100%;height:100%;display:block}.life-btns{justify-content:center;gap:20px;margin-top:360px;display:flex}.life-prev,.life-next{color:#444;cursor:pointer;letter-spacing:1px;-webkit-user-select:none;user-select:none;background:#ccc;border-top:1px solid #fff;border-radius:5px;padding:.8em 2em;font-family:Times New Roman,Times,serif;font-size:.95rem;transition:box-shadow .1s,top .1s,color .2s;position:relative;top:0;box-shadow:0 5px #999}.life-prev:hover,.life-next:hover{color:#000}.life-prev:active,.life-next:active{top:4px;box-shadow:0 1px #999}@media (max-width:768px){.life-scene{perspective:700px;width:280px;height:175px}.life-face{width:280px;height:175px;transform:rotateY(calc(var(--face-index) * 90deg)) translateZ(210px)!important}.life-btns{margin-top:220px}}
