.btn-primary{background-color:#5A7863;color:#fff;padding:0.8rem 1.5rem;border:none;border-radius:5px;cursor:pointer}.btn-primary:hover{background-color:#90AB8B}.btn-secondary{background-color:transparent;border:1px solid #ddd;border-radius:5px;padding:0.8rem 1.5rem;cursor:pointer}.btn-delete{background-color:#ff4d4d;color:white;border:none;padding:0.8rem 1.5rem;border-radius:5px;cursor:pointer;transition:background-color 0.2s}.btn-delete:hover{background-color:#cc0000}.btn-edit{background-color:#5A7863;color:white !important;border:none;padding:0.8rem 1.5rem;border-radius:5px;cursor:pointer;transition:background-color 0.2s}.btn-edit:hover{background-color:#90AB8B;color:white !important}.work-card,.collection-card{position:relative}.work-card .work-card__actions,.work-card .collection-card__actions,.collection-card .work-card__actions,.collection-card .collection-card__actions{position:absolute;bottom:10px;right:10px;z-index:10;display:flex;gap:6px}.work-card .btn-action,.collection-card .btn-action{background:white;border:1px solid #ddd;padding:4px 8px;font-size:13px;font-weight:500;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:all 0.2s}.work-card .btn-action:hover,.collection-card .btn-action:hover{background-color:#f5f5f5}.work-card .btn-edit,.collection-card .btn-edit{color:#0066cc}.work-card .btn-edit:hover,.collection-card .btn-edit:hover{border-color:#0066cc}.work-card .btn-delete-submit,.collection-card .btn-delete-submit{color:#cc0000}.work-card .btn-delete-submit:hover,.collection-card .btn-delete-submit:hover{border-color:#cc0000}.content-box{background-color:#90AB8B;min-height:calc(100vh - 3.9rem);height:auto;display:flex;gap:10%;flex-direction:column;justify-content:center;align-items:center;border-inline:1px solid black;padding-left:5rem;padding-right:5rem}.content-box__long{height:auto}.collection-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.form-group{display:flex;flex-direction:column;gap:0.5rem}.form-group label{font-weight:bold;font-size:1.2rem;color:#5A7863}.form-input{padding:0.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000;color:#5A7863}.modal.hidden{display:none}.modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,0.6)}.modal__content{position:relative;background:#EBF4DD;padding:3rem;max-width:800px;width:90%;border-radius:5px;z-index:10}.modal__content h2{font-size:2rem;margin-bottom:.5rem}.modal__content p{font-size:1.4rem}.modal__image{max-height:60vh;width:100%;object-fit:contain;object-position:center;margin-bottom:1rem}.modal__close{position:absolute;top:0.5rem;right:1rem;background:none;border:none;font-size:20px;color:#90AB8B;cursor:pointer}.modal__form-header{color:#5A7863;font-size:1.5rem;font-weight:300;margin-bottom:2rem}.navbar{background-color:#5A7863;border-bottom:1px solid black;border-left:1px solid black;border-right:1px solid black;padding:1rem 0;display:flex;justify-content:space-between;align-items:center;position:relative}.navbar__checkbox,.navbar__button{display:none}.navbar__list{display:flex;gap:2rem;list-style:none;margin-right:2rem;margin-left:auto;padding:0}.navbar__link{text-decoration:none;color:#EBF4DD;font-size:1.6rem;font-weight:500;transition:color 0.3s ease;padding-left:2rem;border-left:1px solid #EBF4DD}.navbar__link:hover{color:white;border-left:1px solid white}.navbar__link--first{border-left:none;margin-right:2rem}.navbar__link--first:hover{border-left:none}@media (max-width: 50em){.navbar__button{display:block;margin-right:2rem;cursor:pointer;z-index:2000}.navbar__list{display:none;flex-direction:column;gap:0;position:absolute;top:100%;left:-1px;right:-1px;background-color:#5A7863;border:1px solid black;margin:0;z-index:1000}.navbar__checkbox:checked~.navbar__list{display:flex}.navbar__link{display:block;width:100%;padding:1.5rem 2rem;border-left:none;border-bottom:1px solid rgba(0,0,0,0.1);font-size:3rem}.navbar__link:hover{border-left:none;background-color:rgba(255,255,255,0.05)}}.nav-login{opacity:0;padding:.8rem 3rem;cursor:default}@media only screen and (max-width: 50em){.nav-login{pointer-events:none}}.navbar__icon{position:relative;margin:2rem}.navbar__icon,.navbar__icon::before,.navbar__icon::after{width:2.5rem;height:2px;background-color:#EBF4DD;display:inline-block}.navbar__icon::before,.navbar__icon::after{content:"";position:absolute;left:0;transition:all .2s}.navbar__icon::before{top:-.8rem}.navbar__icon::after{top:.8rem}.navbar__checkbox:checked+.navbar__button .navbar__icon{background-color:transparent}.navbar__checkbox:checked+.navbar__button .navbar__icon::before{top:0;transform:rotate(135deg)}.navbar__checkbox:checked+.navbar__button .navbar__icon::after{top:0;transform:rotate(-135deg)}.home__img{display:block;margin:5rem auto;width:95%;height:calc(100vh - 14rem);object-fit:cover;box-shadow:0 10px 20px rgba(0,0,0,0.5);border-radius:5px}@media only screen and (max-width: 37.5em){.home__img{margin:2.5rem auto;width:100%;object-position:right}}.biography__card{margin:4rem 0;width:100%;max-width:1000px;background-color:#EBF4DD;padding:4rem;display:flex;gap:5%;align-items:center;box-shadow:0 10px 30px rgba(0,0,0,0.5);border-radius:8px}@media only screen and (max-width: 37.5em){.biography__card{flex-direction:column-reverse;padding:2rem;gap:2rem}}.biography__img{width:40%;height:auto;object-fit:cover;border-radius:5px}@media (max-width: 37.5em){.biography__img{width:95%}}.biography__text{width:55%;font-size:1.4rem;line-height:1.8;color:#5A7863;padding-left:3rem;border-left:1px solid #5A7863}.biography__text p{margin-bottom:1.2rem}.biography__text p:last-child{margin-bottom:0}@media (max-width: 37.5em){.biography__text{width:90%;padding:0;border-left:none;padding-bottom:2rem}}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(30rem, 1fr));gap:3rem;padding:5rem 0;width:100%}.collection-card{background-color:#EBF4DD;border-radius:5px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.5);transition:transform 0.3s ease, box-shadow 0.3s ease;display:flex;flex-direction:column}.collection-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.collection-card__image{height:25rem;width:100%}.collection-card__image img{width:100%;height:100%;object-fit:cover}.collection-card__content{padding:2rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.collection-card__content h2{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#5A7863}.collection-card__content p{font-size:1.4rem;color:#5A7863;line-height:1.5;margin-bottom:2rem}.collection-card__link-wrapper{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%;width:100%}.collection-card__link-wrapper:hover,.collection-card__link-wrapper:visited,.collection-card__link-wrapper:active{text-decoration:none;color:inherit}.collection-card__new{display:flex;justify-content:center;align-items:center;border:2px solid #EBF4DD;border-radius:5px;background-color:rgba(235,244,221,0.7);cursor:pointer}.collection-card__new:hover{border:4px solid #EBF4DD}.collection-card__plus{font-size:18rem;font-weight:400;color:#EBF4DD}.contact__card{width:100%;max-width:100rem;min-height:50rem;background-image:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url(/assets/img-7-018f020dd99c0bbfa32e53d476dcf503587a7a8e6bea2a26659f97444c1dc23b.jpg);background-size:cover;background-position:center;padding:4rem;display:flex;gap:5%;align-items:center;justify-content:space-around;box-shadow:0 10px 30px rgba(0,0,0,0.5);border-radius:8px}@media only screen and (max-width: 37.5em){.contact__card{flex-direction:column;padding:12rem 4rem;background-position:right center}}.contact__link{display:flex;align-items:center;gap:1.2rem;text-decoration:none;color:#EBF4DD;font-size:2.5rem;transition:color 0.3s ease}.contact__link i{font-size:3rem;width:30px;text-align:center;color:#EBF4DD}.contact__link:hover i{transform:scale(1.1)}.login__card{width:100%;max-width:1000px;background-color:#EBF4DD;padding:4rem;gap:5%;align-items:center;box-shadow:0 10px 30px rgba(0,0,0,0.5);border-radius:8px}.login__card h2{font-size:2.4rem;font-weight:300;margin-bottom:2rem;color:#5A7863;text-align:center}.login__card form{width:100%;display:flex;flex-direction:column}.login__card .field{margin-bottom:2rem;width:100%}.login__card .field label{display:block;font-size:1.3rem;font-weight:600;color:#5A7863;margin-bottom:0.5rem;text-transform:uppercase;letter-spacing:1px}.login__card .field i,.login__card .field em{display:block;font-size:1.1rem;color:#8eaa96;margin-top:0.3rem;font-style:italic}.login__card .field input[type="email"],.login__card .field input[type="password"],.login__card .field input[type="text"]{width:100%;padding:1.2rem;border:1px solid #c9e1a3;border-radius:4px;background-color:white;font-size:1.5rem;color:#5A7863;transition:all 0.3s ease}.login__card .field input[type="email"]:focus,.login__card .field input[type="password"]:focus,.login__card .field input[type="text"]:focus{outline:none;border-color:#5A7863;box-shadow:0 0 0 3px rgba(90,120,99,0.1)}.login__card .actions{margin-top:1rem}.login__card .actions input[type="submit"]{width:100%;padding:1.5rem;background-color:#5A7863;color:white;border:none;border-radius:4px;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all 0.3s ease}.login__card .actions input[type="submit"]:hover{background-color:#71947b;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,0.2)}.login__card .actions input[type="submit"]:active{transform:translateY(0)}.collection-show__grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(30rem, 1fr));gap:3rem;width:100%;padding:5rem 0}.work-card{background-color:#EBF4DD;border-radius:5px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,0.5);transition:transform 0.3s ease, box-shadow 0.3s ease;display:flex;flex-direction:column}.work-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15)}.work-card__image{height:25rem;width:100%}.work-card__image img{width:100%;height:100%;object-fit:cover}.work-card__content{padding:2rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.work-card__content h2{font-size:2rem;font-weight:800;margin-bottom:1rem;color:#5A7863}.work-card__content p{font-size:1.4rem;color:#5A7863;line-height:1.5;margin-bottom:2rem}.work-card .work-card__actions{display:flex;justify-content:flex-end;gap:8px;padding:12px;margin-top:auto}.work-card .btn-action{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;font-size:14px;font-weight:500;border:1px solid #ddd;border-radius:4px;cursor:pointer;background-color:#fff;transition:all 0.2s ease}.collection-show__link_back{align-self:flex-start;margin-top:3rem}.back-link{text-decoration:none;font-weight:500;font-size:1.6rem;color:#EBF4DD;transition:all .2s}.back-link:hover{color:white;font-weight:1000}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;background-color:#EBF4DD}@media only screen and (max-width: 75em){html{font-size:50%}}.container{max-width:120rem;margin-left:auto;margin-right:auto;width:100%}
