.listing-card.has-card-image{padding:0;overflow:hidden}
.listing-card.has-card-image>.number,.listing-card.has-card-image>h2,.listing-card.has-card-image>p,.listing-card.has-card-image>.card-foot{margin-left:30px;margin-right:30px}
.listing-card.has-card-image>.number{margin-top:25px}
.listing-image{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--card)}
.listing-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.listing-image:hover img{transform:scale(1.035)}
.selection-card{color:inherit;text-decoration:none;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.selection-card:hover,.selection-card:focus-visible{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 18px 40px rgba(7,22,27,.1);outline:none}
.selection-card .selection-open{display:block;margin-top:24px;color:var(--accent);font-size:11px;font-weight:800}
.selection-card.has-card-image .selection-open{margin-left:30px;margin-right:30px;margin-bottom:28px}
.portrait img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}
.portrait img~i{z-index:2;padding:5px 7px;background:rgba(7,22,27,.7)}
.article-card.with-image{padding-top:0;overflow:hidden}
.article-image{display:block;height:150px;margin:0 -30px 25px;overflow:hidden;background:var(--card)}
.article-card.main .article-image{height:190px}
.article-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.article-image:hover img{transform:scale(1.035)}
.card-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px}
.card-foot small{color:var(--muted);font-size:11px}
.card-foot a{margin-top:0}
.content-meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;color:#afc0bf;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.featured-cover{margin:0 0 42px}
.featured-cover img{display:block;width:100%;height:auto;max-height:680px;object-fit:cover;border-radius:2px;background:var(--card)}
.featured-cover figcaption,.prose figcaption{margin-top:9px;color:var(--muted);font-size:12px;line-height:1.5}
.featured-cover figcaption:empty,.prose figcaption:empty{display:none}
.prose figure{margin:36px 0}
.prose figure img,.prose>img{display:block;width:auto;max-width:100%;height:auto;margin:30px auto}
.prose blockquote{margin:35px 0;padding:8px 0 8px 25px;border-left:3px solid var(--accent);color:var(--muted);font-size:1.08em}
.prose table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}
.prose th,.prose td{padding:10px 12px;border:1px solid var(--line);text-align:left}
.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:45px}
.gallery-item{display:block;padding:0;border:0;background:var(--card);cursor:zoom-in;aspect-ratio:4/3;overflow:hidden}
.gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.04)}
.lightbox{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(3,13,16,.92)}
.lightbox.open{display:flex}
.lightbox-dialog{position:relative;display:flex;max-width:min(1200px,94vw);max-height:90vh}
.lightbox-dialog img{display:block;max-width:100%;max-height:90vh;object-fit:contain}
.lightbox-close{position:absolute;right:0;top:-48px;width:42px;height:42px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:#071b20;color:#fff;font-size:26px;line-height:1;cursor:pointer}
.lightbox-active{overflow:hidden}
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important}
.consent{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:12px;line-height:1.6}
.consent input{margin-top:3px}
.form-status{min-height:22px;margin:14px 0 0;color:var(--muted);font-size:12px;line-height:1.6}
.form-status a{color:var(--accent);text-decoration:underline}
.button:disabled{opacity:.45;cursor:not-allowed}
.form-note.error{border-left:3px solid var(--accent)}
@media(max-width:650px){
    .listing-card.has-card-image>.number,.listing-card.has-card-image>h2,.listing-card.has-card-image>p,.listing-card.has-card-image>.card-foot{margin-left:22px;margin-right:22px}
    .gallery-grid{grid-template-columns:1fr}
    .lightbox{padding:18px}
    .card-foot{align-items:flex-start;flex-direction:column}
    .selection-card.has-card-image .selection-open{margin-left:22px;margin-right:22px}
}
