@import"https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:wght@300;400;500;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--white: #ffffff;--black: #000000;--text-primary: rgb(51, 51, 51);--text-body: rgb(0, 0, 0);--text-muted: #666666;--border-light: #e5e5e5;--bg-light: #f5f5f5;--font-heading: "Roboto Flex", "Roboto", sans-serif;--font-body: "Roboto", sans-serif;--nav-spacing: .15em;--container-max: 1400px;--section-padding: 60px}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);background:var(--white);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-heading);font-weight:400;color:var(--text-primary)}p{margin:0;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;border:none;background:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}::selection{background:var(--text-primary);color:var(--white)}.page{min-height:100vh;display:flex;flex-direction:column}.container{max-width:var(--container-max);margin:0 auto;padding:0 40px;width:100%}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--white);padding:20px 40px}.header__inner{display:flex;justify-content:space-between;align-items:center;max-width:var(--container-max);margin:0 auto}.header__logo{display:flex;flex-direction:column;line-height:1.2}.header__logo-sub{font-family:var(--font-body);font-size:12px;font-weight:400;letter-spacing:var(--nav-spacing);color:gray;text-transform:lowercase}.header__logo-main{font-family:var(--font-body);font-size:17px;font-weight:400;letter-spacing:var(--nav-spacing);color:var(--text-body)}.header__nav{display:flex;gap:32px;align-items:center}.header__nav-link{font-family:var(--font-body);font-size:17px;font-weight:400;line-height:26px;letter-spacing:var(--nav-spacing);color:var(--text-body);text-transform:lowercase;transition:opacity .2s ease;position:relative}.header__nav-link:hover{opacity:.6}.header__nav-link.active{text-decoration:underline;text-underline-offset:4px}.hero{min-height:100vh;display:flex;align-items:center;padding:120px 40px 60px}.hero__inner{display:grid;grid-template-columns:1fr 1.5fr;gap:5px;align-items:center;max-width:var(--container-max);margin:0 auto;width:100%}.hero__image{display:flex;justify-content:flex-end;align-items:center;width:650px;height:650px;background:transparent}.hero__image img{max-width:650px;width:100%;height:auto;object-fit:contain}.hero__image iframe{width:650px;height:650px;background:transparent}.hero__content{display:flex;flex-direction:column;gap:24px}.hero__title{font-family:Roboto,sans-serif;font-size:66px;font-weight:400;line-height:53px;letter-spacing:0em;color:#333;text-transform:uppercase}.hero__title span{display:block}.hero__logo-alt{display:flex;flex-direction:column;line-height:1.2;margin-bottom:24px}.hero__taglines{display:flex;flex-direction:column;gap:4px;margin-top:16px}.hero__tagline{font-family:var(--font-body);font-size:17px;font-weight:400;line-height:26px;color:var(--text-body);display:flex;align-items:center;gap:8px}.hero__tagline:before{content:"+";font-weight:300}.hero__cta{margin-top:16px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:14px;font-weight:500;border-radius:6px;transition:all .2s ease}.btn--primary{background:var(--text-primary);color:var(--white)}.btn--primary:hover{background:var(--black)}.gallery{padding:0 40px 60px}.gallery__inner{max-width:var(--container-max);margin:0 auto}.gallery__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.gallery__item{position:relative;overflow:hidden;border-radius:0;aspect-ratio:4/3;background:var(--bg-light)}.gallery__item--portrait,.gallery__item--video{aspect-ratio:4/3}.gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery__item:hover img{transform:scale(1.02)}.gallery__item-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000001a;opacity:0;transition:opacity .3s ease}.gallery__item:hover .gallery__item-overlay{opacity:1}.gallery__play-btn{width:60px;height:60px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.gallery__play-btn:hover{transform:scale(1.1)}.gallery__play-btn svg{width:24px;height:24px;margin-left:4px}.gallery__nav{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px}.gallery__nav-btn{width:40px;height:40px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.gallery__nav-btn:hover{background:var(--white)}.section{padding:var(--section-padding) 40px}.section__inner{max-width:var(--container-max);margin:0 auto}.section__title{font-size:clamp(32px,4vw,48px);font-weight:400;margin-bottom:40px;text-transform:uppercase}.about{background:var(--white)}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.about__column h3{font-size:14px;font-weight:500;letter-spacing:var(--nav-spacing);text-transform:uppercase;margin-bottom:24px;color:var(--text-muted)}.about__list{display:flex;flex-direction:column;gap:16px}.about__item{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:16px;border-bottom:1px solid var(--border-light)}.about__item-title{font-size:16px;font-weight:400}.about__item-year{font-size:14px;color:var(--text-muted)}.clients__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px}.clients__category{margin-bottom:40px}.clients__category h4{font-size:12px;font-weight:500;letter-spacing:var(--nav-spacing);text-transform:uppercase;color:var(--text-muted);margin-bottom:16px}.clients__list{display:flex;flex-wrap:wrap;gap:8px 24px}.clients__item{font-size:16px;color:var(--text-secondary)}.footer{padding:40px;border-top:1px solid var(--border-light);margin-top:auto}.footer__inner{max-width:var(--container-max);margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer__social{display:flex;gap:24px}.footer__social-link{font-size:14px;letter-spacing:var(--nav-spacing);color:var(--text-muted);transition:color .2s ease}.footer__social-link:hover{color:var(--text-primary)}.footer__contact{display:flex;gap:24px;align-items:center}.footer__whatsapp{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#25d366;color:var(--white);border-radius:24px;font-size:14px;font-weight:500;transition:background .2s ease}.footer__whatsapp:hover{background:#128c7e}@media(max-width:1024px){.hero__inner{grid-template-columns:1fr;text-align:left}.hero__image{order:-1;justify-content:flex-start;margin-left:0;width:400px;height:400px}.hero__image img{max-width:240px}.hero__image iframe{width:400px;height:400px}.hero__content{align-items:flex-start}.hero__title{font-size:48px;line-height:42px}.gallery__grid{grid-template-columns:1fr}.about__grid{grid-template-columns:1fr;gap:40px}}@media(max-width:768px){.header{padding:16px 20px}.header__nav{display:none}.hero{padding:100px 20px 40px}.hero__title{font-size:36px;line-height:32px}.hero__content{text-align:left;align-items:flex-start}.hero__image{justify-content:flex-start;width:100vw;height:100vw;margin-left:-20px}.hero__image iframe{width:100vw;height:100vw}.gallery{padding:0 20px 40px}.section{padding:40px 20px}.footer{padding:24px 20px}.footer__inner{flex-direction:column;gap:24px}}.posts-section{padding:0 40px 60px}.posts-section__inner{max-width:var(--container-max);margin:0 auto}.posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.posts-loading,.posts-error,.posts-empty{text-align:center;padding:60px 20px;color:var(--text-muted);font-size:16px}.posts-error{color:#dc3545}.post-card{position:relative;overflow:hidden;background:var(--white);cursor:pointer;transition:transform .3s ease}.post-card:hover{transform:translateY(-4px)}.post-card__image{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--bg-light)}.post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.post-card:hover .post-card__image img{transform:scale(1.05)}.post-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.post-card__content{padding:16px 0}.post-card__title{font-family:var(--font-body);font-size:12px;font-weight:400;letter-spacing:.15em;color:gray;text-transform:lowercase;margin:0 0 8px;line-height:1.3}.post-card__excerpt{font-family:var(--font-body);font-size:17px;font-weight:400;color:var(--text-body);line-height:1.5;margin:0}@media(max-width:768px){.posts-section{padding:0 20px 40px}.posts-grid{grid-template-columns:1fr}}.post-detail{position:relative;min-height:100vh;display:flex;flex-direction:column}.post-detail__image{position:relative;width:100%}.post-detail__image img{width:100%;height:auto;display:block}.post-detail__body{background:linear-gradient(to bottom,#000000f2,#000000b3 20%,#0006,#0000001a);padding:60px 40px;flex:1}.post-detail__content{position:relative;z-index:2;max-width:900px}.post-detail__category{display:block;font-family:var(--font-body);font-size:14px;font-weight:400;letter-spacing:.2em;color:#fff9;text-transform:uppercase;margin-bottom:16px}.post-detail__title{font-family:Roboto,sans-serif;font-size:clamp(32px,5vw,56px);font-weight:400;line-height:1.1;letter-spacing:.02em;color:#fff;text-transform:uppercase;margin:0 0 24px}.post-detail__text{font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.7;letter-spacing:.05em;color:#fffc;max-width:800px}.post-detail__text h1,.post-detail__text h2,.post-detail__text h3{color:#fff;margin-top:1.5em;margin-bottom:.5em}.post-detail__text h1{font-size:1.5em}.post-detail__text h2{font-size:1.3em}.post-detail__text h3{font-size:1.1em}.post-detail__text p{margin-bottom:1em}.post-detail__text ul,.post-detail__text ol{margin-bottom:1em;padding-left:1.5em}.post-detail__text li{margin-bottom:.5em}.post-detail__text strong{color:#fff;font-weight:600}.post-detail__text a{color:#ffffffe6;text-decoration:underline}.post-detail__text code{background:#ffffff1a;padding:.2em .4em;border-radius:4px;font-size:.9em}.post-detail__text blockquote{border-left:3px solid rgba(255,255,255,.3);padding-left:1em;margin:1em 0;font-style:italic}.post-detail__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;width:80px;height:80px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.post-detail__play:hover{transform:translate(-50%,-50%) scale(1.1)}.post-detail__play svg{margin-left:4px;color:var(--text-body)}.post-detail__back{position:fixed;top:100px;left:40px;z-index:100;width:48px;height:48px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:var(--text-body);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.post-detail__back:hover{background:#fff;transform:scale(1.05)}@media(max-width:768px){.post-detail{padding:40px 20px}.post-detail__back{top:80px;left:20px}.post-detail__title{font-size:28px}.post-detail__play{width:60px;height:60px}}.page--portfolio .gallery__grid{grid-template-columns:repeat(2,1fr)}.page--portfolio .gallery__item{aspect-ratio:1}
