@import"https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;color:#1a1a1a;line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1080px;margin:0 auto;padding:0 1.5rem}@media (min-width: 1920px){.container{max-width:71%}}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}img{max-width:100%;display:block}ul{list-style:none}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn--dark{background:#0d1f18;color:#fff;border:1.5px solid #0d1f18}.btn--dark:hover{background:#1e4d35;border-color:#1e4d35}.btn--outline-light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.45)}.btn--outline-light:hover{border-color:#fff}.btn--light{background:#f4f1ec;color:#0d1f18;border:1.5px solid #f4f1ec}.btn--light:hover{background:#ede7df}.btn--outline-dark{background:transparent;color:#1a1a1a;border:1.5px solid #e0dbd3}.btn--outline-dark:hover{border-color:#0d1f18}.btn--icon{width:36px;height:36px;padding:0;border-radius:50%;justify-content:center;background:#0d1f18;color:#fff;flex-shrink:0}.btn--icon:hover{background:#1e4d35}.tag{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;background:#e8e3dc;color:#1a1a1a;cursor:pointer;border:1.5px solid transparent;transition:all .2s}.tag:hover,.tag--active{background:#0d1f18;color:#fff}.section-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#5a5a5a;margin-bottom:.5rem}.loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#f4f1ec;display:flex;align-items:center;justify-content:center;transition:opacity .7s ease,visibility .7s ease}.loader--fade{opacity:0;visibility:hidden;pointer-events:none}.loader__content{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.loader__svg{animation:loader-breathe 2.2s ease-in-out infinite;will-change:transform}.loader__pct{font-family:Anton,Impact,sans-serif;font-size:2.25rem;color:#0d1f18;line-height:1;letter-spacing:-.02em}.loader__pct small{font-size:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#5a5a5a;margin-left:2px}.loader__bar{width:160px;height:2px;background:#e0dbd3;border-radius:9999px;overflow:hidden}.loader__fill{height:100%;background:#1e4d35;border-radius:9999px;transition:width 50ms linear}@keyframes loader-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.navbar{position:absolute;top:0;left:0;right:0;z-index:50;padding:0 2rem}@media (max-width: 768px){.navbar{padding:0 1.25rem}}.navbar__inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;height:64px;gap:1.5rem}@media (min-width: 1920px){.navbar__inner{max-width:88%}}.navbar__left{display:flex;align-items:center;gap:1.25rem;flex:1}.navbar__logo{display:flex;align-items:center;flex-shrink:0}.navbar__sep{display:block;width:1px;height:22px;background:#e0dbd3;flex-shrink:0}.navbar__links{display:flex;align-items:center;gap:.25rem}@media (max-width: 768px){.navbar__links{display:none}}.navbar__link{font-size:.875rem;font-weight:500;color:#5a5a5a;padding:.5rem .75rem;border-radius:9999px;transition:color .2s,background .2s}.navbar__link:hover{color:#0d1f18}.navbar__link--active{color:#0d1f18;font-weight:600;position:relative}.navbar__link--active:after{content:"";position:absolute;bottom:-2px;left:.75rem;right:.75rem;height:2px;background:#1e4d35;border-radius:9999px}.navbar__actions{display:flex;align-items:center;gap:.25rem}@media (max-width: 768px){.navbar__actions{display:none}}.navbar__action{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#5a5a5a;padding:.5rem .75rem;border-radius:9999px;transition:color .2s,background .2s}.navbar__action:hover{color:#0d1f18;background:#e0dbd380}.navbar__action--basket{border:1.5px solid #e0dbd3;padding:.5rem 1rem}.navbar__action--basket:hover{border-color:#0d1f18;background:transparent}.navbar__burger{display:none;flex-direction:column;gap:5px;padding:.5rem}.navbar__burger span{display:block;width:22px;height:2px;background:#0d1f18;border-radius:2px}@media (max-width: 768px){.navbar__burger{display:flex}}.navbar__mobile{display:flex;flex-direction:column;padding:1rem 1.5rem;gap:1rem;background:#fff;border-top:1px solid #e0dbd3}.navbar__mobile a{font-size:.875rem;font-weight:500;color:#1a1a1a}.navbar__mobile a:hover{color:#1e4d35}.hero{display:grid;grid-template-columns:1fr 420px 1fr;min-height:calc(108vh - 61px);overflow:hidden;height:100vh}@media (min-width: 1920px){.hero{grid-template-columns:1fr 601px 1fr}}@media (max-width: 1024px){.hero{grid-template-columns:1fr 340px 1fr}}@media (max-width: 900px){.hero{grid-template-columns:1fr;height:100vh;min-height:calc(100vh - 61px)}}@media (max-width: 768px){.hero{grid-template-columns:1fr;height:auto;min-height:100svh}}.hero__left{display:flex;flex-direction:column;justify-content:center;padding:6rem 5rem 2.5rem;gap:.5rem}@media (min-width: 1920px){.hero__left{padding:6rem 9rem 2.5rem}}@media (max-width: 900px){.hero__left{align-items:center;text-align:center}}@media (max-width: 768px){.hero__left{margin:4rem 1.5rem 3rem;padding:6rem 1rem 2.5rem;background:#1e4d35;align-items:center;text-align:center}}.hero__eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#2d6b4a}@media (max-width: 768px){.hero__eyebrow{color:#fff9}}.hero__title{display:flex;flex-direction:column;gap:.25rem;line-height:1.05}.hero__title-thin{font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:400;color:#1a1a1a}@media (max-width: 768px){.hero__title-thin{color:#fff}}.hero__title-bold{font-size:clamp(1.8rem,3.8vw,2.8rem);font-weight:700;color:#1a1a1a}@media (max-width: 768px){.hero__title-bold{color:#fff}}.hero__title-highlight{display:inline-block;align-self:flex-start;font-size:clamp(1.8rem,3.8vw,2.8rem);font-weight:700;color:#fff;background:#1e4d35;padding:.25rem .75rem;border-radius:6px;line-height:1.25}@media (max-width: 900px){.hero__title-highlight{align-self:center}}@media (max-width: 768px){.hero__title-highlight{align-self:center;background:#ffffff26}}.hero__desc{font-size:.875rem;color:#5a5a5a;line-height:1.75;max-width:300px}@media (max-width: 900px){.hero__desc{max-width:88%}}@media (max-width: 768px){.hero__desc{color:#ffffffbf;max-width:88%}}.hero__ctas{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}@media (max-width: 768px){.hero__ctas{justify-content:center}}.hero__btn-primary{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:#1e4d35;color:#fff;font-size:.875rem;font-weight:600;border-radius:9999px;transition:background .2s,transform .15s}.hero__btn-primary:hover{background:#2d6b4a;transform:translateY(-1px)}@media (max-width: 768px){.hero__btn-primary{background:#fff;color:#1e4d35}.hero__btn-primary:hover{background:#f4f1ec}}.hero__btn-video{display:inline-flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;color:#1a1a1a;transition:color .2s}.hero__btn-video:hover{color:#1e4d35}@media (max-width: 768px){.hero__btn-video{color:#ffffffd9}.hero__btn-video:hover{color:#fff}}.hero__btn-video-icon{width:34px;height:34px;border-radius:50%;background:#0d1f18;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.hero__btn-video-icon svg{margin-left:2px}.hero__btn-video:hover .hero__btn-video-icon{background:#1e4d35}@media (max-width: 768px){.hero__btn-video-icon{background:#fff3}.hero__btn-video:hover .hero__btn-video-icon{background:#ffffff59}}.hero__scroll{display:flex;align-items:center;gap:.75rem;font-size:.72rem;font-weight:500;color:#5a5a5a;margin-top:1rem}@media (max-width: 768px){.hero__scroll{color:#ffffff80}}.hero__center{overflow:hidden}.hero__center img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}@media (max-width: 900px){.hero__center img{object-position:center}}@media (max-width: 768px){.hero__center{display:none}}@media (max-width: 900px){.hero__right{display:none}}.hero__right{display:flex;flex-direction:column;padding:2.5rem;gap:2rem;justify-content:flex-end}@media (max-width: 768px){.hero__right{display:none}}.hero__product-card{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1.5rem}.hero__product-name{font-size:1.75rem;font-weight:700;color:#1a1a1a;line-height:1.2}.hero__product-colors{font-size:.72rem;font-weight:600;color:#1a1a1a}.hero__product-desc{font-size:.875rem;color:#5a5a5a;line-height:1.7;max-width:260px}.hero__product-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#0d1f18;margin-top:.5rem;transition:gap .2s,color .2s}.hero__product-link:hover{color:#1e4d35;gap:.75rem}.indoor{padding:9rem 0}.indoor__header{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:end;margin-bottom:2rem}@media (max-width: 768px){.indoor__header{grid-template-columns:1fr}}.indoor__title{font-family:Anton,Impact,sans-serif;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:700;line-height:1.05;color:#fff;background:#1e4d35;padding:.25rem .75rem;border-radius:6px;display:inline-block}.indoor__left-text{font-size:.875rem;color:#5a5a5a;line-height:1.7;text-align:end;padding-left:6rem}.indoor__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.indoor__grid{grid-template-columns:1fr}}.indoor__controls{display:flex;justify-content:center;margin-top:2rem}.indoor__dots{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.indoor__dot{width:8px;height:8px;border-radius:50%;background:#c5c5c5;border:none;cursor:pointer;flex-shrink:0;transition:background .2s,transform .2s}.indoor__dot--active{background:#1e4d35;transform:scale(1.2)}.indoor__dot:hover:not(.indoor__dot--active){background:#999}.indoor-card{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:24px;overflow:hidden;border:1px solid #e0dbd3;transition:box-shadow .25s,transform .25s}.indoor-card:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.indoor-card__body{display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1.5rem}.indoor-card__icons{display:flex;gap:.5rem}.indoor-card__icon{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.indoor-card__icon--direct{background:#e89b1a1f;color:#e89b1a}.indoor-card__icon--indirect{background:#a0b8781f;color:#a0b878}.indoor-card__icon--water{background:#4a9ebb1f;color:#4a9ebb}.indoor-card__title{font-size:1.125rem;font-weight:700;color:#1a1a1a;line-height:1.2}.indoor-card__desc{font-size:.72rem;color:#5a5a5a;line-height:1.7;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.indoor-card__img{overflow:hidden}.indoor-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s;display:block}.indoor-card:hover .indoor-card__img img{transform:scale(1.05)}.water-drops{display:flex;align-items:center;gap:3px}.stats{background-color:#1e4d35;padding:3rem 0}.stats__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.stats__inner:before,.stats__inner:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:1px;height:60%;background:#fff3}.stats__inner:before{left:33.33%}.stats__inner:after{left:66.66%}@media (max-width: 768px){.stats__inner{grid-template-columns:1fr;gap:1.5rem}.stats__inner:before,.stats__inner:after{display:none}}.stats__item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;padding:1rem}.stats__value{font-size:3rem;font-weight:700;color:#fff;line-height:1}@media (max-width: 1024px){.stats__value{font-size:3rem}}.stats__label{font-size:.875rem;color:#ffffffb3;font-weight:400}.presentation{padding:9rem 0}.presentation__inner{display:flex;flex-direction:column;gap:2.5rem;align-items:center}.presentation__text{display:contents;align-items:start;width:100%}@media (max-width: 768px){.presentation__text{grid-template-columns:1fr}}.presentation__title{font-family:Anton,Impact,sans-serif;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:400;line-height:1.05;color:#fff;background:#1e4d35;padding:.25rem .75rem;border-radius:6px;line-height:1.25}.presentation__desc{font-size:.875rem;color:#5a5a5a;line-height:1.75;text-align:center}.presentation__video{position:relative;width:100%;height:420px;border-radius:32px;overflow:hidden}.presentation__video video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.presentation__play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:transparent;transition:background .2s}.presentation__play:before{content:"";width:60px;height:60px;border-radius:50%;background:#ffffffe6;position:absolute}.presentation__play svg{position:relative;z-index:1;color:#0d1f18;margin-left:3px}.presentation__play:hover:before{background:#fff;transform:scale(1.08)}.gallery{padding:4rem 0}.gallery__header{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:end;margin-bottom:2rem}@media (max-width: 768px){.gallery__header{grid-template-columns:1fr;gap:1rem}}.gallery__header-left{display:flex;flex-direction:column;gap:.75rem}.gallery__eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#2d6b4a}.gallery__title{font-family:Anton,Impact,sans-serif;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:700;line-height:1.05;color:#fff;background:#1e4d35;padding:.25rem .75rem;border-radius:6px;display:inline-block}.gallery__desc{font-size:.875rem;color:#5a5a5a;line-height:1.75;max-width:380px;align-self:end}.gallery__filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.gallery__filter{padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:500;border:1.5px solid #e0dbd3;background:#fff;color:#5a5a5a;cursor:pointer;transition:all .2s}.gallery__filter:hover{border-color:#1e4d35;color:#1e4d35}.gallery__filter--active{background:#0d1f18;border-color:#0d1f18;color:#fff}.gallery__filter--active:hover{background:#1e4d35;border-color:#1e4d35;color:#fff}.gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:220px;gap:1rem}@media (max-width: 1024px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.gallery__grid{grid-template-columns:1fr;grid-auto-rows:200px}}.gallery__cta{display:flex;justify-content:center;margin-top:2.5rem}.gallery__btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#0d1f18;color:#fff;font-size:.875rem;font-weight:600;border-radius:9999px;transition:background .2s,gap .2s}.gallery__btn:hover{background:#1e4d35;gap:1rem}.gallery__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d1f18d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .2s ease}.gallery__lightbox-inner{position:relative;background:#fff;border-radius:24px;overflow:hidden;max-width:680px;width:100%;box-shadow:0 8px 40px #0000002e}.gallery__lightbox-inner img{width:100%;height:420px;object-fit:cover;display:block}@media (max-width: 768px){.gallery__lightbox-inner img{height:280px}}.gallery__lightbox-info{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.gallery__lightbox-info h3{font-size:1.375rem;font-weight:700;color:#1a1a1a}.gallery__lightbox-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:#0d1f1899;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.gallery__lightbox-close:hover{background:#0d1f18}.gallery-card{position:relative;border-radius:24px;overflow:hidden;cursor:pointer}.gallery-card--large{grid-column:span 1;grid-row:span 2}.gallery-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-card:hover img{transform:scale(1.06)}.gallery-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 30%,rgba(13,31,24,.7) 100%);transition:opacity .3s}.gallery-card:hover .gallery-card__overlay{opacity:.85}.gallery-card__content{position:absolute;bottom:1.25rem;left:1.25rem;z-index:2;display:flex;flex-direction:column;gap:.25rem}.gallery-card__category{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3}.gallery-card__title{font-family:Anton,Impact,sans-serif;font-size:1.375rem;font-weight:400;color:#fff;line-height:1.1}.gallery-card__zoom{position:absolute;top:1rem;right:1rem;z-index:2;width:34px;height:34px;border-radius:12px;background:#0d1f188c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s,background .2s}.gallery-card__zoom:hover{background:#0d1f18}.gallery-card:hover .gallery-card__zoom{opacity:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery__controls{display:flex;justify-content:center;margin-top:2rem}.gallery__dots{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.gallery__dot{width:8px;height:8px;border-radius:50%;background:#c5c5c5;border:none;cursor:pointer;flex-shrink:0;transition:background .2s,transform .2s}.gallery__dot--active{background:#1e4d35;transform:scale(1.2)}.gallery__dot:hover:not(.gallery__dot--active){background:#999}.faq{padding:2rem 0 4rem;background:#1e4d35}.faq__header{text-align:center;margin-bottom:2rem}.faq__label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.12em;color:#fff;text-transform:uppercase;margin-bottom:.75rem}.faq__title{font-family:Anton,Impact,sans-serif;font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:400;line-height:1.05;color:#fff;padding:.25rem .75rem;line-height:1.25}.faq__list{display:flex;flex-direction:column;gap:.75rem;max-width:760px;margin:0 auto}.faq__item{background:#e8e3dc;border-radius:18px;border:1.5px solid transparent;cursor:pointer;transition:box-shadow .2s,background .2s;overflow:hidden}.faq__item:hover{box-shadow:0 2px 8px #00000014}.faq__item--open{background:#fff;border-color:#cfc7bb;box-shadow:0 2px 8px #00000014}.faq__question{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;color:#1a1a1a;-webkit-user-select:none;user-select:none;gap:1rem}.faq__icon{width:32px;height:32px;border-radius:50%;border:1.5px solid #e0dbd3;background:#fff;display:flex;align-items:center;justify-content:center;color:#5a5a5a;flex-shrink:0;transition:border-color .2s,color .2s}.faq__item--open .faq__icon{border-color:#0d1f18;color:#0d1f18}.faq__answer{padding:1rem 1.5rem 1.25rem;font-size:.875rem;color:#5a5a5a;line-height:1.75;border-top:1px solid #e0dbd3}.footer{background:#f2ede6;padding:2rem 1.5rem}.footer__card{background:#1e4d35;border-radius:32px;max-width:1280px;margin:0 auto;padding:2.5rem 2.5rem 1.5rem;color:#ffffffd9}.footer__cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-bottom:2rem}@media (max-width: 768px){.footer__cta{flex-direction:column;align-items:flex-start}}.footer__cta-text{font-size:1.375rem;font-weight:400;line-height:1.45;color:#fff;margin:0}.footer__cta-btn{flex-shrink:0;padding:.75rem 1.5rem;border-radius:9999px;background:#f4f1ec;color:#1e4d35;font-size:.875rem;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;border:none;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap}.footer__cta-btn:hover{background:#fff}.footer__divider{border:none;border-top:1px solid rgba(255,255,255,.15);margin:0 0 2rem}.footer__main{display:grid;grid-template-columns:1fr 1fr 1.6fr 1fr;gap:2rem;align-items:start}@media (max-width: 1024px){.footer__main{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.footer__main{grid-template-columns:1fr}}.footer__brand{display:flex;flex-direction:column;gap:.75rem}.footer__logo{width:80px;height:80px;border-radius:50%;border:1.5px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;overflow:hidden}.footer__logo img{width:60px;height:60px;object-fit:contain;filter:brightness(0) invert(1)}.footer__tagline{font-size:.72rem;color:#ffffff73;text-transform:uppercase;letter-spacing:.08em;margin:0}.footer__col{display:flex;flex-direction:column;gap:.5rem}.footer__col p,.footer__col a{font-size:.875rem;color:#ffffffa6;text-decoration:none;line-height:1.6}.footer__col p:hover,.footer__col a:hover{color:#fff}.footer__col--nav{align-items:flex-end}@media (max-width: 1024px){.footer__col--nav{align-items:flex-start}}.footer__col-title{font-size:.875rem;font-weight:600;color:#fff;margin:0 0 .25rem}.footer__nav{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}@media (max-width: 1024px){.footer__nav{align-items:flex-start}}.footer__nav a{font-size:.875rem;color:#ffffffa6;text-decoration:none;transition:color .2s}.footer__nav a:hover{color:#fff}.footer__socials{display:flex;gap:.75rem;margin-top:1rem}.footer__social{width:34px;height:34px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#ffffffb3;text-decoration:none;transition:background .2s,color .2s}.footer__social:hover{background:#fff3;color:#fff}.footer__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.12);gap:1rem;flex-wrap:wrap}.footer__bottom span{font-size:.72rem;color:#fff6}.footer__legal{display:flex;gap:1.25rem;flex-wrap:wrap}.footer__legal a{font-size:.72rem;color:#fff6;text-decoration:none;transition:color .2s}.footer__legal a:hover{color:#ffffffb3}
