.hero-section{aspect-ratio:144/66;width:100%;height:auto;margin:0 auto;position:relative;overflow:hidden}.hero-background{pointer-events:none;position:absolute;inset:0}.hero-background img{object-fit:cover;width:100%;height:100%;animation:10s ease-in-out forwards heroZoom}@keyframes heroZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero-title{color:#fdf9f0;letter-spacing:1.6px;white-space:nowrap;font-family:vinila-extended,sans-serif;font-size:40px;font-weight:400;position:absolute;top:50%;right:100px;transform:translateY(-50%)}.intro-section{justify-content:space-between;max-width:1440px;margin:0 auto;padding:130px 100px 130px 180px;display:flex}.intro-title-wrapper{flex-direction:column;align-items:flex-end;display:flex}.intro-title-small{color:#231f20;letter-spacing:2.8px;text-transform:uppercase;margin:0;font-family:vinila-extended,sans-serif;font-size:40px;font-weight:400;line-height:40px}.intro-title-large{color:#231f20;letter-spacing:5px;text-transform:uppercase;font-family:ivymode,sans-serif;font-size:50px;font-weight:400;line-height:50px}.intro-text{letter-spacing:.64px;color:#231f20;max-width:630px;font-family:vinila-extended,sans-serif;font-size:22px;line-height:32px}.intro-text strong{font-weight:700}.guidelines-section{background-color:#415737;padding:84px 0 12px}.guidelines-content{gap:60px;max-width:1440px;margin:0 auto;padding:0 100px;display:flex}.guideline-item{flex:1;grid-template-rows:auto 1fr;grid-template-columns:auto 1fr;gap:40px;display:grid}.guideline-icon{opacity:.7;object-fit:cover;grid-area:1/1/3;width:109px;height:320px}.guideline-icon.woman{grid-area:2/1;width:122px;height:316px}.guideline-title{color:#fdf9f0;letter-spacing:3.6px;text-transform:uppercase;grid-column-start:2;font-family:ivymode,sans-serif;font-size:36px;font-weight:400;line-height:36px}.guideline-text{color:#fdf9f0;letter-spacing:1px;grid-column-start:2;max-width:380px;font-family:vinila-extended,sans-serif;font-size:20px;font-weight:300;line-height:30px}.palette-section{text-align:center;max-width:1440px;margin:0 auto;padding:130px 0 122px}.palette-colors{justify-content:center;gap:20px;margin:70px auto 130px;display:flex}.palette-row{gap:20px;display:flex}.palette-color{width:92px;height:92px}.palette-text{letter-spacing:.9px;color:#231f20;max-width:820px;margin:auto;font-family:vinila-extended,sans-serif;font-size:22px;font-weight:300;line-height:32px}.palette-text.warning{margin-top:30px}.gallery-section{max-width:1440px;margin:0 auto;padding:0 100px 80px}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:29px 20px;display:grid}.gallery-image-wrapper{cursor:pointer;border-radius:4px;position:relative;overflow:hidden}.gallery-image-wrapper:after{content:"";pointer-events:none;background:0 0;transition:background .3s;position:absolute;inset:0}.gallery-image-wrapper:hover:after{background:#00000026}.gallery-image{object-fit:cover;width:100%;height:500px;transition:transform .5s}.gallery-image-wrapper:hover .gallery-image{transform:scale(1.05)}.modal-overlay{z-index:9999;opacity:0;background:#000000eb;justify-content:center;align-items:center;padding:40px;animation:.3s forwards modalFadeIn;display:flex;position:fixed;inset:0}.modal-overlay.closing{animation:.3s forwards modalFadeOut}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}.modal-close{color:#fdf9f0;cursor:pointer;opacity:.8;z-index:10000;background:0 0;border:none;padding:8px;transition:opacity .2s,transform .2s;position:absolute;top:24px;right:24px}.modal-close:hover{opacity:1;transform:scale(1.1)}.modal-content{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;animation:.3s modalImageZoom;display:flex}@keyframes modalImageZoom{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-image{object-fit:contain;border-radius:4px;width:auto;max-width:100%;height:auto;max-height:90vh}@media (max-width:1024px){.hero-section{height:400px}.hero-title{font-size:28px;right:40px}.intro-section{padding:60px 40px}.intro-title-large{margin-left:60px;font-size:36px}.intro-title-small{font-size:28px}.guidelines-section{padding:60px 0}.guidelines-content{flex-direction:column;gap:40px;padding:0 40px}.palette-section{padding:60px 40px}.gallery-section{padding:0 40px 60px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:20px}.gallery-image{height:350px}.quote-content{text-align:center;flex-direction:column;gap:40px;padding:0 40px}.quote-text-wrapper{align-items:center}}@media (max-width:768px){.hero-section{aspect-ratio:36/46;width:100%;height:auto}.hero-title{right:unset;letter-spacing:.9px;font-size:22px;position:absolute;top:68px;left:50%;transform:translate(-50%)}.intro-section{flex-direction:column;align-items:flex-start;gap:45px;padding:50px 22px}.intro-title-small{letter-spacing:1.1px;font-size:22px;line-height:28px}.intro-title-large{letter-spacing:2.8px;margin-left:0;font-size:28px;line-height:26px}.intro-text{letter-spacing:.6px;font-size:16px;line-height:23px}.guidelines-content{flex-direction:column;gap:83px;padding:0 24px}.guideline-item{gap:24px 30px}.guideline-icon{width:54px;height:160px}.guideline-icon.woman{grid-row:1/3;width:62px;height:160px}.guideline-title{letter-spacing:2px;font-size:24px;line-height:24px}.guideline-text{letter-spacing:.4px;max-width:100%;font-size:16px;line-height:22px}.palette-section{padding:60px 22px}.palette-colors{flex-direction:column;align-items:center;gap:14px;margin:40px auto}.palette-row{gap:14px}.palette-color{width:60px;height:60px}.palette-text{letter-spacing:.5px;font-size:16px;line-height:22px}.gallery-section{padding:0 22px 40px}.gallery-grid{grid-template-columns:1fr;gap:16px}.gallery-image{aspect-ratio:316/376;width:100%;height:auto}}
