:root{--walnut: #39413A;--oak: #6E8069;--forest: #4E5F4C;--cream: #F5F4EF;--charcoal: #141A16;--white: #FFFFFF;--walnut-dark: #272E29;--walnut-light: #545D55;--forest-dark: #3B4A3A;--forest-light: #66785F;--oak-light: #A9BAA4;--oak-deep: #52604E;--cream-dark: #E9E8DF;--ink: #141A16;--ink-soft: #1C231E;--ink-raised: #27302A;--paper: #F5F4EF;--surface: #FFFFFF;--line: #E5E4DC;--line-strong: #D4D3C8;--text: #1B211C;--text-muted: #575E56;--text-faint: #8B9187;--font-heading: "Space Grotesk", "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--shadow-sm: 0 1px 2px rgba(18, 24, 20, .04), 0 2px 8px rgba(18, 24, 20, .04);--shadow-md: 0 2px 6px rgba(18, 24, 20, .05), 0 10px 28px rgba(18, 24, 20, .09);--shadow-lg: 0 4px 12px rgba(18, 24, 20, .07), 0 20px 48px rgba(18, 24, 20, .12);--shadow-xl: 0 8px 20px rgba(18, 24, 20, .09), 0 32px 72px rgba(18, 24, 20, .16);--ring: 0 0 0 4px rgba(20, 26, 22, .1);--radius-sm: 8px;--radius: 12px;--radius-lg: 18px;--radius-xl: 28px;--radius-full: 999px;--ease: cubic-bezier(.22, 1, .36, 1);--transition: all .25s var(--ease);--transition-slow: all .6s var(--ease);--header-h: 84px;--header-h-scrolled: 66px;--z-base: 1;--z-sticky: 100;--z-overlay: 200;--z-floating: 300}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text);background-color:var(--paper);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:var(--transition)}ul,ol{list-style:none}button,input,select,textarea{font-family:var(--font-body)}.skip-link{position:absolute;top:-100px;left:1rem;background:var(--ink);color:var(--cream);padding:.75rem 1.25rem;border-radius:0 0 var(--radius) var(--radius);font-weight:600;font-size:.9rem;z-index:9999;transition:top .25s}.skip-link:focus{top:0}:focus-visible{outline:2px solid var(--oak);outline-offset:3px;border-radius:4px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--paper)}::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}::selection{background:#141a161f;color:var(--ink)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.12;color:var(--ink);letter-spacing:-.02em}h1{font-size:clamp(2.4rem,5.5vw,4rem);font-weight:600}h2{font-size:clamp(1.8rem,3.8vw,2.75rem);font-weight:600}h3{font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:600}h4{font-size:1.2rem;font-weight:600}h5{font-size:1rem;font-weight:600}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.lead{font-size:1.15rem;line-height:1.8;color:var(--text-muted)}.text-center{text-align:center}.text-left{text-align:left}.text-oak{color:var(--oak)}.text-forest{color:var(--forest)}.text-walnut{color:var(--walnut)}.text-cream{color:var(--cream)}.text-muted{color:var(--text-muted)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.container{padding:0 2rem}}@media(min-width:1280px){.container{padding:0 2.5rem}}.section{padding:5.5rem 0}.section--sm{padding:3rem 0}.section--cream{background:var(--paper)}.section--white{background:var(--surface)}.section--walnut{background:var(--ink);color:var(--cream)}.section--forest{background:var(--forest);color:var(--cream)}.section--dark{background:var(--ink);color:var(--cream)}.section--texture{background-color:var(--paper)}.section__header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.section__label{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:.8rem;font-weight:500;letter-spacing:.14em;text-transform:lowercase;color:var(--oak-deep);margin-bottom:.9rem}.section--walnut .section__label,.section--forest .section__label,.section--dark .section__label{color:var(--oak-light)}.section__title{margin-bottom:1rem;color:var(--ink)}.section--walnut .section__title,.section--forest .section__title,.section--dark .section__title{color:var(--cream)}.section__subtitle{max-width:580px;margin:0 auto;color:var(--text-muted);font-size:1.05rem}.section--walnut .section__subtitle,.section--forest .section__subtitle,.section--dark .section__subtitle{color:#ffffffad}.divider{width:44px;height:3px;background:var(--oak);margin:1rem auto 1.25rem;border-radius:var(--radius-full)}.divider--left{margin-left:0}.grid-2{display:grid;grid-template-columns:1fr;gap:2rem}.grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:640px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-2,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.95rem 1.9rem;border-radius:var(--radius-full);font-family:var(--font-body);font-size:.95rem;font-weight:600;letter-spacing:-.005em;cursor:pointer;border:1.5px solid transparent;transition:var(--transition);text-decoration:none;white-space:nowrap}.btn i{font-size:.9em}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--ink);color:var(--white);border-color:var(--ink)}.btn--primary:hover{background:var(--ink-raised);border-color:var(--ink-raised);transform:translateY(-2px);box-shadow:var(--shadow-md);color:var(--white)}.btn--secondary{background:transparent;color:var(--ink);border-color:var(--line-strong)}.btn--secondary:hover{border-color:var(--ink);background:var(--ink);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn--outline-light{background:#ffffff0d;color:var(--white);border-color:#ffffff59;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.btn--outline-light:hover{background:var(--white);color:var(--ink);border-color:var(--white);transform:translateY(-2px)}.btn--oak{background:var(--white);color:var(--ink);border-color:var(--white)}.btn--oak:hover{background:var(--cream);border-color:var(--cream);transform:translateY(-2px);box-shadow:0 10px 28px #0000004d;color:var(--ink)}.btn--walnut{background:var(--ink);color:var(--white);border-color:var(--ink)}.btn--walnut:hover{background:var(--ink-raised);border-color:var(--ink-raised);transform:translateY(-2px);box-shadow:var(--shadow-md);color:var(--white)}.btn--whatsapp{background:#25d366;color:#0b2b18;border-color:#25d366}.btn--whatsapp:hover{background:#40e07c;border-color:#40e07c;color:#0b2b18;transform:translateY(-2px);box-shadow:0 10px 28px #25d3664d}.btn--call{background:var(--ink);color:var(--white);border-color:var(--ink)}.btn--call:hover{background:var(--ink-raised);border-color:var(--ink-raised);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn--sm{padding:.6rem 1.25rem;font-size:.82rem}.service-card__cta{margin-top:1.25rem}.btn-group{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}.btn-group--center{justify-content:center}.badge{display:inline-block;padding:.35rem .9rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.badge--oak,.badge--forest{background:#141a160f;color:var(--text-muted)}.site-header{position:fixed;top:0;left:0;right:0;z-index:var(--z-sticky);height:var(--header-h);display:flex;align-items:center;background:transparent;border-bottom:1px solid transparent;transition:height .35s var(--ease),background .35s var(--ease),border-color .35s var(--ease),box-shadow .35s var(--ease)}.site-header.scrolled{height:var(--header-h-scrolled);background:#111613d9;backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #00000040}.header__inner{display:flex;align-items:center;justify-content:space-between;width:100%}.header__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.logo__mark{width:32px;height:32px;color:var(--oak-light);flex-shrink:0;transition:width .35s var(--ease),height .35s var(--ease)}.site-header.scrolled .logo__mark{width:26px;height:26px}.logo__text{display:flex;flex-direction:column;line-height:1.15}.logo__name{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--white);letter-spacing:-.01em;text-transform:lowercase;transition:font-size .35s var(--ease)}.site-header.scrolled .logo__name{font-size:1.2rem}.logo__tagline{font-family:var(--font-heading);font-size:.64rem;font-weight:500;letter-spacing:.2em;text-transform:lowercase;color:var(--oak-light)}.header__nav{display:none;align-items:center;gap:.25rem}@media(min-width:1024px){.header__nav{display:flex}}.nav__link{position:relative;font-size:.9rem;font-weight:500;color:#ffffffb8;padding:.5rem .9rem;border-radius:var(--radius-full);transition:var(--transition)}.nav__link:hover{color:var(--white)}.nav__link.active{color:var(--white);background:#ffffff1a}.nav__cta{margin-left:.9rem;padding:.6rem 1.4rem;background:var(--white);color:var(--ink);border-radius:var(--radius-full);font-size:.9rem;font-weight:600;transition:var(--transition)}.nav__cta:hover{background:var(--cream);color:var(--ink);transform:translateY(-1px);box-shadow:0 6px 20px #0000004d}.nav__toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;cursor:pointer;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-full);padding:0;z-index:calc(var(--z-sticky) + 10);transition:var(--transition)}.nav__toggle:hover{background:#ffffff24}.nav__toggle span{display:block;width:18px;height:2px;background:var(--white);border-radius:2px;transition:var(--transition)}.nav__toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav__toggle.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav__toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(min-width:1024px){.nav__toggle{display:none}}.mobile-menu{position:fixed;top:0;right:0;width:min(340px,88vw);height:100vh;height:100dvh;background:#111613f7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:calc(var(--z-sticky) + 5);padding:calc(var(--header-h) + 1.5rem) 1.75rem 2.5rem;transform:translate(100%);transition:transform .45s var(--ease);display:flex;flex-direction:column;gap:.35rem;box-shadow:-16px 0 64px #0006;overflow-y:auto;border-left:1px solid rgba(255,255,255,.08)}.mobile-menu.open{transform:translate(0)}.mobile-menu__link{font-family:var(--font-heading);font-size:1.35rem;font-weight:500;color:#ffffffbf;padding:.7rem 1rem;border-radius:var(--radius);transition:var(--transition)}.mobile-menu__link:hover,.mobile-menu__link.active{color:var(--white);background:#ffffff12}.mobile-menu__cta{display:block;text-align:center;margin-top:1.25rem;padding:1rem;background:var(--white);color:var(--ink);border-radius:var(--radius-full);font-weight:600;font-size:.95rem;transition:var(--transition)}.mobile-menu__cta:hover{background:var(--cream);color:var(--ink);transform:translateY(-1px)}.mobile-menu__divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin:1.5rem 0}.mobile-menu__contacts{display:flex;flex-direction:column;gap:.8rem}.mobile-menu__contact-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#ffffff8c}.mobile-menu__contact-item i{color:#fff6;width:16px;text-align:center;flex-shrink:0}.mobile-menu__contact-item a{color:#ffffff8c;transition:var(--transition)}.mobile-menu__contact-item a:hover{color:var(--white)}.menu-overlay{display:none;position:fixed;inset:0;background:#0000008c;z-index:calc(var(--z-sticky) + 4);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.menu-overlay.active{display:block}body.menu-open{overflow:hidden}.hero{position:relative;min-height:100svh;display:flex;align-items:center;padding-top:var(--header-h);overflow:hidden}.hero__bg{position:absolute;inset:0;background:linear-gradient(160deg,#090d0be6,#0d120fb8 45%,#10151280),url(/assets/images/hero-bg.jpg) center/cover no-repeat;filter:saturate(.85);z-index:0}.hero__bg:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none}.hero__content{position:relative;z-index:2;max-width:820px;padding:3rem 0 5rem}.hero__label{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-heading);font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:lowercase;color:var(--white);background:#ffffff12;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-full);padding:.45rem 1.1rem;margin-bottom:1.75rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__label:before{content:"";display:block;width:7px;height:7px;border-radius:50%;background:var(--oak-light);flex-shrink:0}.hero__title{color:var(--white);margin-bottom:1.6rem;font-size:clamp(2.6rem,6.5vw,4.75rem);font-weight:500;line-height:1.06;letter-spacing:-.03em}.hero__title .highlight{color:var(--oak-light);font-weight:500}.hero__text{font-size:1.15rem;color:#ffffffb8;line-height:1.8;margin-bottom:2.5rem;max-width:540px}.hero .btn--primary{background:var(--white);color:var(--ink);border-color:var(--white)}.hero .btn--primary:hover{background:var(--cream);border-color:var(--cream);color:var(--ink);box-shadow:0 10px 28px #0000004d}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff6;font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;animation:heroBounce 2.5s ease-in-out infinite}.hero__scroll:after{content:"";display:block;width:1px;height:38px;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent)}@keyframes heroBounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(7px)}}.page-hero{position:relative;padding:calc(var(--header-h) + 5rem) 0 4.5rem;background:linear-gradient(160deg,#090d0bed,#0e1310de),url(/assets/images/page-hero-bg.jpg) center/cover no-repeat;text-align:center;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none}.page-hero__content{position:relative;z-index:2}.page-hero__label{display:inline-block;font-family:var(--font-heading);font-size:.8rem;font-weight:500;letter-spacing:.16em;text-transform:lowercase;color:var(--oak-light);margin-bottom:1rem}.page-hero__title{color:var(--white);margin-bottom:1rem;font-weight:500;letter-spacing:-.02em}.page-hero__text{max-width:560px;margin:0 auto;color:#ffffffad;font-size:1.05rem}.breadcrumb{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:.8rem;color:#ffffff73;margin-top:1.25rem}.breadcrumb a{color:#ffffff73}.breadcrumb a:hover{color:var(--white)}.breadcrumb__sep{opacity:.4;font-size:.6rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition)}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--line-strong)}.card__img-wrap{position:relative;overflow:hidden;aspect-ratio:4/3}.card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.card:hover .card__img-wrap img{transform:scale(1.05)}.card__body{padding:1.75rem}.card__icon{width:52px;height:52px;background:#141a160d;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--ink);font-size:1.35rem;flex-shrink:0}.card__title{font-size:1.2rem;margin-bottom:.65rem;color:var(--ink)}.card__text{font-size:.9rem;color:var(--text-muted);line-height:1.75;margin-bottom:0}.service-card{background:var(--surface);border-radius:var(--radius-lg);padding:2.25rem 2rem;border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:var(--transition);position:relative;display:flex;flex-direction:column;align-items:flex-start}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--line-strong)}.service-card__icon{width:56px;height:56px;border-radius:var(--radius);background:#141a160d;display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--ink);margin-bottom:1.5rem;transition:var(--transition)}.service-card:hover .service-card__icon{background:var(--ink);color:var(--white)}.service-card__title{font-size:1.2rem;margin-bottom:.75rem;color:var(--ink)}.service-card__text{font-size:.92rem;color:var(--text-muted);line-height:1.75;margin-bottom:0}.testimonial{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);position:relative;display:flex;flex-direction:column;gap:1.5rem;transition:var(--transition)}.testimonial:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.testimonial__text{color:var(--text);font-size:.98rem;line-height:1.8;margin-bottom:0;flex-grow:1}.testimonial__author{display:flex;align-items:center;gap:.85rem}.testimonial__avatar{width:44px;height:44px;border-radius:50%;background:var(--ink);display:flex;align-items:center;justify-content:center;color:var(--white);font-family:var(--font-heading);font-weight:600;font-size:1.05rem;flex-shrink:0}.testimonial__name{font-weight:600;font-size:.9rem;color:var(--ink)}.testimonial__location{font-size:.78rem;color:var(--text-faint)}.stars{color:var(--oak);font-size:.8rem;display:flex;gap:.2rem}.feature-band{background:var(--ink);padding:2.75rem 0}.feature-band__item{display:flex;align-items:center;gap:1rem;text-align:left}.feature-band__icon{width:48px;height:48px;border-radius:var(--radius);background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:var(--oak-light);font-size:1.15rem;flex-shrink:0}.feature-band__title{font-size:.85rem;font-weight:600;color:var(--white);letter-spacing:.02em}.feature-band__text{font-size:.78rem;color:#ffffff80;margin-top:.1rem}.stats-band{background:var(--ink);padding:4.5rem 0;position:relative;overflow:hidden}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-item__number{font-family:var(--font-heading);font-size:clamp(2.6rem,5vw,3.75rem);font-weight:500;color:var(--oak-light);line-height:1;margin-bottom:.6rem;letter-spacing:-.02em}.stat-item__label{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff80}.gallery-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem 1.75rem;margin-bottom:3rem;border-bottom:1px solid var(--line)}.tab-btn{border:none;background:transparent;padding:.7rem .25rem .85rem;margin-bottom:-1px;border-bottom:2px solid transparent;font-family:var(--font-heading);font-size:.92rem;font-weight:500;letter-spacing:.04em;text-transform:lowercase;color:var(--text-muted);cursor:pointer;transition:var(--transition)}.tab-btn:hover{color:var(--ink)}.tab-btn.active{color:var(--ink);border-bottom-color:var(--forest)}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:640px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.gallery-item{position:relative;overflow:hidden;aspect-ratio:1;cursor:pointer;background:var(--cream-dark)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.gallery-item:hover img{transform:scale(1.06)}.gallery-item__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.12) 55%,transparent);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:var(--transition)}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__overlay i{color:var(--white);font-size:1.5rem}.gallery-item__overlay span{color:var(--white);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.gallery-card{animation:galleryFadeIn .4s ease both;display:flex;flex-direction:column;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:var(--transition);padding:0;width:100%;text-align:left;font:inherit;color:inherit;cursor:pointer}.gallery-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--line-strong)}.gallery-card .gallery-item{border-radius:0}.gallery-card__info{padding:1.1rem 1.25rem 1.25rem}.gallery-card__name{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--ink);margin:0 0 .25rem}.gallery-card__desc{font-size:.82rem;color:var(--text-muted);line-height:1.6;margin:0}.gallery-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4.5rem 0;color:var(--text-muted);font-size:.9rem}.spinner{width:36px;height:36px;border:3px solid var(--cream-dark);border-top-color:var(--ink);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.gallery-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#ffffff59}.gallery-placeholder i{font-size:2.5rem}.gallery-placeholder span{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}body.modal-open{overflow:hidden}.product-modal{position:fixed;inset:0;z-index:var(--z-overlay);display:flex;align-items:center;justify-content:center;padding:1.25rem}.product-modal__backdrop{position:absolute;inset:0;background:#090d0bb8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:fadeIn .25s ease both}.product-modal__panel{position:relative;width:min(960px,100%);max-height:92svh;overflow-y:auto;background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);display:grid;grid-template-columns:1fr;animation:modalIn .35s var(--ease) both}@media(min-width:860px){.product-modal__panel{grid-template-columns:1.15fr 1fr}}@keyframes modalIn{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.product-modal__close{position:absolute;top:1rem;right:1rem;z-index:3;width:40px;height:40px;border-radius:50%;border:none;background:#090d0b8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.product-modal__close:hover{background:var(--ink)}.product-modal__media{position:relative;background:var(--cream-dark);aspect-ratio:4/3}@media(min-width:860px){.product-modal__media{aspect-ratio:auto;min-height:460px;height:100%}}.product-modal__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.product-modal__media .gallery-placeholder{position:absolute;inset:0;color:var(--text-faint)}.product-modal__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;border:none;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--ink);font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:var(--transition)}.product-modal__nav:hover{background:var(--white)}.product-modal__nav--prev{left:1rem}.product-modal__nav--next{right:1rem}.product-modal__thumbs{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:.4rem;padding:.35rem;background:#090d0b73;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius);max-width:calc(100% - 2rem);overflow-x:auto}.product-modal__thumb{width:44px;height:44px;border-radius:var(--radius-sm);border:2px solid transparent;padding:0;overflow:hidden;cursor:pointer;background:var(--cream-dark);flex-shrink:0;transition:var(--transition)}.product-modal__thumb img{width:100%;height:100%;object-fit:cover}.product-modal__thumb.active{border-color:var(--white)}.product-modal__info{padding:2rem 1.75rem 2.25rem;display:flex;flex-direction:column;align-items:flex-start}@media(min-width:860px){.product-modal__info{padding:2.75rem 2.5rem}}.product-modal__name{font-size:clamp(1.4rem,2.5vw,1.8rem);margin-bottom:.75rem;color:var(--ink)}.product-modal__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.product-modal__price{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;color:var(--oak-deep)}.product-modal__sold{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-full);background:var(--ink);color:var(--white);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.product-modal__desc{font-size:.95rem;color:var(--text-muted);line-height:1.8;margin-bottom:1.5rem}.product-modal__attrs{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem 1.5rem;width:100%;margin-bottom:1.75rem;padding:1.25rem;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg)}.product-modal__attr dt{font-size:.66rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint);margin-bottom:.15rem}.product-modal__attr dd{font-size:.9rem;color:var(--text)}.product-modal__actions{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:auto}.product-modal__actions .btn{justify-content:center}.contact-form{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-md)}@media(min-width:768px){.contact-form{padding:3rem}}.contact-form__header{margin-bottom:1.75rem}.contact-form__title{font-size:1.6rem;margin-top:.4rem;margin-bottom:0;color:var(--ink)}.form-group{margin-bottom:1.4rem}.form-label{display:block;font-size:.82rem;font-weight:600;letter-spacing:.02em;color:var(--ink);margin-bottom:.5rem}.form-required{color:var(--oak-deep)}.form-input,.form-select,.form-textarea{width:100%;padding:.85rem 1.1rem;border:1.5px solid var(--line);border-radius:var(--radius);font-family:var(--font-body);font-size:.95rem;color:var(--ink);background:var(--surface);transition:var(--transition);outline:none;-webkit-appearance:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-faint)}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--ink);box-shadow:var(--ring)}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23575E56' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.1rem center;padding-right:2.75rem}.form-textarea{resize:vertical;min-height:140px}.form-row{display:grid;grid-template-columns:1fr;gap:1.4rem}@media(min-width:576px){.form-row{grid-template-columns:1fr 1fr}}.form-error{color:#a63d2f;background:#a63d2f12;border:1px solid rgba(166,61,47,.2);border-radius:var(--radius);padding:.75rem 1rem;font-size:.875rem;margin-bottom:1rem}.form-privacy{font-size:.8rem;color:var(--text-faint);margin-top:.9rem}.form-privacy a{color:var(--text-muted);text-decoration:underline}.contact-grid{gap:3rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1.4rem;margin-bottom:2.5rem}.contact-info__item{display:flex;gap:1.1rem;align-items:flex-start}.contact-info__icon{width:48px;height:48px;border-radius:var(--radius);background:#141a160d;display:flex;align-items:center;justify-content:center;color:var(--ink);font-size:1.1rem;flex-shrink:0}.contact-info__label{font-size:.68rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-faint);margin-bottom:.2rem}.contact-info__value{color:var(--text);font-size:.95rem}.contact-info__value a{color:var(--text)}.contact-info__value a:hover{color:var(--oak-deep)}.contact-info__value em{color:var(--text-muted)}.contact-actions{display:flex;flex-direction:column;gap:.75rem}.contact-actions .btn{justify-content:center}.contact-heading{font-size:1.6rem;margin-top:.4rem;margin-bottom:1.75rem;color:var(--ink)}.cta-banner{position:relative;overflow:hidden;background:var(--ink)}.cta-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 80% 20%,rgba(255,255,255,.05),transparent),radial-gradient(ellipse 50% 70% at 15% 90%,rgba(169,186,164,.07),transparent);pointer-events:none}.cta-banner .section__label{color:var(--oak-light)}.cta-banner .btn--call{background:#ffffff0d;border-color:#ffffff59}.cta-banner .btn--call:hover{background:var(--white);border-color:var(--white);color:var(--ink)}.cta-banner__inner{position:relative;z-index:2;text-align:center;max-width:680px;margin:0 auto}.cta-banner__title{color:var(--white);margin-bottom:1rem;font-weight:500}.cta-banner__text{color:#ffffffad;max-width:520px;margin:0 auto 2.25rem;font-size:1.05rem}.process-steps{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.process-steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.process-steps{grid-template-columns:repeat(4,1fr)}}.process-step{text-align:left;padding:2rem 1.75rem;position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);transition:var(--transition)}.process-step:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--line-strong)}.process-step__number{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--oak-deep);line-height:1;margin-bottom:1.25rem}.process-step__icon{font-size:1.5rem;color:var(--ink);margin-bottom:1rem}.process-step__title{font-size:1.1rem;font-weight:600;font-family:var(--font-heading);color:var(--ink);margin-bottom:.5rem}.process-step__text{font-size:.875rem;color:var(--text-muted);line-height:1.7;margin-bottom:0}.faq-category{max-width:780px;margin:0 auto 2.75rem}.faq-category__title{font-family:var(--font-heading);font-size:.9rem;font-weight:500;letter-spacing:.12em;text-transform:lowercase;color:var(--oak-deep);margin-bottom:1.25rem;display:flex;align-items:center;gap:.6rem}.faq-list{max-width:780px;margin:0 auto}.faq-item{border:1px solid var(--line);border-radius:var(--radius-lg);margin-bottom:.75rem;overflow:hidden;background:var(--surface);transition:var(--transition)}.faq-item.open{border-color:var(--ink);box-shadow:var(--shadow-sm)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--ink);-webkit-user-select:none;user-select:none;border:none;background:transparent;width:100%;text-align:left;transition:var(--transition)}.faq-question:hover{color:var(--text-muted)}.faq-icon{width:30px;height:30px;border-radius:50%;background:#141a160d;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--ink);font-size:.8rem;transition:var(--transition)}.faq-item.open .faq-icon{background:var(--ink);color:var(--white);transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .45s var(--ease)}.faq-answer.open{max-height:400px}.faq-answer__inner{padding:0 1.5rem 1.5rem;color:var(--text-muted);font-size:.95rem;line-height:1.85}.site-footer{background:var(--ink);color:var(--cream);padding:5rem 0 0}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;padding-bottom:3.5rem}@media(min-width:768px){.footer__grid{grid-template-columns:2fr 1fr 1fr}}@media(min-width:1024px){.footer__grid{grid-template-columns:2.2fr 1fr 1fr 1.2fr}}.footer__brand-mark{width:34px;height:34px;color:var(--oak-light);margin-bottom:1rem}.footer__brand-name{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--white);text-transform:lowercase;letter-spacing:-.01em;margin-bottom:.25rem}.footer__brand-tagline{font-family:var(--font-heading);font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:lowercase;color:var(--oak-light);margin-bottom:1rem}.footer__brand-text{font-size:.875rem;color:#ffffff80;line-height:1.8;max-width:300px;margin-bottom:0}.footer__heading{font-family:var(--font-heading);font-size:.78rem;font-weight:500;letter-spacing:.18em;text-transform:lowercase;color:var(--oak-light);margin-bottom:1.35rem}.footer__links{display:flex;flex-direction:column;gap:.6rem}.footer__link{font-size:.9rem;color:#ffffff8c;transition:var(--transition)}.footer__link:hover{color:var(--white)}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#ffffff8c;margin-bottom:.9rem}.footer__contact-item:last-child{margin-bottom:0}.footer__contact-item i{color:#ffffff59;margin-top:4px;width:14px;text-align:center;flex-shrink:0}.footer__contact-item a{color:#ffffff8c}.footer__contact-item a:hover{color:var(--white)}.footer__cta-buttons{display:flex;flex-direction:column;gap:.65rem}.footer__btn{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.8rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;transition:var(--transition);border:1.5px solid transparent}.footer__btn--call{background:#ffffff0d;color:var(--white);border-color:#ffffff2e}.footer__btn--call:hover{background:var(--white);border-color:var(--white);color:var(--ink);transform:translateY(-2px)}.footer__btn--quote{background:var(--white);color:var(--ink);border-color:var(--white)}.footer__btn--quote:hover{background:var(--cream);border-color:var(--cream);color:var(--ink);transform:translateY(-2px)}.footer__btn--wa{background:#25d3661a;color:#5fe896;border-color:#25d36640}.footer__btn--wa:hover{background:#25d366;border-color:#25d366;color:#0b2b18;transform:translateY(-2px)}.footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0}.footer__bottom-inner{display:flex;flex-direction:column;gap:1.25rem;align-items:center;text-align:center}@media(min-width:768px){.footer__bottom-inner{flex-direction:row;justify-content:space-between;text-align:left}}.footer__copyright{font-size:.78rem;color:#ffffff59}.footer__legal-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer__legal-link{font-size:.78rem;color:#ffffff73;transition:var(--transition)}.footer__legal-link:hover{color:var(--white)}.stratstudios-credit-wrap{display:grid;place-items:center}.stratstudios-credit{display:grid;place-items:center;padding:.5rem 1.25rem;background:#ffffff0f;border:1px solid transparent;border-radius:var(--radius-full);color:#fff6;font-size:.75rem;font-family:var(--font-body);text-decoration:none;transition:all .3s ease;width:100%}.stratstudios-credit:hover{transform:translateY(-2px);border-color:#ffffff40;background:#ffffff1a;color:#ffffffbf}.stratstudios-credit:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@media(max-width:767px){.stratstudios-credit{width:100%}}.fab-container{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:var(--z-floating)}.fab{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;text-decoration:none;box-shadow:0 6px 24px #00000040;transition:var(--transition);border:none;cursor:pointer;position:relative}.fab:hover{transform:translateY(-3px);box-shadow:0 10px 32px #0000004d}.fab--whatsapp{background:#25d366;color:#0b2b18}.fab--call{background:var(--ink);color:var(--white);border:1px solid rgba(255,255,255,.15)}.fab__tooltip{position:absolute;right:calc(100% + .85rem);top:50%;transform:translateY(-50%);background:var(--ink);color:var(--white);padding:.4rem .85rem;border-radius:var(--radius-sm);font-size:.73rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease}.fab__tooltip:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:4px solid transparent;border-left-color:var(--ink)}.fab:hover .fab__tooltip{opacity:1}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal--left{transform:translate(-24px)}.reveal--right{transform:translate(24px)}.reveal--left.visible,.reveal--right.visible{transform:translate(0)}.reveal--scale{transform:scale(.95)}.reveal--scale.visible{transform:scale(1)}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}.reveal-delay-5{transition-delay:.4s}@keyframes fadeUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero__label{animation:fadeUp .7s var(--ease) .15s both}.hero__title{animation:fadeUp .8s var(--ease) .3s both}.hero__text{animation:fadeUp .8s var(--ease) .45s both}.hero .btn-group{animation:fadeUp .7s var(--ease) .6s both}.hero__scroll{animation:heroBounce 2.5s ease-in-out 1.5s infinite}.thankyou-page{min-height:100svh;display:flex;align-items:center;justify-content:center;background:var(--paper);padding:calc(var(--header-h) + 2rem) 2rem 3rem;text-align:center}.thankyou-box{max-width:580px;width:100%}.thankyou-icon{width:80px;height:80px;border-radius:50%;background:var(--forest);display:flex;align-items:center;justify-content:center;margin:0 auto 1.75rem;color:var(--white);font-size:2rem;animation:checkPop .65s var(--ease) both;box-shadow:0 12px 36px #4e5f4c4d}@keyframes checkPop{0%{transform:scale(0);opacity:0}70%{transform:scale(1.15)}to{transform:scale(1);opacity:1}}.thankyou-title{font-size:clamp(2rem,4vw,3rem);color:var(--ink);margin-bottom:1rem;animation:fadeUp .6s var(--ease) .3s both}.thankyou-text{max-width:440px;margin:0 auto 2.5rem;color:var(--text-muted);font-size:1.05rem;line-height:1.8;animation:fadeUp .6s var(--ease) .45s both}.thankyou-next{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);margin-bottom:2.5rem;text-align:left;animation:fadeUp .6s var(--ease) .55s both}.thankyou-next__title{font-size:1.15rem;margin-bottom:1.25rem;color:var(--ink)}.thankyou-next__steps{display:flex;flex-direction:column;gap:1rem}.thankyou-next__step{display:flex;align-items:flex-start;gap:1rem}.thankyou-next__num{width:34px;height:34px;border-radius:50%;background:#4e5f4c1f;display:flex;align-items:center;justify-content:center;color:var(--forest);flex-shrink:0;font-size:.8rem;font-weight:600}.thankyou-next__text{font-size:.9rem;color:var(--text-muted);padding-top:.4rem}.thankyou-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;animation:fadeUp .6s var(--ease) .6s both}.thankyou-direct{margin-top:2rem;font-size:.875rem;color:var(--text-faint)}.thankyou-direct a{color:var(--ink);font-weight:600}.legal-content{max-width:820px;margin:0 auto;padding:3rem 0 5rem}.legal-content h1{font-size:clamp(1.8rem,3.5vw,2.5rem);color:var(--ink);margin-bottom:.4rem}.legal-content .effective-date{font-size:.85rem;color:var(--text-faint);margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.legal-content h2{font-size:1.25rem;margin-top:2.5rem;margin-bottom:.65rem;color:var(--ink);padding-bottom:.4rem;border-bottom:1px solid var(--line)}.legal-content h3{font-size:1rem;margin-top:1.5rem;margin-bottom:.4rem;color:var(--ink)}.legal-content p,.legal-content li{font-size:.95rem;color:var(--text-muted);line-height:1.9;margin-bottom:.75rem}.legal-content ul,.legal-content ol{padding-left:1.5rem;margin-bottom:1.25rem}.legal-content ul{list-style:disc}.legal-content ol{list-style:decimal}.legal-content a{color:var(--text-muted);text-decoration:underline}.legal-box{background:#141a1608;border:1px solid var(--line-strong);border-radius:var(--radius-lg);padding:1.5rem;margin:1.5rem 0}.legal-box p:last-child{margin-bottom:0}.legal-box__note{margin:0;font-size:.875rem}.legal-box__note i{color:var(--forest);margin-right:.4rem}.legal-nav-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line)}.feature-split{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.feature-split{grid-template-columns:1fr 1fr;gap:4rem}.feature-split--reverse .feature-split__image{order:2}.feature-split--reverse .feature-split__content{order:1}}.feature-split__image-wrap{position:relative;border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow-lg)}.feature-split__image-wrap img{width:100%;height:100%;object-fit:cover;filter:saturate(.9)}.feature-split__badge{position:absolute;bottom:1.25rem;left:1.25rem;background:#090d0bc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);padding:.7rem 1.2rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:600;letter-spacing:.02em;border:1px solid rgba(255,255,255,.14);display:inline-flex;align-items:center;gap:.5rem}.feature-split__badge i{color:var(--oak-light)}.feature-list{display:flex;flex-direction:column;gap:1rem;margin:1.75rem 0}.feature-list__item{display:flex;align-items:flex-start;gap:.85rem}.feature-list__icon{width:24px;height:24px;border-radius:50%;background:#141a160f;display:flex;align-items:center;justify-content:center;color:var(--ink);font-size:.65rem;flex-shrink:0;margin-top:3px}.feature-list__text{font-size:.95rem;color:var(--text-muted);line-height:1.75}.feature-list__text strong{color:var(--ink)}.service-detail__list{list-style:disc;padding-left:1.4rem;color:var(--text-muted);font-size:.95rem;line-height:1.9;margin-bottom:1.5rem}.service-detail__heading{margin-top:.75rem}.service-detail{margin-bottom:4rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.gap-1{gap:.5rem}.gap-2{gap:1rem}.w-full{width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(max-width:767px){.section{padding:3.5rem 0}.site-footer{padding:3rem 0 0}.footer__grid{gap:2rem;padding-bottom:2rem}.footer__heading{margin-bottom:.75rem}.footer__brand-text{font-size:.82rem}.hero{min-height:88svh}.hero__content{padding:2rem 0 4rem}.hero__title{font-size:clamp(2.2rem,9vw,2.8rem)}.hero__text{font-size:1rem}.page-hero{padding:calc(var(--header-h) + 2.5rem) 0 2.5rem}.page-hero__title{font-size:1.85rem}.page-hero__text{font-size:.95rem}}@keyframes galleryFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
