@font-face{font-family:PPEiko;src:url(/assets/ppeiko-medium-CJUTZ6Bp.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:NeueHaasGrotesk;src:url(/assets/NHaasGroteskDSPro-65Md-BdvTbqEY.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:NeueHaasDisplay;src:url(/assets/NeueHaasDisplayMediu-D3hlmfAS.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:NeueHaasDisplay;src:url(/assets/NeueHaasDisplayRoman-A6ipJltx.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:NeueHaasDisplay;src:url(/assets/NeueHaasDisplayLight-0AWf-xRh.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}:root{--magic-yellow: #ffff6c;--violet-myster: #a082f7;--not-black: #232112;--true-white: #ffffff;--bg-primary: #232112;--bg-secondary: rgba(255, 255, 255, .03);--bg-tertiary: rgba(255, 255, 255, .05);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .8);--text-muted: rgba(255, 255, 255, .5);--border-color: rgba(255, 255, 255, .1);--border-hover: rgba(255, 255, 255, .2);--font-display: "PPEiko", serif;--font-headline: "NeueHaasGrotesk", sans-serif;--font-body: "NeueHaasDisplay", sans-serif;--section-padding: clamp(4rem, 10vw, 8rem);--container-max: 1400px;--container-padding: clamp(1.5rem, 5vw, 4rem)}[data-theme=light]{--bg-primary: #fafafa;--bg-secondary: rgba(0, 0, 0, .02);--bg-tertiary: rgba(0, 0, 0, .04);--text-primary: #1a1a1a;--text-secondary: rgba(0, 0, 0, .75);--text-muted: rgba(0, 0, 0, .5);--border-color: rgba(0, 0, 0, .1);--border-hover: rgba(0, 0, 0, .2);--magic-yellow: #ffff6c;--violet-myster: #7c5fd6}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}#root{width:100%}h1,h2,h3,h4{font-family:var(--font-headline);font-weight:400;line-height:.9;text-transform:uppercase;letter-spacing:-.02em}h1{font-size:clamp(3.5rem,12vw,10rem)}h2{font-size:clamp(2.5rem,8vw,6rem)}h3{font-size:clamp(1.5rem,4vw,2.5rem)}p{font-size:clamp(1rem,2vw,1.25rem);max-width:65ch}a{color:inherit;text-decoration:none}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}section{padding:var(--section-padding) 0}.pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:var(--true-white);color:var(--not-black);border-radius:100px;font-size:.875rem;font-weight:500;white-space:nowrap}.pill--yellow{background:var(--magic-yellow)}.pill--outline{background:transparent;border:1px solid var(--true-white);color:var(--true-white)}.star{color:var(--magic-yellow);font-size:.75em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:var(--magic-yellow);color:var(--not-black);font-family:var(--font-body);font-size:1rem;font-weight:600;border:none;border-radius:100px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ffff6c4d}.btn--outline{background:transparent;border:2px solid var(--true-white);color:var(--true-white)}.btn--outline:hover{background:var(--true-white);color:var(--not-black);box-shadow:0 10px 30px #fff3}::selection{background:var(--magic-yellow);color:var(--not-black)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--not-black)}::-webkit-scrollbar-thumb{background:var(--violet-myster);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--magic-yellow)}.header{position:fixed;top:0;left:0;right:0;z-index:999;padding:1.25rem 0;background:transparent;transition:background .3s ease,transform .3s ease}.header--visible{background:#232112f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color)}[data-theme=light] .header--visible{background:#fafafaf2}.header--home,[data-theme=light] .header--home{background:transparent;border-bottom:none}[data-theme=light] .header--home .header__logo,[data-theme=light] .header--home .header__link{color:var(--true-white)}.header__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding);display:flex;align-items:center;justify-content:space-between}.header__logo{font-family:var(--font-headline);font-size:1.5rem;font-weight:600;color:var(--text-primary);text-decoration:none;letter-spacing:-.02em}.header__logo-dot{color:var(--magic-yellow)}.header__right{display:flex;align-items:center;gap:2.5rem}.header__nav{display:flex;align-items:center;gap:2rem}.header__lang{display:flex;align-items:center;gap:.25rem;padding:.4rem .6rem;background:var(--bg-tertiary);border-radius:100px;border:1px solid var(--border-color)}.header__lang-btn{background:none;border:none;color:var(--text-muted);font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.05em;cursor:pointer;padding:.2rem .4rem;border-radius:4px;transition:all .2s ease}.header__lang-btn:hover{color:var(--text-primary)}.header__lang-btn--active{color:var(--not-black);background:var(--magic-yellow)}.header__lang-sep{color:var(--text-muted);font-size:.75rem}.header__theme-toggle{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50%;cursor:pointer;font-size:1.1rem;transition:all .2s ease}.header__theme-toggle:hover{background:#ffffff1a;transform:scale(1.05)}[data-theme=light] .header__theme-toggle{background:#0000000d;border-color:#0000001a}[data-theme=light] .header__theme-toggle:hover{background:#0000001a}.header__link{font-family:var(--font-body);font-size:.95rem;font-weight:500;color:var(--text-primary);text-decoration:none;position:relative;padding:.5rem 0;transition:color .2s ease}.header__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--magic-yellow);transition:width .3s ease}.header__link:hover:after,.header__link--active:after{width:100%}@media(max-width:768px){.header{padding:1rem 0}.header__right{gap:1.5rem}.header__nav{gap:1rem}.header__link{font-size:.875rem}.header__lang{padding:.3rem .5rem}.header__lang-btn{font-size:.7rem}}@media(max-width:480px){.header__right{gap:1rem}.header__nav{gap:.75rem}.header__link{font-size:.8rem}.header__logo{font-size:1.25rem}}.footer{background:var(--not-black);color:var(--true-white);padding:3rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer__layout{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.footer__contact{display:flex;flex-direction:column;gap:1rem}.footer__title{font-family:var(--font-headline);font-size:.875rem;text-transform:uppercase;letter-spacing:.2em;color:var(--true-white);margin:0}.footer__socials{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:var(--true-white);transition:all .3s ease}.footer__social-link:hover{background:var(--magic-yellow);border-color:var(--magic-yellow);color:var(--not-black);transform:translateY(-3px)}.footer__social-icon{width:18px;height:18px}.footer__email{color:var(--magic-yellow);text-decoration:none;font-size:.95rem;transition:opacity .2s ease}.footer__email:hover{opacity:.8}.footer__copyright{text-align:right}.footer__copyright-text{font-size:.875rem;line-height:1.6;color:#fff9;margin:0}@media(max-width:768px){.footer__layout{flex-direction:column;text-align:center;gap:2rem}.footer__contact{align-items:center}.footer__socials{justify-content:center}.footer__copyright{text-align:center}}.hero{height:550vh;position:relative}.hero__flipper{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;perspective:2000px;z-index:10}.hero__card{width:100%;height:100%;position:relative;transform-style:preserve-3d}.hero__face{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;background:var(--not-black)}.hero__face--front{z-index:2}.hero__face--back{transform:rotateY(180deg);z-index:1;flex-direction:column;padding:2rem 0}.hero__face--back:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.08;mix-blend-mode:overlay;pointer-events:none}.hero__statement{font-family:var(--font-display);font-size:clamp(2rem,7vw,8rem);font-weight:600;line-height:1;text-align:center;color:var(--true-white);max-width:95vw;text-transform:uppercase;padding:1.5rem;display:flex;flex-direction:column}.hero__statement-line{display:block}.hero__scroll-line{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);width:1px;height:50px;background:linear-gradient(to bottom,rgba(255,255,255,.6),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:translate(-50%) scaleY(1)}50%{opacity:1;transform:translate(-50%) scaleY(1.2)}}.hero__back-layout{display:flex;align-items:center;justify-content:space-between;gap:4rem;width:100%}.hero__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:1.5rem;flex:1}.hero__portrait-wrapper{position:relative;flex-shrink:0;transform-origin:center center;z-index:5}.hero__bubble{position:absolute;bottom:-1.5rem;left:-5rem;width:180px;height:auto;z-index:2;opacity:0;animation:bubbleIn .6s ease-out .8s forwards}@keyframes bubbleIn{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.hero__portrait{position:relative;width:350px;height:400px;overflow:hidden;border-radius:1rem}.hero__portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;filter:grayscale(100%) contrast(1.1);transition:all .4s ease}.hero__portrait:hover img{filter:grayscale(0%) contrast(1.05);transform:scale(1.05)}.hero__portrait-overlay{position:absolute;inset:0;background:#00000080;pointer-events:none}.hero__statement-title{position:absolute;z-index:10;font-family:var(--font-display);font-size:clamp(2rem,10vw,8rem);font-weight:600;color:var(--true-white);text-transform:uppercase;text-align:center;line-height:1;margin:0;max-width:90vw}.hero__wipe{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--true-white);display:flex;align-items:center;justify-content:center;z-index:50}.hero__statement-title--alt{color:var(--not-black);position:relative}.hero__pills{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.hero__tagline{font-size:clamp(.875rem,2vw,1rem);text-transform:uppercase;letter-spacing:.2em;color:#fff9;font-weight:500}.hero__title{display:flex;flex-direction:column;font-family:var(--font-headline);font-size:clamp(2.5rem,8vw,6rem);color:var(--true-white)}.hero__title-line{display:block}.hero__catchphrase{font-size:clamp(1.125rem,3vw,1.5rem);line-height:1.5;max-width:500px;margin-top:1rem;color:#ffffffd9}.hero__rotating-wrapper{display:inline-block;position:relative;min-width:200px}.hero__rotating-text{display:inline-block;font-weight:600;color:var(--true-white)}.hero__cta{display:flex;gap:1rem;margin-top:2rem}.btn{display:inline-block;padding:.875rem 1.75rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border-radius:.5rem;transition:all .2s ease;cursor:pointer}.btn--primary{background:var(--magic-yellow);color:var(--not-black);position:relative;overflow:hidden}.btn--primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.btn--primary:hover:before{left:100%}.btn--primary:hover{filter:brightness(1.1);transform:translateY(-2px)}.btn--outline{background:transparent;color:var(--true-white);border:1px solid rgba(255,255,255,.4)}.btn--outline:hover{border-color:var(--true-white);background:#ffffff1a}.hero__clients-bar{display:flex;align-items:center;gap:1rem;width:100%;max-width:var(--container-max);margin-top:3rem;padding:0 var(--container-padding)}.hero__clients-line{width:80px;height:1px;background:#fff3;flex-shrink:0}.hero__sparkle{font-size:1.25rem;color:#ffffff80;flex-shrink:0}.hero__clients-track{flex:1;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.hero__clients-logos{display:flex;flex-wrap:nowrap;gap:2rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;font-weight:500;white-space:nowrap;animation:marquee 30s linear infinite;width:max-content}.hero__clients-logos span{flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.hero__statement{font-size:clamp(1.75rem,8vw,3rem);padding:1rem}.hero__statement-title{font-size:clamp(1.5rem,8vw,3rem)}.hero__back-layout{flex-direction:column;gap:2rem;text-align:center}.hero__content{align-items:center}.hero__title{font-size:clamp(2rem,10vw,3.5rem)}.hero__pills{justify-content:center;gap:.5rem}.hero__pills .pill{font-size:.75rem;padding:.4rem 1rem}.hero__bubble{width:120px;bottom:-1rem;left:-2rem}.hero__portrait{width:280px;height:320px}.hero__portrait img{height:100%;max-height:none}.hero__cta{flex-direction:column;width:100%}.hero__cta .btn{width:100%;text-align:center;justify-content:center}.hero__clients-bar{margin-top:2rem}}.methodology{background:var(--true-white);color:var(--not-black);height:300vh;position:relative;z-index:100}.methodology__sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;padding:2rem 0}.methodology__header{text-align:center;margin-bottom:5rem}.methodology__tagline-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.methodology__line{width:60px;height:1px;background:#2321124d}.methodology__sparkle{font-size:.875rem;color:var(--not-black)}.methodology__tagline{font-size:.875rem;text-transform:uppercase;letter-spacing:.2em;color:var(--not-black);margin:0}.methodology__title{font-family:var(--font-headline);font-size:clamp(2.5rem,6vw,4.5rem);text-transform:uppercase;line-height:1;color:var(--not-black)}.methodology__acts{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;padding-top:3rem}.methodology__track{position:absolute;top:0;left:0;right:0;height:2px;background:#23211226}.methodology__progress{position:absolute;top:0;left:0;height:2px;background:var(--not-black);z-index:1}.act{display:flex;flex-direction:column;text-align:center;position:relative}.act__marker{position:absolute;top:-3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:2}.act__sparkle{font-size:1rem;color:var(--not-black);background:var(--true-white);width:24px;height:24px;display:flex;align-items:center;justify-content:center;position:relative;z-index:3}.act__line{width:1px;height:30px;background:var(--not-black)}.act__header{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem;margin-top:.5rem}.act__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:var(--not-black);opacity:.6;margin-bottom:.25rem}.act__number{font-size:clamp(3rem,8vw,5rem);font-family:var(--font-headline);line-height:1;color:var(--not-black);font-weight:400}.act__content{flex:1;padding:0 1rem}.act__title{font-family:var(--font-headline);font-size:clamp(1.25rem,3vw,1.75rem);text-transform:uppercase;margin-bottom:1rem;color:var(--not-black)}.act__description{font-size:.95rem;line-height:1.8;color:var(--not-black);opacity:.8}.act{transition:transform .3s ease}.act:hover{transform:translateY(-5px)}.act:hover .act__sparkle{animation:sparkleGlow .6s ease}@keyframes sparkleGlow{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}@media(max-width:900px){.methodology{height:auto;padding:5rem 0}.methodology__sticky{position:relative;height:auto}.methodology__header{margin-bottom:3rem}.methodology__acts{grid-template-columns:1fr;gap:3rem;padding-top:0;padding-left:3rem}.methodology__track,.methodology__progress{display:none}.act{text-align:left;opacity:1!important;transform:none!important}.act__marker{position:absolute;top:0;left:-3rem;transform:none;flex-direction:column}.act__line{width:1px;height:100%;min-height:50px}.act__header{align-items:flex-start;margin-top:0;margin-bottom:.5rem}.act__content{padding:0}.act__number{font-size:2.5rem}.act:hover{transform:none}}@media(max-width:480px){.methodology__tagline-wrapper{gap:.5rem}.methodology__line{width:30px}.methodology__acts{padding-left:2.5rem}.act__marker{left:-2.5rem}}.roi{background:var(--true-white);color:var(--not-black);padding:8rem 0;position:relative;z-index:100}.roi__header{text-align:center;margin-bottom:4rem}.roi__tagline-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.roi__line{width:60px;height:1px;background:#2321124d}.roi__sparkle{font-size:.875rem;color:var(--not-black)}.roi__tagline{font-size:.875rem;text-transform:uppercase;letter-spacing:.2em;color:var(--not-black);opacity:.6;margin:0}.roi__title{font-family:var(--font-headline);font-size:clamp(2rem,5vw,3.5rem);text-transform:uppercase;line-height:1.1;color:var(--not-black)}.roi__cases{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.case-card{background:var(--magic-yellow);border:1px solid rgba(35,33,18,.15);border-radius:.5rem;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #23211214;position:relative}.case-card:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' 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%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.06;mix-blend-mode:multiply;pointer-events:none;border-radius:.5rem}.case-card:hover{border-color:#2321124d;box-shadow:0 6px 20px #2321121f;transform:translateY(-2px)}.case-card--open{border-color:var(--not-black);box-shadow:0 8px 24px #23211226}.case-card__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:none;border:none;cursor:pointer;color:var(--not-black);text-align:left;gap:1rem}.case-card__info{display:flex;flex-direction:column;gap:.25rem}.case-card__brand{font-size:clamp(1.25rem,3vw,1.75rem);font-family:var(--font-headline);text-transform:uppercase}.case-card__summary{font-size:.875rem;color:var(--not-black);opacity:.6}.case-card__toggle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(35,33,18,.3);border-radius:50%;flex-shrink:0;transition:all .2s ease}.case-card--open .case-card__toggle{border-color:var(--not-black);background:var(--not-black)}.case-card__icon{font-size:1.5rem;font-weight:300;line-height:1;display:block;color:var(--not-black)}.case-card--open .case-card__icon{color:var(--true-white)}.case-card__content{overflow:hidden}.case-card__description{padding:0 1.5rem 1.5rem;font-size:.95rem;line-height:1.7;color:var(--not-black);opacity:.8;margin:0}@media(max-width:768px){.roi{padding:5rem 0}.roi__cases{grid-template-columns:1fr}.roi__tagline-wrapper{gap:.5rem}.roi__line{width:30px}.case-card__header{padding:1.25rem}.case-card__toggle{width:36px;height:36px}.case-card__description{padding:0 1.25rem 1.25rem}}.newsletter{position:sticky;top:0;background:var(--true-white);padding:6rem 0;overflow-x:clip;z-index:50}.newsletter__layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.newsletter__content{max-width:500px}.newsletter__tagline-wrapper{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.newsletter__sparkle{font-size:.875rem;color:var(--not-black)}.newsletter__line{width:40px;height:1px;background:#2321124d}.newsletter__tagline{font-size:.875rem;text-transform:uppercase;letter-spacing:.2em;color:var(--not-black);opacity:.6;margin:0}.newsletter__title{font-family:var(--font-headline);font-size:clamp(2rem,4vw,3rem);text-transform:uppercase;line-height:1.1;color:var(--not-black);margin-bottom:1.5rem}.newsletter__description{font-size:1.1rem;line-height:1.7;color:var(--not-black);opacity:.8;margin-bottom:2rem}.newsletter__cta{display:inline-block;background:var(--magic-yellow);color:var(--not-black);padding:1rem 2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border-radius:.5rem;border:1px solid rgba(35,33,18,.2);box-shadow:0 4px 12px #2321121a;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.newsletter__cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.newsletter__cta:hover:before{left:100%}.newsletter__cta:hover{transform:translateY(-3px);box-shadow:0 8px 20px #23211226;filter:brightness(1.05);border-color:#2321124d}.newsletter__visual{position:relative;height:500px}.newsletter__shape{position:absolute;height:120%;width:auto;left:65%;top:50%;transform:translateY(-50%);pointer-events:none}.newsletter__bubble{position:absolute;width:230px;height:auto;left:40%;top:50%;transform:translateY(-50%);filter:drop-shadow(0 4px 12px rgba(0,0,0,.15));z-index:10}@media(max-width:900px){.newsletter{padding:4rem 0}.newsletter__layout{grid-template-columns:1fr;gap:3rem}.newsletter__content{max-width:none;text-align:center}.newsletter__tagline-wrapper{justify-content:center}.newsletter__visual{height:350px}.newsletter__shape{left:30%}.newsletter__bubble{width:160px;left:15%}}@media(max-width:480px){.newsletter__visual{height:280px}.newsletter__shape{left:40%}.newsletter__bubble{width:140px;left:20%}}.the-end{background:var(--not-black);color:var(--true-white);padding:8rem 0;position:relative;z-index:200}.the-end__layout{max-width:700px;text-align:center}.the-end__tagline-wrapper{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.the-end__sparkle{font-size:.875rem;color:var(--true-white)}.the-end__line{width:40px;height:1px;background:#ffffff4d}.the-end__tagline{font-size:.875rem;text-transform:uppercase;letter-spacing:.2em;color:var(--true-white);opacity:.6;margin:0}.the-end__title{font-family:var(--font-headline);font-size:clamp(2rem,6vw,4rem);text-transform:uppercase;line-height:1;margin-bottom:2rem;white-space:nowrap}.the-end__text{font-size:1.25rem;line-height:1.7;color:#ffffffd9;margin-bottom:1.5rem}.the-end__text:last-of-type{margin-bottom:2.5rem}.the-end__email{color:var(--magic-yellow);text-decoration:none;transition:opacity .2s ease}.the-end__email:hover{opacity:.8}.the-end__cta{display:inline-block;background:var(--magic-yellow);color:var(--not-black);padding:1rem 2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border-radius:.5rem;border:1px solid rgba(35,33,18,.2);box-shadow:0 4px 12px #0003;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.the-end__cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.the-end__cta:hover:before{left:100%}.the-end__cta:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000004d;filter:brightness(1.05);border-color:#2321124d}@media(max-width:768px){.the-end{padding:5rem 0 6rem}.the-end__title{white-space:normal;font-size:clamp(1.5rem,8vw,2.5rem)}.the-end__text{font-size:1.1rem}.the-end__tagline-wrapper{gap:.5rem}.the-end__line{width:25px}}.resources{min-height:100vh;padding-top:8rem;padding-bottom:6rem;background:var(--bg-primary)}.resources__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.resources__header{text-align:center;margin-bottom:5rem}.resources__title{font-family:var(--font-headline);font-size:clamp(2.5rem,6vw,4.5rem);color:var(--text-primary);margin:1.5rem 0;line-height:1.1}.resources__intro{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);max-width:600px;margin:0 auto}.resources__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr));gap:2rem}.guide-card{display:flex;gap:1.5rem;padding:2rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.guide-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,108,.05) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.guide-card:hover{border-color:var(--border-hover);transform:translateY(-4px)}.guide-card:hover:before{opacity:1}.guide-card__number{font-family:var(--font-headline);font-size:3rem;font-weight:600;color:var(--true-white);opacity:.2;line-height:1;flex-shrink:0}.guide-card__content{display:flex;flex-direction:column;gap:.75rem;position:relative;z-index:1}.guide-card__category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.guide-card__title{font-family:var(--font-headline);font-size:clamp(1.25rem,2.5vw,1.5rem);color:var(--text-primary);line-height:1.2;text-transform:none}.guide-card__excerpt{font-size:.95rem;color:var(--text-muted);line-height:1.6}.guide-card__cta{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-top:.5rem;transition:transform .2s ease;display:inline-block}.guide-card:hover .guide-card__cta{transform:translate(8px)}@media(max-width:768px){.resources{padding-top:6rem}.resources__header{margin-bottom:3rem}.resources__grid{grid-template-columns:1fr}.guide-card{flex-direction:column;gap:1rem;padding:1.5rem}.guide-card__number{font-size:2rem}}.template-download{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-secondary);font-family:var(--font-body);font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.template-download:hover{background:var(--magic-yellow);border-color:var(--magic-yellow);color:var(--not-black);transform:translateY(-2px)}.template-download:disabled{cursor:wait;opacity:.7}.template-download__icon{font-size:1rem}.template-download__spinner{width:14px;height:14px;border:2px solid var(--border-color);border-top-color:var(--text-primary);border-radius:50%;animation:spin .8s linear infinite}.template-download--loading:hover{background:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-secondary);transform:none}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.template-download{width:100%;justify-content:center;padding:1rem 1.5rem;font-size:.9rem}}.structure-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;overflow:hidden;transition:all .3s ease}.structure-card:hover{border-color:var(--border-hover)}.structure-card--open{border-color:var(--border-hover);background:var(--bg-tertiary)}.structure-card--recommended{border-color:var(--magic-yellow);border-width:2px}.structure-card--recommended:hover{border-color:var(--magic-yellow)}.structure-card__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;cursor:pointer;transition:background .2s ease}.structure-card__header:hover{background:var(--bg-tertiary)}.structure-card__header-left{display:flex;align-items:center;gap:1rem}.structure-card__icon{font-size:2rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border-radius:12px}.structure-card__title-group{display:flex;flex-direction:column;gap:.25rem}.structure-card__title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.structure-card__recommended{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .6rem;background:var(--magic-yellow);color:var(--not-black);font-size:.7rem;font-weight:600;border-radius:100px;white-space:nowrap}.structure-card__title{font-family:var(--font-headline);font-size:clamp(1.1rem,2vw,1.35rem);color:var(--text-primary);line-height:1.2;text-transform:none;margin:0}.structure-card__subtitle{font-size:.85rem;color:var(--text-muted)}.structure-card__header-right{display:flex;align-items:center;gap:1.5rem}.structure-card__meta{display:flex;gap:.5rem}.structure-card__badge{padding:.35rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600;color:var(--not-black);white-space:nowrap}.structure-card__badge--outline{background:transparent;border:1px solid var(--border-color);color:var(--text-muted)}.structure-card__toggle{font-size:1.25rem;color:#fff9;display:inline-block}.structure-card__content{border-top:1px solid var(--border-color);overflow:hidden}.structure-card__section-title{font-family:var(--font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem}.structure-card__bio{padding:2rem;border-bottom:1px solid var(--border-color)}.structure-card__bio p{font-size:.95rem;color:var(--text-secondary);line-height:1.7}.structure-card__why{padding:1.5rem 2rem;background:var(--bg-tertiary);border-bottom:1px solid var(--border-color)}.structure-card__why p{font-size:.95rem;color:var(--text-primary);line-height:1.7;font-style:italic}.structure-card__timeline-section{padding:2rem;border-bottom:1px solid var(--border-color)}.structure-card__acts-legend{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.structure-card__act-legend{display:flex;align-items:center;gap:.5rem}.structure-card__act-dot{width:12px;height:12px;border-radius:50%;background:var(--act-color)}.structure-card__act-name{font-size:.8rem;color:var(--text-secondary);font-weight:500}.structure-card__timeline{position:relative;padding:1rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.structure-card__timeline::-webkit-scrollbar{height:6px}.structure-card__timeline::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:3px}.structure-card__timeline::-webkit-scrollbar-thumb{background:var(--magic-yellow);border-radius:3px}.structure-card__timeline--scrollable{mask-image:linear-gradient(to right,transparent,black 40px,black calc(100% - 40px),transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 40px,black calc(100% - 40px),transparent)}.structure-card__scroll-hint{text-align:center;padding:.5rem 0 1rem;font-size:.75rem;color:var(--text-muted);letter-spacing:.02em}.structure-card__scroll-hint span{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;background:var(--bg-tertiary);border-radius:100px;border:1px solid var(--border-color)}.structure-card__timeline-track{display:flex;gap:0;min-width:max-content;padding:1rem 2rem}.structure-card__step{position:relative;display:flex;flex-direction:column;align-items:center;min-width:120px;padding:0 1rem;cursor:pointer;transition:all .2s ease}.structure-card__step:hover{transform:translateY(-2px)}.structure-card__step-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-primary);border:2px solid var(--step-color);color:var(--text-primary);font-family:var(--font-headline);font-size:.85rem;font-weight:600;transition:all .2s ease;position:relative;z-index:2}.structure-card__step:hover .structure-card__step-number,.structure-card__step--active .structure-card__step-number{background:var(--step-color);color:var(--not-black);transform:scale(1.1);box-shadow:0 0 20px color-mix(in srgb,var(--step-color) 50%,transparent)}.structure-card__step-title{margin-top:.75rem;font-size:.8rem;font-weight:500;color:var(--text-primary);text-align:center;line-height:1.3;max-width:100px}.structure-card__step-goal{margin-top:.35rem;font-size:.7rem;color:var(--text-muted);text-align:center}.structure-card__step-connector{position:absolute;top:20px;left:calc(50% + 20px);width:calc(100% - 40px);height:2px;background:linear-gradient(90deg,var(--from-color),var(--to-color));z-index:1}.structure-card__steps-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.structure-card__step-item{padding:1rem 1.25rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-left:3px solid var(--step-color);border-radius:8px;cursor:pointer;transition:all .2s ease}.structure-card__step-item:hover{background:var(--bg-tertiary);border-color:var(--border-hover)}.structure-card__step-item--active{background:var(--bg-tertiary);border-color:var(--step-color);border-left-width:4px;box-shadow:0 0 20px color-mix(in srgb,var(--step-color) 20%,transparent)}.structure-card__step-item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.structure-card__step-item-num{font-family:var(--font-headline);font-size:.9rem;font-weight:600;color:var(--text-primary);background:var(--bg-tertiary);padding:.25rem .5rem;border-radius:4px;min-width:32px;text-align:center}.structure-card__step-item--active .structure-card__step-item-num{background:var(--step-color);color:var(--not-black)}.structure-card__step-item-title{font-family:var(--font-headline);font-size:.95rem;color:var(--text-primary);font-weight:500}.structure-card__step-item-goal{font-size:.8rem;color:var(--text-muted);margin-left:auto}.structure-card__step-item-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin:0}.structure-card__tips-section{padding:1.5rem 2rem;border-bottom:1px solid var(--border-color)}.structure-card__example-section{padding:0 2rem 2rem}.structure-card__example-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:12px;color:var(--text-secondary);font-family:var(--font-body);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.structure-card__example-toggle:hover{background:var(--bg-secondary);border-color:var(--border-hover)}.structure-card__example-toggle--open{background:var(--bg-secondary);border-color:var(--border-hover);border-radius:12px 12px 0 0}.structure-card__example-arrow{color:#fff9;font-size:1rem}.structure-card__example{padding:1.5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-top:none;border-radius:0 0 12px 12px;overflow:hidden}.structure-card__example-steps{display:flex;flex-direction:column;gap:1rem}.structure-card__example-step{padding:1rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid var(--text-muted)}.structure-card__example-step-name{display:block;font-size:.8rem;font-weight:600;color:var(--true-white);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.structure-card__example-step p{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin:0}.structure-card__comparison{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.structure-card__comparison-bad,.structure-card__comparison-good{padding:1.25rem;border-radius:12px}.structure-card__comparison-bad{background:#ff646414;border:1px solid rgba(255,100,100,.2)}.structure-card__comparison-good{background:var(--bg-secondary);border:1px solid var(--border-color)}.structure-card__comparison h5{font-size:.85rem;margin-bottom:.75rem;text-transform:none}.structure-card__comparison-bad h5{color:#ff6b6b}.structure-card__comparison-good h5{color:var(--true-white)}.structure-card__comparison p{font-size:.85rem;color:var(--text-secondary);line-height:1.5;font-style:italic}.structure-card__comparison ul{list-style:none;padding:0;margin:0}.structure-card__comparison li{font-size:.85rem;color:var(--text-secondary);line-height:1.5;padding:.35rem 0;border-bottom:1px solid var(--border-color)}.structure-card__comparison li:last-child{border-bottom:none}.structure-card__tips-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.structure-card__tips-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border-radius:8px;font-size:.9rem;color:var(--text-secondary);line-height:1.6;border-left:3px solid var(--text-muted)}.structure-card__actions{padding:1.5rem 2rem;display:flex;justify-content:flex-end;gap:1rem}@media(max-width:768px){.structure-card__header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.structure-card__header-right{width:100%;justify-content:space-between}.structure-card__icon{width:44px;height:44px;font-size:1.5rem}.structure-card__bio,.structure-card__why,.structure-card__timeline-section,.structure-card__tabs{padding:1.25rem}.structure-card__step{min-width:100px;padding:0 .75rem}.structure-card__step-number{width:32px;height:32px;font-size:.75rem}.structure-card__step-title{font-size:.7rem;max-width:80px}.structure-card__step-connector{top:16px;left:calc(50% + 16px);width:calc(100% - 32px)}.structure-card__comparison{grid-template-columns:1fr}.structure-card__tabs-nav{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}.structure-card__tab{white-space:nowrap;padding:.6rem 1rem;font-size:.8rem}.structure-card__actions{padding:1.25rem}}@media(max-width:480px){.structure-card__step{min-width:85px;padding:0 .5rem}.structure-card__step-title{font-size:.65rem;max-width:70px}.structure-card__step-item{padding:.875rem 1rem}.structure-card__step-item-header{flex-direction:column;align-items:flex-start;gap:.5rem}.structure-card__step-item-goal{margin-left:0}}.structures-page{min-height:100vh;background:var(--bg-primary)}.structures-page__container{max-width:1100px;margin:0 auto;padding:0 var(--container-padding)}.structures-page__hero{padding-top:8rem;padding-bottom:3rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.structures-page__back{display:inline-flex;align-items:center;font-size:.875rem;color:var(--text-muted);text-decoration:none;margin-bottom:2rem;transition:color .2s ease}.structures-page__back:hover{color:var(--text-primary)}.structures-page__title{font-family:var(--font-headline);font-size:clamp(2rem,5vw,3.5rem);color:var(--text-primary);margin-bottom:1.5rem;line-height:1.1;text-transform:none}.structures-page__intro{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-secondary);line-height:1.7;max-width:700px}.structures-page__quiz{padding:3rem 0;background:var(--bg-primary)}.structures-page__filters{position:sticky;top:60px;z-index:100;padding:1rem 0;background:#232112f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color)}[data-theme=light] .structures-page__filters{background:#fafafaf2}.structures-page__filters-inner{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.structures-page__filters-label{font-size:.85rem;color:var(--text-muted);margin-right:.5rem}.structures-page__filter{padding:.5rem 1rem;background:transparent;border:1px solid var(--border-color);border-radius:100px;color:var(--text-muted);font-family:var(--font-body);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.structures-page__filter:hover{border-color:var(--border-hover);color:var(--text-primary)}.structures-page__filter--active{background:var(--magic-yellow);border-color:var(--magic-yellow);color:var(--not-black)}.structures-page__list{padding:3rem 0}.structures-page__list .structures-page__container{display:flex;flex-direction:column;gap:1.5rem}.structures-page__recap{padding:4rem 0;background:var(--bg-secondary);border-top:1px solid var(--border-color)}.structures-page__recap-title{font-family:var(--font-headline);font-size:clamp(1.5rem,3vw,2rem);color:var(--text-primary);margin-bottom:2rem;text-transform:none}.structures-page__recap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.structures-page__recap-card{padding:1.5rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:16px}.structures-page__recap-card h3{font-family:var(--font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1.25rem}.structures-page__recap-card ul{list-style:none;padding:0;margin:0}.structures-page__recap-card li{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--border-color);font-size:.9rem}.structures-page__recap-card li:last-child{border-bottom:none}.structures-page__recap-name,.structures-page__recap-usage{color:var(--text-secondary)}.structures-page__recap-steps{color:var(--text-muted);font-weight:500;font-size:.85rem}.structures-page__recap-structures{color:var(--text-muted);font-size:.8rem;text-align:right;max-width:150px}.structures-page__cta{padding:5rem 0}.structures-page__cta-inner{padding:3rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;text-align:center}.structures-page__cta h2{font-family:var(--font-headline);font-size:clamp(1.5rem,3vw,2rem);color:var(--text-primary);margin-bottom:1rem;text-transform:none}.structures-page__cta p{font-size:1rem;color:var(--text-secondary);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}@media(max-width:768px){.structures-page__hero{padding-top:6rem;padding-bottom:2rem}.structures-page__filters{top:56px}.structures-page__filters-inner{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}.structures-page__filter{white-space:nowrap}.structures-page__list{padding:2rem 0}.structures-page__recap{padding:3rem 0}.structures-page__recap-grid{grid-template-columns:1fr}.structures-page__cta-inner{padding:2rem 1.5rem}}.manifestes-page{min-height:100vh;background:var(--bg-primary)}.manifestes-page__container{max-width:1200px;margin:0 auto;padding:0 var(--container-padding)}.manifestes-page__hero{position:relative;padding-top:8rem;padding-bottom:4rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);overflow:hidden}.manifestes-page__hero-bg{position:absolute;top:0;right:0;bottom:0;width:60%;background-image:url(/manifestes/apple-think-different.jpg);background-size:cover;background-position:center;opacity:.06;pointer-events:none;mask-image:linear-gradient(to left,#000,#0000);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%)}.manifestes-page__back{display:inline-flex;align-items:center;font-size:.875rem;color:var(--text-muted);text-decoration:none;margin-bottom:2rem;transition:color .2s ease}.manifestes-page__back:hover{color:var(--text-primary)}.manifestes-page__title{font-family:var(--font-headline);font-size:clamp(2.5rem,6vw,4rem);color:var(--text-primary);margin-bottom:1.5rem;line-height:1.05;text-transform:none}.manifestes-page__subtitle{font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--text-secondary);line-height:1.6;max-width:750px}.manifestes-page__intro{font-size:clamp(.95rem,2vw,1.1rem);color:var(--text-tertiary);line-height:1.7;max-width:650px;margin-top:1.5rem;font-style:italic}.manifestes-page__sommaire{padding:2rem 0;border-bottom:1px solid var(--border-color)}.manifestes-page__sommaire-inner{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.manifestes-page__sommaire-label{font-size:.85rem;color:var(--text-muted);font-weight:500}.manifestes-page__sommaire-links{display:flex;flex-wrap:wrap;gap:.5rem}.manifestes-page__sommaire-links a{font-size:.85rem;color:var(--text-secondary);padding:.4rem .8rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:100px;text-decoration:none;transition:all .2s ease}.manifestes-page__sommaire-links a:hover{border-color:var(--text-primary);color:var(--text-primary)}.manifestes-page__section-title{font-family:var(--font-headline);font-size:clamp(1.8rem,4vw,2.5rem);color:var(--text-primary);margin-bottom:1rem;text-transform:none;line-height:1.1}.manifestes-page__section-intro{font-size:clamp(1rem,2vw,1.15rem);color:var(--text-secondary);line-height:1.7;max-width:700px;margin-bottom:2.5rem}.manifestes-page__subsection-title{font-family:var(--font-headline);font-size:clamp(1.2rem,3vw,1.6rem);color:var(--text-primary);margin-bottom:1.5rem;text-transform:none}.manifestes-page__bibliotheque{padding:5rem 0}.manifestes-page__filters{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2.5rem;padding:1.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px}.manifestes-page__search{flex:1;min-width:200px}.manifestes-page__search input{width:100%;padding:.75rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-family:var(--font-body);font-size:.9rem;transition:border-color .2s ease}.manifestes-page__search input:focus{outline:none;border-color:var(--magic-yellow)}.manifestes-page__search input::placeholder{color:var(--text-muted)}.manifestes-page__filter-group{display:flex;gap:.75rem;flex-wrap:wrap}.manifestes-page__filter-group select{padding:.75rem 2.5rem .75rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-family:var(--font-body);font-size:.85rem;cursor:pointer;transition:border-color .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.manifestes-page__filter-group select:focus{outline:none;border-color:var(--magic-yellow)}.manifestes-page__filter-group select option{background:var(--bg-primary);color:var(--text-primary)}.manifestes-page__count{font-size:.85rem;color:var(--text-muted);margin-left:auto}.manifestes-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.manifeste-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease}.manifeste-card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.manifeste-card--highlight{animation:cardHighlight 2s ease}@keyframes cardHighlight{0%,to{border-color:var(--border-color)}50%{border-color:var(--magic-yellow);box-shadow:0 0 30px #ffff6c4d}}.manifeste-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.manifeste-card__category{font-size:.7rem;font-weight:600;text-transform:none;letter-spacing:.05em;padding:.35rem .7rem;border-radius:100px;color:var(--not-black)}.manifeste-card__year{font-size:.85rem;color:var(--text-muted);font-weight:500}.manifeste-card__name{font-family:var(--font-headline);font-size:1.15rem;color:var(--text-primary);margin-bottom:.5rem;text-transform:none;line-height:1.2}.manifeste-card__brand{font-size:.9rem;color:var(--text-secondary);margin-bottom:1rem}.manifeste-card__tags{display:flex;flex-wrap:wrap;gap:.4rem}.manifeste-card__tag{font-size:.7rem;color:var(--text-muted);background:var(--bg-tertiary);padding:.25rem .5rem;border-radius:4px}.manifestes-page__anatomie{padding:5rem 0;background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.manifestes-page__structures{margin-bottom:4rem}.manifestes-page__structures-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem}.structure-block{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:16px;padding:1.75rem;transition:border-color .2s ease}.structure-block:hover{border-color:var(--border-hover)}.structure-block__name{font-family:var(--font-headline);font-size:1.1rem;color:var(--text-primary);margin-bottom:.75rem;text-transform:none}.structure-block__principle{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.structure-block__formulas{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.structure-block__formulas code{font-family:monospace;font-size:.8rem;background:var(--bg-primary);color:var(--text-secondary);padding:.3rem .6rem;border-radius:4px}.structure-block__when{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.5}.structure-block__when strong{color:var(--text-secondary)}.structure-block__examples{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.85rem}.structure-block__examples>span{color:var(--text-muted)}.structure-block__example-link{background:transparent;border:1px solid var(--border-color);border-radius:100px;padding:.3rem .7rem;font-family:var(--font-body);font-size:.8rem;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.structure-block__example-link:hover{border-color:var(--text-primary);color:var(--text-primary)}.manifestes-page__devices{margin-bottom:4rem}.manifestes-page__devices-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.device-block{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem}.device-block__name{font-family:var(--font-headline);font-size:.95rem;color:var(--text-primary);margin-bottom:.5rem;text-transform:none}.device-block__description{font-size:.9rem;color:var(--text-secondary);margin-bottom:.75rem;line-height:1.5}.device-block__examples{font-size:.8rem;color:var(--text-muted);font-style:italic}.manifestes-page__tonalities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.tonality-block{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem;border-left:4px solid var(--tone-color)}.tonality-block__name{font-family:var(--font-headline);font-size:1rem;color:var(--tone-color);margin-bottom:.5rem;text-transform:none}.tonality-block__description{font-size:.85rem;color:var(--text-secondary);margin-bottom:.5rem;line-height:1.4}.tonality-block__examples{font-size:.8rem;color:var(--text-muted)}.manifestes-page__guide{padding:5rem 0}.manifestes-page__questions{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.question-block{position:relative;padding:2rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px}.question-block__number{position:absolute;top:-1rem;left:1.5rem;font-family:var(--font-headline);font-size:2.5rem;color:var(--text-primary);font-weight:700;line-height:1}.question-block__question{font-family:var(--font-headline);font-size:1.3rem;color:var(--text-primary);margin-bottom:.75rem;margin-top:1rem;text-transform:none}.question-block__description{font-size:1rem;color:var(--text-secondary);line-height:1.6}.manifestes-page__cta{text-align:center;padding:3rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px}.manifestes-page__cta h3{font-family:var(--font-headline);font-size:clamp(1.5rem,3vw,2rem);color:var(--text-primary);margin-bottom:1rem;text-transform:none}.manifestes-page__cta p{font-size:1rem;color:var(--text-secondary);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.manifeste-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.manifeste-modal__content{position:relative;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:24px;padding:2.5rem}.manifeste-modal__close{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:50%;color:var(--text-primary);font-size:1.5rem;cursor:pointer;transition:all .2s ease}.manifeste-modal__close:hover{background:var(--bg-tertiary);border-color:var(--border-hover)}.manifeste-modal__header{display:flex;gap:.75rem;margin-bottom:1rem}.manifeste-modal__category{font-size:.75rem;font-weight:600;text-transform:none;letter-spacing:.05em;padding:.4rem .8rem;border-radius:100px;color:var(--not-black)}.manifeste-modal__structure{font-size:.75rem;font-weight:500;padding:.4rem .8rem;border-radius:100px;background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color)}.manifeste-modal__title{font-family:var(--font-headline);font-size:clamp(1.5rem,4vw,2.2rem);color:var(--text-primary);margin-bottom:.5rem;text-transform:none;line-height:1.1}.manifeste-modal__meta{font-size:.95rem;color:var(--text-muted);margin-bottom:2rem}.manifeste-modal__image{margin-bottom:2rem;border-radius:12px;overflow:hidden;border:1px solid var(--border-color)}.manifeste-modal__image img{width:100%;height:auto;display:block}.manifeste-modal__text{margin-bottom:2rem}.manifeste-modal__text h4{font-family:var(--font-body);font-size:.8rem;font-weight:600;text-transform:none;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem}.manifeste-modal__text blockquote{font-family:var(--font-body);font-size:1.05rem;color:var(--text-primary);line-height:1.8;padding:1.5rem;background:var(--bg-secondary);border-radius:12px;border-left:4px solid var(--border-color);white-space:pre-wrap}.manifeste-modal__text--translated blockquote{font-size:.95rem;color:var(--text-secondary)}.manifeste-modal__footer{padding-top:1.5rem;border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:1rem}.manifeste-modal__video-link{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.25rem;background:var(--magic-yellow);color:var(--not-black);font-weight:600;font-size:.9rem;border-radius:8px;text-decoration:none;transition:all .2s ease;width:fit-content}.manifeste-modal__video-link:hover{transform:translateY(-2px);box-shadow:0 4px 16px #ffff6c4d}.manifeste-modal__video-icon{font-size:.75rem}.manifeste-modal__source{font-size:.85rem;color:var(--text-muted)}.manifeste-modal__source a{color:var(--text-primary);margin-left:.25rem}.manifeste-modal__source a:hover{text-decoration:underline}.manifestes-page__resources{padding:5rem 0;background:var(--bg-secondary);border-top:1px solid var(--border-color)}.manifestes-page__resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.resource-card{display:flex;flex-direction:column;padding:2rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:16px;text-decoration:none;transition:all .3s ease}.resource-card:hover{border-color:var(--magic-yellow);transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.resource-card__name{font-family:var(--font-headline);font-size:1.25rem;color:var(--text-primary);margin-bottom:.75rem;text-transform:none}.resource-card__description{font-size:.95rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.resource-card__link{font-size:.85rem;font-weight:600;color:var(--magic-yellow)}@media(max-width:768px){.manifestes-page__hero{padding-top:6rem;padding-bottom:3rem}.manifestes-page__vs-grid{grid-template-columns:1fr;gap:2rem}.manifestes-page__filters{flex-direction:column;align-items:stretch}.manifestes-page__filter-group{width:100%}.manifestes-page__filter-group select{flex:1;min-width:0}.manifestes-page__count{margin-left:0;text-align:center}.manifestes-page__grid,.manifestes-page__structures-grid{grid-template-columns:1fr}.manifeste-modal{padding:1rem}.manifeste-modal__content{padding:1.5rem;border-radius:16px}.manifeste-modal__text blockquote{padding:1rem;font-size:.95rem}.manifestes-page__questions{grid-template-columns:1fr}.question-block{padding:1.5rem}.manifestes-page__cta{padding:2rem 1.5rem}}
