:root{--color-bg:#ffffff;--color-hero-bg:#0e0e0e;--color-text:#1a1a1a;--color-text-muted:#888;--color-text-subtle:rgba(30,30,30,0.4);--color-border:#e5e5e5;--color-border-dark:#d4d4d4;--color-surface:#fafafa;--color-accent:#c87941;--font-sans:"Inter",sans-serif;--font-serif:"Lora",serif;--font-mono:"Fira Code",monospace;--navbar-height:64px;--z-navbar:9999;--z-nav-drawer:9998;--z-lightbox:9999;--z-share-modal:99999;--z-modal-backdrop:999}html{font-size:108%}body{scroll-behavior:smooth;font-family:var(--font-serif);background:var(--color-bg);color:var(--color-text);margin:0;padding:0}p{color:rgb(85,85,85)}.btn,a{transition:all .3s ease;text-decoration:none}h2{margin-top:0}.contents{text-align:center;padding:3rem}.app{display:flex;flex-direction:column;min-height:100dvh}.main-content{flex:1 1}.page-headers{margin:0;padding:2rem 0;font-size:1.2rem;z-index:var(--z-modal-backdrop);position:-webkit-sticky;position:sticky;text-align:center;font-weight:90}.navbar,.page-headers{top:0;background-color:white}.navbar{position:fixed;left:0;right:0;z-index:var(--z-navbar);display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;border-bottom:1px solid var(--color-border-dark);height:var(--navbar-height)}.navbar-logo{display:flex;align-items:center;justify-content:center;color:var(--color-text);text-decoration:none;padding:0 1rem;border-right:1px solid var(--color-border-dark);flex-shrink:0}.navbar-logo:hover{background-color:#f5f5f5}.navbar-logo-text{font-size:1rem;font-weight:500;font-family:var(--font-sans);color:var(--color-text);letter-spacing:.01em;margin-left:.6rem}.hamburger{display:none;flex-direction:column;justify-content:space-between;align-items:center;cursor:pointer;height:18px;width:25px;position:relative;z-index:var(--z-navbar);margin:auto 1rem;padding:.5rem;box-sizing:content-box}.hamburger .bar{width:22px;height:1.5px;background-color:#333;border-radius:2px;transition:all .3s ease}.hamburger.open .bar:first-child{transform:translateY(8.25px) rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:translateY(-8.25px) rotate(-45deg)}.nav-links{list-style:none;flex-direction:row;margin:0;padding:0}.nav-links,.nav-links li{display:flex;align-items:stretch}.nav-links li{border-left:1px solid var(--color-border-dark)}.nav-links a{display:flex;align-items:center;padding:0 1.25rem;color:var(--color-text);text-decoration:none;font-size:.7rem;font-family:var(--font-sans);letter-spacing:.1em;font-weight:500;white-space:nowrap}.nav-links a:hover{background-color:#f5f5f5}.nav-links a.active{color:var(--color-text);font-weight:700}.nav-menu-footer{display:none!important}@media (max-width:768px){.hamburger{display:flex}.navbar-logo-text{display:none}.nav-links{position:fixed;top:var(--navbar-height);right:0;left:0;width:100%;box-sizing:border-box;height:calc(100vh - var(--navbar-height));height:calc(100dvh - var(--navbar-height));flex-direction:column;background-color:#f4f3f0;justify-content:flex-start;align-items:stretch;padding:1.5rem 1rem;gap:.6rem;z-index:var(--z-nav-drawer);overflow-y:auto;overflow-x:hidden;border-top:1px solid var(--color-border-dark);transform:translateX(100%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .35s ease,opacity .3s ease,visibility .35s}.nav-links.show{transform:translateX(0);opacity:1;visibility:visible;pointer-events:auto}.nav-links li{border-left:none;border-top:none;width:100%}.nav-links a{width:100%;box-sizing:border-box;justify-content:flex-start;padding:1rem 1.25rem;border-radius:999px;background:#fff;font-size:1.05rem;font-weight:500;letter-spacing:.02em;box-shadow:0 1px 2px rgba(43,37,33,.06),0 4px 12px rgba(43,37,33,.05);transition:box-shadow .15s ease,background .15s ease,color .15s ease}.nav-links a.active{background:#1a1a1a;color:#fff;font-weight:500}.nav-menu-footer{display:flex!important;border-left:none!important;border-top:none!important;margin-top:1.5rem;padding:.75rem 1.25rem 0;justify-content:flex-start}.nav-menu-footer span{font-size:.8rem;font-family:var(--font-sans);letter-spacing:.1em;color:#bbb;font-weight:400}}.library-section{height:auto;box-sizing:border-box;min-height:-moz-fit-content;min-height:fit-content;background:white;margin:0;padding:0}.library-wrapper{justify-content:center}.library-content,.library-wrapper{display:flex;align-items:flex-start;width:100%;box-sizing:border-box}.library-content{flex-direction:column;max-width:900px;margin:0 auto;padding:4rem 2rem}#pillar-library{position:relative}.reads-page .library-content{max-width:1280px;padding-top:2rem;padding-bottom:4rem}@media (max-width:768px){.library-section{margin:0!important}.library-content{padding:2.5rem 1.5rem 3rem}.reads-page .library-content{padding:1.25rem 1rem 3rem}}.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes profileFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-enter{animation:profileFadeUp .7s ease both}.profile-enter--delay{animation-delay:.15s}section{padding-top:7vh;height:auto;margin:0 10rem;box-sizing:border-box}.section-container{display:flex;gap:4rem;height:80%}#profile{display:flex;justify-content:center;gap:5rem;height:auto;padding:13rem 1rem 10rem}.section__pic-container{display:flex;height:400px;width:400px;margin:auto 0}.section__text{align-self:center;text-align:center}.section__text p{font-weight:600}.section__text__p1{text-align:center;font-size:.75rem;font-family:var(--font-sans);font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-subtle)}.section__text__p2{font-size:1.75rem;font-family:var(--font-sans);margin-bottom:1.5rem}.title{font-size:3rem;text-align:center;font-family:var(--font-serif);font-weight:400;letter-spacing:-.5px}#about{position:relative;height:auto;padding-bottom:4rem}.text-container{font-family:var(--font-serif);font-size:1.15rem;font-weight:400;line-height:1.8;color:#333}.text-container p{margin-bottom:1.5rem;font-weight:400}.about-containers,.about-details-container{display:flex}.about-containers{gap:2rem;margin-bottom:2rem;margin-top:2rem;flex-wrap:wrap}.about-details-container{justify-content:center;flex-direction:column}.about-pic{border-radius:2rem}.arrow{position:absolute;right:-5rem;bottom:2.5rem}.details-container{padding:1.5rem;flex:1 1;background:white;border-radius:2rem;border:.1rem solid rgb(163,163,163);text-align:center}#experience{position:relative}.experience-sub-title{color:rgb(85,85,85);font-weight:600;font-size:1.75rem;margin-bottom:2rem}.experience-details-container{display:flex;justify-content:center;flex-direction:column}.article-container{text-align:initial;flex-wrap:wrap;flex-direction:row;gap:2.5rem}.article-container,article{display:flex;justify-content:space-around}article{width:10rem;gap:.5rem}#projects{position:relative}.color-container{border-color:rgb(163,163,163);background:rgb(250,250,250)}.project-img{border-radius:2rem;width:90%;height:90%}.project-title{margin:1rem;color:black}.project-btn{color:black;border-color:rgb(163,163,163)}#contact{display:flex;justify-content:center;flex-direction:column}.contact-info-upper-container{display:flex;justify-content:center;border-radius:2rem;border:.1rem solid rgb(163,163,163);background:rgb(250,250,250);margin:2rem auto;padding:.5rem}.contact-info-container{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1rem}.contact-info-container p{font-size:larger}.btn-container{display:flex;justify-content:center;gap:1rem}.btn{font-weight:600;font-family:var(--font-sans);padding:1rem;width:8rem;border-radius:2rem;cursor:pointer}.btn-color-1,.btn-color-2{border:.1rem solid rgb(53,53,53)}.btn-color-1:hover{background:rgb(0,0,0);color:white}.btn-color-2{background:none}.btn-color-1{background-color:#2e2d2d;color:white}.btn-color-2:hover{border:.1rem solid rgb(255,255,255);color:white;background:rgb(53,53,53)}.icon{cursor:pointer;height:2rem}#socials-container{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:1rem}.social-icon{cursor:pointer;height:2rem;transition:transform .2s ease}.social-icon:hover{transform:scale(1.1)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;width:100%;margin-bottom:2rem;margin-top:2rem}@media (max-width:1024px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.card-grid{grid-template-columns:1fr}}.pillar-card{background:white;border-radius:2rem;border:.1rem solid rgb(163,163,163);text-align:center;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center}.pillar-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.12);background-color:#f0f0f0}.card-icon{font-size:2.5rem;margin-bottom:1rem}.card-stats{margin-top:1rem;line-height:1.5;font-size:.95rem;color:#333}.footer{padding:0;color:#111;background-color:#fff;border-top:1px solid #ddd}.footer-links-grid{display:flex;width:100%}.footer-card{display:flex;flex-direction:column;align-items:center;padding:2rem 2.5rem;border-left:1px solid #ddd;text-decoration:none;flex:1 1;color:#000;-webkit-tap-highlight-color:transparent}.footer-card:first-child{border-left:none}.footer-card-title{font-size:.75rem;font-weight:700;font-family:var(--font-sans);color:#000;letter-spacing:1px;text-transform:uppercase;margin-bottom:.75rem;transition:color .2s ease}.footer-card-desc{font-size:.9rem;color:#666;margin-bottom:1.5rem}.footer-arrow{font-size:.7em;font-weight:400;color:#000;transition:color .2s ease}.footer-card-content{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-card-icon{font-size:1.5rem;color:#000;margin-top:auto;transition:color .2s ease}.footer-card:first-child:hover .footer-arrow,.footer-card:first-child:hover .footer-card-icon,.footer-card:first-child:hover .footer-card-title{color:#ea4335}.footer-card:nth-child(2):hover .footer-arrow,.footer-card:nth-child(2):hover .footer-card-icon,.footer-card:nth-child(2):hover .footer-card-title{color:#e1306c}.footer-card:nth-child(3):hover .footer-arrow,.footer-card:nth-child(3):hover .footer-card-icon,.footer-card:nth-child(3):hover .footer-card-title{color:#0077b5}.footer-card:nth-child(4):hover .footer-arrow,.footer-card:nth-child(4):hover .footer-card-icon,.footer-card:nth-child(4):hover .footer-card-title{color:#00ab6c}.footer-card:hover .footer-card-icon{color:#000}.copyright{font-size:.85rem;color:#888;text-align:center;padding:1.5rem 2rem;border-top:1px solid #eee;margin:0}@media (max-width:900px){.main-content{padding-bottom:5rem}.footer-links-grid{flex-direction:column}.footer-card{flex-direction:row;align-items:center;justify-content:space-between;border-left:none;border-bottom:1px solid #eee;padding:2rem 1.5rem}.footer-card:last-child{border-bottom:none}.footer-card-title{margin-bottom:.25rem}.footer-card-desc{margin-bottom:0}.footer-card-icon{margin-top:0;margin-left:auto;font-size:1.75rem}.footer-card-content{display:flex;flex-direction:column;align-items:flex-start}.footer-card:active,.footer-card:hover{background-color:#f5f5f5}.footer-card:first-child:hover .footer-arrow,.footer-card:first-child:hover .footer-card-icon,.footer-card:first-child:hover .footer-card-title,.footer-card:nth-child(2):hover .footer-arrow,.footer-card:nth-child(2):hover .footer-card-icon,.footer-card:nth-child(2):hover .footer-card-title,.footer-card:nth-child(3):hover .footer-arrow,.footer-card:nth-child(3):hover .footer-card-icon,.footer-card:nth-child(3):hover .footer-card-title,.footer-card:nth-child(4):hover .footer-arrow,.footer-card:nth-child(4):hover .footer-card-icon,.footer-card:nth-child(4):hover .footer-card-title{color:#000}}.loading-wrapper{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:#fff;z-index:9999}.loading-bars{display:flex;align-items:flex-end;gap:5px}.loading-bar{display:inline-block;width:3px;background:#111;border-radius:1px;animation:bar-bounce 1s ease-in-out infinite}.loading-bar:first-child{height:14px;animation-delay:0s}.loading-bar:nth-child(2){height:20px;animation-delay:.15s}.loading-bar:nth-child(3){height:14px;animation-delay:.3s}@keyframes bar-bounce{0%,to{opacity:.2;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.loading-label{font-family:var(--font-sans);font-size:.6rem;font-weight:600;letter-spacing:.22em;color:#111;margin-left:10px;align-self:center}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;background-color:#2e2d2d;color:white;border:none;border-radius:50%;font-size:1.25rem;display:none;cursor:pointer;align-items:center;justify-content:center;z-index:var(--z-navbar);transition:opacity .3s ease}.back-to-top.show{display:flex}@media (min-width:768px){.back-to-top{display:none!important}}.blog-hero{margin-top:var(--navbar-height);background:var(--color-hero-bg)}.blog-hero,.blog-hero-inner{width:100%;display:flex;flex-direction:column}.blog-hero-inner{align-items:flex-start;justify-content:center;min-height:45vh;max-width:900px;margin:0 auto;padding:2rem;box-sizing:border-box;gap:.5rem}.blog-hero-title-block{flex-shrink:0}.blog-hero-cursor{display:inline-block;margin-left:1px;opacity:.3;animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:.3}50%{opacity:0}}.blog-hero-title{font-family:var(--font-serif);color:#fff;margin:0;display:flex;align-items:baseline;gap:.55rem;flex-wrap:wrap}.blog-hero-title-sub{font-weight:400;font-size:2.8rem;color:#fff;letter-spacing:-.5px;line-height:1}.blog-hero-title-sep{font-family:var(--font-sans);font-weight:300;font-size:1.6rem;color:rgba(255,255,255,.25);line-height:1}.blog-hero-title-word{font-weight:400;font-size:2.8rem;color:#c87941;letter-spacing:-.5px;line-height:1;min-width:1ch}.blog-hero-tabs-outer{width:100%;background:#0e0e0e;border-top:1px solid #2a2a2a}.blog-hero-tabs{display:flex;justify-content:space-between;max-width:900px;margin:0 auto;width:100%;padding:0 2rem;box-sizing:border-box}.blog-hero-tab{flex:none;padding:.9rem 0;border:none;border-bottom:2px solid transparent;background:transparent;color:rgba(255,255,255,.35);font-size:.68rem;font-family:var(--font-sans);font-weight:500;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;text-align:left;transition:color .2s ease,border-color .2s ease}.blog-hero-tab:hover{color:rgba(255,255,255,.75)}.blog-hero-tab.active{color:#fff;font-weight:600;border-bottom:2px solid #fff}.reads-page-hero .blog-hero-inner{min-height:10vh}@media (max-width:768px){.reads-hero-tabs{overflow:visible!important}.blog-hero-inner{min-height:35vh;padding:2rem 1.5rem 1.5rem;max-width:100%;gap:.4rem}.reads-page-hero .blog-hero-inner{min-height:14vh;padding:1.5rem 1.5rem 1rem}.blog-hero-title-sub,.blog-hero-title-word{font-size:2rem}.blog-hero-title-sep{font-size:1.2rem}.blog-hero-tabs{max-width:100%;width:100%;padding:0 1.5rem;box-sizing:border-box;overflow-x:auto;scrollbar-width:none}}@media (max-width:768px){.blog-hero-tabs::-webkit-scrollbar{display:none}.blog-hero-tab{flex:none;white-space:nowrap;font-size:.65rem;padding:.85rem 1rem;letter-spacing:.06em}.blog-hero-tab:first-child{padding-left:0}}.blog-list{gap:2.5em}.blog-card,.blog-list{display:flex;flex-direction:column;align-items:flex-start;width:100%}.blog-card{text-align:left;padding:0}.blog-card-content{width:100%}.blog-title-link{text-decoration:none}.blog-title{font-size:1.75rem;font-weight:400;color:var(--color-text);margin:0 0 .5rem;line-height:1.25;font-style:normal;font-family:var(--font-serif);letter-spacing:-.3px;transition:color .2s ease}.blog-title-link:hover .blog-title{color:#666}.blog-card-meta-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem}.blog-tag{font-family:var(--font-sans);font-size:.62rem;font-weight:700;letter-spacing:.1em;padding:.25rem .6rem;border-radius:3px}.blog-meta{margin:0 0 1rem}.blog-author-date{font-size:.85rem;font-family:var(--font-sans);color:var(--color-text-muted);letter-spacing:.5px}.blog-description{color:#333;font-size:1.15rem;font-family:var(--font-serif);line-height:1.8;margin:0}.blog-divider{display:none}.blog-read-more-container{width:100%;display:flex;justify-content:flex-end;margin-top:.75rem;border-top:1px solid #ddd}.blog-read-more{display:inline-flex;align-items:center;gap:1rem;font-size:.75rem;font-family:var(--font-sans);color:#000;text-decoration:none;font-weight:500;letter-spacing:1px;padding:.6rem 1.25rem;border:1px solid #ddd;border-top:none;background:#fff;transition:all .2s ease}@media (hover:hover){.blog-read-more:hover{background-color:#333;color:#fff;border-color:#333}}.no-posts{text-align:center;color:#94a3b8;padding:3rem 0;width:100%}.blog-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:3rem auto 0;width:100%;max-width:800px}.pagination-btn{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;color:#333;font-size:.8rem;font-family:var(--font-sans);cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#333;color:#fff;border-color:#333}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-number{min-width:2.5rem;text-align:center}.pagination-number.active{background:#333;color:#fff;border-color:#333}.pagination-text{font-weight:500;letter-spacing:.5px}.pagination-arrow{font-size:1rem;padding:.5rem .75rem}.blog-post-hero{margin-top:var(--navbar-height);width:100%;min-height:45vh;display:flex;align-items:center;box-sizing:border-box;background:var(--color-hero-bg)}.blog-post-hero-inner{width:100%;max-width:700px;margin:0 auto;padding:5rem 1.5rem 2rem;box-sizing:border-box}.blog-post-section{height:auto;box-sizing:border-box;min-height:-moz-fit-content;min-height:fit-content;background:white;padding:0}.blog-post-wrapper{display:flex;flex-direction:column;align-items:flex-start;max-width:700px;margin:0 auto;padding:3rem 1.5rem 8rem;box-sizing:border-box}.back-link{display:inline-block;color:var(--color-text-muted);text-decoration:none;font-size:.85rem;font-family:var(--font-sans);margin-bottom:3rem;letter-spacing:.5px;transition:color .2s ease;align-self:flex-start}.back-link:hover{color:#333}.blog-post{width:100%;display:flex;flex-direction:column;align-items:center}.blog-post-header{margin-bottom:2rem;text-align:center;width:100%}.blog-post-meta-row{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;width:100%}.blog-post-date{font-size:.9rem;font-family:var(--font-sans);color:var(--color-text-muted);letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.blog-post-date-divider{flex:1 1;height:1px;background-color:#ccc}.blog-post-title{font-size:3.2rem;font-weight:400;font-family:var(--font-serif);color:#fff;line-height:1.2;margin:0;text-align:left;letter-spacing:-.5px}.blog-post-meta{font-size:1rem;font-family:var(--font-sans);color:var(--color-text-muted);margin:0 .5em 1em 0;text-align:left;letter-spacing:.5px;align-self:flex-start}.blog-post-content{color:#333;font-size:1.15rem;font-family:var(--font-serif);line-height:1.9;text-align:left;max-width:100%}.blog-post-content h1,.blog-post-content h2,.blog-post-content h3,.blog-post-content h4{color:#333;margin-top:2.5rem;margin-bottom:1rem;font-weight:600}.blog-post-content h1{font-size:1.75rem}.blog-post-content h2{font-size:1.5rem}.blog-post-content h3{font-size:1.25rem}.blog-post-content p{margin-bottom:1.5rem}.blog-post-content a{color:#333;text-decoration:underline}.blog-post-content a:hover{color:#666}.blog-post-content blockquote{border-left:3px solid #ddd;padding-left:1.5rem;margin:2rem 0;color:#666;font-style:italic}.blog-post-content code{background:#f5f5f5;padding:.2rem .4rem;border-radius:4px;font-size:.9em;font-family:var(--font-mono)}.blog-post-content pre{background:#1e293b;color:#e2e8f0;padding:1.25rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.blog-post-content pre code{background:transparent;padding:0;color:inherit}.blog-post-content ol,.blog-post-content ul{margin:1.25rem 0;padding-left:1.5rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content img{max-width:100%;border-radius:8px;margin:1.5rem 0}.blog-post-content hr{border:none;border-top:1px solid #e2e8f0;margin:2rem 0}.blog-post-content.editorial a,.blog-post-content.minimal a{color:inherit;text-decoration:underline;text-underline-offset:3px;-webkit-text-decoration-color:#aaa;text-decoration-color:#aaa}.blog-post-content.editorial a:hover,.blog-post-content.minimal a:hover{-webkit-text-decoration-color:#333;text-decoration-color:#333}.blog-post-content.minimal{font-size:1.05rem;line-height:1.8}.blog-post-content.minimal p:first-of-type{font-weight:600;color:#111}.blog-post-content.minimal p:first-of-type:first-letter{font-family:var(--font-serif);font-size:4.5rem;font-weight:700;line-height:.85;float:left;margin-right:.1em;margin-top:.05em}.blog-post-content.minimal h2{font-size:1.15rem;font-weight:400;font-style:normal;color:#222;margin-top:2.25rem}.blog-post-content.minimal h3{font-size:1rem;font-weight:500;color:#333;margin-top:1.75rem}.blog-post-content.minimal strong{font-weight:600;color:#111}.blog-post-content.minimal ol,.blog-post-content.minimal ul{padding-left:1.25rem}.blog-post-content.minimal ol li,.blog-post-content.minimal ul li{margin-bottom:.5rem}.blog-post-content.minimal blockquote{border-left:2px solid #ccc;color:#777}.blog-post-content.editorial{font-size:1.18rem;line-height:2}.blog-post-content.editorial p:first-of-type:first-letter{font-weight:700}.blog-post-content.editorial h2{font-family:var(--font-serif);font-size:1.35rem;font-weight:400;font-style:italic;color:#444;letter-spacing:0;margin-top:3rem;margin-bottom:1.25rem}.blog-post-content.editorial h3{font-family:var(--font-serif);font-size:1.15rem;font-weight:400;font-style:italic;color:#555;margin-top:2.25rem}.blog-post-content.editorial strong{font-weight:700;color:#111}.blog-post-content.editorial ol,.blog-post-content.editorial ul{padding-left:1.25rem}.blog-post-content.editorial ol li,.blog-post-content.editorial ul li{margin-bottom:1rem;line-height:1.85}.blog-post-content.editorial p{margin-bottom:1.75rem}.blog-post-content.editorial blockquote{border-left:4px solid #333;color:#444;font-style:normal}.newsletter-section{width:100%;background:#fff;padding:3rem 1.5rem 4rem;box-sizing:border-box}.newsletter-box{position:relative;max-width:860px;margin:0 auto;background:var(--color-hero-bg);padding:5rem 2rem;box-sizing:border-box}.newsletter-avatar{position:absolute;top:-40px;left:50%;transform:translateX(-50%);width:80px;height:80px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 3px #fff,0 0 0 5px rgba(255,255,255,.08)}.newsletter-inner{max-width:580px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.newsletter-heading{font-family:var(--font-serif);font-size:1.55rem;font-weight:400;color:#fff;line-height:1.55;margin:0 0 1.25rem}.newsletter-curved-arrow{display:block;margin:0 auto 1.5rem}.newsletter-form{width:100%;max-width:520px}.newsletter-input-row{display:flex;width:100%;background:#fff}.newsletter-input{flex:1 1;border:none;outline:none;padding:1rem 1.25rem;font-family:var(--font-sans);font-size:.95rem;color:#333;background:transparent;min-width:0}.newsletter-input::placeholder{color:#aaa}.newsletter-btn{border:none;background:transparent;padding:1rem 1.5rem;font-family:var(--font-sans);font-size:.72rem;font-weight:700;letter-spacing:1.5px;color:#111;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s ease,color .2s ease}.newsletter-btn:hover:not(:disabled){background:#111;color:#fff}.newsletter-btn:disabled{opacity:.5;cursor:not-allowed}.newsletter-validation{font-family:var(--font-sans);font-size:.7rem;color:rgba(255,255,255,.65);letter-spacing:1.5px;text-transform:uppercase;margin:1rem 0 0;text-align:center;font-weight:500}.newsletter-success{font-family:var(--font-sans);font-size:.95rem;color:rgba(255,255,255,.8);letter-spacing:.5px;margin:0}.newsletter-error{font-family:var(--font-sans);font-size:.82rem;color:#f87171;margin:.6rem 0 0;text-align:center}@media (min-width:769px){.newsletter-section{padding:3rem 4rem 6rem}}@media (min-width:1024px){.newsletter-section{padding:3rem 8rem 8rem}}.blog-share-bar{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;margin-top:3.5rem}.blog-share-label{font-family:var(--font-sans);font-size:.7rem;font-weight:700;letter-spacing:1.5px;color:#111;text-transform:uppercase}.blog-share-icons{display:flex;align-items:center;gap:1rem}.blog-share-icons a,.blog-share-icons button{color:#aaa;background:none;border:none;font-size:.9rem;cursor:pointer;padding:0;display:flex;align-items:center;gap:.4rem;transition:color .2s ease;text-decoration:none}.blog-share-icons a:hover,.blog-share-icons button:hover{color:#333}.blog-share-sep{display:inline-block;width:1px;height:.85rem;background:#ddd}.blog-share-copied{font-family:var(--font-sans);font-size:.65rem;letter-spacing:.5px;color:#333}.blog-post-wrapper .newsletter-section{padding:8rem 0 0}.more-from-blog{width:100%;margin-top:6rem;padding-top:3rem}.more-from-blog-title{font-family:var(--font-serif);font-size:1.6rem;font-weight:400;color:var(--color-text);margin:0 0 2.5rem;line-height:1.2}.more-from-blog-list{display:flex;flex-direction:column}.more-from-blog-card{display:flex;justify-content:space-between;align-items:flex-start;padding:1.75rem 0;border-bottom:1px solid #e5e5e5;text-decoration:none;gap:1.5rem;transition:opacity .2s ease}.more-from-blog-card:visited{color:inherit}.more-from-blog-card:focus,.more-from-blog-card:focus-visible{outline:none;opacity:1}@media (hover:hover){.more-from-blog-card:hover{opacity:.65}}.more-from-blog-card-body{flex:1 1}.more-from-blog-card-meta{font-family:var(--font-sans);font-size:.75rem;color:var(--color-text-muted);letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.more-from-blog-card-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:400;color:var(--color-text);margin:0 0 .5rem;line-height:1.35}.more-from-blog-card-desc{font-family:var(--font-serif);font-size:.95rem;color:#555;margin:0;line-height:1.6}.more-from-blog-card-arrow{font-size:1rem;color:#333;align-self:flex-end;flex-shrink:0;padding-bottom:.1rem}@media (min-width:769px){.more-from-blog-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;border-bottom:1px solid #e5e5e5}.more-from-blog-card{flex-direction:column;justify-content:flex-start;border-bottom:none;border-top:1px solid #e5e5e5;border-right:1px solid #e5e5e5;padding:1.5rem 1.75rem 1.25rem;gap:0;min-height:220px}.more-from-blog-card:last-child{border-right:none}.more-from-blog-card-body{flex:1 1;display:flex;flex-direction:column}.more-from-blog-card-meta{order:2;margin:.35rem 0 .6rem}.more-from-blog-card-title{order:1;font-size:1.05rem;margin:0}.more-from-blog-card-desc{order:3;font-size:.9rem;flex:1 1}.more-from-blog-card-arrow{align-self:flex-end;margin-top:1.25rem}}@media (min-width:1024px){.blog-post-hero-inner,.blog-post-wrapper{max-width:820px}}@media (max-width:768px){.blog-list{gap:2rem}.blog-card{padding-bottom:2rem}.blog-title{font-size:1.25rem}.blog-description{font-size:.95rem}.blog-read-more-container{border-top-color:#bbb}.blog-read-more{border-color:#bbb}.blog-pagination{gap:.35rem}.pagination-btn{padding:.5rem .75rem;font-size:.8rem}.pagination-number{min-width:2.25rem}.pagination-text{display:none}.blog-post-hero{min-height:35vh}.blog-post-hero-inner{padding:4rem 5% 2rem}.blog-post-wrapper{padding:1.5rem 0 6rem}.blog-post-title{font-size:1.75rem}.blog-post-content{font-size:1rem}}.horizontal-book-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;width:100%}@media (max-width:1024px){.horizontal-book-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.horizontal-book-grid{grid-template-columns:repeat(2,1fr)}}.horizontal-book-card{background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.05);border:2px solid rgba(0,0,0,.1);cursor:pointer;transition:box-shadow .2s ease;display:flex;flex-direction:column;padding:1rem;position:relative}.horizontal-book-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);background-color:#f9f9f9}.book-meta-column{display:flex;flex-direction:column}.book-bottom-section{margin-top:.75rem}.book-cover-fixed{width:100%;height:180px;object-fit:contain;margin-bottom:.75rem;background-color:#f5f5f5;padding:.75rem 0;box-sizing:border-box}@media (min-width:1400px){.book-cover-fixed{height:220px}}@media (min-width:1800px){.book-cover-fixed{height:260px}}.book-title{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 .3rem;height:2.6rem;line-height:1.3;max-height:2.6rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.book-pillar{color:var(--color-accent);font-size:.9rem;font-weight:500;margin-bottom:.1rem}.status-row{display:flex;justify-content:space-between;font-size:.85rem;font-family:var(--font-sans);color:#333;margin-bottom:.25rem}.progress-bar-track{background-color:#eee;height:6px;border-radius:5px;width:100%}.progress-bar-fill{background-color:#d1d5db;height:100%;border-radius:5px;transition:width .3s ease}.progress-bar-fill--read{background-color:#6db87a}@keyframes reading-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.progress-bar-fill--reading{background:linear-gradient(90deg,#94a3b8 25%,#c4cdd9 50%,#94a3b8 75%);background-size:200% 100%;animation:reading-shimmer 1.8s linear infinite}.book-rating{display:flex;gap:.25rem;font-size:.9rem;color:#000;margin-top:1rem}.star-icon{transition:color .2s ease}.reads-filter-search{display:flex;flex-direction:column;gap:0;margin-bottom:2.5rem}.search-input{padding:1rem 1.25rem;font-size:1rem;font-family:var(--font-sans);border:1px solid #ddd;border-radius:0;outline:none;background:#fafafa;color:var(--color-text);width:100%;box-sizing:border-box;transition:border-color .2s ease,background .2s ease;margin-bottom:1.5rem}.search-input:focus{border-color:#999;background:white}.filter-tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:2rem;justify-content:center}.filter-tab{padding:.35rem .85rem;border:1px solid #e0e0e0;background:transparent;border-radius:20px;cursor:pointer;color:var(--color-text-muted);font-size:.7rem;font-family:var(--font-sans);font-weight:400;letter-spacing:.02em;text-transform:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.filter-tab:hover{border-color:#aaa;color:var(--color-text)}.filter-tab.active{background:var(--color-text);border-color:var(--color-text);color:#fff}.book-hover-modal{position:absolute;top:0;width:300px;background-color:#fff;border-radius:1rem;padding:1rem;box-shadow:12px 12px 12px 12px rgba(0,0,0,.2);z-index:10;font-size:.85rem;color:#1e293b;transition:opacity .2s ease;white-space:normal}.book-hover-modal.right{left:105%}.book-hover-modal.left{right:105%}.book-hover-modal h4{margin-top:0;font-size:1rem;font-weight:600;margin-bottom:.5rem;text-decoration:underline}.modal-author,.modal-dates,.modal-description,.modal-genre,.modal-system{margin:.25rem 0;color:#444;line-height:1.3}.book-hover-modal svg{margin-right:.4rem;color:#333}.modal-dates{margin-bottom:1rem}.modal-close-btn{position:absolute;top:.5rem;right:.5rem;background:transparent;border:none;font-size:1.2rem;cursor:pointer;color:#555;transition:color .2s ease}.modal-close-btn:hover{color:#000}@media (max-width:768px){.book-hover-modal.mobile{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;max-width:300px;background:#fff;padding:1.25rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.3);z-index:1000;overflow-y:auto;max-height:80vh;animation:fadeInScale .2s ease-out}}@keyframes fadeInScale{0%{opacity:0;transform:translate(-50%,-40%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:var(--z-modal-backdrop)}.reads-hero{margin-top:var(--navbar-height);background:var(--color-hero-bg)}.reads-hero,.reads-hero-inner{width:100%;display:flex;flex-direction:column}.reads-hero-inner{align-items:flex-start;justify-content:center;min-height:45vh;max-width:1280px;margin:0 auto;padding:3rem 2rem 2.5rem;box-sizing:border-box;gap:1.25rem}.reads-hero-eyebrow{font-family:var(--font-sans);font-size:.65rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.28)}.reads-hero-statement{display:flex;flex-direction:column;gap:0}.reads-hero-static{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.6rem);font-weight:400;color:#fff;margin:0;line-height:1.15;letter-spacing:-.5px}.reads-hero-word-row{position:relative;display:flex;align-items:flex-end;padding-bottom:4px}.reads-hero-word-row:after{content:"";position:absolute;bottom:0;left:0;right:0;border-bottom:2px dotted rgba(200,121,65,.4)}.reads-hero-word{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.6rem);font-weight:400;color:#c87941;letter-spacing:-.5px;line-height:1.15;min-width:2ch;position:relative;z-index:1}.reads-hero-cursor{display:inline-block;margin-left:2px;opacity:.5;color:rgba(255,255,255,.4);animation:blink 1s step-end infinite}.reads-hero-tabs{max-width:1280px;padding:0 2rem;justify-content:space-between}.reads-browse-tab-wrap{position:relative;height:100%;display:flex;align-items:center}.reads-browse-caret{font-size:.58rem;margin-left:.3rem;transition:transform .2s ease}.reads-browse-caret.open{transform:rotate(180deg)}.reads-browse-dropdown{position:absolute;top:calc(100% + 1px);left:0;background:#1a1a1a;border:1px solid #333;min-width:160px;box-shadow:0 12px 32px rgba(0,0,0,.5);z-index:600}.reads-browse-dropdown--tabs{top:100%;left:auto;right:0}.reads-browse-item{display:block;width:100%;text-align:left;background:none;border:none;padding:.65rem 1.1rem;font-size:.78rem;font-family:var(--font-sans);color:rgba(255,255,255,.55);cursor:pointer;transition:background .1s,color .1s}.reads-browse-item:hover{background:#2a2a2a;color:#fff}.reads-browse-item.active{color:#fff;font-weight:600}.reads-search-bar{position:relative;width:100%;margin-bottom:2rem}.reads-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#999;font-size:.78rem;pointer-events:none}.reads-search-input{width:100%;box-sizing:border-box;padding:.75rem 1rem .75rem 2.5rem;font-size:.85rem;font-family:var(--font-sans);background:#fafafa;border:1px solid #e0e0e0;border-radius:0;color:#333;outline:none;transition:border-color .2s}.reads-search-input::placeholder{color:#aaa}.reads-search-input:focus{border-color:#aaa}.reads-hero-search{display:none}@media (max-width:768px){.reads-hero-inner{min-height:35vh;padding:1.75rem 1.25rem 1.25rem;gap:.75rem}.reads-hero-static,.reads-hero-word{font-size:clamp(1.35rem,6vw,1.8rem)}.reads-hero-tabs{padding:0 1.25rem;overflow:visible}.reads-search-input{font-size:16px}.reads-browse-dropdown--tabs{left:auto;right:0;z-index:9999}.horizontal-book-grid{gap:.5rem}.horizontal-book-card{padding:0}.book-cover-fixed{height:140px;margin-bottom:0;width:100%;object-fit:contain;background-color:#eee;padding:.5rem 0;box-sizing:border-box}.book-meta-column{padding:.5rem .55rem .6rem}.book-title{font-size:.75rem;height:2rem;max-height:2rem;margin-bottom:.15rem}.book-pillar{font-size:.68rem}.book-bottom-section{margin-top:.35rem}.status-row{font-size:.68rem}.progress-bar-track{height:3px}}.reads-featured{display:flex;background:#111;border-radius:2px;margin-bottom:1.75rem;overflow:hidden;width:100%}.reads-featured-cover{width:170px;flex-shrink:0;aspect-ratio:2/3;object-fit:cover;display:block}.reads-featured-info{padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.reads-featured-eyebrow{font-size:.6rem;font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.3)}.reads-featured-title{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.4rem);font-weight:400;color:#fff;margin:0;line-height:1.15;letter-spacing:-.3px}.reads-featured-author{font-family:var(--font-sans);font-size:.78rem;color:rgba(255,255,255,.4);margin:0;letter-spacing:.03em}.reads-featured-system{font-size:.6rem;color:rgba(255,255,255,.22);text-transform:uppercase;letter-spacing:.12em;font-family:var(--font-sans)}.reads-featured-rating{display:flex;gap:.2rem;color:#c9963a;font-size:.8rem}.reads-featured-desc{font-size:.82rem;line-height:1.65;color:rgba(255,255,255,.4);font-family:var(--font-sans);margin:.25rem 0 0;max-width:540px}.reads-stats-strip{display:flex;align-items:center;gap:.6rem;margin-bottom:1.75rem;font-family:var(--font-sans);font-size:.7rem;color:#bbb;letter-spacing:.04em;width:100%}.reads-stats-dot{color:#e0e0e0}@media (max-width:768px){.reads-sticky-inner{padding:.5rem 1rem}.reads-search-expanded{padding:0 1rem .5rem}.reads-featured{flex-direction:column}.reads-featured-cover{width:100%;aspect-ratio:3/2;object-position:center top}.reads-featured-info{padding:1.25rem 1.25rem 1.5rem;gap:.4rem}.reads-featured-title{font-size:1.5rem}.reads-featured-desc{display:none}}.photo-page-wrapper{position:fixed;top:var(--navbar-height);left:0;right:0;bottom:0;overflow:hidden}.photo-slideshow{position:relative;width:100%;height:100%;background:#0e0e0e;display:flex;flex-direction:column;overflow:hidden}.photo-main-area{position:relative;flex:1 1;min-height:0;overflow:hidden}.photo-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .8s ease;pointer-events:none}.photo-slide.active{opacity:1;pointer-events:auto}.photo-slide img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}@keyframes captionFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.photo-overlay-caption{position:absolute;bottom:0;left:0;right:0;padding:5rem 2.5rem 2rem;background:linear-gradient(0deg,rgba(0,0,0,.75) 0,transparent);display:flex;flex-direction:row;align-items:flex-end;justify-content:center;gap:2rem;pointer-events:none}.photo-overlay-text{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;animation:captionFadeUp .45s ease .2s both}.photo-overlay-caption .photo-caption-title{font-family:var(--font-serif);font-size:2rem;font-weight:400;color:#fff;margin:0;letter-spacing:-.3px;line-height:1.1}.photo-overlay-caption .photo-caption-subtitle{font-family:var(--font-sans);font-size:.75rem;color:rgba(255,255,255,.6);letter-spacing:.1em;text-transform:uppercase;margin:0}.photo-overlay-caption .photo-caption-counter{font-family:var(--font-sans);font-size:.7rem;color:rgba(255,255,255,.35);letter-spacing:.1em;margin-top:.5rem}.photo-overlay-arrows{display:flex;gap:.25rem;align-items:center;pointer-events:auto;position:absolute;right:2.5rem;bottom:2rem}.photo-overlay-arrows button{background:none;border:none;color:rgba(255,255,255,.6);font-size:1rem;cursor:pointer;padding:.4rem .6rem;transition:color .2s ease}.photo-overlay-arrows button:hover{color:#fff}.slide-btn{display:none}.photo-caption{display:none;flex-direction:column;align-items:center;gap:.2rem;padding:.85rem 1.5rem;background:#0e0e0e;border-top:1px solid #222;flex-shrink:0;text-align:center;animation:captionFadeUp .4s ease both}.photo-caption .photo-caption-title{font-family:var(--font-serif);font-size:1rem;font-weight:400;color:#fff;letter-spacing:-.2px}.photo-caption .photo-caption-subtitle{font-family:var(--font-sans);font-size:.7rem;color:#666;letter-spacing:.08em;text-transform:uppercase}.photo-caption .photo-caption-counter{font-family:var(--font-sans);font-size:.7rem;color:#444;letter-spacing:.08em;margin-top:.2rem}.photo-thumbnails{display:flex;gap:3px;padding:3px;background:#0e0e0e;overflow-x:auto;flex-shrink:0;scrollbar-width:thin;scrollbar-color:#444 #0e0e0e;height:80px}.photo-thumbnails::-webkit-scrollbar{height:4px}.photo-thumbnails::-webkit-scrollbar-track{background:#0e0e0e}.photo-thumbnails::-webkit-scrollbar-thumb{background:#444;border-radius:2px}.photo-thumbnails::-webkit-scrollbar-thumb:hover{background:#666}.photo-thumb{flex-shrink:0;width:100px;height:74px;border:2px solid transparent;background:#1a1a1a;cursor:pointer;padding:0;overflow:hidden;transition:border-color .2s ease,opacity .2s ease;opacity:.45}.photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.photo-thumb:hover{opacity:.8}.photo-thumb.thumb-active{border-color:#fff;opacity:1}@media (max-width:768px){.photo-overlay-caption{display:none}.photo-caption{display:flex}.photo-thumbnails{height:60px}.photo-thumb{width:76px;height:54px}.slide-next,.slide-prev{display:none}}.lightbox{position:fixed;width:100vw;height:100vh;height:100dvh;display:flex;justify-content:center;align-items:center;z-index:var(--z-lightbox);flex-direction:column;box-sizing:border-box;touch-action:none;overflow:hidden;-webkit-overflow-scrolling:none;isolation:isolate}.lightbox,.lightbox-overlay{top:0;left:0;background:white}.lightbox-overlay{position:absolute;right:0;bottom:0;z-index:-1}.lightbox-content{flex-direction:column;height:100%;padding:4rem 2rem;box-sizing:border-box}.lightbox-content,.lightbox-image-container{display:flex;justify-content:center;align-items:center;width:100%;overflow:hidden}.lightbox-image-container{flex:0 1 auto;max-height:calc(100% - 3rem)}.lightbox-image{max-height:100%;max-width:100%;width:auto;height:auto;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;object-fit:contain;display:block}.caption{font-size:.95rem;color:#333;margin-top:1rem;text-align:center;flex-shrink:0;max-width:90%}.close-btn,.fullscreen-btn,.nav-btn,.share-btn{position:absolute;background:rgba(255,255,255,.95);border:none;font-size:1.6rem;cursor:pointer;color:#1e293b;font-weight:100;z-index:10000;padding:.5rem;border-radius:50%;width:44px;height:44px;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.1)}.close-btn{top:1rem;right:1.5rem}.share-btn{top:1rem;left:1.5rem}.nav-btn.prev{left:2rem}.nav-btn.next,.nav-btn.prev{top:50%;transform:translateY(-50%)}.nav-btn.next{right:2rem}@media (max-width:768px){.lightbox-content{padding:5rem 1rem 4rem}.nav-btn.next,.nav-btn.prev{display:none}.close-btn{top:.75rem;right:.75rem}.share-btn{top:.75rem;left:.75rem}}.share-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:white;border-radius:12px;padding:1.5rem;box-shadow:0 8px 20px rgba(0,0,0,.25);z-index:var(--z-share-modal);display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:220px}.close-share{position:absolute;top:.5rem;right:.75rem;background:none;border:none;font-size:1.1rem;cursor:pointer;color:#999}.social-icons{display:flex;gap:1rem;font-size:1.3rem}.social-icons a,.social-icons button{background:none;border:none;color:#1e293b;cursor:pointer}@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@300;400;500;600&display=swap");@media screen and (max-width:1400px){#profile{height:auto;margin-bottom:6rem}.about-containers{flex-wrap:wrap}#contact,#projects{height:-moz-fit-content;height:fit-content}}@media screen and (max-width:1200px){#desktop-nav{display:none}#hamburger-nav{display:flex}#experience,.experience-details-container{margin-top:2rem}#profile,.section-container{display:block}.arrow{display:none}.section-container,section{height:-moz-fit-content;height:fit-content}section{margin:0 5%}.section__pic-container{width:275px;height:275px;margin:0 auto 2rem}.about-containers{margin-top:0}}@media screen and (max-width:600px){#profile{height:auto;margin-bottom:0}article{font-size:1rem}footer nav{height:-moz-fit-content;height:fit-content;margin-bottom:2rem}.about-containers,.btn-container,.contact-info-upper-container{flex-wrap:wrap}.contact-info-container{margin:0}.contact-info-container p{font-size:1rem}.experience-sub-title{font-size:1.25rem}.logo{font-size:1.5rem}.section__pic-container{width:auto;height:46vw;justify-content:center}.section__text__p2{font-size:1.25rem}.title{font-size:2rem}.text-container{text-align:left}}