:root{--red:#c8102e;--red-dark:#a00d24;--gray-900:#1a1a1a;--gray-800:#2a2a2a;--gray-700:#3a3a3a;--gray-400:#9a9a9a;--gray-200:#e5e5e5;--gray-100:#f5f5f5;--white:#fff;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--radius:4px;--shadow-sm:0 1px 3px #00000026;--shadow-md:0 4px 16px #0003;--shadow-lg:0 12px 40px #0000004d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--white);color:var(--gray-900);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:min(1200px,100% - 3rem);margin-inline:auto}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.section-title{color:var(--gray-900);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.section-title--light{color:var(--white)}.section-body{color:var(--gray-700);max-width:60ch;margin-top:1rem;font-size:1.05rem}.section-body--light{color:var(--gray-200)}.btn{border-radius:var(--radius);font-family:var(--font-sans);letter-spacing:.03em;cursor:pointer;border:2px solid #0000;align-items:center;gap:.5rem;padding:.85rem 1.85rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .15s;display:inline-flex}.btn:focus-visible{outline:3px solid var(--red);outline-offset:3px}.btn:active{transform:scale(.97)}.btn--primary{background:var(--red);color:var(--white);border-color:var(--red)}.btn--primary:hover{background:var(--red-dark);border-color:var(--red-dark)}.btn--outline{color:var(--white);background:0 0;border-color:#ffffffb3}.btn--outline:hover{background:var(--white);color:var(--gray-900);border-color:var(--white)}.btn--outline-dark{color:var(--gray-900);border-color:var(--gray-900);background:0 0}.btn--outline-dark:hover{background:var(--gray-900);color:var(--white)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}section{scroll-margin-top:80px}.header{z-index:100;background:0 0;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{background:var(--gray-900);box-shadow:0 2px 24px #00000073}.header__inner{align-items:center;gap:2rem;padding-block:.9rem;display:flex}.header__logo{flex-shrink:0;align-items:center;line-height:0;text-decoration:none;display:flex}.header__logo:focus-visible{outline:2px solid var(--red);outline-offset:4px;border-radius:3px}.header__logo-img{filter:drop-shadow(0 1px 3px #00000080);width:auto;height:46px;transition:filter .2s}.header--scrolled .header__logo-img{filter:none}.header__nav{margin-left:auto}.header__nav-list{align-items:center;gap:.25rem;display:flex}.header__nav-link{color:#ffffffd1;border-radius:var(--radius);padding:.45rem .85rem;font-size:.875rem;font-weight:600;transition:color .2s,background .2s;display:block}.header__nav-link:hover{color:var(--white);background:#ffffff14}.header__nav-link:focus-visible{outline:2px solid var(--red);outline-offset:2px;color:var(--white)}.header__cta{flex-shrink:0;padding:.6rem 1.25rem;font-size:.85rem}.header__hamburger{cursor:pointer;border-radius:var(--radius);background:0 0;border:none;margin-left:auto;padding:.5rem;display:none}.header__hamburger:focus-visible{outline:2px solid var(--red);outline-offset:3px}.hamburger-icon{flex-direction:column;gap:5px;width:22px;display:flex}.hamburger-icon span{background:var(--white);transform-origin:50%;border-radius:2px;height:2px;transition:transform .25s,opacity .25s;display:block}@media (prefers-reduced-motion:reduce){.hamburger-icon span{transition:none}}.hamburger-icon--open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-icon--open span:nth-child(2){opacity:0}.hamburger-icon--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__mobile-menu{background:var(--gray-900);border-top:1px solid #ffffff12;max-height:0;transition:max-height .3s;display:none;overflow:hidden}@media (prefers-reduced-motion:reduce){.header__mobile-menu{transition:none}}.header__mobile-menu--open{max-height:600px}.header__mobile-list{flex-direction:column;gap:.25rem;padding:1.25rem 1.5rem 2rem;display:flex}.header__mobile-link{color:#ffffffd9;border-radius:var(--radius);padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:background .2s,color .2s;display:block}.header__mobile-link:hover{color:var(--white);background:#ffffff0f}.header__mobile-link:focus-visible{outline:2px solid var(--red);outline-offset:2px}.header__mobile-cta{justify-content:center;width:100%;margin-top:.75rem}@media (width<=900px){.header__nav,.header__cta{display:none}.header__hamburger,.header__mobile-menu{display:block}}.hero{align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-img{object-fit:cover;object-position:center 35%;width:100%;height:100%}.hero__overlay{background:linear-gradient(100deg,#080808e0 0%,#080808a6 50%,#08080833 100%);position:absolute;inset:0}.hero__content{z-index:1;padding-top:9rem;padding-bottom:6rem;position:relative}.hero__text{max-width:640px}.hero__text .section-label{letter-spacing:.15em;opacity:.9;margin-bottom:1rem;font-size:.7rem}.hero__title{color:var(--white);letter-spacing:-.025em;margin-bottom:1.5rem;font-size:clamp(2.4rem,5.5vw,4rem);font-weight:900;line-height:1.06}.hero__title-accent{color:var(--red)}.hero__body{color:#ffffffc7;max-width:52ch;margin-bottom:2.5rem;font-size:clamp(.95rem,1.7vw,1.1rem);line-height:1.75}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__scroll-hint{z-index:1;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero__scroll-line{background:linear-gradient(#ffffff8c,#0000);width:1px;height:52px;animation:2.2s ease-in-out infinite scrollPulse;display:block}@keyframes scrollPulse{0%,to{opacity:.35;transform:scaleY(1)}50%{opacity:.85}}@media (prefers-reduced-motion:reduce){.hero__scroll-line{opacity:.4;animation:none}}@media (width<=640px){.hero__content{padding-top:9rem;padding-bottom:5rem}.hero__actions{flex-direction:column;align-items:flex-start}.hero__scroll-hint{display:none}}.services{background:var(--white);padding-block:7rem}.services__header{margin-bottom:4rem}.services__grid{background:var(--gray-200);border:1px solid var(--gray-200);border-radius:8px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.service-card{background:var(--white);padding:2.25rem 2rem;transition:background .2s;position:relative}.service-card:hover{background:var(--gray-100)}.service-card:after{content:"";background:var(--red);transform-origin:0;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.service-card:hover:after{transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.service-card:after{transition:none;transform:scaleX(0)}.service-card:hover:after{transform:scaleX(1)}}.service-card__num{letter-spacing:.12em;color:var(--red);font-variant-numeric:tabular-nums;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:block}.service-card__title{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:.6rem;font-size:1rem;font-weight:800}.service-card__desc{color:var(--gray-700);font-size:.88rem;line-height:1.7}@media (width<=900px){.services{padding-block:5rem}.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.services{padding-block:4rem}.services__grid{border-radius:6px;grid-template-columns:1fr}.service-card{padding:1.75rem 1.5rem}}.gallery{background:var(--gray-100);padding-block:7rem}.gallery__header{margin-bottom:3.5rem}.gallery__grid{border-radius:8px;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:.5rem;display:grid;overflow:hidden}.gallery__item:first-child{grid-area:span 2/span 2}.gallery__item:nth-child(6){grid-column:span 2}.gallery__item{border-radius:0;overflow:hidden}.gallery__figure{width:100%;height:100%;position:relative;overflow:hidden}.gallery__img{object-fit:cover;object-position:center;will-change:transform;width:100%;height:100%;transition:transform .5s}.gallery__item:hover .gallery__img{transform:scale(1.05)}@media (prefers-reduced-motion:reduce){.gallery__img{transition:none}}.gallery__caption{color:var(--white);letter-spacing:.1em;text-transform:uppercase;opacity:0;background:linear-gradient(#0000,#000c);padding:.75rem 1rem .8rem;font-size:.72rem;font-weight:700;transition:opacity .25s,transform .25s;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.gallery__item:hover .gallery__caption,.gallery__item:focus-within .gallery__caption{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.gallery__caption{transition:none}}@media (width<=900px){.gallery__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px;gap:.4rem}.gallery__item:first-child{grid-area:auto/span 2}.gallery__item:nth-child(6){grid-column:auto}.gallery__caption{opacity:1;transform:translateY(0)}}@media (width<=540px){.gallery{padding-block:4rem}.gallery__grid{grid-template-columns:1fr;grid-auto-rows:240px;gap:.4rem}.gallery__item:first-child{grid-column:auto}}.about{grid-template-columns:1fr 1fr;min-height:700px;display:grid}.about__image-panel{position:relative;overflow:hidden}.about__image{object-fit:cover;object-position:center 40%;width:100%;height:100%;transition:transform .6s}.about__image-panel:hover .about__image{transform:scale(1.03)}@media (prefers-reduced-motion:reduce){.about__image{transition:none}}.about__image-overlay{background:linear-gradient(90deg,#0000 60%,#1a1a1a80 100%);position:absolute;inset:0}.about__content-panel{background:var(--gray-900);align-items:center;display:flex}.about__content{max-width:520px;padding:5rem 4.5rem}.about__content .section-title{margin-bottom:2rem}.about__body{color:#ffffffb8;margin-bottom:1.1rem;font-size:.95rem;line-height:1.8}.about__body:last-of-type{margin-bottom:0}.about__details{border-top:1px solid #ffffff1a;flex-direction:column;gap:.9rem;margin-top:2.25rem;margin-bottom:2.5rem;padding-top:2rem;display:flex}.about__detail-row{grid-template-columns:110px 1fr;align-items:baseline;gap:.75rem;display:grid}.about__detail-row dt{letter-spacing:.1em;text-transform:uppercase;color:var(--red);font-size:.7rem;font-weight:800}.about__detail-row dd{color:#ffffffa6;font-size:.88rem;line-height:1.5}.about__detail-row dd a{color:#ffffffa6;text-underline-offset:3px;text-decoration:underline;transition:color .2s}.about__detail-row dd a:hover{color:var(--white)}.about__detail-row dd a:focus-visible{outline:2px solid var(--red);outline-offset:3px;border-radius:2px}@media (width<=1024px){.about__content{padding:4rem 3rem}}@media (width<=900px){.about{grid-template-columns:1fr;min-height:auto}.about__image-panel{height:380px}.about__image-overlay{background:linear-gradient(#0000,#1a1a1a4d)}.about__content{max-width:none;padding:3.5rem 2rem}}@media (width<=480px){.about__content{padding:2.5rem 1.5rem}.about__detail-row{grid-template-columns:1fr;gap:.2rem}}.why-rcg{background:var(--gray-900);padding-block:7rem;position:relative;overflow:hidden}.why-rcg__glow{pointer-events:none;background:radial-gradient(at 70% 30%,#c8102e17 0%,#0000 65%);width:700px;height:700px;position:absolute;top:-100px;right:-100px}.why-rcg__inner{z-index:1;position:relative}.why-rcg__header{max-width:560px;margin-bottom:4rem}.why-rcg__grid{background:#ffffff12;border:1px solid #ffffff12;border-radius:8px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.why-rcg__card{background:var(--gray-900);padding:2.25rem 2rem;transition:background .2s}.why-rcg__card:hover{background:var(--gray-800)}.why-rcg__card-bar{background:var(--red);border-radius:2px;width:2rem;height:2px;margin-bottom:1.25rem;display:block}.why-rcg__card-title{color:var(--white);letter-spacing:-.01em;margin-bottom:.65rem;font-size:.98rem;font-weight:800}.why-rcg__card-body{color:#ffffff85;font-size:.87rem;line-height:1.75}@media (width<=900px){.why-rcg__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.why-rcg{padding-block:4.5rem}.why-rcg__grid{grid-template-columns:1fr}.why-rcg__card{padding:1.75rem 1.5rem}}.contact{background:var(--gray-900);padding-block:7rem}.contact__inner{grid-template-columns:1fr 1.35fr;align-items:start;gap:5rem;display:grid}.contact__info .section-title{margin-top:.5rem;margin-bottom:1.25rem}.contact__info .section-body{margin-bottom:0}.contact__methods{flex-direction:column;gap:1.5rem;margin-top:3rem;display:flex}.contact__method{align-items:flex-start;gap:1rem;display:flex}.contact__method-icon{width:2.6rem;height:2.6rem;color:var(--gray-400);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact__method div{flex-direction:column;gap:.25rem;padding-top:.35rem;display:flex}.contact__method strong{text-transform:uppercase;letter-spacing:.08em;color:var(--white);font-size:.75rem;font-weight:700}.contact__method a{color:var(--gray-400);font-size:.9rem;transition:color .2s}.contact__method a:hover{color:var(--white)}.contact__method a:focus-visible{outline:2px solid var(--red);outline-offset:3px;border-radius:2px}.contact__method-placeholder{color:var(--gray-700);font-size:.88rem;font-style:italic}.contact__form-wrap{background:var(--white);border-radius:8px;padding:2.75rem;box-shadow:0 20px 60px #00000059}.contact__form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label,.form-group legend{letter-spacing:.07em;text-transform:uppercase;color:var(--gray-800);font-size:.75rem;font-weight:800}.form-group label abbr,.form-group legend abbr{color:var(--red);margin-left:1px;text-decoration:none}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--gray-200);border-radius:var(--radius);width:100%;font-family:var(--font-sans);color:var(--gray-900);background:var(--white);appearance:auto;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-400)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 3px #c8102e1a}.form-group textarea{resize:vertical;min-height:110px;line-height:1.6}.form-group--fieldset{border:none;padding:0}.contact-method-options{flex-wrap:wrap;gap:1.5rem;margin-top:.3rem;display:flex}.radio-label{color:var(--gray-800);cursor:pointer;align-items:center;gap:.5rem;font-size:.92rem;font-weight:500;display:flex}.radio-label input[type=radio]{width:1rem;height:1rem;accent-color:var(--red);cursor:pointer}.radio-label:focus-within{outline:2px solid var(--red);outline-offset:3px;border-radius:2px}.contact__submit{letter-spacing:.04em;justify-content:center;width:100%;margin-top:.5rem;padding:1rem;font-size:.975rem}.contact__submit:disabled{opacity:.65;cursor:wait}.contact__error{color:#b00020;border-radius:var(--radius);background:#fff0f2;border:1px solid #f5c0c8;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.contact__error a{color:#b00020;text-decoration:underline}.contact__success{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 1.5rem;display:flex}.contact__success-check{background:var(--red);width:4rem;height:4rem;color:var(--white);border-radius:50%;justify-content:center;align-items:center;display:flex}.contact__success h3{color:var(--gray-900);font-size:1.4rem;font-weight:800}.contact__success p{color:var(--gray-700);max-width:34ch;font-size:.95rem;line-height:1.65}@media (width<=960px){.contact__inner{grid-template-columns:1fr;gap:3rem}}@media (width<=560px){.contact{padding-block:4.5rem}.form-row{grid-template-columns:1fr}.contact__form-wrap{padding:1.75rem 1.25rem}.contact-method-options{gap:1rem}}.footer{background:var(--gray-900);border-top:3px solid var(--red)}.footer__main{grid-template-columns:1.8fr 1fr 1fr 1.3fr;gap:3rem;padding-block:4.5rem;display:grid}.footer__logo{align-items:center;margin-bottom:1.25rem;line-height:0;text-decoration:none;display:inline-flex}.footer__logo:focus-visible{outline:2px solid var(--red);outline-offset:4px;border-radius:3px}.footer__logo-img{filter:drop-shadow(0 0 1px #ffffff26);width:auto;height:54px}.footer__brand-desc{color:var(--gray-400);max-width:28ch;margin-bottom:1.25rem;font-size:.87rem;line-height:1.7}.footer__contact-list{flex-direction:column;gap:.4rem;font-style:normal;display:flex}.footer__contact-item{color:var(--gray-400);font-size:.87rem;transition:color .2s;display:block}a.footer__contact-item:hover{color:var(--white)}a.footer__contact-item:focus-visible{outline:2px solid var(--red);outline-offset:3px;border-radius:2px}.footer__contact-item--placeholder{color:var(--gray-700);font-size:.8rem;font-style:italic}.footer__col-title{letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:1.25rem;font-size:.7rem;font-weight:800}.footer__list{flex-direction:column;gap:.6rem;display:flex}.footer__link{color:var(--gray-400);font-size:.87rem;transition:color .2s;display:inline-block}.footer__link:hover{color:var(--white)}.footer__link:focus-visible{outline:2px solid var(--red);outline-offset:3px;border-radius:2px}.footer__cta-body{color:var(--gray-400);margin-bottom:1.25rem;font-size:.87rem;line-height:1.65}.footer__cta-btn{white-space:nowrap;padding:.7rem 1.4rem;font-size:.875rem}.footer__bottom{border-top:1px solid #ffffff12;padding-block:1.25rem}.footer__bottom-inner{justify-content:center;display:flex}.footer__bottom p{color:var(--gray-700);font-size:.78rem}@media (width<=1100px){.footer__main{grid-template-columns:1fr 1fr;gap:2.5rem}.footer__brand{grid-column:span 2}.footer__brand-desc{max-width:none}.footer__col--cta{border-top:1px solid #ffffff12;grid-column:span 2;align-items:center;gap:2rem;padding-top:2rem;display:flex}.footer__col--cta .footer__col-title{display:none}.footer__cta-body{max-width:36ch;margin-bottom:0}}@media (width<=640px){.footer__main{grid-template-columns:1fr;gap:2rem;padding-block:3rem}.footer__brand{grid-column:auto}.footer__col--cta{flex-direction:column;grid-column:auto;align-items:flex-start;gap:1rem}.footer__col--cta .footer__col-title{display:block}.footer__cta-body{margin-bottom:.25rem}}
