.intro{display:flex;align-items:center;justify-content:space-between;padding:50px;max-width:1200px;margin:0 auto}.intro__text{width:40%}.intro__text h2{font-size:2.5rem}.intro__text p{color:var(--text-color)}.intro__text ul{list-style:none}.intro__image{width:50%;display:flex;justify-content:center}.intro__image img{width:100%;max-width:700px;height:auto;border-radius:10px}.icon{color:var(--icon-color);font-size:2rem;margin-right:10px;vertical-align:middle}li{color:var(--text-color);font-size:1.2rem;line-height:1.6;margin-bottom:15px}@media (max-width: 768px){.intro{flex-direction:column;text-align:center}.intro__text,.intro__image{width:100%}.intro__text h2{font-size:1.3rem;margin-bottom:15px}.intro__text p{font-size:1em;line-height:1.2;margin-bottom:20px}}.section-with-image{width:100%;background-color:var(--color-darkblue);color:var(--text-color);padding:60px 20px}.section-with-image__content{max-width:1200px;margin:0 auto}.section-title{color:var(--heading-color);text-align:center;margin-bottom:10px}.section-subtitle{font-size:1.5rem;color:var(--subtitle-color);text-align:center;margin-bottom:40px}.section-columns{display:flex;gap:40px;align-items:center;justify-content:center;flex-wrap:wrap}.section-image-wrapper{flex:1 1 400px;display:flex;justify-content:center}.section-image{width:100%;max-width:500px;border-radius:10px;box-shadow:0 4px 15px #0000004d}.section-text{flex:1 1 400px;font-size:1.1rem;line-height:1.6}@media (max-width: 768px){.section-title{font-size:2rem}.section-subtitle{font-size:1.2rem}.section-columns{flex-direction:column;gap:30px}.section-text{text-align:center}}.foto-hero-card{width:100%;background-color:var(--background-color);overflow:hidden}.foto-hero-card__image{width:100%;height:auto;object-fit:cover;display:block;border-radius:0}.quote-card{width:100%;background-color:var(--background-color);padding:4rem 2rem;display:flex;justify-content:center;align-items:center}.quote-text{color:#000;font-size:2.5rem;font-weight:600;text-align:center;max-width:1000px;line-height:1.4;font-style:italic}.hero-text-card{width:100%;background-color:var(--background-color-hero);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden;transform:translateY(50px);opacity:0;transition:all 1s ease;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}.hero-text-card.show{opacity:1;transform:translateY(0)}.parallax-overlay{position:relative;z-index:2}.hero-title{font-size:3rem;color:var(--heading-color);margin-bottom:1.5rem}.hero-text{font-size:1.5rem;color:var(--hero-text-color);margin-bottom:1rem}.hero-subtext{font-size:.95rem;font-style:italic;color:var(--subtitle-color)}@media (max-width: 768px){.hero-title{font-size:1.2rem}.hero-text{font-size:.9rem}.hero-subtext{font-size:.85rem}}.product-card{background-color:var(--background-color);padding:1.5rem;border-radius:12px;box-shadow:0 4px 10px #0000001a;text-align:center;flex:1 1 600px;margin:1rem;display:flex;flex-direction:column;align-items:center}.product-image{width:100%;max-width:300px;border-radius:8px;margin-bottom:1rem}.product-dimensions{font-style:italic;font-size:.9rem;color:#000;margin-bottom:.5rem}.product-title{color:var(--text-darkblue);font-size:1.2rem;margin-bottom:1rem}.product-button{background-color:var(--color-button);color:#fff;border:none;padding:.5rem 1.2rem;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.product-button:hover{background-color:var(--color-button-hover)}@media (max-width: 768px){.product-card{flex:none;width:90vw}.product-image{max-width:100%}}.product-gallery{display:flex;flex-wrap:wrap;justify-content:center;padding:2rem;background-color:var(--background-color)}@media (max-width: 768px){.product-gallery{flex-direction:column;align-items:center}}.product-card-grid{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;background-color:var(--background-color-hero);box-shadow:0 4px 12px #00000014;border-radius:16px;padding:2rem;gap:2rem;max-height:600px;width:100%;overflow:hidden;flex-wrap:wrap}.product-card-grid.reverse{flex-direction:row-reverse}.product-card-grid__images{flex:1;max-width:50%}.image-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:1rem}.grid-image{width:100%;height:auto;border-radius:8px;object-fit:cover}.dimensions{font-size:.85rem;font-style:italic;color:var(--heading-color);margin-bottom:.5rem;text-align:center}.title{font-size:3em;color:var(--heading-color);font-weight:700;text-align:center}.product-card-grid__text{flex:1;max-width:50%;display:flex;flex-direction:column;justify-content:center;gap:.75rem;color:var(--hero-text-color)}.main-text{font-size:1rem;color:var(--hero-text-color);line-height:1.6}.small-text{font-size:.85rem;font-style:italic;color:var(--hero-text-color)}@media (max-width: 768px){.product-card-grid{flex-direction:column;max-height:none}.product-card-grid.reverse{flex-direction:column}.product-card-grid__images,.product-card-grid__text{max-width:100%}.title,.dimensions{text-align:center}}.cta-button{color:#b0e0e6;border:2px solid #ff2800;border-radius:8px;padding:.75rem 1.5rem;font-size:1.2rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background-color:#ff2800;color:#fff}.cta-section{width:100%;height:300px;background-color:#001f3f;display:flex;justify-content:center;align-items:center}.photo-card{display:flex;align-items:center;gap:20px;padding:20px;border-bottom:2px solid #ddd}.photo-card.reverse{flex-direction:row-reverse}.photo-card__image{width:600px;height:auto;border-radius:10px}.photo-card__info{flex:1}.photo-card__title{color:var(--heading-color);font-size:1.5em}.photo-card__description{color:var(--text-color);font-size:1rem}.photo-card__formats{color:#000;font-size:.9rem}.photo-card__price{color:var(--text-color);font-size:1.1rem;font-weight:700}@media (max-width: 768px){.photo-card{flex-direction:column;text-align:center}.photo-card.reverse{flex-direction:column}.photo-card__image{width:100%;max-width:100%;height:auto}.photo-card__info{margin-top:10px}}.gallery{display:flex;flex-direction:column;gap:40px;padding:20px;max-width:1200px;margin:auto}.about{padding:40px;background-color:#f5f5f5;color:#222;text-align:center}.about__content{max-width:800px;margin:0 auto}.about__button{display:inline-block;margin-top:20px;padding:12px 24px;background-color:#024;color:gold;text-decoration:none;border-radius:8px;transition:background-color .3s ease}.about__button:hover{background-color:#012}.header{position:relative;width:100%;height:100vh;overflow:hidden;z-index:0}.header__image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.header__overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:left;position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;color:var(--text-color);padding:20px;z-index:2}.header__title{font-size:2.5rem;font-weight:700;margin-bottom:10px;color:var(--heading-color)}.header__subtitle{font-size:1.2rem;font-weight:300;max-width:90%;line-height:1.5;color:var(--subtitle-color)}.header__mail-button{display:inline-block;margin-top:1rem;padding:.6rem 1.2rem;border:2px solid #ff2800;border-radius:8px;color:#b0e0e6;text-decoration:none;font-weight:700;transition:background-color .3s ease,color .3s ease}.header__mail-button:hover{background-color:#ff2800;color:#fff}.menu{position:relative;background-color:#f5f5f5;padding:0}.menu__toggle{position:absolute;top:15px;right:15px;width:40px;height:30px;background:none;border:none;cursor:pointer;z-index:1001;display:flex;flex-direction:column;justify-content:space-between}.menu__toggle span{display:block;width:100%;height:4px;background:orange;transition:all .4s ease-in-out}.home-menu .menu__toggle span{background:#fff}.menu__toggle.open span:nth-child(1){transform:translateY(12px) rotate(45deg)}.menu__toggle.open span:nth-child(2){opacity:0}.menu__toggle.open span:nth-child(3){transform:translateY(-12px) rotate(-45deg)}.menu__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#f5f5f5f2;display:flex;justify-content:center;align-items:center;flex-direction:column;transform:translateY(-100%);opacity:0;transition:transform .5s ease-in-out,opacity .5s ease-in-out;z-index:1000}.menu__overlay.open{transform:translateY(0);opacity:1}.menu__list{list-style:none;padding:0;margin:0;text-align:center;opacity:0;transform:translateY(-20px);transition:opacity .5s ease-in-out .2s,transform .5s ease-in-out .2s}.menu__overlay.open .menu__list{opacity:1;transform:translateY(0)}.menu__link--default{text-decoration:none;color:#001f3f;display:block;padding:15px;font-size:2em;font-weight:700;transition:color .3s ease,transform .3s ease}.menu__link--default:hover{color:#036;transform:scale(1.1)}.menu__link--active{color:#036;text-decoration:underline powderblue;font-size:2.3em}.footer{background-color:#036;color:gold;padding:40px 0;text-align:center}.footer__links{margin-bottom:20px}.footer__links ul{list-style-type:none;padding:0;margin:0}.footer__links li{display:inline-block;margin:0 15px}.footer__link{color:gold;text-decoration:none;font-size:1rem;font-weight:700}.footer__link:hover{text-decoration:underline;color:#fc0}.footer__info{margin-top:20px}.footer__website-name{font-size:1.2rem;font-weight:700}@media (max-width: 768px){.footer__links ul{padding:0;margin:0;text-align:center}.footer__links li{display:block;margin:10px 0}}*{margin:0;padding:0;box-sizing:border-box}:root{--background-color: #F7F7F7;--text-color: #000080;--button-color: #32CD32;--button-hover-color: #F9AB55;--link-color: #909CC2;--heading-color: #F01212;--subtitle-color:#c0c0c0;--icon-color: #32CD32;--color-white: #ffffff;--background-color-hero: #001f3f;--color-orange: #f58a07;--color-silver: #c0c0c0;--primary-text: #084887;--color-gold: #d4af37;--color-silverblue: #a9bcd0;--color-silverblue-dark: #6e8199;--hero-text-color:#6e8199}body{font-family:Inter,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.6;font-size:32px;scroll-behavior:smooth}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:var(--link-color)}a:hover{text-decoration:underline}h1{color:var(--heading-color);font-weight:400;font-family:Bebas Neue,sans-serif;font-size:10em;font-style:normal;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}h2,h3,h4,h5,h6{font-weight:400;font-family:Bebas Neue,sans-serif;font-size:2em;font-style:normal;color:var(--heading-color);border-left:4px solid #ff0000;padding-left:.75rem;margin-top:3rem;margin-bottom:1rem}p{line-height:1.6;font-size:1.125rem;margin-bottom:1.5rem}ul{list-style:none;padding-left:0}.container{margin:0 auto;padding:1em}.label{display:inline-block;font-size:.75rem;letter-spacing:1px;background-color:red;color:#fff;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}input,textarea,select{font-family:inherit;font-size:1rem;padding:.5rem;border:1px solid #ccc;border-radius:4px;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--text-color)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#999}
