html,body{height:100%;margin:0}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}.header-wrapper{text-align:center;margin:0;padding-top:2rem;background-color:#f8f5f1}.artist-name{font-size:2.25rem;color:#6e4b3a;font-family:Cormorant Garamond,sans;letter-spacing:.5rem;margin-bottom:1rem;text-decoration:none;display:inline-block}.nav-bar{display:flex;justify-content:center;gap:2.5rem;padding:1rem 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.nav-bar a{text-decoration:none;font-size:1.2rem;letter-spacing:.1rem;text-transform:uppercase;font-family:Cormorant Garamond,serif;color:#5b646e;transition:color .3s ease}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;padding:10px}.hamburger div{width:25px;height:3px;background-color:#6e4b3a;transition:.3s}@media (max-width: 768px){.nav-bar{display:block;overflow:hidden;max-height:0;opacity:0;transform:translateY(-8px);transition:max-height .35s ease,opacity .25s ease,transform .35s ease;padding:0;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.nav-bar.open{max-height:340px;opacity:1;transform:translateY(0);padding:.75rem 0}.nav-bar a{display:block;padding:.6rem 0;text-align:center}.hamburger{display:flex;margin:.25rem auto .5rem;gap:6px}.hamburger div{width:28px;height:3px;background-color:#6e4b3a;transition:transform .25s ease,opacity .2s ease,width .2s ease}.hamburger.active div:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active div:nth-child(2){opacity:0}.hamburger.active div:nth-child(3){transform:translateY(-9px) rotate(-45deg)}}@media (min-width: 769px){.nav-bar{display:flex;max-height:none;opacity:1;transform:none;overflow:visible;padding:1rem 0}}.site-footer{background-color:#111;color:#e5d7c0;padding:4rem 1.5rem;text-align:center;font-family:Cormorant Garamond,serif}.footer-social{display:flex;justify-content:center;margin-bottom:1.75rem}.instagram-link{color:#e5d7c0;transition:color .3s ease,transform .3s ease}.instagram-link:hover{color:#c6aa6a;transform:scale(1.1)}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.footer-links a{color:#e5d7c0;text-decoration:none;font-size:1rem;transition:color .3s ease}.footer-links a:hover{color:#c6aa6a}.footer-copy{font-size:.95rem;color:#b9a99e}.back-to-top{--btn-size: 56px;--icon-scale: .7;position:fixed;right:16px;bottom:16px;z-index:1000;width:var(--btn-size);height:var(--btn-size);border:none;border-radius:50%;background:transparent;color:#222;display:grid;place-items:center;cursor:pointer;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.back-to-top-icon{font-size:calc(var(--btn-size) * var(--icon-scale));line-height:1;display:block}.back-to-top.show{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{opacity:.9}@media (max-width: 480px){.back-to-top{right:12px;bottom:12px;--btn-size: 48px}}.back-to-top{color:#222}.back-to-top.on-dark{color:#fff}.back-to-top{z-index:1000}.home-page .hero-section{position:relative;width:100vw;margin:4rem auto;overflow:hidden;border-bottom:10px solid black;border-top:10px solid black}.home-page .hero-image{width:100%;height:auto;display:block;filter:brightness(.65)}.home-page .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.home-page .hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;text-align:center;padding:1rem 2rem}.home-page .hero-content h1{font-weight:500;font-family:Cormorant Garamond,serif;font-size:1.5rem;margin-bottom:1rem;color:#fff}.home-page .hero-content p{font-family:Cormorant Garamond,serif;font-size:1.5rem;margin-bottom:2rem;color:#e5d7c0}.home-page .hero-button{background-color:#0006;border:2px solid #fff;color:#fff;padding:.75rem 2rem;font-size:1rem;font-family:Cormorant Garamond,serif;cursor:pointer;transition:all .3s ease;display:inline-block;text-decoration:none}.home-page .hero-button:hover{background-color:#ffffff1a}.home-page .artist-statement{padding:4rem 1.5rem;text-align:center;max-width:820px;margin:0 auto}.home-page .artist-statement blockquote{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:#a38c84;font-style:italic;line-height:.9}.home-page .artist-statement .attribution{display:block;font-size:1rem;margin-top:1rem;color:#b9a99e}.home-page .in-progress-section{padding:4rem 1.5rem;max-width:1000px;margin:0 auto;text-align:center}.home-page .section-divider{border:none;border-top:1px solid #dcd2c4;margin-bottom:2rem;width:100%}.home-page .in-progress-section>h2{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:100;color:#6e4b3a}@media (max-width: 768px){.home-page .hero-section{width:100%;margin:0 auto 2rem;border-top-width:6px;border-bottom-width:6px}.home-page .hero-content{padding:.75rem 1rem}.home-page .hero-content h1{font-size:1.35rem;line-height:1.25;margin-bottom:.75rem}.home-page .hero-button{padding:.6rem 1.25rem;font-size:.95rem}.home-page .artist-statement{padding:1rem .75rem;max-width:680px}.home-page .artist-statement blockquote{font-size:1.25rem;line-height:1.3}.home-page .artist-statement .attribution{font-size:.95rem}.home-page .in-progress-section>h2{font-size:1.75rem;margin-bottom:0}.home-page .in-progress-section{padding:2rem .75rem}}@media (max-width: 420px){.home-page .hero-section{border-top-width:5px;border-bottom-width:5px}.home-page .hero-content h1{font-size:1.1rem}.home-page .hero-button{width:100%;max-width:320px}.home-page .artist-statement blockquote{font-size:1.15rem}.home-page .in-progress-section>h2{font-size:1.5rem}}@media (max-width: 500px){.home-page .hero-content h1{font-size:1rem;line-height:1.2;margin-bottom:.5rem}.home-page .hero-button{font-size:.8rem;padding:.45rem .9rem;border-width:1px}}@media (max-width: 768px){.home-page .hero-content h1{display:none}.home-page .hero-button{margin:0}}.carousel-container{max-height:calc(100vh - 120px);max-width:800px;margin:30px auto;padding:16px;overflow:hidden;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.carousel-image-wrapper{width:700px;height:500px;display:flex;align-items:center;justify-content:center;background:#f3f3f3;padding:16px;box-shadow:0 8px 24px #00000026;border-radius:8px;overflow:hidden}.carousel-pair{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:12px}.carousel-pair .pair-item{flex:1 1 0;max-width:50%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-media{max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:block}.carousel-text{text-align:center;margin-top:1rem;padding:0 16px}.carousel-title{font-family:Cinzel,serif;font-size:1.75rem;font-weight:700;margin:.25rem 0}.carousel-medium{font-style:italic;font-size:1rem;color:#555;margin:.25rem 0}.carousel-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.carousel-button{padding:.5rem 1rem;font-size:1rem;background-color:#000;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.carousel-button .icon{width:28px;height:28px;color:#fff;display:block}.carousel-description{font-size:1.125rem;text-align:center;color:#555;font-style:italic;margin-top:2.5rem;margin-bottom:3rem;max-width:710px;padding:0 1rem;margin-left:auto;margin-right:auto;line-height:1.6}.carousel-description:before{content:"";display:block;width:40px;height:2px;background-color:#ccc;margin:0 auto 1rem;border-radius:1px}.carousel-empty{width:100%;text-align:center;color:#666;font-family:Lato,sans-serif}.fade-in,.fade-out{transition:opacity .4s ease-in-out,transform .4s ease-in-out}.fade-in{opacity:1;transform:translateY(0)}.fade-out{opacity:0;transform:translateY(20px)}@media (max-width: 600px){.carousel-container{margin:16px auto;padding:12px}.carousel-text{margin-top:.75rem;padding:0 8px}.carousel-title{font-size:1.4rem;margin:.1rem 0 .25rem}.carousel-medium{font-size:.95rem}.carousel-buttons{margin-top:.75rem;gap:10px}.carousel-button{width:52px;height:52px}.carousel-button .icon{width:30px;height:30px}.carousel-description{font-size:1rem;line-height:1.6;margin-top:1.5rem;margin-bottom:2rem;max-width:100%;padding:0 12px}.carousel-image-wrapper{width:100%;height:64vw;max-height:70vh;padding:8px;border-radius:6px}.carousel-image-wrapper{height:64vw;position:relative;overflow:hidden}.carousel-buttons{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:.75rem}.carousel-button{width:52px;height:52px;padding:0;line-height:1}.carousel-button:hover,.carousel-button:focus{opacity:.9}.carousel-image-wrapper{position:relative;overflow:hidden}.carousel-buttons{display:flex;justify-content:center;align-items:center;gap:10px}.carousel-button{width:52px;height:52px;line-height:1;padding:0}.carousel-pair .pair-item .carousel-media{width:100%;height:100%;object-fit:cover}}@media (max-width: 380px){.carousel-title{font-size:1.25rem}.carousel-image-wrapper{height:68vw}}@media (hover: hover) and (pointer: fine){.hover-zoom-pop{position:absolute;pointer-events:none;z-index:5;border-radius:8px;background-repeat:no-repeat;background-color:#fffffff2;border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 24px #0000002e}}.hover-zoom-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hover-zoom-wrapper .carousel-media{max-width:100%;max-height:100%;object-fit:contain;display:block}*{margin:0;padding:0;box-sizing:border-box}.about-wrapper{max-width:1000px;margin:4rem auto;padding:0 1.5rem;color:#2c2c2c;font-family:Cormorant Garamond,serif}.about-title{font-weight:500;font-size:4rem;text-align:center;color:#6e4b3a;margin-bottom:3rem}.about-content{display:flex;gap:2rem;align-items:stretch}.about-left-column{background-color:#0b0b09;width:350px;position:relative;overflow:hidden;padding:0;margin:0;display:flex;flex-direction:column;justify-content:flex-start;line-height:0}.about-image{width:100%;height:auto;display:block;margin:-5px 0 0;padding:0;border:none}.about-text{flex:2 1 500px;display:flex;flex-direction:column;font-size:1.1rem;line-height:1.8}.about-text p:first-of-type{margin-top:0}.about-text p{margin-bottom:2rem}.about-text p:last-of-type{margin-bottom:0}@media (max-width: 768px){.about-wrapper{margin:1.5rem auto;padding:0 1rem}.about-title{font-size:1.8rem;margin-bottom:1rem}.about-content{flex-direction:row;gap:1rem}.about-left-column{flex:0 0 40%}.about-image{width:100%;height:auto}.about-text{flex:1;font-size:.95rem;line-height:1.6}.about-text p{margin-bottom:1rem}}.awards-page{max-width:900px;margin:4rem auto;padding:0 1.5rem;background-color:#f9f7f4;font-family:Cormorant Garamond,serif;color:#333}.awards-page h1{font-weight:500;text-align:center;font-size:4rem;color:#6e4b3a;margin-bottom:3rem}.award-entry{background-color:#fff;padding:2rem;border-left:5px solid #cbb89d;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.award-entry:hover{box-shadow:0 4px 16px #0000001a;transform:scale(1.01) translateY(-2px)}.award-year{display:block;font-size:1.25rem;font-weight:700;color:#9b8579;margin-bottom:.25rem}.award-entry h2{font-size:1.5rem;margin:.5rem 0;color:#4a3d35}.award-entry p{font-size:1.15rem;margin:.25rem 0;line-height:1.4}.placement{font-style:italic;color:#8b5e3c;font-weight:500}.certificate-button{align-self:flex-start;margin-top:1.2rem;padding:.5rem 1rem;font-size:.95rem;background-color:#6e4b3a;color:#fff;border:none;border-radius:0;cursor:pointer;transform:translateY(-8px)}.certificate-button:hover{background-color:#5a3c2f}.certificate-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:999}.certificate-modal-content{position:relative;max-width:90%;max-height:90%}.certificate-modal-content img{width:100%;height:auto;border-radius:0;box-shadow:0 0 20px #0006}.close-btn{position:absolute;top:-20px;right:-20px;font-size:2rem;color:#fff;background:none;border:none;cursor:pointer}.award-header{display:flex;justify-content:space-between;align-items:baseline}@media (max-width: 768px){.awards-page{margin:2rem auto;padding:0 1rem}.awards-page h1{font-size:2.2rem;margin-bottom:1.5rem}.award-entry{display:flex;flex-direction:column;justify-content:flex-start;height:100%}.award-content{flex:1}.award-year{font-size:1rem;margin-bottom:.25rem}.award-header{flex-direction:column;align-items:flex-start;gap:.5rem}.award-entry h2{font-size:1.15rem;line-height:1.35;margin:.25rem 0}.award-entry p{font-size:1rem;line-height:1.5}.certificate-button{margin-top:1rem;align-self:flex-start;width:auto}.certificate-modal-content{max-width:96%;max-height:82%}.close-btn{top:-10px;right:-10px}}@media (max-width: 380px){.awards-page h1{font-size:2rem}.award-entry h2{font-size:1.05rem}}@media (max-width: 768px){.award-entry{position:relative;padding-bottom:4.25rem}.certificate-button{position:absolute;left:2rem;bottom:1.5rem;margin-top:0;transform:none;width:auto}}.contact-wrapper{max-width:1000px;margin:4rem auto;padding:0 1.5rem;font-family:Cormorant Garamond,serif;color:#2c2c2c}.contact-title{font-weight:500;text-align:center;font-size:4rem;margin-bottom:3rem;color:#6e4b3a}.contact-content{display:flex;justify-content:center;align-items:stretch;gap:40px}.contact-image{width:100%;max-width:400px;height:auto;align-self:stretch;object-fit:cover;display:block}.contact-form{flex:1;display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:500;color:#555}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #ccc;border-radius:0;font-size:1rem;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#999}.submit-wrapper{margin-top:2rem;text-align:left}.submit-button{padding:.75rem 2rem;background-color:#111;color:#fff;border:none;border-radius:0;font-size:1rem;cursor:pointer}@media (max-width: 768px){.contact-content{flex-direction:column;gap:1.5rem;align-items:stretch}.contact-image{max-width:100%;width:100%;height:auto}.contact-form{width:100%}.form-row{flex-direction:column;gap:1rem}.form-group input,.form-group textarea{width:100%}.submit-wrapper{text-align:left;margin-top:1rem}.submit-button{width:100%;margin-left:0}.contact-title{font-size:2.4rem;margin-bottom:2rem}.contact-wrapper{padding:0 1rem;margin:2rem auto}}html,body{margin:0;padding:0;background-color:#f8f5f1}
