:root{--secondary-color: #f1eadf;--ternary-color: #e5d4bc;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{padding:2rem 0rem;text-align:center}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:monospace,Courier New,Courier;background-color:var(--ternary-color);color:#000;line-height:1.4;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-family:Anton,sans-serif;font-weight:400;font-style:normal;font-size:clamp(3.5rem,10vw,7.5rem);letter-spacing:.05em;margin:.5em 0 .1em}h2,h3{font-family:Special Gothic Expanded One,sans-serif;font-weight:400;font-style:normal;padding-top:.5rem}h2{font-size:2.2rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:2rem}h3{font-size:1.6rem;margin-bottom:.5rem}p{margin:.5rem;font-size:1.1rem}.subtitol{padding:0;margin:0}.anton{font-family:Anton,sans-serif}.large-text{font-size:clamp(2rem,5vw,3.5rem);line-height:1.2}.small-text{font-size:.95rem}.outlined-text{color:transparent;-webkit-text-stroke:.08rem black}.tatxat{text-decoration:line-through}section{padding:2rem 1.5rem 3rem;position:relative}.section-odd{background-color:#fffdf7}.section-even{background-color:var(--secondary-color)}.container{max-width:1100px;margin:0 auto}.container-narrow{max-width:700px}.text-container{max-width:800px;margin-left:auto;margin-right:auto;line-height:2}.text-left{text-align:left}.extra-left-padding{padding-left:6rem}.editorial-list{list-style:none;margin:2rem auto;max-width:32rem;padding:0}.editorial-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;line-height:1.6}.editorial-list li:before{content:"🐾";flex-shrink:0;opacity:.7;line-height:1.4}header{padding:0}.site-header{position:sticky;top:0;background-color:var(--ternary-color);z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo a{font-size:1.5rem;letter-spacing:.15em;text-decoration:none;color:#000;padding-right:1rem;font-family:Anton,sans-serif;letter-spacing:.08em}.main-nav ul{list-style:none;display:flex;gap:2.5rem;margin:0;padding:0}.main-nav a{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:#000;padding-bottom:.25rem;border-bottom:1px solid transparent}.main-nav a:hover{border-bottom-color:#000;transition:.2s ease-in-out}.main-nav a.active{border-bottom-color:#000}.menu-toggle{display:none}.contact{line-height:1.8}img{max-width:100%;height:auto;display:block}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:1.5rem}.gallery-2{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:1.5rem}.gallery-dots{display:none;justify-content:center;gap:.5rem;margin-top:1rem}.dot{width:8px;height:8px;border-radius:50%;background:#ccc;transition:transform .2s ease,opacity .2s ease}.dot.active{background:#000;transform:scale(1.2)}.dot.small{transform:scale(.7);opacity:.6}.dot.tiny{transform:scale(.4);opacity:.4}.dot.hidden{opacity:0;pointer-events:none}.carousel{display:flex;overflow-x:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory}.carousel img{padding:2px}.carousel-page{flex:0 0 100%;scroll-snap-align:start;align-items:center}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:var(--ternary-color);color:#000;border:none;border-radius:50%;font-family:Special Gothic Expanded One,sans-serif;font-size:4rem;font-weight:300;line-height:1;z-index:20;cursor:pointer;padding:0rem 1.3rem .5rem;opacity:.4;transition:opacity .2s ease}.carousel-btn:hover{opacity:1}.carousel-btn.left{left:3rem}.carousel-btn.right{right:3rem}.gallery img,.gallery-2 img{transition:opacity .3s ease}.gallery img:hover,.gallery-2 img:hover{opacity:.9;transition:.2s ease-in-out}.team{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.team-member{max-width:800px;margin:0 auto;display:grid;gap:1rem;align-items:center;text-align:justify;grid-template-columns:3fr 7fr}.team-member img{width:100%;max-height:50vh;object-fit:contain;transition:opacity .3s ease}.team-member img:hover{opacity:.9;transition:.2s ease-in-out}.team-info h3{margin:0 .5rem .3rem}.team-info .role{font-weight:600;margin-bottom:1rem}.site-footer{position:sticky;bottom:0;width:100%;background-color:var(--ternary-color);border-top:1px solid rgba(255,255,255,.08);z-index:90}.footer-inner{max-width:1200px;margin:0 auto;padding:.75rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.footer-brand{font-family:Anton,sans-serif;font-size:.95rem;letter-spacing:.08em}.footer-icon{display:none}.icon svg{width:1em;height:1em}.site-footer a{color:#000;text-decoration:none;border-bottom:1px solid transparent}.site-footer a:hover{border-bottom-color:#000;transition:.2s ease-in-out}.footer-left,.footer-right{display:flex;gap:1.5rem;align-items:center}@media(max-width:768px){body{width:100%}.menu-toggle{display:block;background:none;border:none;font-size:3rem;cursor:pointer;color:#000}.main-nav{position:absolute;top:100%;left:0;width:100%;background:var(--ternary-color);opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.main-nav.open{opacity:1;transform:translateY(0);pointer-events:auto}.main-nav ul{flex-direction:column;gap:1.5rem;padding:1.5rem}.main-nav a{font-size:1rem}.gallery,.gallery-2{display:grid;grid-auto-flow:column;grid-auto-columns:100%;grid-template-columns:unset;overflow-x:auto;gap:1.5rem;scroll-snap-type:x mandatory;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;box-sizing:border-box;scrollbar-width:none}.gallery::-webkit-scrollbar{display:none}.gallery>*,.gallery-2>*{scroll-snap-align:center}.gallery-dots{display:flex}.carousel-btn{font-size:1.5rem}.team-info{text-align:center}.team-member{grid-template-columns:1fr}section{padding:5rem .5rem}.carousel{max-width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.carousel::-webkit-scrollbar{display:none}.carousel-page{flex:unset;display:contents}.carousel img{flex:0 0 100%;max-width:100%;scroll-snap-align:center;height:auto;display:block;object-fit:contain}.carousel-btn{display:none!important}.editorial-list{max-width:90%;margin:2rem auto}.editorial-list li{font-size:1rem;line-height:1.7}}@media(max-width:600px){.footer-inner{gap:.75rem}.footer-left,.footer-right{gap:1rem}.footer-link .label{display:none}.footer-icon{display:flex}.footer-link{font-size:1rem}}
