:root{--home-primary:#c41e3a;--home-secondary:#f7f7f7;--home-muted:#b0b0b0;--home-surface:#161616;--home-card:#1f1f1f;--navbar-offset:104px;--home-contact-anchor-offset:var(--navbar-offset);--notification-offset:0px}@media (max-width:992px){:root{--navbar-offset:84px;--home-contact-anchor-offset:max(72px,calc(var(--navbar-offset) * 1.5))}}@media (max-width:768px){:root{--navbar-offset:72px}}.home{flex-direction:column;gap:4rem;color:var(--home-secondary)}.home,.home__hero{display:flex;background:#000}.home__hero{position:relative;min-height:60vh;min-height:60dvh;align-items:center;justify-content:center;padding:4rem 1.5rem;overflow:hidden;isolation:isolate;color:white}.home__hero-overlay{max-width:720px;text-align:center;display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:2}.home__hero-overlay h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home__hero-overlay p{font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.6;color:var(--home-secondary)}.home__scroll-hint{display:none}@media (min-width:769px){.home__hero{min-height:calc(100vh - var(--navbar-offset) - var(--notification-offset));min-height:calc(100dvh - var(--navbar-offset) - var(--notification-offset))}.home__hero-overlay{padding-bottom:7rem}.home__scroll-hint{display:flex;flex-direction:column;align-items:center;gap:.45rem;font-size:.75rem;letter-spacing:.4em;text-transform:uppercase;color:rgba(255,255,255,.78);pointer-events:none;transition:opacity .35s ease,transform .35s ease;z-index:2;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.home__scroll-hint--hidden{opacity:0;transform:translate(-50%,12px)}}.home__scroll-label{font-weight:600}.home__scroll-icon{width:1.65rem;height:2.6rem;border:2px solid rgba(255,255,255,.5);border-radius:999px;position:relative;display:flex;justify-content:center;align-items:flex-start;padding-top:.45rem;box-sizing:border-box;animation:home-scroll-shell 2.2s ease-in-out infinite}.home__scroll-icon:after{content:"";width:.4rem;height:.4rem;border-radius:50%;background:rgba(255,255,255,.85);display:block;animation:home-scroll-dot 2.2s ease-in-out infinite}@keyframes home-scroll-shell{0%,to{opacity:.6}50%{opacity:1}}@keyframes home-scroll-dot{0%{opacity:0;transform:translateY(0)}20%{opacity:1}60%{opacity:1;transform:translateY(1.1rem)}to{opacity:0;transform:translateY(1.4rem)}}.home__hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.55) 40%,rgba(0,0,0,.85) 80%,rgba(0,0,0,1));z-index:1}.home__hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.2) brightness(.95);z-index:0}.home__submit{border:none}.home__cta,.home__submit{display:inline-block;align-self:center;padding:.9rem 2.5rem;position:relative;z-index:2;border-radius:999px;background:var(--home-primary);color:white;font-weight:600;text-transform:uppercase;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.home__cta-group{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.home__cta:hover,.home__submit:hover{color:white}.home__cta--ghost{background:transparent;border:1px solid rgba(255,255,255,.65);color:rgba(255,255,255,.92);box-shadow:none}.home__cta--ghost:hover{box-shadow:0 8px 20px rgba(0,0,0,.45);background:rgba(255,255,255,.08)}.home__cta:after,.home__submit:after{content:"";position:absolute;bottom:.6rem;left:50%;display:block;background:none repeat scroll 0 0 transparent;height:2px;width:0;background:#fff;transition:width .3s ease 0s,left .3s ease 0s}.home__cta:hover:after,.home__submit:hover:after{width:70%;left:15%}.home__submit:hover:after{width:50%;left:25%}.home__section{display:grid;grid-gap:2rem;gap:2rem;padding:0 1.5rem;margin:0 auto;width:min(1100px,100%);scroll-margin-top:var(--navbar-offset)}.home__section h2{font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem}.home__section p{font-size:1.05rem;line-height:1.8;color:var(--home-muted)}.home__about{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center;grid-gap:3rem;gap:3rem}.home__image-frame{position:relative;aspect-ratio:4/3;border-radius:16px;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.18)}.home__image-frame img{width:100%;height:100%;object-fit:cover}.home__highlight{display:grid;grid-gap:2.5rem;gap:2.5rem;background:var(--home-surface);padding:3rem 1.5rem;border-radius:24px;box-shadow:0 24px 60px rgba(0,0,0,.55);position:relative;z-index:2}.home__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem}.home__contact{display:grid;grid-gap:2.5rem;gap:2.5rem;background:linear-gradient(160deg,rgba(22,22,22,.9),rgba(0,0,0,.85));padding:3rem 1.75rem;border-radius:24px;box-shadow:0 28px 60px rgba(0,0,0,.55);margin-bottom:4rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));scroll-margin-top:var(--home-contact-anchor-offset)}.home__contact-copy{display:grid;grid-gap:1rem;gap:1rem;max-width:540px;grid-template-rows:1fr 2fr}.home__contact-copy #contact-title{grid-row:1}@media (min-width:769px){.home__contact{grid-template-columns:1fr 2fr}}.home__contact-copy p{color:var(--home-muted)}.home__contact-form{display:grid;grid-gap:1.25rem;gap:1.25rem;max-width:540px}.home__field{display:grid;grid-gap:.55rem;gap:.55rem;font-size:.95rem;color:var(--home-secondary)}.home__field input,.home__field textarea{width:100%;padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(17,17,17,.85);color:var(--home-secondary);font-size:1rem;transition:border .2s ease,box-shadow .2s ease;resize:vertical}.home__field input:focus,.home__field textarea:focus{border-color:var(--home-primary);outline:none;box-shadow:0 0 0 3px rgba(196,30,58,.25)}.home__field textarea{min-height:160px}.home__field input::placeholder,.home__field textarea::placeholder{color:rgba(247,247,247,.6)}.home__captcha{display:flex;justify-content:flex-start;align-items:center}.home__section .home__form-status{margin:0;font-size:.95rem;font-weight:600;padding:.9rem 1.1rem;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid transparent}.home__section .home__form-status--success{color:#71d081;background:rgba(113,208,129,.12);border-color:rgba(113,208,129,.4)}.home__section .home__form-status--error{color:#ff7b7b;background:rgba(255,123,123,.12);border-color:rgba(255,123,123,.45)}.home__card{display:grid;grid-gap:1rem;gap:1rem;padding:1.75rem;background:var(--home-card);border-radius:18px;box-shadow:0 18px 38px rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.04)}.home__card img{width:100%;height:160px;object-fit:cover;border-radius:12px}.home__card h3{font-size:1.35rem;margin:0;color:var(--home-secondary)}.home__card p{margin:0;color:var(--home-muted)}@media (max-width:768px){.home__hero{min-height:60vh;min-height:60dvh;gap:1rem;padding:2.5rem 1.25rem}.home__hero-video{filter:saturate(1) brightness(.65)}.home__hero:after{background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.68) 40%,rgba(0,0,0,.9) 80%,rgba(0,0,0,1))}.home__hero-overlay{gap:1rem}.home__highlight{padding:2.5rem 1rem}.home__cta-group{flex-direction:column;gap:.75rem}.home__contact{padding:2.5rem 1.25rem}}.home__reveal{opacity:.45;filter:blur(1px);transform:translateY(32px);transition:opacity .5s ease,transform .5s ease;will-change:opacity,transform}.home__reveal.is-visible{opacity:1;transform:translateY(0);filter:none}.home__reveal .home__card{opacity:0;transform:translateY(32px);transition:opacity .6s ease,transform .6s ease}.home__reveal.is-visible .home__card{opacity:1;transform:translateY(0)}.home__reveal.is-visible .home__card:first-child{transition-delay:.05s}.home__reveal.is-visible .home__card:nth-child(2){transition-delay:.15s}.home__reveal.is-visible .home__card:nth-child(3){transition-delay:.25s}.swal-button{background-color:#c41e3a}div.swal-icon--success__hide-corners,div.swal-icon.swal-icon--success:after,div.swal-icon.swal-icon--success:before{background-color:#000000db}.swal-button:not([disabled]):hover{background-color:#ad1a32}.swal-modal{background-color:#000000db;border:1px solid #b0b0b0ba}.swal-text,.swal-title{color:#fff}.home__submit:disabled{opacity:.6;cursor:not-allowed;background-color:#666;color:#999;transform:none;pointer-events:none}.home__submit:disabled:hover{background-color:#666;transform:none;box-shadow:none}@media (prefers-reduced-motion:reduce){.home__reveal,.home__reveal .home__card,.home__reveal.is-visible,.home__reveal.is-visible .home__card{transition:none;transform:none;opacity:1}.home__scroll-icon,.home__scroll-icon:after{animation:none}.home__captcha-refresh,.home__submit{transition:none}}