:root{--paper:#f3f0e9;--ink:#111;--muted:#756f67;--line:rgba(17,17,17,.14);--red:#8c1f28;--pad:clamp(16px,4vw,62px)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}body.locked{overflow:hidden}img,video{display:block;max-width:100%}button,a{font:inherit}.brand{font-weight:780;letter-spacing:.11em}.eyebrow{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;font-weight:720}.xx{font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:.18em;color:var(--red);font-size:1.08rem}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:15px var(--pad);background:rgba(243,240,233,.84);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.topbar a{color:var(--ink);text-decoration:none}.topbar div{display:flex;gap:18px}.topbar button{border:0;background:none;padding:3px 0}.hero{padding:clamp(70px,10vw,132px) var(--pad) clamp(68px,9vw,112px)}.hero h1{font:400 clamp(4rem,11vw,8.5rem)/.89 Georgia,serif;letter-spacing:-.065em;margin:14px 0 22px;max-width:1100px}.hero p{color:var(--muted);font-size:1.03rem;margin:0 0 24px}.recent{padding:0 var(--pad) clamp(70px,9vw,116px)}.sectionHead{border-bottom:1px solid var(--line);padding-bottom:15px;margin-bottom:22px}.recentRail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,31vw);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.recentCard{position:relative;scroll-snap-align:start;cursor:zoom-in}.recentCard .media{aspect-ratio:4/5;overflow:hidden;background:#ddd}.recentCard img,.recentCard video{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:10px;left:10px;background:rgba(255,255,255,.9);padding:6px 9px;border-radius:999px;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.feed{padding:0 var(--pad) 120px;display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(12px,1.8vw,25px)}.post{margin:0 0 clamp(38px,8vw,105px);cursor:zoom-in;opacity:0;transform:translateY(18px);transition:.6s}.post.visible{opacity:1;transform:none}.post:nth-child(6n+1){grid-column:1/-1}.post:nth-child(6n+2){grid-column:span 5}.post:nth-child(6n+3){grid-column:8/span 5;margin-top:68px}.post:nth-child(6n+4){grid-column:2/span 8}.post:nth-child(6n+5){grid-column:span 6}.post:nth-child(6n){grid-column:7/span 6}.post .media{overflow:hidden;background:#ddd}.post img,.post video{width:100%;max-height:82svh;object-fit:cover}.post:nth-child(6n+1) .media{aspect-ratio:16/9}.post:nth-child(6n+1) img,.post:nth-child(6n+1) video{height:100%}footer{border-top:1px solid var(--line);padding:86px var(--pad) 110px;display:flex;justify-content:space-between;align-items:end}footer a{color:var(--ink);text-decoration:none;border-bottom:1px solid var(--ink)}.viewer{position:fixed;inset:0;z-index:100;background:#050505;color:#fff;opacity:0;visibility:hidden;transition:.2s}.viewer.open{opacity:1;visibility:visible}.viewerTop{position:absolute;z-index:10;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:linear-gradient(180deg,rgba(0,0,0,.68),transparent)}.viewerTop button{width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:2rem}.viewerStage{height:100%;overflow-y:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:62px 64px 18px;touch-action:pan-y}.viewerMedia{width:100%;flex:1;min-height:0;display:flex;justify-content:center;align-items:center}.viewerMedia img,.viewerMedia video{max-width:100%;max-height:calc(100svh - 145px);width:auto;height:auto;object-fit:contain;user-select:none;-webkit-user-drag:none}.caption{width:min(920px,100%);min-height:50px;padding:15px 2px 8px;color:rgba(255,255,255,.85)}.arrow{position:fixed;z-index:12;top:50%;transform:translateY(-50%);width:52px;height:52px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(0,0,0,.52);color:#fff;font-size:2.35rem;display:grid;place-items:center}.arrow.left{left:14px}.arrow.right{right:14px}@media(max-width:760px){.recentRail{grid-auto-columns:82vw}.feed{display:block}.post,.post:nth-child(n){margin:0 0 35px}.post .media,.post:nth-child(6n+1) .media{aspect-ratio:auto}.post img,.post video,.post:nth-child(6n+1) img,.post:nth-child(6n+1) video{height:auto;max-height:none}.viewerStage{justify-content:flex-start;padding:60px 0 8px}.viewerMedia{flex:0 0 auto;min-height:calc(100svh - 128px)}.viewerMedia img,.viewerMedia video{width:100%;max-height:calc(100svh - 128px);object-fit:contain}.caption{padding:14px 18px 25px}.arrow{width:44px;height:44px;font-size:2rem}.arrow.left{left:7px}.arrow.right{right:7px}.topbar button:first-child{display:none}}
.media{position:relative}.playIcon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.58);border:1.5px solid rgba(255,255,255,.85);box-shadow:0 5px 22px rgba(0,0,0,.32);pointer-events:none;backdrop-filter:blur(4px)}.playIcon span{display:block;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:17px solid #fff;margin-left:4px}.recentCard .playIcon{width:52px;height:52px}.recentCard .playIcon span{border-top-width:8px;border-bottom-width:8px;border-left-width:14px}@media(max-width:760px){.playIcon{width:54px;height:54px}.playIcon span{border-top-width:9px;border-bottom-width:9px;border-left-width:15px}}
