:root{--acid:#ef2b2d;--acid-dark:#c91f23;--black:#0a0a0a;--ink:#171717;--paper:#f5f3f0;--white:#fff;--muted:#6b6b67;--line:#d8d7cf;--radius:3px;--display:"Manrope",sans-serif;--body:"DM Sans",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);line-height:1.6}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(1220px,calc(100% - 48px));margin:auto}.skip-link{position:fixed;top:-100px;left:20px;z-index:1000;padding:12px 18px;background:var(--acid);color:var(--black)}.skip-link:focus{top:12px}
.header{position:fixed;inset:0 0 auto;z-index:100;padding:18px 0;color:#fff;transition:.3s}.header.scrolled{padding:10px 0;background:rgba(10,10,10,.92);backdrop-filter:blur(16px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.header__inner,.brand,.nav{display:flex;align-items:center}.header__inner{justify-content:space-between}.brand{gap:11px}.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--acid)}.brand span{display:flex;flex-direction:column;line-height:1}.brand strong{font:800 1rem var(--display);letter-spacing:.03em;text-transform:uppercase}.brand small{margin-top:5px;color:var(--acid);font-size:.64rem;letter-spacing:.22em;text-transform:uppercase}.nav{gap:30px;font-size:.82rem;font-weight:600}.nav>a:not(.button):hover{color:var(--acid)}.menu{display:none;border:0;background:transparent;padding:8px}.menu span{display:block;width:26px;height:2px;margin:6px;background:#fff}
.button{display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:15px 22px;border:1px solid var(--acid);border-radius:var(--radius);background:var(--acid);color:var(--white);font-weight:800;transition:.25s}.button:hover{transform:translateY(-2px);background:var(--white);border-color:var(--white);color:var(--black);box-shadow:0 12px 30px rgba(239,43,45,.2)}.button--small{padding:10px 14px;font-size:.76rem}.button--dark{background:var(--black);border-color:var(--black);color:#fff}.button--dark:hover{background:var(--acid-dark);border-color:var(--acid-dark);color:var(--white)}
.hero{position:relative;min-height:830px;padding:150px 0 105px;overflow:hidden;background:var(--black);color:#fff}.hero__noise{position:absolute;inset:0;opacity:.18;background-image:radial-gradient(#fff 0.6px,transparent .6px);background-size:6px 6px;mask-image:linear-gradient(to right,#000,transparent 65%)}.hero:before{content:"";position:absolute;width:650px;height:650px;right:-180px;top:-100px;border:1px solid #343434;border-radius:50%}.hero__grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:72px}.eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 20px;color:var(--acid);font-size:.7rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.eyebrow span{width:30px;height:2px;background:currentColor}.eyebrow--dark{color:#4a4a45}.hero h1,.section h2,.manifesto h2,.story h2,.visit h2{margin:0;font:800 clamp(3.8rem,7.2vw,7rem)/.9 var(--display);letter-spacing:-.06em;text-transform:uppercase}.hero h1 em,.manifesto h2 em{color:var(--acid);font-style:normal}.hero__lead{max-width:610px;margin:30px 0;color:#b7b7b3;font-size:1.08rem}.hero__actions{display:flex;align-items:center;gap:28px}.text-link{padding:8px 0;border-bottom:1px solid;font-weight:700}.hero__meta{display:flex;gap:32px;margin-top:58px;padding-top:24px;border-top:1px solid #303030;color:#8e8e89;font-size:.71rem;text-transform:uppercase;letter-spacing:.06em}.hero__meta b{margin-right:7px;color:var(--acid)}.hero__visual{position:relative}.hero__image{padding:9px;border:1px solid #393939;transform:rotate(2deg)}.hero__image img{width:100%;aspect-ratio:4/5;object-fit:cover;filter:saturate(.88) contrast(1.05);transition:opacity .22s,transform .45s}.hero__image img.changing{opacity:0;transform:scale(.985)}.hero__seal{position:absolute;left:-42px;bottom:52px;display:flex;align-items:center;gap:10px;width:132px;height:132px;padding:20px;border-radius:50%;background:var(--acid);color:var(--white);transform:rotate(-8deg)}.hero__seal strong{font:800 2.4rem var(--display)}.hero__seal span{font-size:.6rem;font-weight:800;line-height:1.2;text-transform:uppercase}.hero__caption{position:absolute;right:-25px;bottom:35px;padding:10px 14px;background:#fff;color:#111;font-size:.68rem;font-weight:700;text-transform:uppercase}.look-selector{position:absolute;right:0;bottom:-68px;display:flex;align-items:center;gap:9px}.look-selector>span{margin-right:9px;color:#858580;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.look-selector button{width:36px;height:36px;border:1px solid #464646;border-radius:50%;background:transparent;color:#aaa;font:700 .68rem var(--body);cursor:pointer;transition:.25s}.look-selector button:hover,.look-selector button.active{border-color:var(--acid);background:var(--acid);color:#fff;transform:translateY(-2px)}
.section{padding:112px 0}.section__head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:55px}.section__head>div{max-width:800px}.section__head>p{max-width:390px;margin:0;color:var(--muted)}.section h2,.story h2{font-size:clamp(3rem,5.5vw,5.7rem)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:38px 18px}.product__image{position:relative;overflow:hidden;background:#ddd}.product__image img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:.55s}.product:hover img{transform:scale(1.035)}.product__image>span{position:absolute;top:14px;left:14px;padding:7px 10px;background:var(--acid);font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product__info{display:flex;justify-content:space-between;gap:20px;padding:16px 2px 0}.product__info p{margin:0;font:700 1rem var(--display);text-transform:uppercase}.product__info small{color:var(--muted)}.product__info strong{white-space:nowrap}.price-note{margin:25px 0 0;color:var(--muted);font-size:.76rem}.center{text-align:center;margin-top:46px}
.manifesto{display:grid;grid-template-columns:1fr 1fr;min-height:720px;background:var(--black);color:#fff}.manifesto__image img{width:100%;height:100%;object-fit:cover;filter:saturate(.8)}.manifesto__content{display:flex;flex-direction:column;justify-content:center;padding:80px clamp(40px,7vw,110px)}.manifesto h2{font-size:clamp(3.8rem,6vw,6.5rem)}.manifesto__content>p:not(.eyebrow){max-width:570px;color:#adada8}.manifesto__stats{display:flex;gap:46px;margin-top:42px;padding-top:30px;border-top:1px solid #303030}.manifesto__stats div{display:flex;flex-direction:column}.manifesto__stats strong{font:800 1.8rem var(--display);color:var(--acid)}.manifesto__stats span{font-size:.65rem;text-transform:uppercase;color:#999}
.experience{background:#fff}.benefits{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.benefits article{min-height:290px;padding:34px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.3s}.benefits article:hover{background:var(--acid);color:#fff}.benefits article:hover p{color:#fff}.benefits article>span{font-size:.72rem;font-weight:800}.benefits h3{margin:72px 0 12px;font:800 1.35rem/1.05 var(--display);text-transform:uppercase}.benefits p{margin:0;color:var(--muted);font-size:.88rem;transition:.3s}.story{padding:120px 0;background:var(--paper)}.story__grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:90px;align-items:center}.story__copy>p:not(.eyebrow){color:var(--muted)}.text-link--dark{display:inline-block;margin-top:18px}.story__gallery{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;align-items:end}.story__gallery img{width:100%;aspect-ratio:3/4;object-fit:cover}.story__gallery img:last-child{margin-bottom:60px}
.visit{padding:100px 0;background:var(--black);color:#fff}.visit__inner{display:flex;justify-content:space-between;align-items:end;gap:60px}.visit h2{max-width:850px;font-size:clamp(3.2rem,6vw,6.4rem)}.visit p:not(.eyebrow){color:#aaa}.visit__actions{display:flex;flex-direction:column;align-items:flex-start;gap:14px;min-width:250px}.footer{padding:72px 0 24px;background:#050505;color:#92928f}.footer__top{display:grid;grid-template-columns:2fr 1fr 1.3fr;gap:50px}.footer__brand img{width:72px;height:72px;border-radius:50%;object-fit:cover}.footer__brand p{max-width:300px}.footer__brand strong{color:var(--acid)}.footer__top>div:not(.footer__brand){display:flex;flex-direction:column;gap:8px}.footer__top>div>strong{margin-bottom:10px;color:#fff}.footer a:hover{color:var(--acid)}.footer__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:62px;padding-top:23px;border-top:1px solid #242424;font-size:.75rem}.footer__bottom a{color:#fff;font-weight:700}.top{position:fixed;right:22px;bottom:22px;z-index:90;width:46px;height:46px;border:0;border-radius:50%;background:var(--acid);color:#111;font-size:1.1rem;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(24px);transition:opacity .75s,transform .75s}[data-reveal].visible{opacity:1;transform:none}
@media(max-width:980px){.nav{position:fixed;inset:76px 18px auto;display:none;flex-direction:column;align-items:stretch;padding:28px;background:#111;border:1px solid #292929}.nav.open{display:flex}.menu{display:block}.hero__grid,.story__grid{grid-template-columns:1fr}.hero__grid{gap:70px}.hero__visual{max-width:600px;margin:auto}.products{grid-template-columns:repeat(2,1fr)}.manifesto{grid-template-columns:1fr}.manifesto__image{max-height:700px}.benefits{grid-template-columns:repeat(2,1fr)}.visit__inner{align-items:flex-start;flex-direction:column}.footer__top{grid-template-columns:1.5fr 1fr 1fr}}
@media(max-width:640px){.container{width:min(100% - 28px,1220px)}.header{padding:10px 0}.hero{min-height:auto;padding:118px 0 130px}.hero h1{font-size:3.35rem}.hero__actions{align-items:flex-start;flex-direction:column;gap:14px}.hero__meta{flex-direction:column;gap:10px;margin-top:38px}.hero__seal{left:-4px;width:105px;height:105px}.hero__caption{right:-4px}.look-selector{right:0;bottom:-72px}.look-selector>span{display:none}.section{padding:78px 0}.section__head{align-items:flex-start;flex-direction:column;gap:18px}.products{grid-template-columns:1fr}.manifesto__content{padding:70px 24px}.manifesto__stats{gap:24px}.benefits{grid-template-columns:1fr}.benefits article{min-height:230px}.benefits h3{margin-top:45px}.story{padding:80px 0}.story__grid{gap:55px}.story__gallery{gap:8px}.visit{padding:78px 0}.footer__top{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}.footer__bottom{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}[data-reveal]{opacity:1;transform:none}}
