@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=DM+Sans:wght@300;400;500&display=swap";:root{font-family:DM Sans,sans-serif;color:#fff;background:#080808;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:#080808}button,a{color:inherit;font:inherit}a{text-decoration:none}button{border:0}.site-header{position:fixed;top:0;left:0;z-index:20;display:flex;width:100%;min-height:92px;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,76px);background:transparent;transition:background-color .22s ease,border-color .22s ease}.site-header--scrolled{background:#080808f7;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header__brand{visibility:hidden;opacity:0;font-size:.82rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.site-header--scrolled .site-header__brand{visibility:visible;opacity:1;transform:translateY(0)}.navigation{display:flex;gap:clamp(30px,4vw,60px);margin-left:auto}.navigation a{font-size:.82rem;font-weight:400;letter-spacing:.24em;text-transform:uppercase;transition:opacity .18s ease}.navigation a:hover,.navigation a:focus-visible{opacity:.65}.hero{position:relative;min-height:100svh;overflow:hidden;background-image:url(/portada.jpg);background-position:center;background-size:cover;isolation:isolate}.hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#00000057,#0000000f 43%,#00000075),linear-gradient(90deg,rgba(0,0,0,.18) 0%,transparent 55%)}.hero__content{position:absolute;left:clamp(24px,8vw,120px);bottom:clamp(110px,17vh,180px);max-width:min(760px,82vw)}.hero__content h1{margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(3.6rem,9.5vw,9rem);font-weight:300;line-height:.88;letter-spacing:-.035em}.hero__content p{margin:22px 0 0;font-size:clamp(.65rem,1vw,.82rem);font-weight:300;letter-spacing:.34em;text-transform:uppercase}.hero__scroll{position:absolute;right:clamp(18px,3vw,42px);bottom:34px;display:flex;flex-direction:column;align-items:center;gap:14px;color:#fff;font-size:.64rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase}.hero__scroll span:first-child{writing-mode:vertical-rl;text-orientation:mixed}.hero__scroll-line{display:block;width:1px;height:58px;background:currentColor}.work-section{min-height:100vh;background:#080808;padding:158px clamp(24px,5vw,76px) 120px}.work-section__inner{max-width:1500px;margin:0 auto}.work-tabs{display:flex;align-items:stretch;min-height:72px;border-bottom:1px solid rgba(255,255,255,.1)}.work-tabs button{min-width:178px;padding:0 28px;cursor:pointer;background:transparent;color:#ffffff8c;font-size:.78rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;transition:color .18s ease,background-color .18s ease}.work-tabs button:hover,.work-tabs button:focus-visible{color:#fff}.work-tabs button.is-active{background:#c7a96a;color:#080808}.work-tabs__count{margin-left:auto;align-self:center;color:#ffffff80;font-size:.72rem;letter-spacing:.06em}.selected-grid{columns:3 320px;column-gap:18px;margin-top:80px}.selected-grid__item{break-inside:avoid;margin:0 0 18px;overflow:hidden;background:#111}.selected-grid__item img{display:block;width:100%;height:auto;transition:transform .35s ease}.selected-grid__item:hover img{transform:scale(1.012)}.series-placeholder,.about-placeholder{display:grid;min-height:50vh;place-items:center;color:#ffffff73}.about-placeholder{min-height:70vh;background:#0c0c0c}@media (max-width: 760px){.site-header{min-height:76px;padding:0 20px}.site-header__brand{max-width:110px;font-size:.68rem;letter-spacing:.2em}.navigation{gap:20px}.navigation a{font-size:.7rem}.hero__content{left:20px;bottom:112px;max-width:calc(100vw - 40px)}.hero__content h1{font-size:clamp(3.4rem,19vw,5.8rem)}.hero__content p{letter-spacing:.24em}.hero__scroll{right:14px;bottom:24px}.work-section{padding:116px 18px 80px}.work-tabs{min-height:60px}.work-tabs button{min-width:0;flex:1;padding:0 12px;font-size:.64rem;letter-spacing:.18em}.work-tabs__count{display:none}.selected-grid{columns:1;margin-top:44px}}.series-project{padding-top:96px}.series-project__header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;max-width:1040px;margin:0 auto}.series-project__eyebrow{margin:0 0 14px;color:#ffffff75;font-size:.67rem;letter-spacing:.25em;text-transform:uppercase}.series-project h2{margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(4.2rem,9vw,8.8rem);font-weight:300;line-height:.86;letter-spacing:-.04em}.language-switch{display:flex;align-items:center;gap:10px;padding-bottom:11px;color:#fff6;font-size:.72rem;letter-spacing:.2em}.language-switch button{cursor:pointer;background:transparent;color:inherit;padding:5px 2px;transition:color .18s ease}.language-switch button:hover,.language-switch button:focus-visible,.language-switch button.is-active{color:#fff}.series-project__text{max-width:720px;margin:58px auto 112px;color:#ffffffb8;font-family:Cormorant Garamond,serif;font-size:clamp(1.35rem,2.15vw,2rem);font-weight:300;line-height:1.48}.series-project__images{display:grid;gap:clamp(72px,10vw,150px)}.series-project__image{margin:0 auto;width:min(100%,1180px)}.series-project__image img{display:block;width:100%;height:auto}.series-navigation{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:34px;margin-top:130px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1);color:#ffffff70;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.series-navigation>:last-child{text-align:right}.series-navigation__disabled{opacity:.42}.series-navigation__index{display:flex;gap:22px;white-space:nowrap}.series-navigation__index span{color:#ffffff4d}.series-navigation__index .is-current{color:#c7a96a}@media (max-width: 760px){.series-project{padding-top:68px}.series-project__header{align-items:flex-start}.series-project h2{font-size:clamp(3.7rem,20vw,5.8rem)}.language-switch{padding-top:14px;padding-bottom:0}.series-project__text{margin:42px 0 76px;font-size:1.35rem}.series-project__images{gap:66px}.series-navigation{grid-template-columns:1fr 1fr;margin-top:92px}.series-navigation__index{grid-column:1 / -1;grid-row:1;justify-content:center;gap:14px;white-space:normal;text-align:center}}.site-header--scrolled{color:#1b1b19;background:#fcfcfaf5;border-bottom-color:#1b1b191a}.work-section{color:#1b1b19;background:#fcfcfa}.work-tabs{border-bottom-color:#1b1b1924}.work-tabs button{color:#1b1b198c}.work-tabs button:hover,.work-tabs button:focus-visible{color:#1b1b19}.work-tabs button.is-active{color:#fcfcfa;background:#8f7441}.work-tabs__count{color:#1b1b197a}.selected-grid__item{background:#f6f5f1}.series-project__eyebrow{color:#1b1b197a}.language-switch{color:#1b1b196b}.language-switch button:hover,.language-switch button:focus-visible,.language-switch button.is-active{color:#1b1b19}.series-project__text{color:#1b1b19bd}.series-navigation{color:#1b1b197a;border-top-color:#1b1b1921}.series-navigation__index span{color:#1b1b1952}.series-navigation__index .is-current{color:#8f7441}.about-placeholder{color:#1b1b197a;background:#fcfcfa}@media (max-width: 760px){.work-section{background:#fcfcfa}}.about-section{color:#1b1b19;background:#fcfcfa;padding:150px clamp(24px,5vw,76px) 170px}.about-section__inner{max-width:1320px;margin:0 auto}.about-section__eyebrow{margin:0 0 64px;font-size:.75rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase}.about-section__layout{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(360px,1.15fr);align-items:center;gap:clamp(54px,8vw,120px)}.about-section__portrait{margin:0;overflow:hidden;background:#f0efeb}.about-section__portrait img{display:block;width:100%;height:auto;filter:grayscale(100%)}.about-section__content{max-width:660px}.about-section__lead{margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(1.18rem,1.7vw,1.48rem);font-weight:300;line-height:1.65}.about-section__secondary{max-width:660px;margin:30px 0 0;color:#1b1b19bd;font-family:Cormorant Garamond,serif;font-size:clamp(1.18rem,1.7vw,1.48rem);font-weight:300;line-height:1.65}.about-language{display:flex;align-items:center;gap:10px;margin-top:44px;color:#1b1b196b;font-size:.72rem;letter-spacing:.2em}.about-language button{cursor:pointer;background:transparent;color:inherit;padding:5px 2px;transition:color .18s ease}.about-language button:hover,.about-language button:focus-visible,.about-language button.is-active{color:#1b1b19}@media (max-width: 820px){.about-section{padding:110px 18px 120px}.about-section__eyebrow{margin-bottom:42px}.about-section__layout{grid-template-columns:1fr;gap:48px}.about-section__portrait{width:min(100%,560px)}.about-section__content{max-width:none}.about-section__lead,.about-section__secondary{font-size:clamp(1.12rem,5.2vw,1.36rem)}.about-section__secondary{margin-top:26px}}.series-selector{display:flex;flex-wrap:wrap;gap:12px 30px;max-width:1040px;margin:0 auto 76px;padding-bottom:24px;border-bottom:1px solid rgba(27,27,25,.13)}.series-selector button{display:inline-flex;align-items:center;gap:10px;cursor:pointer;padding:0;background:transparent;color:#1b1b196b;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;transition:color .18s ease}.series-selector button span{font-size:.62rem;opacity:.65}.series-selector button:hover,.series-selector button:focus-visible,.series-selector button.is-active{color:#1b1b19}.series-navigation{display:flex;justify-content:center;gap:24px}.series-navigation button{cursor:pointer;padding:0;background:transparent;color:#1b1b1952;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.series-navigation button:hover,.series-navigation button:focus-visible,.series-navigation button.is-current{color:#8f7441}.series-project__images{animation:seriesFadeIn .36s ease}@keyframes seriesFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 760px){.series-selector{margin-bottom:52px}.series-navigation{flex-wrap:wrap;gap:16px}}.series-project--umbral .series-project__image{display:flex;width:min(100%,980px);min-height:0;align-items:center;justify-content:center}.series-project--umbral .series-project__image img{width:auto;max-width:100%;max-height:calc(100vh - 150px);object-fit:contain}@media (max-width: 760px){.series-project--umbral .series-project__image{width:100%}.series-project--umbral .series-project__image img{width:100%;max-height:none}}.series-project--interludios .series-project__image{width:min(88%,1040px)}.series-project--interludios .series-project__image img{width:100%;height:auto}@media (max-width: 760px){.series-project--interludios .series-project__image{width:100%}}.series-project--desvelo .series-project__image{display:flex;width:min(100%,920px);min-height:0;align-items:center;justify-content:center}.series-project--desvelo .series-project__image img{width:auto;max-width:100%;max-height:calc(100vh - 150px);object-fit:contain}@media (max-width: 760px){.series-project--desvelo .series-project__image{width:100%}.series-project--desvelo .series-project__image img{width:100%;max-height:none}}.site-footer{color:#1b1b19;background:#fcfcfa;padding:0 clamp(24px,5vw,76px)}.site-footer__inner{display:flex;max-width:1500px;min-height:116px;margin:0 auto;align-items:center;justify-content:space-between;border-top:1px solid rgba(27,27,25,.13)}.site-footer__name{font-size:.76rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase}.site-footer__instagram{display:grid;width:38px;height:38px;place-items:center;transition:opacity .18s ease,transform .18s ease}.site-footer__instagram svg{width:20px;height:20px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.site-footer__instagram-dot{fill:currentColor;stroke:none}.site-footer__instagram:hover,.site-footer__instagram:focus-visible{opacity:.58;transform:translateY(-2px)}@media (max-width: 760px){.site-footer{padding:0 18px}.site-footer__inner{min-height:94px}.site-footer__name{font-size:.68rem;letter-spacing:.2em}}.series-project__header{scroll-margin-top:230px}@media (max-width: 1024px) and (min-width: 761px){.series-project__header{scroll-margin-top:205px}}@media (max-width: 760px){.series-project__header{scroll-margin-top:175px}}.work-tabs{position:sticky;top:82px;z-index:12;background:#fcfcfaf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.series-project{scroll-margin-top:240px}.selected-work-section{scroll-margin-top:180px}.selected-work-section{margin-top:150px;padding-top:110px;border-top:1px solid rgba(27,27,25,.13)}.selected-work-section h2{max-width:1040px;margin:0 auto;font-family:Cormorant Garamond,serif;font-size:clamp(3.6rem,7vw,7rem);font-weight:300;line-height:.92;letter-spacing:-.04em}.selected-work-section .selected-grid{margin-top:78px}@media (max-width: 1024px) and (min-width: 761px){.series-project{scroll-margin-top:210px}.selected-work-section{scroll-margin-top:165px}}@media (max-width: 760px){.work-tabs{top:76px;overflow-x:auto}.work-tabs button{min-width:max-content;padding:0 18px}.series-project{scroll-margin-top:185px}.selected-work-section{scroll-margin-top:150px}.selected-work-section{margin-top:110px;padding-top:78px}.selected-work-section h2{font-size:clamp(3.2rem,17vw,5.2rem)}.selected-work-section .selected-grid{margin-top:56px}}.work-tabs{position:relative;top:auto;z-index:auto;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.series-project__header,.series-project,.selected-work-section{scroll-margin-top:120px}@media (max-width: 1024px) and (min-width: 761px){.series-project__header,.series-project,.selected-work-section{scroll-margin-top:105px}}@media (max-width: 760px){.work-tabs{top:auto}.series-project__header,.series-project,.selected-work-section{scroll-margin-top:90px}}.series-project--interludios .series-project__image{width:min(80%,940px)}.series-project--interludios .series-project__image img{max-height:calc(100vh - 170px);object-fit:contain}@media (max-width: 1024px) and (min-width: 761px){.series-project--interludios .series-project__image{width:min(84%,860px)}.series-project--interludios .series-project__image img{max-height:calc(100vh - 150px)}}@media (max-width: 760px){.series-project--interludios .series-project__image{width:100%}.series-project--interludios .series-project__image img{max-height:none}}
