.photo-card-page{--card-paper:#f4f1ec;--card-ink:#231820;--card-muted:#796f74;--card-line:#23182024;--card-accent:#8d273e;background:var(--card-paper);height:100svh;min-height:35rem;color:var(--card-ink);font-family:var(--font-manrope), sans-serif;grid-template-columns:minmax(21rem,33vw) minmax(0,1fr);display:grid;overflow:hidden}.photo-card-profile{border-right:1px solid var(--card-line);flex-direction:column;min-width:0;padding:clamp(1.25rem,2.4vw,2.6rem);display:flex}.photo-card-profile__header,.photo-card-profile__header nav,.photo-card-profile__identity,.photo-card-profile__actions,.photo-card-profile__footer,.photo-card-gallery__counter,.photo-card-gallery__item figcaption{align-items:center;display:flex}.photo-card-profile__header{justify-content:space-between;gap:1rem}.photo-card-profile__header nav{color:var(--card-muted);gap:1rem;font-size:.78rem}.photo-card-profile__header nav a,.photo-card-email{transition:color .18s}.photo-card-profile__header nav a:is(:hover,:focus-visible),.photo-card-email:is(:hover,:focus-visible){color:var(--card-accent)}.photo-card-wordmark{letter-spacing:-.08em;font-size:1.75rem;font-weight:800;line-height:1;position:relative}.photo-card-wordmark span{color:var(--card-accent);font-size:.65rem;position:absolute;top:-.25rem;right:-.55rem}.photo-card-profile__identity{gap:1rem;margin-top:clamp(2.5rem,8vh,6rem)}.photo-card-profile__identity img{object-fit:cover;object-position:50% 34%;border-radius:.8rem;flex:none;width:4.5rem;height:4.5rem}.photo-card-profile__identity h1{letter-spacing:-.06em;margin:0;font-size:clamp(1.55rem,2.3vw,2.4rem);font-weight:650;line-height:1}.photo-card-profile__identity p{color:var(--card-muted);margin:.4rem 0 0;font-size:.95rem}.photo-card-profile__statement{letter-spacing:-.045em;text-wrap:balance;max-width:28rem;margin:clamp(2.5rem,7vh,5rem) 0 0;font-size:clamp(1.2rem,2vw,1.85rem);font-weight:520;line-height:1.35}.photo-card-profile__statement em{color:var(--card-accent);font-family:var(--font-newsreader), serif;font-weight:450}.photo-card-profile__availability{color:var(--card-muted);align-items:center;gap:.65rem;margin:clamp(1.75rem,4vh,3rem) 0 0;font-size:.88rem;display:flex}.photo-card-profile__availability span{background:#2ecb70;border-radius:50%;flex:none;width:.5rem;height:.5rem;box-shadow:0 0 0 .25rem #2ecb701f}.photo-card-profile__actions{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:1.5rem}.photo-card-primary-action{background:var(--card-ink);min-height:3rem;color:var(--card-paper);border-radius:999px;align-items:center;gap:.65rem;padding:.75rem 1.15rem;font-size:.88rem;font-weight:720;transition:transform .2s,background .2s;display:inline-flex}.photo-card-primary-action svg,.photo-card-email svg{width:1rem;height:1rem}.photo-card-primary-action:is(:hover,:focus-visible){background:var(--card-accent);transform:translateY(-2px)}.photo-card-email{color:var(--card-muted);align-items:center;gap:.55rem;font-size:.78rem;display:inline-flex}.photo-card-profile__footer{border-top:1px solid var(--card-line);color:var(--card-muted);letter-spacing:.05em;text-transform:uppercase;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1.2rem;font-size:.68rem}.photo-card-gallery{overscroll-behavior:contain;scrollbar-color:var(--card-accent) transparent;scrollbar-width:thin;scroll-behavior:smooth;min-width:0;min-height:0;padding:.75rem;position:relative;overflow:hidden auto}.photo-card-gallery:focus-visible{outline:2px solid var(--card-accent);outline-offset:-4px}.photo-card-gallery__counter{z-index:3;color:#fff;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#140f12c2;border:1px solid #ffffff40;border-radius:999px;justify-content:space-between;gap:1.25rem;width:fit-content;margin:0 0 -2.7rem .75rem;padding:.65rem .8rem;font-size:.67rem;position:sticky;top:.75rem}.photo-card-gallery__counter span{color:#ffffff9e}.photo-card-gallery__masonry{columns:2;column-gap:.75rem}.photo-card-gallery__item{break-inside:avoid;background:#211a1f;border-radius:.8rem;margin:0 0 .75rem;position:relative;overflow:hidden}.photo-card-gallery__item img{width:100%;height:auto;aspect-ratio:var(--photo-ratio);object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1);display:block}.photo-card-gallery__item:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0c080ab8);height:38%;position:absolute;inset:auto 0 0}.photo-card-gallery__item figcaption{z-index:2;color:#fff;justify-content:space-between;gap:.75rem;font-size:.68rem;position:absolute;bottom:.75rem;left:.85rem;right:.85rem}.photo-card-gallery__item figcaption span:last-child{color:#ffffffad;text-align:right}.photo-card-gallery__item:hover img{transform:scale(1.018)}.photo-card-page :is(a,.photo-card-gallery):focus-visible{outline:2px solid var(--card-accent);outline-offset:4px}@media (max-width:700px){.photo-card-page{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;min-height:0}.photo-card-profile{border-right:0;border-bottom:1px solid var(--card-line);padding:.9rem 1rem 1rem}.photo-card-profile__header nav{gap:.8rem;font-size:.7rem}.photo-card-wordmark{font-size:1.45rem}.photo-card-profile__identity{gap:.8rem;margin-top:1.15rem}.photo-card-profile__identity img{border-radius:.65rem;width:3.25rem;height:3.25rem}.photo-card-profile__identity h1{font-size:1.35rem}.photo-card-profile__identity p{margin-top:.2rem;font-size:.78rem}.photo-card-profile__statement{max-width:34rem;margin-top:1rem;font-size:1.02rem;line-height:1.3}.photo-card-profile__availability{margin-top:.9rem;font-size:.74rem}.photo-card-profile__actions{flex-direction:row;align-items:center;gap:.75rem;margin-top:.9rem}.photo-card-primary-action{min-height:2.55rem;padding:.62rem .9rem;font-size:.76rem}.photo-card-email{font-size:0}.photo-card-email svg{width:1.15rem;height:1.15rem}.photo-card-profile__footer{display:none}.photo-card-gallery{scroll-snap-type:y proximity;padding:.45rem}.photo-card-gallery__counter{margin:0 0 -2.45rem .45rem;padding:.55rem .7rem;font-size:.58rem;top:.65rem}.photo-card-gallery__counter span{display:none}.photo-card-gallery__masonry{columns:2;column-gap:.45rem}.photo-card-gallery__item{scroll-snap-align:start;border-radius:.55rem;margin-bottom:.45rem}.photo-card-gallery__item figcaption{font-size:.56rem;bottom:.5rem;left:.55rem;right:.55rem}.photo-card-gallery__item figcaption span:last-child{display:none}}@media (max-height:690px) and (max-width:700px){.photo-card-profile__statement{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.photo-card-profile__identity{margin-top:.8rem}.photo-card-profile__availability,.photo-card-profile__actions{margin-top:.65rem}}@media (prefers-reduced-motion:reduce){.photo-card-gallery,.photo-card-gallery__item img,.photo-card-primary-action{scroll-behavior:auto;transition:none}}
