:root{--black:#000;--burgundy:#350c0f;--graphite:#44474b;--white:#fff;--muted:#b6b6bb;--line:#333438;--hover:#53171c;color-scheme:dark;font-family:Arial,Helvetica,sans-serif;background:var(--black);color:var(--white)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button:disabled{opacity:.3;cursor:default}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid white;outline-offset:6px}header{background:var(--burgundy);height:66px} .header-inner{max-width:1120px;height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.brand{font-size:25px;font-weight:700;display:flex;align-items:center;gap:14px}.brand span{font-size:26px}.mail-icon{padding:8px}.mail-icon svg,.socials svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8}main{max-width:1120px;margin:auto;padding:0 16px}.hero{min-height:730px;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:100px;padding:62px 32px 60px}.identity{text-align:center}.portrait{width:350px;height:350px;border-radius:50%;background:var(--burgundy);padding:12px;margin:0 auto 28px}.portrait img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}h1{font-size:clamp(2rem,4.5vw,3.6rem);letter-spacing:-.05em;line-height:1.1;margin:0 0 25px;font-weight:800}.identity p{font-size:23px;line-height:1.4;margin:0}.socials{display:flex;justify-content:center;gap:26px;margin-top:25px}.socials a{display:grid;place-items:center;width:36px;height:36px;transition:opacity .2s}.socials a:hover{opacity:.65}.hero-nav{display:grid;gap:34px;width:100%;max-width:320px;justify-self:end}.hero-nav a,.button{background:var(--burgundy);border:1px solid #65272d;border-radius:40px;padding:20px 26px;font-size:20px;font-weight:600;text-align:center;transition:background .2s,transform .2s}.hero-nav a:hover,.button:hover{background:var(--hover);transform:translateY(-2px)}.section{border-top:1px solid var(--line);padding:62px 0 64px;scroll-margin-top:20px}h2{font-size:34px;font-weight:600;letter-spacing:-.035em;line-height:1.2;margin:0 0 34px}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:600;color:var(--muted)}.gallery{display:flex;overflow-x:auto;gap:22px;scroll-snap-type:x mandatory;scrollbar-width:none;padding:3px 0 10px}.gallery::-webkit-scrollbar{display:none}.art-card{flex:0 0 calc((100% - 44px)/3);scroll-snap-align:start;border:0;padding:0;text-align:left;background:none;min-width:0}.art-card img{width:100%;aspect-ratio:3/4;object-fit:cover;background:var(--graphite);display:block;transition:filter .2s}.art-card:hover img{filter:brightness(1.15)}.art-card .art-label{display:flex;justify-content:space-between;gap:10px;padding:16px 0 0;color:var(--muted);font-size:14px}.gallery-footer{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.gallery-footer p{font-size:14px;color:var(--muted)}#count{color:white;margin-left:24px;font-variant-numeric:tabular-nums}.arrows{display:flex;gap:10px}.arrows button,.lightbox-image button,#close-lightbox{border:1px solid var(--graphite);background:transparent;border-radius:50%;width:46px;height:46px;font-size:23px;flex-shrink:0}.arrows button:hover:not(:disabled){background:var(--graphite)}.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.video-image{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--graphite)}.video-image img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:brightness(.65);transition:transform .3s}.video-card:hover img{transform:scale(1.03)}.play{position:absolute;inset:0;margin:auto;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--burgundy);border:1px solid #ae7e84;font-size:22px}.video-label{position:absolute;bottom:15px;left:18px;font-size:12px;letter-spacing:.15em}.video-card h3{font-size:19px;display:flex;justify-content:space-between;gap:20px;font-weight:500}.about-grid{display:grid;grid-template-columns:.85fr 1fr;gap:70px;align-items:center}.about-art{width:100%;max-height:540px;object-fit:cover;object-position:center}.about-copy h3{font-size:46px;line-height:1.05;letter-spacing:-.04em;margin:24px 0}.about-copy p,.contact-panel p,.legal-card p,.muted{font-size:18px;line-height:1.65;color:var(--muted)}.text-link{display:inline-block;margin-top:20px;border-bottom:1px solid var(--graphite);padding-bottom:9px}.contact-panel{display:flex;gap:45px;align-items:center;justify-content:space-between;background:#101011;border:1px solid var(--line);padding:38px}.contact-panel h3{font-size:30px;margin:18px 0}.contact-panel p{max-width:590px;margin:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;white-space:nowrap;font-size:17px}.email-text{display:inline-block;font-size:16px;color:var(--muted);margin-top:22px;overflow-wrap:anywhere}.compact{margin-top:14px}.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.legal-card{border:1px solid var(--line);padding:30px;transition:background .2s;scroll-margin-top:30px}.legal-card:hover{background:#161617}.legal-card h2{font-size:25px;margin-bottom:18px}.legal-card p{font-size:16px}.legal-card span{display:inline-block;margin-top:16px;font-size:14px}footer{max-width:1120px;margin:auto;border-top:1px solid var(--line);padding:38px 16px 32px}footer nav{display:flex;flex-wrap:wrap;gap:18px 26px;font-size:14px;color:var(--muted)}footer p{margin-top:30px;color:var(--muted);font-size:14px}.skip{position:fixed;left:12px;top:-100px;padding:14px;background:white;color:black;z-index:50}.skip:focus{top:12px}dialog{padding:18px 24px;border:1px solid var(--graphite);background:#080809;color:white;width:min(1050px,96vw);max-height:96dvh}dialog::backdrop{background:#000e;backdrop-filter:blur(8px)}.lightbox-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.lightbox-image{display:flex;align-items:center;justify-content:space-between;gap:18px}.lightbox-image img{min-width:0;max-width:calc(100% - 130px);max-height:72dvh;object-fit:contain}.lightbox-caption{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;margin-top:20px;font-size:14px;color:var(--muted)}.document{max-width:760px;min-height:75vh;padding-top:70px;padding-bottom:80px}.document h1{font-size:38px;margin:34px 0}.document h2{font-size:23px;margin:32px 0 16px}.document p{font-size:18px;line-height:1.7;color:var(--muted)}.document a:not(.text-link){text-decoration:underline;overflow-wrap:anywhere}
@media(max-width:900px){.hero{gap:40px;padding-left:0;padding-right:0;min-height:690px}.portrait{width:290px;height:290px}.hero-nav{max-width:290px}.identity p{font-size:19px}.about-grid{gap:34px}.contact-panel{padding:26px;flex-direction:column;align-items:flex-start}.about-copy h3{font-size:36px}}@media(max-width:620px){header{height:60px}.brand{font-size:21px}main{padding:0 22px}.hero{grid-template-columns:1fr;gap:34px;padding:40px 0 48px;min-height:auto}.portrait{width:250px;height:250px;margin-bottom:25px;padding:9px}h1{font-size:38px;letter-spacing:-.045em;margin-bottom:16px}.identity p{font-size:18px}.socials{margin-top:18px}.hero-nav{max-width:100%;justify-self:stretch;gap:15px}.hero-nav a{padding:17px;font-size:18px}.section{padding:38px 0 42px}h2{font-size:29px;margin-bottom:25px}.section-heading{align-items:flex-start;flex-direction:column;gap:0}.section-heading .eyebrow{margin:-12px 0 24px}.art-card{flex-basis:84%}.gallery{gap:16px}.video-grid,.about-grid,.legal-grid{grid-template-columns:1fr;gap:24px}.about-art{max-height:390px}.about-copy h3{font-size:38px}.contact-panel{padding:24px}.contact-panel h3{font-size:27px}.contact-panel .button{width:100%}.legal-card{padding:24px}.email-text{font-size:14px}.legal-grid{gap:18px}.lightbox-image{gap:6px}.lightbox-image button{width:34px;height:40px;border:0}.lightbox-image img{max-width:calc(100% - 80px)}dialog{padding:12px}.document h1{font-size:32px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.hero-nav a{display:flex;align-items:center;justify-content:center;gap:14px}.hero-nav svg{width:25px;height:25px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.8}

/* Updated first screen and sections awaiting selected content. */
.portrait{padding:0;background:none}.rose-mark{font-family:"Segoe UI Emoji","Apple Color Emoji",sans-serif;font-size:27px;line-height:1}
.hero-nav{gap:18px}.hero-nav a,.hero-nav .pending-link{min-height:62px;padding:17px 24px;font-size:18px}.hero-nav .pending-link{display:flex;align-items:center;justify-content:center;gap:14px;border:1px solid #65272d;border-radius:40px;background:var(--burgundy);font-weight:600;opacity:1;color:var(--muted);position:relative}.pending-link small{position:absolute;bottom:4px;font-size:12px;font-weight:400}.hero-nav .pending-link span{padding-bottom:6px}.hero-nav .pending-link svg{margin-bottom:6px}.empty-gallery{display:block;padding:36px 0;color:var(--muted);font-size:17px}.gallery-footer[hidden]{display:none}.featured-pending{padding:30px;border:1px solid var(--line);background:#101011}.featured-pending h3{font-size:25px}.featured-pending p{color:var(--muted);line-height:1.6}

.art-card img{object-fit:contain;background:var(--black)}
.brand img.rose-mark{width:32px;height:32px;object-fit:contain;display:block;flex-shrink:0}
.brand img.rose-mark{filter:grayscale(1) contrast(8) invert(1);mix-blend-mode:screen;width:38px;height:38px;object-fit:cover;clip-path:circle(50%)}

.featured-group+.featured-group{margin-top:48px}.featured-group .section-heading{align-items:center;margin-bottom:22px}.featured-group h3{font-size:25px;letter-spacing:-.02em;margin:0}.featured-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.featured-video{min-width:0}.featured-video iframe{display:block;width:100%;border:1px solid var(--line);border-radius:4px;background:#111}.reel-player{height:610px}.short-player{aspect-ratio:9/16}.featured-video-link{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:16px 0;font-size:14px;line-height:1.5}.featured-video-link span:first-child{color:var(--muted)}.featured-video-link:hover{text-decoration:underline}@media(max-width:1050px){.featured-video-grid{gap:14px}.reel-player{height:580px}.featured-video-link{flex-wrap:wrap}}@media(max-width:760px){.featured-video-grid{grid-template-columns:1fr;max-width:420px;margin:auto;gap:28px}.featured-group .section-heading{flex-direction:row}.featured-group .section-heading .eyebrow{margin:0}.reel-player{height:640px}}

#about .about-art{height:auto;max-height:none;object-fit:contain;align-self:start}#about .about-grid{align-items:center}#about .about-copy strong{color:var(--white)}

.contact-panel p+p{margin-top:20px}.contact-panel h3:first-child{margin-top:0}

#commissions .contact-panel{flex-direction:column;align-items:flex-start} .commission-contact{display:flex;flex-direction:column;align-items:flex-start;max-width:100%;gap:16px}.commission-contact .email-text{margin:0}.copy-email{background:none;border:0;border-bottom:1px solid var(--muted);padding:4px 0;font-size:15px}.copy-status{font-size:14px;color:var(--muted)}.copy-status:empty{display:none}

@media(max-width:760px){.featured-video-grid{display:flex;max-width:none;overflow-x:auto;gap:16px;scroll-snap-type:x mandatory;scroll-padding-inline:0;padding-bottom:14px;scrollbar-width:thin;scrollbar-color:var(--graphite) transparent}.featured-video{flex:0 0 90%;min-width:0;scroll-snap-align:start}.featured-video iframe{max-width:100%}.featured-video-link{min-height:48px}}


.video-help{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;color:var(--muted);font-size:13px}.reload-video{font:inherit;color:var(--white);background:transparent;border:1px solid var(--line);border-radius:20px;min-height:44px;padding:8px 14px}.reload-video:hover{background:var(--burgundy)}
