:root{color-scheme:dark;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;line-height:1.6;--surface-bg: rgba(15, 23, 42, .6);--border-subtle: rgba(148, 163, 184, .25);--radius-card: 24px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 18% 20%,rgba(37,99,235,.2),transparent 55%),radial-gradient(circle at 82% 0%,rgba(59,130,246,.12),transparent 45%),#020617;color:#e2e8f0}a{color:inherit;text-decoration:none}.app-shell{position:relative;min-height:100vh}.vanta-background{position:fixed;inset:0;z-index:0;pointer-events:none}.floating-nav{position:fixed;top:28px;left:50%;transform:translate(-50%);width:auto;max-width:calc(100% - 32px);z-index:10;transition:opacity .3s ease,transform .3s ease}.floating-nav__inner{display:flex;align-items:center;justify-content:center;gap:16px;padding:14px 28px;border-radius:999px;border:1px solid transparent;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}.floating-nav--scrolled .floating-nav__inner{background:#0f172abf;border-color:#94a3b859;box-shadow:0 26px 48px #02061773;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.floating-nav__links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;transition:max-height .3s ease,opacity .3s ease}.floating-nav__toggle{display:none;border:1px solid rgba(148,163,184,.35);background:#0f172a66;color:#f8fafc;border-radius:14px;padding:10px 18px;cursor:pointer;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:background .2s ease,transform .2s ease}.floating-nav__toggle-label{font-size:.85rem}.floating-nav__toggle--open{background:#3b82f673}.floating-nav__link{border:none;border-radius:999px;padding:10px 18px;background:#0f172a52;color:#e2e8f0;font-weight:500;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.floating-nav__link:hover,.floating-nav__link:focus-visible{background:#3b82f68c;color:#f8fafc;transform:translateY(-2px);outline:none}.app-main{position:relative;z-index:1;padding-top:140px}.app-main--cat{padding-top:70px}.landing{--section-gap: clamp(200px, 18vw, 300px);--footer-gap: clamp(24px, 4vw, 40px);display:flex;flex-direction:column;gap:var(--section-gap);padding-bottom:clamp(24px,4vw,48px)}.section{width:min(1100px,90vw);margin:0 auto;display:flex;flex-direction:column;gap:28px;scroll-margin-top:140px;opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.section.reveal-active{opacity:1;transform:translateY(0)}.section.reveal-exit{opacity:0;transform:translateY(-20px)}.admin-shell .section{opacity:1;transform:none;transition:none}.admin-shell .section.reveal-exit{opacity:1;transform:none}.admin-shell .section--glass{background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.section--glass{background:var(--surface-bg);border:1px solid var(--border-subtle);border-radius:28px;padding:56px 48px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 36px 72px #0206178c}.section__eyebrow{letter-spacing:.28em;text-transform:uppercase;font-size:.92rem;color:#60a5fad9}.section__heading{margin:0;font-size:clamp(2.1rem,4.2vw,3.36rem);font-weight:700;color:#f8fafc}.hero{align-items:center;text-align:center;gap:24px;min-height:calc(100vh - 160px);justify-content:center}.hero__tag{display:inline-flex;justify-content:center;padding:8px 20px;border-radius:999px;background:#94a3b829;border:1px solid rgba(148,163,184,.35);font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#cbd5e1d9}.hero__title{margin:0;font-size:clamp(3rem,6vw,4.6rem);font-weight:800;color:#f8fafc;letter-spacing:-.03em}.typewriter{display:inline-flex;align-items:center;gap:6px;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:500;color:#94a3b8eb}.typewriter__cursor{animation:blink 1.1s steps(1,end) infinite}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.hero__subtitle{max-width:680px;margin:0 auto;color:#e2e8f0d1;font-size:clamp(1rem,2vw,1.15rem)}.hero__actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 28px;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn--with-icon{gap:10px}.btn__icon{width:1.1rem;height:1.1rem}.btn__label{display:inline-flex;align-items:center}.btn--primary{background:linear-gradient(135deg,#3b82f6f2,#818cf8f2);color:#f8fafc;border:1px solid rgba(148,163,184,.35);box-shadow:0 20px 38px #3b82f659}.btn--secondary{background:#3b82f640;color:#f8fafc;border:1px solid rgba(148,163,184,.35)}.btn--ghost{background:#0f172a73;color:#f8fafc;border:1px solid rgba(148,163,184,.35)}.btn:hover,.btn:focus-visible{transform:translateY(-2px);box-shadow:0 24px 44px #3b82f666;outline:none}.section__grid{display:grid;gap:36px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:center}.section__grid p{margin:0 0 18px;color:#e2e8f0d1;font-size:1.05rem;line-height:1.75}.about__media{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:15%}.about__card{position:relative;overflow:hidden;border-radius:24px;background:#0f172aad;border:1px solid rgba(148,163,184,.28);box-shadow:0 32px 64px #02061780}.about__card img{display:block;width:clamp(252px,30vw,336px);height:auto;object-fit:cover}.about__links{display:flex;align-items:center;justify-content:center;gap:16px}.about__link{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#0f172aa6;border:1px solid rgba(148,163,184,.4);color:#f8fafc;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.about__link:hover,.about__link:focus-visible{transform:translateY(-2px);border-color:#60a5facc;box-shadow:0 18px 34px #3b82f659;outline:none}.about__link-icon{width:22px;height:22px}.about__note{position:absolute;bottom:0;width:100%;padding:16px 20px;background:linear-gradient(180deg,#0f172a00,#0f172ae0 80%);color:#f8fafc;display:flex;flex-direction:column;gap:6px}.about__note span{font-size:.88rem;color:#cbd5e1d9}.accordion{display:flex;flex-direction:column;gap:20px}.accordion__item{border-radius:24px;border:1px solid rgba(148,163,184,.25);background:#0f172a94;overflow:hidden;transition:border .2s ease,transform .2s ease}.accordion__item--open{border-color:#3b82f6a6;transform:translateY(-2px)}.accordion__trigger{width:100%;border:none;background:transparent;color:inherit;display:flex;justify-content:space-between;align-items:center;padding:26px 28px;text-align:left;cursor:pointer;font:inherit}.accordion__trigger h3{margin:0;font-size:1.2rem;color:#f8fafc}.accordion__trigger p{margin:8px 0 0;font-size:.95rem;color:#94a3b8e0}.accordion__icon{font-size:1.8rem;color:#94a3b8d9}.accordion__content{max-height:0;overflow:hidden;padding:0 28px;transition:max-height .35s ease,padding .35s ease}.accordion__item--open .accordion__content{max-height:520px;padding-bottom:24px}.accordion__content ul{margin:0;padding-left:22px;display:flex;flex-direction:column;gap:14px;color:#e2e8f0d1}.accordion__meta{margin-top:14px;color:#93c5fde6;font-size:.9rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.project-card{display:flex;flex-direction:column;height:100%;border-radius:var(--radius-card);background:var(--surface-bg);border:1px solid var(--border-subtle);overflow:hidden;box-shadow:0 32px 64px #02061773;transition:transform .25s ease,border .25s ease}.project-card:hover{transform:translateY(-6px);border-color:#3b82f68c}.project-card__media img{width:100%;height:180px;object-fit:cover}.project-card__body{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1}.project-card__body h3{margin:0;font-size:1.25rem;color:#f8fafc}.project-card__body p{margin:0;color:#e2e8f0c7}.project-card__tags{display:flex;flex-wrap:wrap;gap:8px}.project-card__tags span{font-size:.8rem;padding:6px 14px;border-radius:999px;background:#3b82f62e;border:1px solid rgba(59,130,246,.3);color:#bfdbfef2}.project-card__links{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:auto}.project-card__links .btn{padding:10px 22px;font-size:.9rem;min-width:120px}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:24px}.service-card{border-radius:20px;background:#0f172a94;border:1px solid rgba(148,163,184,.25);padding:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 26px 52px #02061759}.service-card__content{display:flex;flex-direction:column;gap:10px}.service-card__icon{width:48px;height:48px;filter:drop-shadow(0 12px 24px rgba(15,23,42,.45));flex-shrink:0}.service-card h3{margin:0;color:#f8fafc;font-size:1.1rem}.service-card p{margin:0;color:#e2e8f0c7}.secret-login{display:flex;flex-direction:column;gap:20px}.secret-login__header{display:flex;flex-direction:column;gap:6px}.secret-login__title{margin:0;font-size:1.4rem;font-weight:600;color:#f8fafc}.secret-login__hint{margin:0;font-size:.95rem;color:#e2e8f0cc}.secret-login__toggle{display:inline-flex;gap:10px;padding:6px;border-radius:999px;background:#0f172ab3;border:1px solid var(--border-subtle);box-shadow:0 16px 28px #02061766;width:fit-content}.secret-login__chip{border:none;background:transparent;color:#e2e8f0e6;padding:8px 16px;border-radius:999px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}.secret-login__chip--active{background:#3b82f6a6;color:#f8fafc}.contact-grid{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:32px;align-items:start}.contact-grid__info{display:flex;flex-direction:column;gap:18px;color:#e2e8f0d1}.contact-grid__card{border-radius:22px;background:var(--surface-bg);border:1px solid var(--border-subtle);padding:20px;display:flex;flex-direction:column;gap:10px}.contact-grid__form{border-radius:26px;background:var(--surface-bg);border:1px solid var(--border-subtle);padding:28px;box-shadow:0 28px 56px #02061773}.contact-form{display:flex;flex-direction:column;gap:18px}.contact-form__row{display:flex;gap:18px;flex-wrap:wrap}.contact-form label{display:flex;flex-direction:column;gap:8px;font-size:.95rem;color:#f8fafc}.contact-form input,.contact-form textarea{border-radius:14px;border:1px solid rgba(148,163,184,.35);background:#0f172aad;padding:12px 16px;color:#e2e8f0;font:inherit;transition:border .2s ease,box-shadow .2s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#3b82f6bf;box-shadow:0 0 0 4px #3b82f640}.contact-form textarea{resize:vertical;min-height:140px}.contact-form__error{margin:0;color:#fca5a5;font-size:.9rem}.contact-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px}.contact-form__submit[disabled]{cursor:not-allowed;opacity:.8}.contact-form__spinner{width:20px;height:20px;border-radius:50%;border:3px solid rgba(248,250,252,.35);border-top-color:#f8fafc;animation:contact-form-spin .75s linear infinite}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@keyframes contact-form-spin{to{transform:rotate(360deg)}}.contact__success{text-align:center;padding:48px 24px;color:#e2e8f0d1}.contact__success h3{margin:0 0 12px;color:#f8fafc}.footer{width:min(1100px,90vw);margin:calc(var(--footer-gap, 28px) - var(--section-gap, 0px)) auto 0;padding:12px 0 16px;text-align:center;color:#94a3b8ad;font-size:.9rem}.cat-gallery{position:relative;min-height:calc(100vh - 100px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;padding:80px 0 40px;overflow:hidden}.cat-gallery--ready .cat-gallery__content,.cat-gallery--ready .cat-gallery__carousel-wrap,.cat-gallery--ready .cat-gallery__actions,.cat-gallery--ready .cat-gallery__filters{opacity:1;transform:none}.cat-gallery--filtering .cat-gallery__carousel{opacity:.7;transform:translateY(6px) scale(.985)}.cat-gallery__bg{position:fixed;inset:0;background:radial-gradient(circle at 20% 25%,rgba(241,171,255,.25),transparent 55%),radial-gradient(circle at 80% 20%,rgba(148,210,255,.25),transparent 55%),radial-gradient(circle at 50% 90%,rgba(255,216,165,.18),transparent 50%),#0f172a;z-index:0}.cat-gallery__back{position:fixed;top:28px;left:28px;z-index:25}.cat-gallery__back button{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(148,163,184,.35);border-radius:999px;padding:10px 20px;background:#0f172a99;color:#f8fafc;font-size:.95rem;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.cat-gallery__back button:hover,.cat-gallery__back button:focus-visible{transform:translateY(-2px);border-color:#f4dbff8c;background:#f4dbff40;outline:none}.cat-gallery__paws{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:0}.cat-gallery__intro{position:fixed;inset:0;display:grid;place-items:center;background:#0f172af0;z-index:15;animation:cat-gallery-intro-fade 2.4s ease forwards}.cat-gallery__intro-track{position:relative;display:grid;grid-template-columns:1fr 1fr;width:min(90vw,1100px);gap:60px}.cat-gallery__intro-lane{position:relative;height:140px;overflow:visible}.cat-gallery__intro-paw{position:absolute;font-size:clamp(3rem,8vw,5rem);opacity:0;animation:cat-gallery-intro-run 2.2s ease forwards}.cat-gallery__intro-lane--left .cat-gallery__intro-paw--0{top:16px;left:-15%;animation-delay:0s}.cat-gallery__intro-lane--left .cat-gallery__intro-paw--1{top:60px;left:-25%;animation-delay:.2s;transform:rotate(12deg)}.cat-gallery__intro-lane--left .cat-gallery__intro-paw--2{top:-4px;left:-35%;animation-delay:.4s;transform:rotate(-10deg)}.cat-gallery__intro-lane--left .cat-gallery__intro-paw--3{top:70px;left:-45%;animation-delay:.6s;transform:rotate(8deg)}.cat-gallery__intro-lane--left .cat-gallery__intro-paw--4{top:12px;left:-55%;animation-delay:.8s;transform:rotate(-6deg)}.cat-gallery__intro-lane--right .cat-gallery__intro-paw{animation-name:cat-gallery-intro-run-right}.cat-gallery__intro-lane--right .cat-gallery__intro-paw--0{top:18px;right:-15%;animation-delay:.1s}.cat-gallery__intro-lane--right .cat-gallery__intro-paw--1{top:62px;right:-25%;animation-delay:.3s;transform:rotate(-10deg)}.cat-gallery__intro-lane--right .cat-gallery__intro-paw--2{top:-6px;right:-35%;animation-delay:.5s;transform:rotate(9deg)}.cat-gallery__intro-lane--right .cat-gallery__intro-paw--3{top:72px;right:-45%;animation-delay:.7s;transform:rotate(-7deg)}.cat-gallery__intro-lane--right .cat-gallery__intro-paw--4{top:14px;right:-55%;animation-delay:.9s;transform:rotate(5deg)}.cat-gallery__paw{position:absolute;font-size:clamp(1.8rem,4vw,2.6rem);opacity:0;animation:cat-gallery-paw 14s linear infinite}.cat-gallery__paw--0{top:10%;left:12%;animation-delay:0s}.cat-gallery__paw--1{top:30%;left:78%;animation-delay:2s}.cat-gallery__paw--2{top:60%;left:20%;animation-delay:4s}.cat-gallery__paw--3{top:75%;left:65%;animation-delay:6s}.cat-gallery__paw--4{top:45%;left:45%;animation-delay:8s}.cat-gallery__paw--5{top:15%;left:55%;animation-delay:10s}.cat-gallery__paw--6{top:82%;left:30%;animation-delay:12s}.cat-gallery__paw--7{top:25%;left:5%;animation-delay:14s}.cat-gallery__content{position:relative;z-index:1;width:min(1100px,92vw);display:flex;flex-direction:column;gap:40px;text-align:center;color:#e2e8f0;opacity:0;transform:translateY(40px) scale(.98);transition:opacity .7s ease .3s,transform .7s ease .3s}.cat-gallery__header{display:flex;flex-direction:column;gap:16px}.cat-gallery__eyebrow{letter-spacing:.3em;text-transform:uppercase;font-size:.85rem;color:#f4dbffe6}.cat-gallery__title{margin:0;font-size:clamp(2.6rem,5.5vw,4rem);color:#f8fafc}.cat-gallery__subtitle{margin:0 auto;max-width:640px;color:#e2e8f0e0;font-size:1.08rem;line-height:1.85}.cat-gallery__actions{display:inline-flex;align-self:center;border-radius:999px;padding:6px;background:#0f172a8c;border:1px solid rgba(148,163,184,.25);gap:6px;opacity:0;transform:translateY(24px);transition:opacity .6s ease .5s,transform .6s ease .5s}.cat-gallery__action{border:none;border-radius:999px;padding:12px 24px;background:transparent;color:#e2e8f0d9;font-size:1.05rem;cursor:pointer;transition:background .2s ease,color .2s ease}.cat-gallery__action--active{background:#f4dbff33;color:#f8fafc}.cat-gallery__action:disabled{opacity:.5;cursor:not-allowed}.cat-gallery__filters{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;opacity:0;transform:translateY(24px);transition:opacity .6s ease .6s,transform .6s ease .6s}.cat-gallery__filter{border:1px solid rgba(148,163,184,.25);border-radius:999px;padding:12px 22px;background:#0f172a73;color:#e2e8f0e6;cursor:pointer;font-size:1rem;transition:background .2s ease,color .2s ease,border-color .2s ease}.cat-gallery__filter--active,.cat-gallery__filter:hover,.cat-gallery__filter:focus-visible{background:#f4dbff40;border-color:#f4dbff8c;color:#f8fafc;outline:none}.cat-gallery__carousel-wrap{position:relative;display:flex;align-items:center;gap:16px;opacity:0;transform:translateY(40px);transition:opacity .7s ease .5s,transform .7s ease .5s}.cat-gallery__scroll{border:1px solid rgba(148,163,184,.3);border-radius:14px;padding:0 18px;min-width:52px;height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:1.1rem;letter-spacing:.05em;text-transform:uppercase;color:#e2e8f0e6;background:#0f172a99;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}.cat-gallery__scroll span{font-size:1.4rem}.cat-gallery__scroll:hover,.cat-gallery__scroll:focus-visible{transform:translateY(-2px);background:#f4dbff47;border-color:#f4dbff8c;outline:none}.cat-gallery__carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,320px);gap:20px;overflow-x:auto;scroll-snap-type:x proximity;padding:12px;border-radius:28px;background:#0f172a8c;border:1px solid rgba(148,163,184,.25);box-shadow:inset 0 0 0 1px #94a3b81f;transition:opacity .3s ease,transform .3s ease}.cat-gallery__carousel::-webkit-scrollbar{height:10px}.cat-gallery__carousel::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:999px}.cat-card{position:relative;overflow:hidden;border-radius:22px;background:#0f172abf;border:1px solid rgba(148,163,184,.25);scroll-snap-align:center;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;opacity:0;transform:translateY(18px);animation:cat-gallery-card-in .38s cubic-bezier(.22,.61,.36,1) forwards;animation-delay:var(--card-delay, 0s)}.cat-card img{width:100%;height:240px;object-fit:cover}.cat-card__favourite{position:absolute;top:12px;right:12px;width:38px;height:38px;border-radius:50%;border:none;background:#0f172aa6;color:#f8fafc;font-size:1.2rem;cursor:pointer;transition:transform .2s ease,background .2s ease}.cat-card__favourite:hover,.cat-card__favourite:focus-visible{transform:scale(1.05);background:#f4dbff73;outline:none}.cat-card--favourite{border-color:#f4dbffbf;box-shadow:0 24px 48px #f4dbff40}.cat-card:hover{transform:translateY(-6px)}.cat-gallery__empty{padding:48px;min-height:220px;display:grid;place-items:center;color:#e2e8f0bf;font-size:1rem}.cat-gallery__modal{position:fixed;inset:0;display:grid;place-items:center;z-index:20;animation:cat-gallery-modal-fade .32s ease}.cat-gallery__modal-backdrop{position:absolute;inset:0;background:#0f172ab3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cat-gallery__modal-content{position:relative;z-index:1;width:min(900px,92vw);border-radius:28px;background:#0f172aeb;border:1px solid rgba(148,163,184,.35);box-shadow:0 36px 64px #0206178c;display:flex;flex-direction:column;gap:20px;padding:32px 32px 28px;animation:cat-gallery-modal-pop .32s ease}.cat-gallery__modal-close{position:absolute;top:18px;right:18px;width:44px;height:44px;border-radius:50%;border:none;background:#0f172abf;color:#f8fafc;font-size:1.4rem;cursor:pointer}.cat-gallery__modal-body{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px}.cat-gallery__modal-body img{width:100%;max-height:70vh;object-fit:contain;border-radius:18px}.cat-gallery__modal-nav{border:none;width:46px;height:46px;border-radius:50%;background:#f4dbff33;color:#f8fafc;font-size:1.8rem;cursor:pointer;transition:transform .2s ease}.cat-gallery__modal-nav:disabled{opacity:.35;cursor:not-allowed}.cat-gallery__modal-nav:not(:disabled):hover,.cat-gallery__modal-nav:not(:disabled):focus-visible{transform:translateY(-2px);outline:none}.cat-gallery__modal-meta{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center}.cat-gallery__modal-favourite{border:none;border-radius:999px;padding:10px 24px;font-size:.95rem;background:#f4dbff40;color:#f8fafc;cursor:pointer}.cat-gallery__modal-favourite:hover,.cat-gallery__modal-favourite:focus-visible{background:#f4dbff66;outline:none}@keyframes cat-gallery-paw{0%{transform:translate3d(0,40px,0) scale(.9);opacity:0}25%{opacity:.4}60%{transform:translate3d(0,-40px,0) scale(1);opacity:.18}to{transform:translate3d(0,-90px,0) scale(1.05);opacity:0}}@keyframes cat-gallery-intro-run{0%{opacity:0;transform:translate(0) scale(.95)}20%{opacity:1}70%{opacity:1}to{opacity:0;transform:translate(160%) scale(1.05)}}@keyframes cat-gallery-intro-run-right{0%{opacity:0;transform:translate(0) scale(.95)}20%{opacity:1}70%{opacity:1}to{opacity:0;transform:translate(-160%) scale(1.05)}}@keyframes cat-gallery-intro-fade{0%{opacity:1}70%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes cat-gallery-card-in{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cat-gallery-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes cat-gallery-modal-pop{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) 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}.typewriter__cursor{animation:none!important}.cat-gallery__intro,.cat-gallery__paws{display:none!important}}@media(max-width:900px){.floating-nav{width:100%;left:0;transform:none;top:24px;padding:0 12px}.floating-nav__inner{padding:0;gap:0;flex-direction:row;background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;justify-content:space-between;border-radius:0;align-items:center}.floating-nav--scrolled .floating-nav__inner{background:transparent;border:none;box-shadow:none}.floating-nav__toggle{display:inline-flex;border:none;background:transparent;padding:4px 8px;color:#f8fafc;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:10px;transition:color .2s ease}.floating-nav__toggle--open{background:transparent;color:#93c5fde6}.floating-nav__links{width:100%;flex-direction:column;align-items:stretch;max-height:0;overflow:hidden;opacity:0;pointer-events:none;margin-top:0;transform:translateY(-8px)}.floating-nav__link{width:100%;padding:12px 14px;border-radius:10px;background:transparent;text-align:left;font-size:.95rem;border:none}.floating-nav__links--open{max-height:420px;opacity:1;pointer-events:auto;margin-top:10px;background:#0f172aeb;border-radius:16px;border:1px solid rgba(148,163,184,.2);padding:10px;box-shadow:0 18px 36px #02061773;transform:translateY(0)}.section--glass{padding:48px 32px}.contact-grid{grid-template-columns:1fr}}@media(max-width:640px){.section--glass{padding:40px 24px}.section{gap:24px}.hero__title{font-size:clamp(2.6rem,8vw,3.4rem)}.hero__subtitle{font-size:1rem}.hero__actions{flex-direction:column;gap:12px;width:100%}.hero__actions .btn{width:100%}.about__card img{width:clamp(220px,65vw,280px)}.accordion__trigger{padding:22px 20px}.accordion__item--open .accordion__content{max-height:900px}.project-card__body{padding:20px}.contact-grid__form{padding:24px}.contact-form__row{flex-direction:column;gap:14px}.footer{padding:40px 0 18px}}@media(max-width:480px){.floating-nav{top:20px}.floating-nav__links{gap:6px}.floating-nav__link{padding:10px 14px;font-size:.9rem}.floating-nav__links--open{max-height:360px;padding:8px;border-radius:14px}.section--glass{padding:32px 20px;border-radius:22px}.section{gap:20px}.section__heading{font-size:clamp(1.8rem,7vw,2.4rem)}.project-card{border-radius:20px}.project-card__media img{height:160px}.project-card__links{gap:8px}.project-card__links .btn{width:100%}.cat-gallery{padding:110px 0 80px;min-height:auto}.cat-gallery__back{top:18px;left:16px}.cat-gallery__back button{padding:8px 16px;font-size:.9rem}.cat-gallery__carousel{grid-auto-columns:minmax(220px,70vw)}.cat-gallery__modal-content{padding:24px}.cat-gallery__modal-body{grid-template-columns:minmax(0,1fr)}.cat-gallery__modal-nav{display:none}.service-grid{grid-template-columns:1fr;gap:16px}.service-card{padding:20px;border-radius:18px;flex-direction:column;align-items:flex-start;gap:12px}.service-card__content{gap:8px}.service-card__icon{width:42px;height:42px}.contact-grid__card{padding:18px}.contact-grid__form{padding:22px;border-radius:20px}.contact-form label{font-size:.9rem}.contact-form input,.contact-form textarea{padding:11px 14px}.cat-gallery{padding:100px 0 60px}.cat-gallery__back{top:16px;left:12px}.cat-gallery__carousel-wrap{gap:12px}.cat-gallery__scroll{display:none}.cat-gallery__actions{width:100%;justify-content:space-between}.footer{padding:36px 0 16px;font-size:.85rem}.cat-gallery__actions{gap:8px}.cat-gallery__filters{width:100%;gap:8px}.cat-gallery__filter{flex:1 1 calc(50% - 8px)}}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at 18% 20%,rgba(37,99,235,.2),transparent 55%),radial-gradient(circle at 82% 0%,rgba(59,130,246,.12),transparent 45%),#020617}.error-boundary__content{text-align:center;max-width:480px;padding:48px 32px;background:#0f172a99;border:1px solid rgba(148,163,184,.25);border-radius:24px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.error-boundary__title{font-size:1.75rem;font-weight:700;margin:0 0 16px;color:#f8fafc}.error-boundary__message{color:#94a3b8e6;margin:0 0 24px;line-height:1.6}.error-boundary__details{background:#0000004d;border-radius:8px;padding:16px;margin:0 0 24px;font-size:.85rem;color:#f87171;text-align:left;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.error-boundary__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
