.header{width:100%;background-color:#fff;box-shadow:0 2px 4px #0000000d;padding:0 1.5rem;position:sticky;top:0;z-index:100;display:flex;justify-content:center;align-items:center}.header__container{max-width:1200px;width:100%;display:flex;justify-content:space-between;align-items:center}.header__logo{height:auto;max-height:5rem;width:auto;padding-top:.5rem}.header__logo-link{display:flex;align-items:center}.header__burger{display:none;font-size:1.5rem;background:none;border:none;cursor:pointer}.header__burger-icon{display:block}.header__nav{display:flex;gap:2rem}.header__nav ul{display:flex;gap:2rem;margin:0;padding:0;list-style:none}.header__link{display:inline-block;text-decoration:none;color:#1d4ed8;font-weight:500;transition:color .2s;padding:.25rem .4rem;border-radius:6px}.header__link:hover{color:#2563eb}@media(max-width:768px){header{padding:.25rem .5rem}.header__burger{display:block}.header__nav{position:absolute;top:100%;right:0;background:#fff;width:200px;display:flex;flex-direction:column;padding:1rem;box-shadow:0 2px 4px #0000001a;opacity:0;transform:translateY(-6px);pointer-events:none;visibility:hidden;transition:opacity .22s ease,transform .22s ease,visibility 0ms linear .22s}.header__nav.open{opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible;transition:opacity .22s ease,transform .22s ease,visibility 0ms linear 0ms}.header__nav ul{display:flex;flex-direction:column;gap:1rem}.header__logo{max-height:40px}}@media(prefers-reduced-motion:reduce){@media(max-width:768px){.header__nav{transition:none;transform:none}}}.home{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.home__hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.home__hero-content h1{font-size:2.5rem;line-height:1.2;margin-bottom:1rem;color:#1f2933}.home__hero-content p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#4b5563}.home__cta-row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.home__cta{display:inline-block;padding:.75rem 1.5rem;background-color:#1d4ed8;color:#fff;text-decoration:none;font-weight:500;border-radius:4px;transition:background-color .2s}.home__cta:hover{background-color:#2563eb}.home__cta-secondary{display:inline-block;padding:.75rem 1.5rem;border:1px solid #1d4ed8;border-radius:6px;text-decoration:none;font-weight:500;color:#1d4ed8}.home__cta-secondary:hover{background-color:#1d4ed80f}.home__hero-image-wrapper{aspect-ratio:3 / 2;width:100%}.home__hero-image{width:100%;height:auto;border-radius:8px;object-fit:cover}@media(max-width:768px){.home__hero{grid-template-columns:1fr;text-align:center}.home__hero-content h1{font-size:2rem}.home__cta-row{justify-content:center}}.about{max-width:1100px;margin:0 auto;padding:3rem 1.5rem}.about__intro{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;margin-bottom:4rem}.about__image-wrapper{aspect-ratio:7 / 8;width:100%}.about__image{width:100%;height:auto;border-radius:12px;object-fit:cover}.about__content h1{margin-bottom:1rem}.about__content p{margin-bottom:1rem;line-height:1.6}.about__materials{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}.about__materials-image-wrapper{aspect-ratio:3 / 2;width:100%}.about__materials-image{width:100%;height:auto;border-radius:12px;object-fit:cover}.about__materials-content h2{margin-bottom:1rem}.about__materials-content p{margin-bottom:1rem;line-height:1.6}@media(max-width:768px){.about__intro,.about__materials{grid-template-columns:1fr}.about{padding:2rem 1rem}}.contact{max-width:600px;margin:0 auto;padding:3rem 1.5rem;text-align:center}.contact__intro{margin-bottom:2rem;color:#555}.contact__form{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.contact__form label{display:flex;flex-direction:column;font-weight:500;gap:.5rem}.contact__form input,.contact__form textarea{padding:.75rem;border-radius:6px;border:1px solid #ccc;font-size:1rem}.contact__form input:focus,.contact__form textarea:focus{outline:none;border-color:#1d4ed8}.contact__form button{margin-top:1rem;padding:.75rem;background-color:#1d4ed8;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer}.contact__form button:disabled{opacity:.6;cursor:not-allowed}.contact__success,.contact__error{margin-top:1.5rem;padding:1rem;border-radius:6px;font-size:.95rem}.contact__success{background-color:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.contact__error{background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca}.contact__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.samples{width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem}.samples__header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;text-align:center}.samples__intro{max-width:70ch}.samples__video-section{display:flex;justify-content:center;margin:2rem 0}.samples__video-wrapper{position:relative;width:100%;max-width:420px;aspect-ratio:9 / 16;border-radius:16px;overflow:hidden;background:#000;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 30px #0000001f}.samples__video-poster{all:unset;cursor:pointer;display:block;width:100%;height:100%;position:relative}.samples__video-poster-img{width:100%;height:100%;object-fit:cover;display:block}.samples__video-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;background:#0009}.samples__video-play-icon:before{content:"";position:absolute;left:28px;top:22px;border-style:solid;border-width:12px 0 12px 20px;border-color:transparent transparent transparent white}.samples__video-poster:hover .samples__video-play-icon{background:#000000bf}.samples__video{width:100%;height:100%;display:block;object-fit:cover}.samples__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.5rem 0 2rem}.samples__thumb{border:1px solid rgba(0,0,0,.08);background:#fff;border-radius:12px;padding:0;cursor:pointer;overflow:hidden;text-align:left}.samples__thumb:focus-visible{outline:3px solid rgba(29,78,216,.5);outline-offset:3px}.samples__thumb-media{aspect-ratio:1414 / 2000;width:100%;background:#00000005}.samples__thumb-img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.samples__modal{position:fixed;inset:0;background:#0009;display:grid;place-items:center;padding:1rem;z-index:999}.samples__modal-content{position:relative;width:min(900px,100%);max-height:90vh;background:#fff;border-radius:14px;overflow:hidden;display:grid;grid-template-columns:48px 1fr 48px;align-items:center}.samples__modal-close{position:absolute;top:.5rem;right:.5rem;border:none;background:#00000014;border-radius:10px;width:40px;height:40px;cursor:pointer;font-size:1.5rem;line-height:1}.samples__modal-close:hover{background:#0000001f}.samples__modal-nav{height:100%;border:none;background:transparent;cursor:pointer;font-size:2rem}.samples__modal-nav:hover{background:#0000000a}.samples__modal-figure{margin:0;padding:1rem .75rem .75rem;display:grid;gap:.5rem;justify-items:center;max-height:90vh}.samples__modal-img{max-width:100%;max-height:75vh;height:auto;width:auto;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.samples__modal-caption{font-size:.95rem;color:#000000b3}@media(max-width:768px){.samples__gallery{grid-template-columns:1fr}.samples__modal-content{grid-template-columns:40px 1fr 40px}}@media(max-width:480px){.samples__video-section{margin:1.25rem 0}}.footer{margin-top:4rem;padding:2rem 0;border-top:1px solid #e5e7eb;background-color:#fff}.footer__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.footer__name{font-weight:600;margin:0 0 .25rem}.footer__meta p{margin:0;color:#6b7280;font-size:.9rem}@media(max-width:768px){.footer__brand{display:none}.footer__container{justify-content:center}.footer__meta{text-align:center}}.app{min-height:100vh;display:flex;flex-direction:column}.app__main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}*,*:before,*:after{box-sizing:border-box}html{font-size:16px}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#1f2933;background-color:#fff}h1,h2,h3,h4,h5,h6{margin:0 0 .75em;font-weight:600;line-height:1.25}p{margin:0 0 1em;max-width:65ch}a{color:#1d4ed8;text-decoration:none}a:hover{text-decoration:underline}a:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}img{max-width:100%;display:block}
