@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;650;700&display=swap');
:root{--sky:#89CFF0;--wine:#650000;--ink:#f5efeb;--muted:#c4b1b4;--paper:#220b10;--panel:#351219;--line:#684047;--serif:'Libre Baskerville',Georgia,serif;--sans:'Manrope',Arial,sans-serif;font-family:var(--sans);color:var(--ink);background:var(--paper);color-scheme:dark}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--sky);outline-offset:4px}button{color:inherit}svg{display:block}button svg,.button svg{width:19px;height:19px;flex-shrink:0}.header{min-height:108px;padding:26px 6.25%;display:flex;gap:25px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.wordmark{font:600 1.28rem/1.3 var(--sans);letter-spacing:.17em;text-transform:uppercase;color:var(--ink)}.wordmark span{display:block;font:500 .75rem/1.6 var(--sans);letter-spacing:.28em;margin-top:9px;color:var(--sky)}.header nav{display:flex;align-items:center;gap:28px}.nav-link{font-size:.875rem}.nav-link:hover{color:var(--sky)}.admin-nav{color:var(--sky);font-size:.875rem;border:1px solid #89cff066;padding:10px 15px;border-radius:2px}.admin-nav:hover{background:#89cff014}.intro{background:var(--wine);padding:48px 6.25% 50px;display:grid;grid-template-columns:1.15fr 1fr;gap:0 50px;align-items:end;border-bottom:1px solid #875052}.eyebrow{font:600 .75rem/1.7 var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--sky);grid-column:1/-1;margin:0 0 16px}h1{font:400 clamp(2.6rem,4.7vw,4.5rem)/1.15 var(--serif);letter-spacing:-.045em;margin:0;color:var(--ink)}h1 em{font-style:normal;color:var(--sky)}.intro-copy{justify-self:end;color:#e3ccd0;font-size:1rem;line-height:1.85;max-width:400px;margin:0 0 8px}.gallery-section{padding:0 6.25% 65px}.section-heading{display:flex;justify-content:space-between;gap:25px;align-items:center;padding:32px 0 26px}.section-heading h2{font-size:1rem;font-weight:600;margin:0}.section-heading p{font-size:.875rem;color:var(--muted);margin:0}.gallery-total{font-size:.75rem;color:var(--sky);margin-left:12px;display:inline-grid;place-items:center;border:1px solid var(--line);min-width:25px;height:25px}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.gallery-card{min-width:0}.cover{height:330px;position:relative;overflow:hidden;background:var(--panel);border-radius:2px}.cover img,.cover>video{height:100%;width:100%;object-fit:cover;display:block;transition:transform .35s ease}.gallery-card:first-child .cover img{object-position:center 23%}.gallery-card:hover .cover img{transform:scale(1.03)}.card-tag{position:absolute;top:16px;left:16px;background:#350811ee;color:#fff;padding:9px 12px;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.open-gallery{position:absolute;bottom:16px;right:16px;background:var(--sky);color:#280a10;padding:12px 16px;font-size:.875rem;opacity:0;transition:opacity .2s}.gallery-card:hover .open-gallery,.gallery-card:focus-visible .open-gallery{opacity:1}.card-caption{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:22px}.card-category{font-size:.75rem;line-height:1.6;color:var(--muted);letter-spacing:.05em;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-caption h3{font:400 1.6rem/1.35 var(--serif);letter-spacing:-.035em;margin:9px 0 0}.card-count{font-size:.8125rem;color:var(--muted);margin:9px 0 0}.card-arrow{font-size:1.4rem;color:var(--sky);flex-shrink:0}.sample-note{color:var(--muted);text-align:center;font-size:.75rem;padding:0 6% 30px;margin:0;line-height:1.8}.sample-note button{border:0;border-bottom:1px solid var(--muted);background:none;padding:0 0 2px;margin-left:7px;font-size:inherit;color:var(--sky)}footer{background:var(--wine);border-top:1px solid #865052;min-height:130px;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:30px 6.25%}.footer-brand{font:600 .875rem/1.5 var(--sans);letter-spacing:.13em;text-transform:uppercase}footer p{font-size:.75rem;letter-spacing:.12em;color:var(--sky)}footer>span{font-size:.75rem;color:var(--muted)}
.button{border:1px solid transparent;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 19px;font-size:.875rem;line-height:1.5;font-weight:600;min-height:47px}.button-wine,.button-sky{background:var(--sky);color:#2b0a10}.button-wine:hover,.button-sky:hover{background:#b2e1f6}.button-ghost{background:transparent;border-color:var(--line);color:var(--ink)}.button-ghost:hover{background:#ffffff09}.back-link{font-size:.875rem;display:inline-block;margin-bottom:35px;color:var(--muted)}.back-link:hover{color:var(--sky)}.album-intro{padding:35px 6.25% 0;background:linear-gradient(180deg,#51081700,#51081733)}.album-heading{display:flex;gap:30px;align-items:center;justify-content:space-between}.album-heading h1{font-size:clamp(2.4rem,4.5vw,4.1rem)}.album-heading .eyebrow{letter-spacing:.1em}.mini-separator{color:var(--muted);padding:0 10px}.album-description{font-size:1rem;color:var(--muted);line-height:1.7;margin:20px 0 32px}.album-meta{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;padding:23px 0;font-size:.875rem;color:var(--muted)}.photo-grid{padding:0 6.25% 65px;columns:3;column-gap:22px}.photo-tile{display:block;position:relative;break-inside:avoid;padding:0;border:0;margin:0 0 22px;width:100%;background:var(--panel);overflow:hidden;cursor:zoom-in;border-radius:2px}.photo-tile img,.photo-tile video{width:100%;height:auto;display:block}.tile-hint{position:absolute;right:15px;bottom:15px;color:#280a10;background:var(--sky);font-size:.875rem;padding:10px 14px;opacity:0;transition:opacity .2s}.photo-tile:hover .tile-hint,.photo-tile:focus-visible .tile-hint{opacity:1}.play-circle{display:grid;place-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;border:1px solid #ffffffb0;border-radius:50%;background:#2b0a1066;backdrop-filter:blur(5px);color:#fff}.play-circle svg{width:27px;height:27px}.film-label{position:absolute;top:16px;left:16px;background:#350811ee;color:white;padding:8px 11px;font-size:.75rem;letter-spacing:.07em}.small-collection{columns:2}.empty-state{padding:80px 6.25%;min-height:65vh}.empty-state h1{font-size:3rem}.empty-state>p:not(.eyebrow){font-size:1rem;line-height:1.7;margin:20px 0 30px}.media-placeholder{display:grid;place-items:center;min-height:220px;padding:30px;color:var(--muted);font-size:1rem;line-height:1.7}.skip-link{position:fixed;left:16px;top:12px;transform:translateY(-200%);background:var(--sky);color:#280a10;padding:12px;z-index:100}.skip-link:focus{transform:translateY(0)}
.modal-open{overflow:hidden}dialog{color:var(--ink);border:0}dialog::backdrop{background:#110609cc;backdrop-filter:blur(5px)}.viewer{width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;margin:0;padding:22px 38px 16px;background:#18080d;color:var(--ink);overflow:hidden}.viewer[open]{display:flex;flex-direction:column}.viewer-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:12px;flex-shrink:0}.viewer-top p{font:1.4rem/1.4 var(--serif);margin:0}.viewer-top span{display:block;font-size:.75rem;color:var(--muted);margin-top:7px}.icon-button{border:1px solid var(--line);background:transparent;border-radius:50%;color:inherit;min-width:44px;width:44px;height:44px;display:inline-grid;place-items:center;font-size:1.125rem;flex-shrink:0}.icon-button:hover{background:#ffffff15}.icon-button:disabled{opacity:.25}.viewer-media{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:8px 0 18px;overflow:hidden}.viewer-media img,.viewer-media video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.viewer-media video{width:min(100%,1100px)}.viewer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-shrink:0}.viewer-navigation{display:flex;align-items:center;gap:18px}.viewer-navigation>span{font-size:.875rem;min-width:50px;text-align:center}.viewer-caption{font-size:.75rem;color:var(--muted);margin:13px 0 0;line-height:1.5}.small-dialog{width:540px;max-width:calc(100vw - 32px);max-height:85dvh;padding:38px;background:var(--panel);border:1px solid var(--line);border-top:3px solid var(--sky);border-radius:3px}.small-dialog .close-small{position:absolute;right:14px;top:12px;width:36px;min-width:36px;height:36px}.small-dialog h2{font:1.8rem/1.35 var(--serif);margin:18px 0}.small-dialog>p{font-size:1rem;line-height:1.7;color:var(--muted)}.small-dialog label{display:block;font-size:.875rem;margin:24px 0 8px}.small-dialog input{width:100%;padding:13px 12px;border:1px solid var(--line);border-radius:2px;color:var(--ink);font-size:1rem;background:var(--paper)}.small-dialog .button{margin-top:15px;width:100%}.small-dialog .dialog-help{font-size:.875rem;min-height:24px;margin:14px 0 0}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,15px);padding:13px 20px;background:var(--sky);color:#280a10;font-size:.875rem;border-radius:3px;opacity:0;pointer-events:none;transition:.2s;z-index:50}.toast.visible{opacity:1;transform:translate(-50%,0)}#credits-list p{border-top:1px solid var(--line);padding-top:15px;font-size:.875rem;line-height:1.7}#credits-list a{color:var(--sky);text-decoration:underline;text-underline-offset:4px}#credits-list span{display:block;color:var(--muted);font-size:.8125rem}.load-error{margin:25px 6%;padding:18px;border:1px solid #c67885;line-height:1.7}
@media(min-width:1600px){.header,.intro,.gallery-section,.album-intro,.photo-grid,footer{padding-left:max(6.25%,calc((100vw - 1400px)/2));padding-right:max(6.25%,calc((100vw - 1400px)/2))}.cover{height:390px}}
@media(max-width:1000px){.gallery-grid{gap:20px}.cover{height:285px}.card-category{letter-spacing:0}.card-caption h3{font-size:1.35rem}.photo-grid{columns:2}.wordmark{font-size:1.125rem;letter-spacing:.12em}}
@media(max-width:700px){.header{padding:23px 6%;min-height:100px;gap:12px}.wordmark{font-size:.96rem;letter-spacing:.1em}.wordmark span{font-size:.75rem;letter-spacing:.15em}.header nav{gap:13px}.nav-link{display:none}.admin-nav{padding:9px 12px;font-size:.875rem}.intro{display:block;padding:36px 6% 38px}.intro h1{font-size:2.65rem;letter-spacing:-.05em}.intro-copy{margin:22px 0 0;font-size:1rem}.gallery-grid{grid-template-columns:1fr;gap:35px}.cover{height:365px}.gallery-card:not(:first-child) .cover{height:295px}.card-caption h3{font-size:1.6rem}.card-category{font-size:.75rem}.gallery-section{padding:0 6% 40px}.section-heading{padding:27px 0 23px}.section-heading p{display:none}.album-intro{padding:27px 6% 0}.back-link{margin-bottom:30px}.album-heading{display:block}.album-heading h1{font-size:2.6rem}.album-heading .eyebrow{line-height:1.7;letter-spacing:.07em}.album-description{margin-bottom:20px}.album-heading .button{margin-bottom:25px}.album-meta{font-size:.8125rem;line-height:1.5;flex-wrap:wrap}.photo-grid{padding:0 6% 35px;column-gap:12px}.photo-tile{margin-bottom:12px}.small-collection{columns:1}.viewer{padding:16px 16px 18px}.viewer-top p{font-size:1.2rem}.viewer-media{padding:10px 0}.viewer-navigation{gap:5px}.viewer-bottom{gap:10px}.viewer-bottom .button{padding:12px}.viewer-navigation>span{min-width:35px}.viewer-caption{margin-top:12px}.small-dialog{padding:30px 24px}.small-dialog h2{font-size:1.7rem}.tile-hint,.open-gallery{display:none}.sample-note button{margin-left:0}.viewer .icon-button{width:40px;min-width:40px;height:40px}.play-circle{width:52px;height:52px}footer{flex-wrap:wrap;padding:30px 6%;gap:20px}footer p{display:none}}
@media(max-width:370px){.wordmark{font-size:.85rem}.viewer-bottom{flex-wrap:wrap;justify-content:center}.viewer-bottom .button{width:100%}.intro h1{font-size:2.35rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.about-nav{font-size:.875rem}.about-nav:hover{color:var(--sky)}.about-page{padding:65px 6.25% 85px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.about-copy{max-width:570px}.about-copy h1{font-size:clamp(2.7rem,4vw,3.7rem);margin-bottom:32px}.about-copy>p:not(.eyebrow){font-size:1rem;line-height:1.9;color:var(--muted);margin:0 0 24px}.about-copy .button{margin-top:12px}.about-portraits{display:grid;grid-template-columns:1.15fr 1fr;gap:20px;align-items:start}.about-portraits figure{margin:0;overflow:hidden;background:var(--panel);border:1px solid var(--line);border-radius:2px;aspect-ratio:3/4}.about-portraits figure:nth-child(2){margin-top:95px}.about-portraits img{width:100%;height:100%;object-fit:cover}.portrait-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;background:linear-gradient(150deg,#650000,#351219)}.portrait-placeholder>span{font:500 2.4rem var(--sans);letter-spacing:.12em;color:#89cff077;border-bottom:1px solid #89cff04d;padding-bottom:20px;margin-bottom:15px}.portrait-placeholder p{font-size:.875rem;line-height:1.6}.portrait-placeholder small{font-size:.75rem;color:var(--muted)}@media(max-width:1000px){.about-page{gap:35px}.about-portraits{grid-template-columns:1fr}.about-portraits figure:nth-child(2){margin-top:0;max-width:85%;justify-self:end}}@media(max-width:700px){.about-page{display:block;padding:38px 6% 50px}.about-portraits{grid-template-columns:1fr 1fr;gap:14px;margin-top:40px}.about-portraits figure:nth-child(2){margin-top:50px;max-width:100%}.portrait-placeholder{padding:12px}.portrait-placeholder>span{font-size:1.8rem}.header nav{gap:12px}.wordmark{font-size:.85rem;letter-spacing:.06em}.wordmark span{font-size:.65rem;letter-spacing:.1em}.admin-nav{padding:9px;font-size:.8125rem}.about-nav{font-size:.8125rem}footer p{display:block}}
