:root{--color-bg-page:#f2f0ed;--color-bg-surface:#fff;--color-bg-elevated:#f8f7f5;--color-bg-sunken:#eae8e4;--color-text-primary:#1a1a1a;--color-text-secondary:#6b6b6b;--color-text-muted:#9a9a9a;--color-text-placeholder:#b5b5b5;--color-text-inverse:#fff;--color-border:#e0ddd8;--color-border-light:#ebe8e3;--color-bg-active:#ece9e3;--color-bg-hover:#f5f3ef;--color-accent:#1a1a1a;--color-accent-soft:#f0eeeb;--color-accent-hover:#333;--color-success:#22c55e;--color-success-soft:#dcfce7;--color-warning:#f59e0b;--color-warning-soft:#fef3c7;--color-info:#3b82f6;--color-info-soft:#dbeafe;--color-danger:#ef4444;--color-danger-soft:#fee2e2;--space-2xs:.25rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--shadow-xs:0 1px 2px #00000008;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 8px 24px #00000014;--shadow-xl:0 16px 48px #0000001a;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", Menlo, monospace;--text-xs:.6875rem;--text-sm:.8125rem;--text-base:.9375rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--text-3xl:2.25rem;--text-4xl:3.5rem;--text-5xl:5rem;--leading-tight:1.2;--leading-normal:1.5;--leading-loose:1.75;--weight-regular:400;--weight-medium:500;--weight-semi:600;--weight-bold:700;--sidebar-width:340px;--transition-fast:.1s ease;--transition-base:.18s ease;--transition-slow:.3s ease;--landing-bg:#111;--landing-bg-soft:#1a1a1a;--landing-bg-deep:#0a0a0a;--landing-accent:#8b001c;--landing-accent-hover:#a30022;--landing-text:#f7f7f7;--landing-muted:#c9cdd2;--landing-gray:#6f7378;--landing-border:#c9cdd214}@media (width<=1024px){:root{--sidebar-width:280px;--space-2xl:2rem}}@media (width<=768px){:root{--sidebar-width:300px;--space-xl:1.5rem;--space-2xl:1.5rem;--text-2xl:1.5rem;--text-3xl:1.75rem;--text-5xl:3rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text-primary);background-color:var(--color-bg-page);-webkit-text-size-adjust:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}input,textarea,select{font:inherit;color:inherit}ul,ol{list-style:none}img,svg{max-width:100%;display:block}#root{min-height:100vh}.ui-code{font-family:var(--font-mono);font-size:var(--text-sm);background:var(--color-bg-sunken);border-radius:var(--radius-sm);padding:2px 6px}.navbar{z-index:50;background:#111;border-bottom:1px solid #0000;transition:background .3s,border-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111111f7;border-bottom-color:#c9cdd214}.navbar__container{justify-content:space-between;align-items:center;max-width:80rem;height:72px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar__logo{flex-shrink:0;align-items:center;display:flex}.navbar__logo-img{object-fit:contain;width:auto;height:52px}.navbar__links{align-items:center;gap:2.5rem;display:none}@media (width>=768px){.navbar__links{display:flex}}.navbar__link{color:#c9cdd2;letter-spacing:.01em;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .2s}.navbar__link:hover{color:#f7f7f7}.navbar__link--button{font-size:.875rem}.navbar__cta{color:#fff;background:#8b001c;border-radius:.25rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s;display:none}.navbar__cta:hover{background:#a30022}@media (width>=768px){.navbar__cta{display:inline-block}}.navbar__hamburger{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;padding:0;display:flex}@media (width>=768px){.navbar__hamburger{display:none}}.navbar__hamburger-icon{background:0 0;width:22px;height:2px;position:relative}.navbar__hamburger-icon:before,.navbar__hamburger-icon:after{content:"";background:#c9cdd2;border-radius:1px;width:100%;height:2px;transition:transform .25s;position:absolute;left:0}.navbar__hamburger-icon:before{top:-7px}.navbar__hamburger-icon:after{bottom:-7px}.navbar__hamburger-icon--open:before{transform:translateY(7px)rotate(45deg)}.navbar__hamburger-icon--open:after{transform:translateY(-7px)rotate(-45deg)}.navbar__mobile{background:#111;border-top:1px solid #c9cdd21a;flex-direction:column;gap:.25rem;padding:1rem 1.5rem 1.5rem;display:flex}@media (width>=768px){.navbar__mobile{display:none}}.navbar__mobile-link{color:#c9cdd2;cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #c9cdd20f;padding:.75rem 0;font-family:inherit;font-size:1rem;font-weight:400;text-decoration:none;display:block}.navbar__mobile-link:hover{color:#f7f7f7}.navbar__mobile-link--button{font-size:1rem}.navbar__mobile-cta{text-align:center;color:#fff;background:#8b001c;border-radius:.25rem;margin-top:.75rem;padding:.875rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.footer{background:#0a0a0a;border-top:1px solid #c9cdd20f}.footer__container{max-width:80rem;margin:0 auto;padding:4rem 1.5rem 1.5rem}.footer__grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (width>=640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer__grid{grid-template-columns:repeat(4,1fr)}}.footer__brand{grid-column:1/-1}@media (width>=1024px){.footer__brand{grid-column:auto}}.footer__logo{object-fit:contain;width:auto;height:54px;margin-bottom:.875rem}.footer__tagline{color:#6f7378;margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}.footer__socials{gap:.625rem;display:flex}.footer__social-link{color:#6f7378;background:#c9cdd214;border:1px solid #c9cdd21a;border-radius:.375rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;text-decoration:none;transition:all .2s;display:flex}.footer__social-link:hover{color:#c9cdd2;background:#c9cdd226;border-color:#c9cdd240}.footer__social-link--whatsapp:hover{color:#25d366;background:#25d36626;border-color:#25d36666}.footer__heading{color:#8b001c;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.75rem;font-weight:700}.footer__text{color:#6f7378;font-size:.875rem;line-height:1.6}.footer__contact-list{flex-direction:column;gap:.5rem;display:flex}.footer__contact-link{color:#6f7378;font-size:.875rem;text-decoration:none;transition:color .2s}.footer__contact-link:hover{color:#c9cdd2}.footer__bottom{border-top:1px solid #c9cdd20f;flex-direction:column;align-items:center;gap:.75rem;margin-top:3rem;padding-top:1.5rem;display:flex}@media (width>=640px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{color:#333;font-size:.75rem}.footer__location{color:#333;align-items:center;gap:.375rem;font-size:.75rem;display:flex}.footer__dot{background:#8b001c;border-radius:50%;width:4px;height:4px;display:inline-block}.wa-button{z-index:50;background:#25d166;border-radius:9999px;align-items:center;gap:.75rem;max-width:3.25rem;padding:.875rem;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;overflow:hidden;box-shadow:0 4px 24px #25d16659}.wa-button--expanded{max-width:220px;padding:.75rem 1.25rem .75rem 1rem}.wa-button__icon{flex-shrink:0}.wa-button__label{color:#fff;letter-spacing:.01em;white-space:nowrap;font-size:.875rem;font-weight:600}.fade-in{opacity:0;transition:opacity .3s ease-out,transform .3s ease-out}.fade-in--up{transform:translateY(14px)}.fade-in--down{transform:translateY(-14px)}.fade-in--left{transform:translate(-14px)}.fade-in--right{transform:translate(14px)}.fade-in--none{transform:none}.fade-in--visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.fade-in{opacity:1;transition:none;transform:none}}.hero{align-items:center;min-height:100svh;padding-top:72px;display:flex;position:relative;overflow:hidden}.hero__bg{background-position:100%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero__overlay{background:linear-gradient(100deg,#0a0a0af5 0%,#0a0a0ad9 45%,#0a0a0a73 100%);position:absolute;inset:0}.hero__content{z-index:1;width:100%;max-width:80rem;padding:5rem 1.5rem 5rem 4rem;position:relative}@media (width<=768px){.hero__content{padding:4rem 1.5rem}}.hero__text{max-width:620px}.hero__title{color:var(--landing-text);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2.2rem,5.5vw,3.75rem);font-weight:800;line-height:1.06}.hero__subtitle{color:var(--landing-muted);max-width:34rem;margin-bottom:2.25rem;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.75}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__cta{cursor:pointer;border:none;border-radius:.25rem;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.hero__cta--primary{background:var(--landing-accent);color:#fff}.hero__cta--primary:hover{background:var(--landing-accent-hover)}.hero__cta--secondary{color:var(--landing-muted);background:0 0;border:1px solid #c9cdd259}.hero__cta--secondary:hover{border-color:var(--landing-accent);color:var(--landing-text)}@media (width<=1024px){.hero__bg{background-position:60%}}@media (width<=768px){.hero__bg{background-position:55%}.hero__overlay{background:linear-gradient(100deg,#0a0a0af7 0%,#0a0a0ae0 50%,#0a0a0a99 100%)}}@media (width<=480px){.hero__bg{background-position:50%}}.services{background:var(--landing-bg);padding:6rem 1.5rem}.services__container{max-width:80rem;margin:0 auto}.services__header{text-align:center;margin-bottom:3.5rem}.services__title{color:var(--landing-text);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.services__desc{color:var(--landing-muted);max-width:36rem;margin:0 auto;font-size:1rem;line-height:1.7}.services__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.services__grid-shell{display:block}@media (width>=640px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.services__grid{grid-template-columns:repeat(3,1fr)}}.service-card-wrapper{min-height:100%}.service-card{background:var(--landing-bg-soft);border:1px solid var(--landing-border);border-radius:.5rem;flex-direction:column;transition:border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.service-card:hover{border-color:#c9cdd240;box-shadow:0 8px 32px #00000059}.service-card__visual{aspect-ratio:3/2;background:#1a1a1a;flex-shrink:0;width:100%;height:260px;position:relative;overflow:hidden}.service-card__img{object-fit:cover;width:100%;height:100%}.service-card__overlay{background:linear-gradient(#0000001a 0%,#0009 100%);position:absolute;inset:0}.service-card__title-overlay{background:linear-gradient(#0000 0%,#000000d9 100%);padding:1.25rem 1rem 1rem;position:absolute;bottom:0;left:0;right:0}.service-card__title{color:#fff;letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700}.service-card__body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.service-card__desc{color:var(--landing-muted);margin:0;font-size:.875rem;line-height:1.65}.brands{background:#0e0e0e;padding:5rem 0;overflow:hidden}.brands__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.brands__header{text-align:center;margin-bottom:3rem}.brands__title{color:var(--landing-text);letter-spacing:-.03em;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.35rem);font-weight:800;line-height:1.1}.brands__desc{color:#8b8f94;max-width:36rem;margin:0 auto;font-size:.875rem;line-height:1.6}.brands__track-wrapper{background:linear-gradient(90deg,#050505f2 0%,#111111e0 50%,#050505f2 100%);border-top:1px solid #c9cdd212;border-bottom:1px solid #c9cdd212;padding:1.5rem 0;position:relative}.brands__track{align-items:center;gap:1.5rem;width:max-content;animation:30s linear infinite brands-scroll;display:flex}@media (prefers-reduced-motion:reduce){.brands__track{animation:none}}@keyframes brands-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.brands__track:hover{animation-play-state:paused}.brands__fade{z-index:2;pointer-events:none;width:clamp(24px,8%,120px);position:absolute;top:0;bottom:0}.brands__fade--left{background:linear-gradient(90deg,#0e0e0e,#0000);left:0}.brands__fade--right{background:linear-gradient(270deg,#0e0e0e,#0000);right:0}.brand-logo-card{-webkit-tap-highlight-color:transparent;background:linear-gradient(#f5f7f9fa,#e7ebeff2);border:1px solid #ffffff14;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:clamp(156px,20vw,208px);min-width:clamp(156px,20vw,208px);height:clamp(78px,9vw,92px);padding:.95rem 1.15rem;text-decoration:none;transition:transform .2s,border-color .2s,background-color .2s;display:flex}.brand-logo-card:hover{background:linear-gradient(#fff,#eef1f5fa);border-color:#ffffff2e;transform:translateY(-2px)}.brand-logo-card:focus-visible{outline:2px solid var(--landing-accent);outline-offset:3px}.brand-logo-card:active{transform:translateY(-1px)scale(.99)}.brand-logo-card__img{object-fit:contain;object-position:center;width:100%;max-width:164px;height:auto;max-height:56px;transform:scale(var(--logo-scale,1));transform-origin:50%}@media (width<=640px){.brands__track{gap:1rem}.brand-logo-card{width:138px;min-width:138px;height:72px;padding:.8rem .95rem}.brand-logo-card__img{max-width:118px;max-height:40px}}.testimonials{background:#0a0a0a;padding:6rem 1.5rem}.testimonials__container{max-width:80rem;margin:0 auto}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__title{color:var(--landing-text);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800}.testimonials__desc{color:var(--landing-gray);max-width:42rem;margin:0 auto;font-size:.95rem}.testimonials__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.testimonials__grid-shell{display:block}@media (width>=640px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--landing-bg-soft);border:1px solid var(--landing-border);border-radius:.375rem;flex-direction:column;min-height:100%;text-decoration:none;transition:border-color .3s,box-shadow .3s,transform .3s;display:flex;overflow:hidden}.testimonial-card:hover{border-color:#c9cdd240;transform:translateY(-2px);box-shadow:0 8px 32px #00000059}.testimonial-card:focus-visible{outline:2px solid var(--landing-accent);outline-offset:3px}.testimonial-card__visual{aspect-ratio:3/2;background:#1a1a1a;flex-shrink:0;width:100%;height:160px;position:relative;overflow:hidden}.testimonial-card__img{object-fit:cover;width:100%;height:100%}.testimonial-card__img-overlay{background:linear-gradient(#0000 20%,#0a0a0ad9 100%);position:absolute;inset:0}.testimonial-card__body{flex-direction:column;flex:1;gap:.75rem;padding:1.125rem;display:flex}.testimonial-card__stars{color:#c9a227;gap:2px;display:flex}.testimonial-card__text{color:var(--landing-muted);flex:1;margin:0;font-size:.85rem;font-style:normal;line-height:1.65}.testimonial-card__footer{border-top:1px solid #c9cdd212;padding-top:.875rem}.testimonial-card__identity{min-width:0}.testimonial-card__name{color:var(--landing-text);margin:0;font-size:.8rem;font-weight:700}.testimonial-card__service{color:var(--landing-gray);margin:.125rem 0 0;font-size:.75rem}.testimonial-card__meta{color:var(--landing-gray);margin:.2rem 0 0;font-size:.76rem;line-height:1.45}.testimonial-card__verified{color:var(--landing-gray);font-size:.74rem;font-weight:600}.location{background:var(--landing-bg);padding:6rem 1.5rem}.location__container{max-width:80rem;margin:0 auto}.location__grid{grid-template-columns:1fr;gap:3.5rem;display:grid}@media (width>=1024px){.location__grid{grid-template-columns:1fr 1fr;gap:3.5rem}}.location__info{flex-direction:column;gap:2rem;display:flex}.location__title{color:var(--landing-text);letter-spacing:-.02em;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800}.location__blocks{flex-direction:column;gap:1.25rem;display:flex}.location__info-block{align-items:flex-start;gap:1rem;display:flex}.location__info-icon{width:2.5rem;height:2.5rem;color:var(--landing-accent);background:#8b001c1a;border:1px solid #8b001c33;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;margin-top:.125rem;display:flex}.location__info-content{flex-direction:column;gap:.25rem;display:flex}.location__info-label{color:var(--landing-gray);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.location__info-text{color:var(--landing-muted);font-size:.875rem;line-height:1.6}.location__info-link{color:var(--landing-muted);font-size:.875rem;text-decoration:none;transition:color .2s}.location__info-link:hover{color:var(--landing-text)}.location__waze-btn{background:var(--landing-accent);color:var(--landing-text);border-radius:.25rem;align-self:flex-start;align-items:center;gap:.625rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.location__waze-btn:hover{background:var(--landing-accent-hover)}.location__waze-icon{object-fit:contain;flex-shrink:0;display:block}.location__whatsapp-link{color:var(--landing-gray);align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.location__whatsapp-link:hover{color:var(--landing-muted)}.location__map-wrapper{flex-direction:column;gap:.75rem;display:flex}.location__shop-img-wrapper{border:1px solid var(--landing-border);background:#1a1a1a;border-radius:.375rem;width:100%;height:200px;overflow:hidden}.location__shop-img{object-fit:cover;width:100%;height:100%}.location__iframe{border:1px solid var(--landing-border);filter:invert(90%)hue-rotate(180deg)saturate(.55)brightness(.88);border-radius:.375rem;width:100%;height:260px}.location__map-caption{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#111111eb;border-radius:.375rem;justify-content:space-between;align-items:center;padding:.625rem 1rem;display:flex}.location__map-label{color:var(--landing-muted);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.location__map-label svg{color:var(--landing-accent);flex-shrink:0}.location__map-waze{color:var(--landing-muted);font-size:.75rem;font-weight:600;text-decoration:none;transition:color .2s}.location__map-waze:hover{color:var(--landing-text)}.faq{background:var(--landing-bg);padding:6rem 1.5rem}.faq__container{max-width:80rem;margin:0 auto}.faq__grid{grid-template-columns:1fr;align-items:start;gap:4rem;display:grid}@media (width>=1024px){.faq__grid{grid-template-columns:3fr 2fr}}.faq__header{margin-bottom:2.5rem}.faq__title{color:var(--landing-text);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800}.faq__subtitle{color:var(--landing-gray);font-size:.875rem}.faq__list{flex-direction:column;gap:.75rem;display:flex}.faq__item{background:var(--landing-bg-soft);border:1px solid var(--landing-border);border-radius:.5rem;transition:border-color .25s;overflow:hidden}.faq__item--open{border-color:#8b001c66}.faq__question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;padding:1rem 1.25rem;font-family:inherit;display:flex}.faq__question-text{color:var(--landing-muted);font-size:.875rem;font-weight:600;transition:color .2s}.faq__item--open .faq__question-text{color:var(--landing-text)}.faq__icon{width:1.75rem;min-width:1.75rem;height:1.75rem;color:var(--landing-gray);background:#c9cdd214;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:flex}.faq__item--open .faq__icon{background:var(--landing-accent);color:var(--landing-text)}.faq__answer-shell{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}.faq__answer-shell--open{grid-template-rows:1fr}.faq__answer{border-top:1px solid #0000;min-height:0;padding:0 1.25rem;transition:padding .28s,border-color .28s;overflow:hidden}.faq__item--open .faq__answer{border-top-color:#c9cdd20f;padding:0 1.25rem 1.25rem}.faq__answer p{color:var(--landing-muted);margin:0;padding-top:1rem;font-size:.875rem;line-height:1.6}.faq__sidebar{flex-direction:column;justify-content:flex-start;align-self:start;display:flex}.faq__contact-box{flex-direction:column;gap:1.25rem;display:flex}.faq__contact-title{color:var(--landing-text);letter-spacing:-.01em;font-size:1.3rem;font-weight:700}.faq__contact-text{color:var(--landing-muted);font-size:.875rem;line-height:1.6}.faq__contact-cta{text-align:center;background:var(--landing-accent);color:#fff;border-radius:.25rem;padding:.875rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.faq__contact-cta:hover{background:var(--landing-accent-hover)}.faq__contact-email{color:var(--landing-gray);font-size:.75rem}.faq__email-link{color:var(--landing-muted);text-decoration:underline;transition:color .2s}.faq__email-link:hover{color:var(--landing-text)}.landing-home{background:var(--landing-bg);color:var(--landing-text);min-height:100vh}.about-page{min-height:100vh;color:var(--landing-text);background:#111}.about-shell{width:min(80rem,100% - 3rem);margin:0 auto}.about-kicker{color:#c89552;letter-spacing:.14em;text-transform:uppercase;margin:0 0 .9rem;font-size:.75rem;font-weight:700}.about-section-title{color:var(--landing-text);margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.1}.about-section-title--center{max-width:14ch;margin-inline:auto}.about-hero{align-items:center;min-height:100vh;padding-top:72px;display:flex;position:relative;overflow:hidden}.about-hero__bg,.about-hero__overlay,.about-hero__fade,.about-values__bg,.about-values__overlay,.about-cta__glow,.about-story__image-overlay{position:absolute;inset:0}.about-hero__bg{background-position:50%;background-repeat:no-repeat;background-size:cover}.about-hero__overlay{background:linear-gradient(100deg,#0b0b0bf5 0%,#0b0b0bd1 48%,#0b0b0b73 100%)}.about-hero__fade{pointer-events:none;background:linear-gradient(#0000,#111);height:7rem;top:auto}.about-hero__copy{z-index:1;max-width:35rem;position:relative}.about-hero__title{color:#f7f7f7;margin:0 0 1.75rem;font-size:clamp(2.6rem,6.5vw,4.25rem);font-weight:800;line-height:1.06}.about-hero__lead{color:#c9cdd2;max-width:31rem;margin:0;font-size:clamp(.95rem,1.8vw,1.05rem);line-height:1.85}.about-story{background:#111;padding:6rem 0}.about-story__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:3.5rem;display:grid}.about-story__media{border:1px solid #c9cdd214;position:relative;overflow:hidden}.about-story__image{object-fit:cover;width:100%;height:28.75rem;display:block}.about-story__image-overlay{background:linear-gradient(#1110 55%,#1111118c 100%)}.about-story__accent{background:var(--landing-accent);width:.25rem;height:5rem;position:absolute;bottom:0;left:0}.about-story__content{gap:1.5rem;display:grid}.about-story__copy{gap:1.2rem;display:grid}.about-story__copy p{color:#6f7378;margin:0;font-size:.95rem;line-height:1.8}.about-story__copy .about-story__lead-copy{color:#c9cdd2}.about-values{padding:6rem 0;position:relative;overflow:hidden}.about-values__bg{background-position:50%;background-repeat:no-repeat;background-size:cover}.about-values__overlay{background:#0a0a0ae6}.about-values__content{z-index:1;position:relative}.about-values__header{text-align:center;max-width:34rem;margin:0 auto 3.5rem}.about-values__intro{color:#c9cdd2;max-width:25rem;margin:1rem auto 0;font-size:.95rem;line-height:1.8}.about-values__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;display:grid}.about-values__grid>.fade-in{grid-column:span 2}.about-values__grid>.fade-in:nth-child(4){grid-column:2/span 2}.about-values__grid>.fade-in:nth-child(5){grid-column:4/span 2}.about-value-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center;cursor:pointer;appearance:none;background:#1a1a1aa6;border:1px solid #c9cdd212;align-content:center;justify-items:center;width:100%;height:100%;min-height:10.5rem;padding:1.25rem 1rem;transition:border-color .3s,background .3s,transform .3s;display:grid;position:relative;overflow:hidden}.about-value-card:hover,.about-value-card:focus-visible,.about-value-card--active{background:#1a1a1ad9;border-color:#8b001c73;transform:translateY(-3px)}.about-value-card:focus-visible{outline-offset:2px;outline:2px solid #8b001c73}.about-value-card__icon{background:#8b001c14;border:1px solid #8b001c2e;border-radius:.45rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:.85rem;transition:transform .25s,border-color .25s,background .25s;display:inline-flex}.about-value-card__icon svg{fill:none;stroke:#d8dbe0;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:1.45rem;height:1.45rem}.about-value-card__title{color:#f7f7f7;margin:0;font-size:.95rem;font-weight:700;transition:transform .25s}.about-value-card__description{color:#c9cdd2;opacity:0;max-width:30ch;max-height:0;margin:.75rem 0 0;font-size:.82rem;line-height:1.55;transition:opacity .25s,max-height .28s,transform .25s;overflow:hidden;transform:translateY(.35rem)}.about-value-card:hover .about-value-card__description,.about-value-card:focus-visible .about-value-card__description,.about-value-card--active .about-value-card__description{opacity:1;max-height:8rem;transform:translateY(0)}.about-value-card:hover .about-value-card__icon,.about-value-card:focus-visible .about-value-card__icon,.about-value-card--active .about-value-card__icon{background:#8b001c24;border-color:#8b001c47;transform:translateY(-1px)}.about-mission{background:#111;padding:6rem 0}.about-mission__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:stretch;gap:2.5rem;display:grid}.about-mission__media{overflow:hidden}.about-mission__image{object-fit:cover;width:100%;height:100%;min-height:34rem;display:block}.about-mission__content{align-content:start;display:grid}.about-mission__stack{gap:2rem;display:grid}.about-mission__item{border-bottom:1px solid #c9cdd21a;padding:0 0 1.75rem}.about-mission__item:last-child{border-bottom:0;padding-bottom:0}.about-mission__item-head{margin-bottom:1.1rem}.about-mission__heading{color:var(--landing-accent);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:1.05rem;font-weight:800}.about-mission__text{color:#e7eaee;margin:0;font-size:clamp(1rem,1.5vw,1.12rem);line-height:1.85}.about-cta{background:#0a0a0a;padding:6rem 0;position:relative;overflow:hidden}.about-cta__glow{pointer-events:none;background:radial-gradient(#8b001c1a 0%,#0000 68%);width:min(43.75rem,90vw);height:20rem;margin:auto;transform:translateY(10%)}.about-cta__content{z-index:1;text-align:center;position:relative}.about-cta__text{color:#c9cdd2;max-width:32rem;margin:1.25rem auto 2.5rem;font-size:.95rem;line-height:1.8}.about-cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.about-cta__button{justify-content:center;align-items:center;gap:.5rem;min-height:3rem;padding:.95rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.about-cta__button:hover{transform:translateY(-1px)}.about-cta__button--primary{background:var(--landing-accent);color:#fff}.about-cta__button--primary:hover{background:var(--landing-accent-hover)}.about-cta__button--secondary{color:#c9cdd2;background:0 0;border:1px solid #c9cdd24d}.about-cta__button--secondary:hover{border-color:var(--landing-accent);color:#f7f7f7}@media (width<=1024px){.about-values__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-values__grid>.fade-in:nth-child(4),.about-values__grid>.fade-in:nth-child(5){grid-column:auto}.about-mission__content{max-width:100%}}@media (width<=900px){.about-story__grid{grid-template-columns:1fr}.about-story__image{height:24rem}.about-mission__grid{grid-template-columns:1fr}.about-mission__image{min-height:24rem}}@media (width<=768px){.about-shell{width:min(100%,100% - 2rem)}.about-hero{align-items:flex-end}.about-hero__overlay{background:linear-gradient(#0b0b0be6 0%,#0b0b0bb8 40%,#0b0b0beb 100%),linear-gradient(90deg,#0b0b0be0 0%,#0b0b0b73 100%)}.about-hero__copy{padding-bottom:3rem}.about-values__grid{grid-template-columns:1fr}.about-mission__item{padding-bottom:1.25rem}.about-mission__text{max-width:100%;font-size:1rem;line-height:1.7}.about-cta__actions{flex-direction:column}.about-cta__button{width:100%}}.not-found{min-height:100dvh;padding:var(--space-lg);background:var(--color-bg-page);justify-content:center;align-items:center;display:flex}.not-found__card{align-items:center;gap:var(--space-lg);text-align:center;max-width:420px;padding:var(--space-2xl);background:var(--color-bg-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);flex-direction:column;display:flex}.not-found__code{font-size:6rem;font-weight:var(--weight-bold);letter-spacing:-.04em;color:var(--color-bg-sunken);-webkit-user-select:none;user-select:none;line-height:1}.not-found__actions{align-items:center;gap:var(--space-sm);flex-wrap:wrap;justify-content:center;display:flex}.not-found__copy{gap:var(--space-xs);flex-direction:column;display:flex}.not-found__title{color:var(--color-text-primary);margin:0;font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.1}.not-found__text{color:var(--color-text-secondary);margin:0}.not-found__button{font:inherit;font-weight:var(--weight-semibold);cursor:pointer;border:1px solid #0000;border-radius:999px;padding:.85rem 1.2rem;transition:transform .15s,background-color .15s,color .15s,border-color .15s}.not-found__button:hover{transform:translateY(-1px)}.not-found__button--primary{background:var(--color-primary,#111827);color:#fff}.not-found__button--ghost{border-color:color-mix(in srgb, var(--color-text-primary) 18%, transparent);color:var(--color-text-primary);background:0 0}@media (width<=768px){.not-found__card{padding:var(--space-xl) var(--space-lg)}.not-found__code{font-size:4.5rem}}
