@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&family=Inter:wght@100..900&display=swap";*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body,h1,h2,h3,p{margin:0}body{min-height:100vh}img,picture,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}a{color:inherit}header.header{z-index:10;background-color:var(--site-panel);will-change:transform;justify-content:space-between;align-items:center;width:100%;transition:box-shadow .25s,transform .35s;display:flex;position:sticky;top:0}header.header.is-hidden{transform:translateY(-100%)}header.header.is-scrolled{box-shadow:0 10px 30px #281f1914}header.header .header-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;max-width:1700px;margin:0 auto;padding:0 2.5rem;display:flex}header.header .header-inner img.logo{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:120px;height:120px}header.header .header-inner .header-menu{justify-content:center;align-items:center;display:flex}header.header .header-inner .header-menu__inner{color:var(--site-text-muted);gap:1.5rem;margin:0;padding:0;font-size:1rem;text-decoration:none;list-style:none;display:flex}header.header .header-inner .header-menu__inner a{border-bottom:0 solid var(--site-border);padding:.5rem 0;text-decoration:none;transition:all .3s}header.header .header-inner .header-menu__inner a:hover{color:var(--site-text-strong)}header.header .header-inner .header-menu__inner a:active{border-bottom:2px solid var(--site-border)}header.header .header-inner .header-menu__inner a.is-active{color:var(--site-text-strong);border-bottom:2px solid var(--site-border)}header.header .header-toggle{cursor:pointer;background:0 0;border:none;width:34px;height:34px;padding:0;transition:opacity .3s,transform .3s;display:none;position:relative}header.header .header-toggle__line{background-color:var(--site-text-strong);width:28px;height:2px;transition:opacity .2s,top .3s,transform .3s;position:absolute;left:3px}header.header .header-toggle__line:first-child{top:9px}header.header .header-toggle__line:nth-child(2){top:16px}header.header .header-toggle__line:last-child{top:23px}header.header .header-toggle:hover{opacity:.7;transform:scale(.9)}header.header .header-toggle:active{opacity:1;transform:scale(1.25)}header.header .header-toggle.is-open .header-toggle__line:first-child{top:16px;transform:rotate(45deg)}header.header .header-toggle.is-open .header-toggle__line:nth-child(2){opacity:0}header.header .header-toggle.is-open .header-toggle__line:last-child{top:16px;transform:rotate(-45deg)}@media (width<=768px){header.header .header-toggle{justify-content:center;align-items:center;display:inline-flex}header.header .header-inner{padding:0 1.5rem}header.header .header-inner .header-menu{background-color:var(--site-panel);opacity:0;visibility:hidden;pointer-events:none;padding:2rem 2.5rem 3rem;transition:opacity .3s,visibility .3s,transform .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-1.5rem)}header.header .header-inner .header-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}header.header .header-inner .header-menu__inner{flex-direction:column;align-items:flex-start;gap:.75rem;width:100%}header.header .header-inner .header-menu__inner a{color:var(--site-text-strong);border-bottom:0;padding:.25rem 0;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:26px;font-weight:400;line-height:1.2}header.header .header-inner .header-menu__inner a.is-active{cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none}header.header .header-inner .header-menu__inner a:active,header.header .header-inner .header-menu__inner a.is-active{opacity:.3;border-bottom:0}header.header .header-inner img.logo{width:80px;height:80px}}.hero{height:700px;position:relative}.hero__content{z-index:1;align-items:center;width:min(100% - 80px,1440px);height:100%;margin:0 auto;display:flex;position:relative}.hero__inner{flex-direction:column;align-items:flex-start;gap:3rem;width:720px;display:flex}.hero__media{pointer-events:none;-webkit-user-select:none;user-select:none;top:0;left:0;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.hero__media img{-o-object-fit:cover;object-fit:cover;-o-object-position:center 40%;object-position:center 40%;width:100%;height:100%}.hero:before{z-index:1;content:"";pointer-events:none;background:linear-gradient(90deg,#e8deded1 0%,#e8dede9e 34%,#e8dede2e 58%,#e8dede00 100%);position:absolute;inset:0}@media (width<=768px){.hero:before{background:#e8dede99}}@media (width<=1366px){.hero{height:600px}.hero__inner{width:600px}}@media (width<=1024px){.hero{height:550px}.hero__inner{text-align:center;width:100%}.hero__button{margin:0 auto}}@media (width<=768px){.hero{height:500px}}.about h5{max-width:250px}.about__inner{flex-direction:row;justify-content:center;gap:10rem;display:flex}@media (width<=1280px){.about__inner{gap:2rem}}.about__inner-photo{flex-shrink:0}.about__inner-photo img{width:477px;height:760px;box-shadow:-40px 40px 50px #0000001a}@media (width<=1280px){.about__inner-photo img{width:377px;height:600px}}@media (width<=1024px){.about__inner-photo img{display:none}}.about__inner-info{flex-direction:column;gap:1.5rem;max-width:950px;display:flex}.about__top{flex-direction:column;gap:.5rem;display:flex}.about__body{flex-direction:column;gap:1rem;display:flex}@media (width>=1025px){.about__body-photo{display:none}}.about__body-photo img{max-height:500px;margin:0 auto}.about img{border-radius:1rem}.video{background-color:var(--site-panel);background-image:var(--video-background);background-position:110% -8rem;background-repeat:no-repeat}.video__inner{flex-direction:column;justify-content:center;gap:2rem;display:flex}.video__inner .header-link{max-width:220px}.video-block__video{border-radius:1rem;outline:none;width:1024px;max-width:100%}.footer{background-color:var(--site-panel)}.footer-inner{flex-direction:column;justify-content:center;gap:1rem;display:flex}.footer-inner h5{max-width:260px}.footer-inner .footer__links{flex-flow:wrap;gap:1rem;display:flex}@media (width<=1024px){.footer-inner .footer__links{flex-direction:column;align-items:flex-start}}.footer-inner .footer__link{border:2px solid #bda799;border-radius:2rem;align-items:center;gap:.5rem;width:auto;padding:.5rem 1rem;font-weight:200;transition:all .3s;display:flex}.footer-inner .footer__link:hover{background-color:#bda799}.footer-inner .footer__link:active{opacity:.8;transform:scale(.97)}.footer-inner .footer__link-icon{flex-shrink:0}.footer-inner .footer__link-icon img{width:16px}.button{letter-spacing:1.5px;text-transform:uppercase;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#886f6ee6;border:0;justify-content:center;align-items:center;min-height:46px;padding:0 2rem;font-size:14px;text-decoration:none;transition:background-color .3s,box-shadow .3s,transform .15s;display:inline-flex}.button:hover{background-color:#886f6eb3;box-shadow:0 0 2rem -.5rem #685d5dc2}.button:active{background-color:#886f6e;transform:scale(.95)}@media (width<=1366px){.button{min-height:40px;padding:0 1.8rem;font-size:12px}}.gallery-page{flex-direction:column;gap:3rem;max-width:1240px;display:flex}.gallery-page__load-more{align-self:center}.page-heading{flex-direction:column;gap:1rem;max-width:760px;display:flex}.page-heading__label{max-width:200px}.page-heading__description{max-width:680px;color:var(--site-text-muted)}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:100%;display:grid}.gallery-card{color:inherit;border-radius:.75rem;text-decoration:none;display:block;position:relative;overflow:hidden}.gallery-card:hover .gallery-card__image{opacity:.92;transform:scale(1.04)}.gallery-card:hover .gallery-card__overlay{opacity:1}.gallery-card__media{aspect-ratio:4/3;display:block;overflow:hidden}.gallery-card__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:opacity .45s,transform .45s;display:block}.gallery-card__overlay{color:#fff;opacity:0;background:linear-gradient(#0000 20%,#00000094 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-card__title{margin:0;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400;line-height:1.1}.gallery-card__meta{opacity:.85;margin-top:.35rem;font-size:.85rem;font-weight:300;line-height:1.45}@media (width<=1024px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.gallery-page{gap:2.25rem}.gallery-grid{grid-template-columns:1fr;gap:1.75rem}.gallery-card{border-radius:0;overflow:visible}.gallery-card:hover .gallery-card__image{opacity:1;transform:none}.gallery-card__media{aspect-ratio:auto;overflow:visible}.gallery-card__image{-o-object-fit:contain;object-fit:contain;border-radius:.75rem;width:100%;height:auto}.gallery-card__overlay{color:inherit;opacity:1;background:0 0;padding:.75rem 0 0;position:static}.gallery-card__title{color:var(--site-text-strong);font-size:1.45rem}.gallery-card__meta{color:var(--site-text-muted);opacity:1}}.content-page{flex-direction:column;gap:2.5rem;display:flex}.content-page__body{max-width:840px}.content-page__body p,.content-page__body ul,.content-page__body ol{margin:0 0 1rem}.content-page__body a{color:var(--site-accent);text-underline-offset:.2em;text-decoration:underline}section.artwork-page{max-width:1220px}section.artwork-page .artwork-content{grid-template-columns:minmax(0,.9fr) minmax(0,1fr);align-items:start;gap:4rem;display:grid}section.artwork-page .artwork-content__description{flex-direction:column;gap:1.25rem;display:flex}section.artwork-page .artwork-content__description h1{margin:0}section.artwork-page .artwork-content__description-inner{flex-direction:column;gap:1rem;display:flex}@media (width>=769px) and (width<=1024px){section.artwork-page .artwork-content{grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:3rem}}@media (width<=768px){section.artwork-page .artwork-content{grid-template-columns:1fr;gap:2rem}}section.artwork-page .artwork-media{flex-direction:column;gap:1rem;min-width:0;display:flex}section.artwork-page .artwork-media__stage{min-width:0}section.artwork-page .artwork-media__item{border-radius:1rem;overflow:hidden}section.artwork-page .artwork-media__item[hidden]{display:none}section.artwork-page .artwork-media__item img,section.artwork-page .artwork-media__item video,section.artwork-page .artwork-media__item iframe{border-radius:1rem;width:100%;display:block}section.artwork-page .artwork-media__item img,section.artwork-page .artwork-media__item video{-o-object-fit:contain;object-fit:contain;height:auto}section.artwork-page .artwork-media__item iframe{aspect-ratio:16/9;border:0}section.artwork-page .artwork-media__thumbs{flex-wrap:wrap;gap:.75rem;display:flex}section.artwork-page .artwork-media__thumb{cursor:pointer;opacity:.48;background:0 0;border:1px solid #0000;border-radius:.75rem;width:5.25rem;height:5.25rem;padding:0;transition:border-color .2s,opacity .2s;position:relative;overflow:hidden}section.artwork-page .artwork-media__thumb:hover,section.artwork-page .artwork-media__thumb.is-active{opacity:1}section.artwork-page .artwork-media__thumb.is-active{border-color:var(--site-accent)}section.artwork-page .artwork-media__thumb img,section.artwork-page .artwork-media__thumb video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}section.artwork-page .artwork-media__thumb-badge,section.artwork-page .artwork-media__thumb-placeholder{letter-spacing:.08em;text-transform:uppercase;font-size:.65rem}section.artwork-page .artwork-media__thumb-badge{color:#fff;background:#00000094;border-radius:999px;max-width:calc(100% - .7rem);padding:.2rem .35rem;position:absolute;bottom:.35rem;right:.35rem}section.artwork-page .artwork-media__thumb-placeholder{width:100%;height:100%;color:var(--site-accent);background:#9164421a;justify-content:center;align-items:center;display:flex}@media (width<=768px){section.artwork-page .artwork-media__thumb{width:4.75rem;height:4.75rem}}@media (hover:hover) and (pointer:fine){section.artwork-page .artwork-media__item[data-artwork-zoom]{cursor:zoom-in}section.artwork-page .artwork-media__item[data-artwork-zoom] img{transform-origin:50%;will-change:transform;transition:transform .28s}section.artwork-page .artwork-media__item[data-artwork-zoom].is-zooming img{transform:scale(1.85)}}section.artwork-page .artwork-see-also{flex-direction:column;gap:1.25rem;margin-top:5rem;display:flex}section.artwork-page .artwork-see-also__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}section.artwork-page .artwork-see-also__header h2{margin:0}section.artwork-page .artwork-see-also__navigation{gap:.5rem;display:flex}section.artwork-page .artwork-see-also__button{width:2.75rem;height:2.75rem;color:var(--site-accent);cursor:pointer;background:0 0;border:1px solid #91644261;border-radius:999px;justify-content:center;align-items:center;transition:border-color .2s,color .2s,background-color .2s,opacity .2s;display:inline-flex}section.artwork-page .artwork-see-also__button:hover{color:#fff;border-color:var(--site-accent);background:var(--site-accent)}section.artwork-page .artwork-see-also__button.swiper-button-disabled{cursor:default;opacity:.35}section.artwork-page .artwork-see-also__slider{width:100%}section.artwork-page .artwork-see-also-card{color:inherit;flex-direction:column;gap:.75rem;text-decoration:none;display:flex}section.artwork-page .artwork-see-also-card:hover .artwork-see-also-card__image{opacity:.92;transform:scale(1.035)}section.artwork-page .artwork-see-also-card:hover .artwork-see-also-card__title{color:var(--site-accent)}section.artwork-page .artwork-see-also-card__media{aspect-ratio:1;border-radius:.75rem;display:block;overflow:hidden}section.artwork-page .artwork-see-also-card__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:opacity .35s,transform .45s;display:block}section.artwork-page .artwork-see-also-card__content{flex-direction:column;gap:.35rem;display:flex}section.artwork-page .artwork-see-also-card__title{color:var(--site-text-strong);font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:1.25rem;line-height:1.1;transition:color .2s}section.artwork-page .artwork-see-also-card__meta{color:var(--site-text-muted);font-size:.82rem;font-weight:300;line-height:1.45}@media (width<=768px){section.artwork-page .artwork-see-also{margin-top:3.5rem}section.artwork-page .artwork-see-also__header{align-items:flex-start}section.artwork-page .artwork-see-also__button{width:2.5rem;height:2.5rem}}.hidden{display:none}:root{--site-background:#e9e2e2;--site-panel:#dad3d3;--site-text:#1f2937;--site-text-strong:#0b0f0b;--site-text-muted:#7a7a7a;--site-accent:#916442;--site-border:#d9b593;color:var(--site-text);background-color:var(--site-panel);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background-color:var(--site-background);flex-direction:column;width:100%;display:flex}main{flex:1}a{text-decoration:none}h1,h2,h3,h4{font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-weight:400}h1{font-size:64px}h2{font-size:36px}@media (width<=768px){h2{font-size:26px}}h3{font-size:32px}@media (width<=768px){h3{font-size:24px}}h5{text-transform:uppercase;letter-spacing:2.5px;border-bottom:1px solid #000;margin:0;padding-bottom:6px;font-size:16px;font-weight:400}@media (width<=768px){h5{font-size:12px}}p{font-size:16px;font-weight:200;line-height:1.6}@media (width<=768px){p{font-size:14px}}.site-container{width:100%;max-width:1660px;margin:0 auto;padding:4rem 2.5rem}@media (width<=768px){.site-container{padding:3rem 2.5rem}}.site-page{min-height:50vh}.site-error{flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem;min-height:50vh;display:flex}.site-error__code{letter-spacing:2.5px;text-transform:uppercase;font-size:14px}.site-error__title{max-width:760px}.site-error__text{max-width:520px}@media (width<=1366px){h1{font-size:54px}}@media (width<=1024px){h1{font-size:46px}}@media (width<=768px){h1{font-size:36px}}
