:root{--black:#080808;--charcoal:#121212;--panel:#1b1b1b;--red:#c89a48;--red-dark:#9f762f;--white:#fff;--off:#f5f2ec;--muted:#aaa6a0;--ink:#191816;--line:#ded9cf;--shadow:0 24px 70px rgba(0,0,0,.18);--radius:16px;--font:"Inter",sans-serif;--display:"Barlow Condensed",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:var(--font);line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}.skip{position:fixed;top:-100px;left:20px;z-index:1000;background:var(--red);color:white;padding:12px 18px}.skip:focus{top:10px}.header{position:fixed;inset:0 0 auto;z-index:100;padding:18px 0;transition:.3s}.header.scrolled{padding:10px 0;background:rgba(9,9,10,.94);box-shadow:0 8px 30px rgba(0,0,0,.25);backdrop-filter:blur(14px)}.header__inner,.nav{display:flex;align-items:center}.header__inner{justify-content:space-between}.brand img,.footer__brand img{width:112px;height:58px;object-fit:contain}.nav{gap:26px;color:#e6e6e8;font-size:.86rem;font-weight:600}.nav>a:not(.button):hover{color:var(--red)}.menu{display:none;background:none;border:0;padding:8px}.menu span{display:block;width:25px;height:2px;margin:5px;background:white}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;padding:15px 23px;border:1px solid var(--red);border-radius:8px;background:var(--red);color:#fff;font-weight:800;transition:.25s}.button:hover{transform:translateY(-2px);background:var(--red-dark);border-color:var(--red-dark);box-shadow:0 12px 28px rgba(225,29,46,.28)}.button--small{padding:10px 16px;font-size:.8rem}.hero{position:relative;min-height:780px;padding:150px 0 90px;background:var(--black);color:white;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 53%,rgba(225,29,46,.12) 53%)}.hero__glow{position:absolute;width:500px;height:500px;left:-260px;top:100px;border-radius:50%;background:rgba(225,29,46,.14);filter:blur(90px)}.hero__grid{position:relative;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:78px}.eyebrow{margin:0 0 18px;color:var(--red);font-size:.72rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.hero h1,.section h2,.cta h2{margin:0;font:800 clamp(3.2rem,7vw,6.25rem)/.92 var(--display);text-transform:uppercase;letter-spacing:-.02em}.hero h1 em{color:var(--red);font-style:normal}.hero__lead{max-width:620px;margin:28px 0;color:#bdbdc2;font-size:1.08rem}.hero__actions{display:flex;align-items:center;gap:30px}.text-link{border-bottom:1px solid;font-weight:700}.hero__proof{display:flex;gap:38px;margin-top:48px;padding-top:25px;border-top:1px solid #2d2d32}.hero__proof span{max-width:230px;color:#98989e;font-size:.78rem;line-height:1.5}.hero__proof b{display:block;margin-bottom:6px;color:white;font-size:.9rem}.hero__visual{position:relative}.hero__photo{position:relative;padding:12px;border:1px solid #34343a;border-radius:220px 220px var(--radius) var(--radius)}.hero__photo:before{content:"";position:absolute;inset:-18px 18px 18px -18px;border:1px solid var(--red);border-radius:230px 230px var(--radius) var(--radius)}.hero__photo img{position:relative;width:100%;aspect-ratio:4/5;border-radius:210px 210px 10px 10px;object-fit:cover;filter:saturate(.75) contrast(1.08)}.hero__badge{position:absolute;right:-34px;bottom:35px;max-width:275px;padding:20px 23px;border-radius:8px;background:var(--red);box-shadow:var(--shadow)}.hero__badge span{font-size:.66rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.hero__badge strong{display:block;font:700 1.15rem/1.2 var(--display);text-transform:uppercase}.trust{background:var(--red);color:white}.trust__inner{display:flex;justify-content:space-between;align-items:center;padding:22px 0;font:700 .76rem var(--font);letter-spacing:.15em;text-transform:uppercase}.trust i{width:5px;height:5px;border-radius:50%;background:white}.section{padding:112px 0}.about__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.about__visual{position:relative;padding:0 62px 62px 0}.about__visual>img{width:100%;aspect-ratio:4/5;border-radius:var(--radius);object-fit:cover;filter:grayscale(.2)}.about__stamp{position:absolute;right:0;bottom:0;display:grid;place-items:center;width:155px;height:155px;padding:20px;border:8px solid white;border-radius:50%;background:var(--black);color:white;text-align:center}.about__stamp strong{font:800 2.2rem var(--display);color:var(--red)}.about__stamp span{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase}.section h2{font-size:clamp(2.7rem,5vw,4.75rem)}.about p:not(.eyebrow),.process p{color:#68686e}.checks{list-style:none;padding:0;margin:30px 0}.checks li{padding:10px 0;font-weight:600}.checks li:before{content:"✓";display:inline-grid;place-items:center;width:25px;height:25px;margin-right:12px;border-radius:50%;background:#feecef;color:var(--red)}.services{background:var(--off)}.section__head{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:52px}.section__head>div{max-width:750px}.section__head>p{max-width:350px;color:#68686e}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.services article{padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:white;transition:.3s}.services article:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.services article>span{color:var(--red);font-weight:800;font-size:.75rem}.services h3{margin:22px 0 10px;font:700 1.7rem/1 var(--display);text-transform:uppercase}.services article p{color:#707076;font-size:.9rem}.services article a{display:inline-block;margin-top:10px;color:var(--red);font-size:.86rem;font-weight:800}.process{background:var(--black);color:white}.process__grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.eyebrow--light{color:#ff5664}.process h2{color:white}.button--light{margin-top:20px;background:white;border-color:white;color:var(--black)}.button--light:hover{background:var(--red);border-color:var(--red);color:white}.process ol{list-style:none;margin:0;padding:0}.process li{display:flex;gap:25px;padding:24px 0;border-bottom:1px solid #303036}.process li>span{color:var(--red);font-weight:800}.process h3{margin:0;font:700 1.5rem var(--display);text-transform:uppercase}.process li p{margin:4px 0 0;color:#9f9fa5}.cta{padding:90px 0;background:var(--red);color:white}.cta__inner{display:flex;justify-content:space-between;align-items:end;gap:60px}.cta h2{max-width:780px;font-size:clamp(2.7rem,5vw,4.8rem)}.cta p:not(.eyebrow){max-width:680px;margin-bottom:0}.cta .eyebrow{color:white}.cta .button{white-space:nowrap}.footer{padding:68px 0 20px;background:#050506;color:#a5a5aa}.footer__top{display:grid;grid-template-columns:2fr 1fr 1.25fr;gap:50px}.footer__brand p{max-width:280px}.footer__top>div:not(.footer__brand){display:flex;flex-direction:column;gap:8px}.footer strong{margin-bottom:10px;color:white}.footer a:hover{color:var(--red)}.footer__bottom{display:flex;justify-content:space-between;margin-top:58px;padding-top:22px;border-top:1px solid #262629;font-size:.76rem}.footer__bottom a{color:white;font-weight:700}.top{position:fixed;right:22px;bottom:22px;width:46px;height:46px;border:0;border-radius:50%;background:var(--red);color:white;font-size:1.2rem;opacity:0;pointer-events:none;transform:translateY(10px);transition:.3s}.top.visible{opacity:1;pointer-events:auto;transform:none}[data-reveal]{opacity:0;transform:translateY(25px);transition:opacity .7s,transform .7s}[data-reveal].visible{opacity:1;transform:none}
.checks li:before{content:"✓";background:#f5ead6}.hero:before{background:linear-gradient(115deg,transparent 53%,rgba(200,154,72,.12) 53%)}.hero__glow{background:rgba(200,154,72,.14)}.button:hover{box-shadow:0 12px 28px rgba(200,154,72,.28)}.eyebrow--light{color:#e4c17c}.content-section{background:#fff}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.content-grid img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow)}
@media(max-width:960px){.nav{position:fixed;inset:80px 20px auto;display:none;flex-direction:column;align-items:stretch;padding:26px;border-radius:10px;background:var(--charcoal);box-shadow:var(--shadow)}.nav.open{display:flex}.menu{display:block}.hero__grid,.about__grid,.process__grid{grid-template-columns:1fr}.hero__grid{gap:70px}.hero__visual{max-width:560px}.about__grid,.process__grid{gap:60px}.section__head{align-items:start;flex-direction:column;gap:15px}.services__grid{grid-template-columns:repeat(2,1fr)}.footer__top{grid-template-columns:1.5fr 1fr 1fr}}
@media(max-width:640px){.container{width:min(100% - 28px,1160px)}.header{padding:10px 0}.brand img{width:92px;height:52px}.hero{padding:120px 0 68px;min-height:auto}.hero h1{font-size:3.25rem}.hero__actions{align-items:flex-start;flex-direction:column;gap:18px}.hero__proof{flex-direction:column;gap:18px}.hero__badge{right:-5px;bottom:24px;max-width:225px}.trust__inner{gap:10px;font-size:.56rem}.trust__inner span:nth-of-type(even){display:none}.section{padding:78px 0}.about__visual{padding:0 34px 34px 0}.about__stamp{width:112px;height:112px;padding:12px}.about__stamp strong{font-size:1.6rem}.services__grid,.content-grid{grid-template-columns:1fr}.process__grid{gap:40px}.cta__inner{align-items:flex-start;flex-direction:column}.footer__top{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}.footer__bottom{flex-direction:column;gap:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}[data-reveal]{opacity:1;transform:none}}
