@import "https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Cinzel:wght@400;700;900&family=Cinzel+Decorative:wght@400;700&family=Federo&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--dark:#1b1b1b;--darker:#111;--white:#fafafa;--gray:#c5c5c5;--light-gray:#ccc;--colors-cp-fe:#62a49f;--colors-cp-be:#b2905d;--colors-cp-au:#9480b5;--text-light:#e0e0e0;--text-dark:#333;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Poppins", Arial, sans-serif;--font-cinzel:"Cinzel", serif;--font-federo:"Federo", serif;--font-cinzel-deco:"Cinzel Decorative", serif;--font-caveat:"Caveat Brush", cursive}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text-dark);background-color:var(--white);background-image:url(/bg-white.jpg);background-size:cover;background-attachment:fixed;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}.section-title{font-family:var(--font-caveat);text-align:center;margin-bottom:3rem;font-size:3rem;font-weight:400}.section-dark{background-color:var(--dark);color:var(--white);background-image:url(/bg-black.jpg);background-size:cover;background-attachment:fixed;position:relative}.section-light{background-color:var(--white);color:var(--text-dark);background-image:url(/bg-white.jpg);background-size:cover;background-attachment:fixed;position:relative}.scroll-indicator{justify-content:center;padding:2rem 0;display:flex}.scroll-indicator .arrow-circle{cursor:pointer;opacity:.7;border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:opacity .3s;display:flex}.scroll-indicator .arrow-circle:hover{opacity:1}.container{max-width:1200px;margin:0 auto;padding:0 3rem}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes bounceArrow{0%,to{transform:translateY(0)}50%{transform:translateY(9px)}}.scroll-indicator .arrow-circle{animation:2s ease-in-out infinite bounceArrow}.navbar{z-index:1000;background-color:var(--white);background-image:url(/bg-white.jpg);background-size:cover;border-bottom:1px solid #0000000f;padding:1.2rem 3rem;position:relative}.navbar-container{justify-content:center;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex;position:relative}.navbar-links{gap:2rem;display:flex}.navbar-links.left{margin-left:auto;margin-right:0}.navbar-links.right{margin-left:0;margin-right:auto}.nav-link{color:var(--dark);cursor:pointer;letter-spacing:.5px;font-size:1.05rem;font-weight:400;transition:opacity .3s;position:relative}.nav-link:after{content:"";background-color:var(--dark);width:0;height:1.5px;transition:width .3s;position:absolute;bottom:-3px;left:0}.nav-link:hover:after{width:100%}.nav-link:hover{opacity:.8}.navbar-logo{flex-shrink:0}.logo-img{cursor:pointer;width:auto;height:42px;display:block}.menu-toggle{color:var(--dark);cursor:pointer;background:0 0;border:none;display:none;position:absolute;right:0}.mobile-menu{background-color:var(--gray);flex-direction:column;gap:1rem;padding:1rem 2rem;display:none;position:absolute;top:100%;left:-2rem;right:-2rem}.mobile-link{color:var(--dark);cursor:pointer;padding:.5rem 0;font-size:1.1rem;transition:opacity .3s}.mobile-link:hover{opacity:.7}@media (width<=768px){.navbar-links{display:none}.navbar-container{justify-content:center}.navbar-logo{position:static;transform:none}.menu-toggle{display:block}.mobile-menu{display:flex}}.hero{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding:0 10%;display:flex;position:relative}.hero-content{text-align:left}.hero-name{margin-bottom:.5rem;font-size:5rem;line-height:1.1}.name-upper{font-family:var(--font-cinzel);text-transform:uppercase;letter-spacing:4px;font-weight:700}.name-italic{font-family:var(--font-federo);font-size:5.5rem;font-weight:400}.hero-subtitle{font-family:var(--font-cinzel-deco);letter-spacing:3px;color:#888;margin-bottom:2.5rem;font-size:1rem;font-weight:400}.hero-socials{align-items:center;gap:1.5rem;display:flex}.hero-socials a{color:var(--text-dark);align-items:center;transition:opacity .3s;display:flex}.hero-socials a:hover{opacity:.6}.btn-contact{background-color:var(--dark);letter-spacing:2px;cursor:pointer;border-radius:4px;margin-left:.5rem;padding:.8rem 2.2rem;font-size:.95rem;font-weight:600;transition:background-color .3s;color:var(--white)!important}.btn-contact:hover{background-color:#333}.hero .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.name-upper{animation:.9s cubic-bezier(.22,1,.36,1) both fadeSlideUp;display:inline-block}.name-italic{animation:.9s cubic-bezier(.22,1,.36,1) .15s both fadeSlideUp;display:inline-block}.hero-subtitle{animation:.9s cubic-bezier(.22,1,.36,1) .32s both fadeSlideUp}.hero-socials{animation:.9s cubic-bezier(.22,1,.36,1) .5s both fadeSlideUp}@media (width<=768px){.hero{padding:0 6%}.hero-name{font-size:3rem}.name-italic{font-size:3.3rem}.hero-socials{flex-wrap:wrap}}.about{flex-direction:column;justify-content:flex-start;height:auto;min-height:100vh;padding:4rem 0 3rem;display:flex;position:relative;overflow:hidden}.about-content{align-items:center;gap:5rem;max-width:1300px;margin:0 auto;padding:0 3rem;display:flex}.about-image{opacity:0;flex-shrink:0;transition:opacity .9s,transform .9s;transform:translate(-50px)}.about-text{opacity:0;flex:1;transition:opacity .9s .2s,transform .9s .2s;transform:translate(50px)}.about-content.is-visible .about-image,.about-content.is-visible .about-text{opacity:1;transform:translate(0)}.about-photo{object-fit:cover;border-radius:8px;width:460px;height:580px;transition:transform .5s,box-shadow .5s;display:block}.about-photo:hover{transform:scale(1.02);box-shadow:0 20px 60px #00000080}.about-greeting{color:var(--white);margin-bottom:1.5rem;font-size:2.4rem;font-weight:600;line-height:1.2}.about-description{color:var(--text-light);margin-bottom:1rem;font-size:1.15rem;line-height:1.9}.about .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@media (width<=1100px){.about-photo{width:340px;height:430px}}@media (width<=768px){.about-content{text-align:center;flex-direction:column;padding:0 2rem}.about-photo{width:260px;height:320px}.about-greeting{font-size:1.8rem}}.parcours{flex-direction:column;justify-content:flex-start;height:auto;min-height:104vh;padding:4rem 0 3rem;display:flex;position:relative;overflow:hidden}.parcours-inner{flex-direction:column;flex:1;justify-content:flex-start;display:flex}.timeline-wrapper{align-items:center;padding:0 1rem;display:flex;position:relative}.timeline-nav{border:2px solid var(--dark);cursor:pointer;width:54px;height:54px;color:var(--dark);z-index:2;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .3s,color .3s;display:flex}.timeline-nav:hover{background-color:var(--dark);color:var(--white)}.timeline-scroll{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;flex:1;padding:2rem 1rem 3rem;position:relative;overflow:auto hidden}.timeline-scroll::-webkit-scrollbar{display:none}.timeline-track{gap:5rem;min-width:max-content;display:flex}.timeline-card{scroll-snap-align:center;opacity:0;width:520px;transition:opacity .6s,transform .6s;transition-delay:calc(var(--i,0) * .15s);flex-shrink:0;transform:translateY(30px)}.timeline-track.is-visible .timeline-card{opacity:1;transform:translateY(0)}.timeline-card--offset{margin-top:6.9rem}.timeline-year-badge{font-family:var(--font-caveat);color:var(--dark);margin-bottom:1.2rem;font-size:4.5rem;font-style:italic}.timeline-card-image{border-radius:8px;width:100%;height:300px;margin-bottom:1.2rem;overflow:hidden}.timeline-image-placeholder{background-color:#e8e8e8;border-radius:8px;width:100%;height:100%}.timeline-card-img{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.timeline-card-title{font-family:var(--font-serif);margin-bottom:.7rem;font-size:1.9rem;font-weight:700}.timeline-card-desc{color:#666;font-size:1.1rem;line-height:1.8}.parcours .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@media (width<=768px){.timeline-card{width:300px}.timeline-card-image{height:200px}.timeline-nav{width:40px;height:40px}}.skills{flex-direction:column;justify-content:flex-start;height:auto;min-height:100vh;padding:4rem 0 3rem;display:flex;position:relative;overflow:hidden}.skills-inner{flex:1;align-items:flex-start;display:flex}.skills-grid{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1300px;margin:0 auto;display:grid}.skill-card{background-color:var(--white);color:var(--text-dark);text-align:left;opacity:0;border-radius:12px;padding:3.5rem 2.5rem;transition:box-shadow .35s;transform:translateY(40px)}.skills-grid.is-visible .skill-card{animation:.75s cubic-bezier(.22,1,.36,1) both fadeSlideUp;animation-delay:calc(var(--i,0) * .15s)}.skill-card:hover{box-shadow:0 16px 48px #00000021}.skill-icon{margin-bottom:1.2rem}.skill-card--fe .skill-icon{color:var(--colors-cp-fe)}.skill-card--be .skill-icon{color:var(--colors-cp-be)}.skill-card--au .skill-icon{color:var(--colors-cp-au)}.skill-card-title{font-family:var(--font-serif);margin-bottom:1.8rem;font-size:1.9rem;font-weight:700}.skill-tags{flex-wrap:wrap;gap:.75rem;display:flex}.skill-tag{color:var(--text-dark);cursor:default;background:0 0;border:1.5px solid #d0d0d0;border-radius:6px;padding:.6rem 1.4rem;font-size:1.05rem;font-weight:500;transition:background-color .3s,color .3s,border-color .3s;display:inline-block}.skill-card--fe .skill-tag:hover{background-color:var(--colors-cp-fe);color:var(--white);border-color:var(--colors-cp-fe)}.skill-card--be .skill-tag:hover{background-color:var(--colors-cp-be);color:var(--white);border-color:var(--colors-cp-be)}.skill-card--au .skill-tag:hover{background-color:var(--colors-cp-au);color:var(--white);border-color:var(--colors-cp-au)}.skills .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@media (width<=768px){.skills-grid{grid-template-columns:1fr;max-width:350px}}.projects{flex-direction:column;justify-content:flex-start;height:auto;min-height:104vh;padding:4rem 0 3rem;display:flex;position:relative;overflow:hidden}.projects-inner{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:3.5rem;display:flex}.books-slider{align-items:center;gap:1.5rem;display:flex}.slider-nav{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:border-color .2s,opacity .2s;display:flex}.slider-nav:disabled{opacity:.2;cursor:default}.slider-nav:not(:disabled):hover{border-color:#ffffff80}.slider-dots{justify-content:center;gap:.5rem;display:flex}.slider-dot{cursor:pointer;background:#ffffff40;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s}.slider-dot.active{background:#ffffffd9}.books-shelf{justify-content:center;align-items:center;gap:4.5rem;display:flex}.book-entrance{animation:.7s cubic-bezier(.22,1,.36,1) both fadeSlideUp;animation-delay:calc(var(--i,0) * .12s)}.book-wrapper{cursor:pointer;transform-style:preserve-3d;will-change:transform;text-decoration:none;display:block}.book-body{width:420px;height:590px;transform-style:preserve-3d;position:relative}.book-spine{transform-origin:0;background:linear-gradient(90deg,#0d0d0d,#1b1b1b 40%,#141414);width:42px;height:100%;position:absolute;top:0;left:0;transform:rotateY(90deg)}.book-pages{transform-origin:100%;background:repeating-linear-gradient(90deg,#ddd9cf,#ede9e0 1px,#d8d4c9 2.5px);width:42px;height:calc(100% - 8px);position:absolute;top:4px;right:0;transform:rotateY(-90deg)}.book-cover{background-color:#1b1b1b;background-image:url(/book-texture.jpg);background-position:50%;background-size:cover;border-radius:3px 6px 6px 3px;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2.5rem 2rem;display:flex;position:absolute;inset:0;overflow:hidden;box-shadow:10px 14px 50px #00000061,inset 0 0 0 1px #ffffff0a}.book-cover:after{content:"";pointer-events:none;background:radial-gradient(at 25% 15%,#ffffff0e 0%,#0000 55%),linear-gradient(170deg,#ffffff06 0%,#0000 45%);position:absolute;inset:0}.book-elastic{z-index:2;background:linear-gradient(90deg,#060606,#161616 25%,#242424 50%,#161616 75%,#060606);width:13px;position:absolute;top:-3px;bottom:-3px;left:21%;box-shadow:3px 0 7px #0000008c,-1px 0 4px #00000059}.cover-logo{color:#ffffffeb;z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:220px;height:220px;display:flex;position:relative}.cover-title{text-align:center;width:70%;font-family:var(--font-caveat);color:#fafafa;letter-spacing:.5px;z-index:1;font-size:2.1rem;font-weight:400;line-height:1.2;position:relative}.projects .scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@media (width<=1024px){.books-shelf{gap:3rem}}@media (width<=1400px){.books-shelf{gap:3rem}.book-body{width:340px;height:480px}.cover-logo{width:180px;height:180px}.cover-title{font-size:1.7rem}}@media (width<=1100px){.books-shelf{gap:2rem}.book-body{width:270px;height:380px}.cover-logo{width:140px;height:140px}.cover-title{font-size:1.3rem}}@media (width<=860px){.books-shelf{gap:1.5rem}.book-body{width:220px;height:310px}.cover-logo{width:110px;height:110px}.cover-title{font-size:1.1rem}}@media (width<=680px){.books-shelf{flex-direction:column;gap:2.5rem}}.form-feedback{margin-top:1rem;font-size:.95rem}.form-feedback--success{color:#5a9e6f}.form-feedback--error{color:#c0392b}.contact{flex-direction:column;justify-content:center;height:100vh;padding:3rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.contact .container{width:100%}.contact-form{opacity:0;max-width:750px;margin:0 auto;transition:opacity .8s,transform .8s;transform:translateY(40px)}.contact-form.is-visible{opacity:1;transform:translateY(0)}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-group{margin-bottom:1.2rem}.form-group input,.form-group textarea{background-color:var(--white);width:100%;color:var(--text-dark);font-family:var(--font-sans);border:none;border-radius:8px;outline:none;padding:1.1rem 1.2rem;font-size:1rem;transition:box-shadow .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#999;font-size:1rem}.form-group input:focus,.form-group textarea:focus{box-shadow:0 0 0 2px #ffffff4d}.form-group textarea{resize:vertical;min-height:160px}.btn-submit{background-color:var(--white);color:var(--dark);font-family:var(--font-sans);cursor:pointer;border:none;border-radius:8px;margin:1.5rem auto 0;padding:.9rem 3.5rem;font-size:1.05rem;font-weight:500;transition:background-color .3s,transform .2s;display:block}.btn-submit:hover{background-color:#e8e8e8;transform:translateY(-1px)}@media (width<=768px){.form-row{grid-template-columns:1fr}}.footer{background-color:var(--white);color:var(--text-dark);background-image:url(/bg-white.jpg);background-size:cover;background-attachment:fixed;border-top:1px solid #e0e0e0;padding:5rem 0 3rem}.footer-grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:900px;margin:0 auto 3.5rem;display:grid}.footer-col h4{font-family:var(--font-caveat);color:var(--text-dark);margin-bottom:1.2rem;font-size:1.6rem;font-weight:400}.footer-col ul{flex-direction:column;gap:.7rem;display:flex}.footer-col li,.footer-col a{color:#666;cursor:pointer;font-size:1rem;transition:opacity .3s}.footer-col li:hover,.footer-col a:hover{opacity:.7}.footer-logo{text-align:center;margin-bottom:2rem}.logo-img-footer{cursor:pointer;width:auto;height:70px;margin:0 auto;display:block}.footer-copy{text-align:center;color:#999;font-size:.9rem}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.legal-page{background-color:var(--white);background-image:url(/bg-white.jpg);background-size:cover;background-attachment:fixed;min-height:100vh}.legal-nav{z-index:100;background-color:var(--white);background-image:url(/bg-white.jpg);background-size:cover;border-bottom:1px solid #e8e8e8;padding:1.2rem 3rem;position:sticky;top:0}.legal-nav-inner{align-items:center;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.legal-back{color:var(--dark);cursor:pointer;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:opacity .3s;display:flex}.legal-back:hover{opacity:.6}.legal-logo{width:auto;height:38px;display:block}.legal-content{max-width:900px;margin:0 auto;padding:5rem 3rem 6rem}.legal-title{font-family:var(--font-caveat);color:var(--dark);margin-bottom:3rem;font-size:4rem;font-weight:400}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-family:var(--font-serif);color:var(--dark);margin-bottom:.8rem;font-size:1.4rem;font-weight:700}.legal-section p,.legal-section li{color:#555;font-size:1rem;line-height:1.9}.legal-section ul{flex-direction:column;gap:.3rem;padding-left:1.5rem;list-style:outside;display:flex}.legal-divider{border:none;border-top:1px solid #e0e0e0;margin:3rem 0}@media (width<=768px){.legal-content{padding:3rem 1.5rem 4rem}.legal-title{font-size:2.8rem}}.pp-page{background-color:var(--white);background-image:url(/bg-white.jpg);background-size:cover;background-attachment:fixed;min-height:100vh}.pp-hero{background:var(--dark);text-align:center;padding:7rem 3rem 8rem;position:relative;overflow:hidden}.pp-hero-glow{background:radial-gradient(circle, var(--accent) 0%, transparent 65%);opacity:.28;pointer-events:none;border-radius:50%;width:700px;height:700px;animation:5s ease-in-out infinite glowPulse;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.pp-hero-noise{pointer-events:none;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px 200px;position:absolute;inset:0}@keyframes glowPulse{0%,to{opacity:.28;transform:translate(-50%)scale(1)}50%{opacity:.4;transform:translate(-50%)scale(1.1)}}.pp-hero-inner{max-width:680px;margin:0 auto;position:relative}.pp-icon-wrap{color:#fff;background:var(--accent);border-radius:26px;justify-content:center;align-items:center;width:110px;height:110px;margin-bottom:1.8rem;animation:.85s cubic-bezier(.22,1,.36,1) both fadeSlideUp;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff14,0 12px 50px #00000073}.pp-year{font-family:var(--font-caveat);color:#fff6;margin-bottom:.4rem;font-size:1.4rem;animation:.85s cubic-bezier(.22,1,.36,1) .1s both fadeSlideUp;display:block}.pp-title{font-family:var(--font-caveat);color:#fff;margin-bottom:1.2rem;font-size:5.5rem;font-weight:400;line-height:1;animation:.85s cubic-bezier(.22,1,.36,1) .2s both fadeSlideUp}.pp-tagline{color:#ffffff7a;letter-spacing:.4px;font-size:1.05rem;animation:.85s cubic-bezier(.22,1,.36,1) .35s both fadeSlideUp}.pp-content{flex-direction:column;gap:5rem;max-width:920px;margin:0 auto;padding:6rem 3rem 8rem;display:flex}.pp-section{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(36px)}.pp-section.pp-visible{opacity:1;transform:translateY(0)}.pp-label{letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:1.4rem;padding-left:1.2rem;font-size:.72rem;font-weight:700;display:inline-block;position:relative}.pp-label:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.pp-description{color:#555;max-width:700px;font-size:1.18rem;line-height:2}.pp-features{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.pp-feature-card{color:var(--text-dark);background:#fff;border:1.5px solid #ebebeb;border-radius:14px;align-items:flex-start;gap:.9rem;padding:1.2rem 1.4rem;font-size:.97rem;line-height:1.55;transition:border-color .3s,box-shadow .3s,transform .3s;animation:none;display:flex}.pp-section.pp-visible .pp-feature-card{animation:.6s cubic-bezier(.22,1,.36,1) both fadeSlideUp;animation-delay:calc(var(--fi,0) * 80ms)}.pp-feature-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 6px 24px #00000014}.pp-feature-icon{color:var(--accent);flex-shrink:0;margin-top:2px}.pp-stack{flex-wrap:wrap;gap:.75rem;display:flex}.pp-tech{color:var(--text-dark);cursor:default;background:0 0;border:1.5px solid #ddd;border-radius:999px;padding:.55rem 1.3rem;font-size:.92rem;font-weight:500;transition:background .28s,color .28s,border-color .28s,transform .28s}.pp-section.pp-visible .pp-tech{animation:.6s cubic-bezier(.22,1,.36,1) both fadeSlideUp;animation-delay:calc(var(--si,0) * 70ms)}.pp-tech:hover{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-2px)}.pp-links-section{opacity:0;flex-wrap:wrap;gap:1rem;transition:opacity .7s,transform .7s;display:flex;transform:translateY(30px)}.pp-links-section.pp-visible{opacity:1;transform:translateY(0)}.pp-link-btn{background:var(--accent);color:#fff;border:2px solid var(--accent);letter-spacing:.2px;border-radius:12px;align-items:center;gap:.6rem;padding:.9rem 2.2rem;font-size:.97rem;font-weight:600;text-decoration:none;transition:opacity .22s,transform .22s;display:inline-flex}.pp-link-btn:hover{opacity:.82;transform:translateY(-3px)}.pp-link-btn--outline{color:var(--accent);background:0 0}.pp-link-btn--outline:hover{background:var(--accent);color:#fff;opacity:1}@media (width<=768px){.pp-nav{padding:1rem 1.5rem}.pp-hero{padding:5rem 1.5rem 6rem}.pp-title{font-size:3.8rem}.pp-content{gap:3.5rem;padding:3.5rem 1.5rem 5rem}.pp-features{grid-template-columns:1fr}}.hero-page{background-color:var(--white);background-image:url(/bg-white.jpg);background-size:cover;background-attachment:fixed;flex-direction:column;height:100vh;display:flex}
