
:root{
    --bright-fern:#61A503;
    --black:#000000;
    --alabaster-grey:#CDD7DD;
    --imperial-blue:#1D236B;
    --white:#ffffff;
    --soft-bg:#f7f9fb;
    --border:#d7dee3;
    --header-bg:var(--imperial-blue);
    --header-link:#ffffff;
    --header-link-hover:var(--bright-fern);
    --footer-bg:var(--imperial-blue);
    --footer-link:#ffffff;
    --footer-link-hover:var(--bright-fern);
    --download-btn:var(--bright-fern);
    --download-btn-hover:var(--imperial-blue);
    --copy-btn:var(--imperial-blue);
    --copy-btn-hover:var(--bright-fern);
    --category-hover-bg:var(--imperial-blue);
    --category-hover-text:#ffffff;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:"Albert Sans",Arial,Helvetica,sans-serif;color:var(--black);background:#fff;line-height:1.5}
h1,h2,h3,h4,h5,h6,.site-title,.section-title,.detail-title,.item-title,.footer-site-name{font-family:"Barlow","Albert Sans",Arial,sans-serif}
a{color:var(--imperial-blue);text-decoration:none;transition:color .2s ease,background-color .2s ease}
a:hover{color:var(--bright-fern)}
img{max-width:100%;display:block}
.container{width:min(1280px,calc(100% - 32px));margin:0 auto}
.site-header{background:var(--header-bg);color:#fff;padding:16px 0}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand-link{color:#fff}
.site-logo{max-height:72px;width:auto;display:block}
.site-title{font-size:1.95rem;font-weight:700;display:block}
.site-tagline{font-size:.92rem;opacity:.88;margin-top:4px}
.site-nav{display:flex;flex-wrap:wrap;gap:16px}
.site-nav a{color:var(--header-link);font-weight:600}
.site-nav a:hover{color:var(--header-link-hover)}
.page-top{padding:28px 0 40px}
.flash{padding:12px 0}
.flash-success{background:#e8f5da}
.flash-error{background:#ffe3e3}
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:34px;align-items:start}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding-bottom:10px;border-bottom:1px solid var(--border)}
.section-heading.no-line{border-bottom:none;padding-bottom:0}
.section-title{margin:0;font-size:1.6rem;color:var(--imperial-blue)}
.featured-carousel-wrap{margin-bottom:30px}
.featured-item,.image-tile{min-width:0}
.featured-thumb,.image-thumb{display:block;background:var(--soft-bg);overflow:hidden}
.featured-thumb{aspect-ratio:1/1}
.image-thumb{aspect-ratio:4/5}
.featured-thumb img,.image-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.featured-thumb:hover img,.image-thumb:hover img{transform:scale(1.03)}
.item-category{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--bright-fern);margin-top:12px}
.item-title{margin:6px 0 0;font-size:1.06rem;line-height:1.35}
.item-title a{color:var(--black)}
.item-title a:hover{color:var(--imperial-blue)}
.item-excerpt{margin:8px 0 0;color:#49525d;font-size:.95rem}
.image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 24px}
.intro-block{background:var(--soft-bg);padding:18px 20px;margin-bottom:26px;border-left:4px solid var(--bright-fern)}
.sidebar{display:grid;gap:22px}
.widget{border-top:3px solid var(--imperial-blue);padding-top:14px}
.widget h3{margin:0 0 14px;font-size:1rem;color:var(--imperial-blue)}
.widget-list,.thumb-list{list-style:none;padding:0;margin:0}
.widget-list li+li{margin-top:10px}
.category-widget-list a{display:block;padding:10px 12px;border-radius:0;background:transparent;color:var(--imperial-blue);font-weight:600}
.category-widget-list a:hover{background:var(--category-hover-bg);color:var(--category-hover-text)}
.thumb-list li+li{margin-top:12px}
.thumb-list a{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center}
.thumb-list img{width:64px;height:64px;object-fit:cover;background:var(--soft-bg)}
.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}
.tag-cloud a,.detail-tags a{display:inline-block;padding:6px 10px;background:var(--soft-bg);color:var(--imperial-blue);font-size:.88rem}
.tag-cloud a:hover,.detail-tags a:hover{background:var(--alabaster-grey);color:var(--imperial-blue)}
.ad-placeholder{min-height:140px;background:linear-gradient(135deg,#f5f7fa,#edf1f4);border:1px dashed #b8c3cb;display:grid;place-items:center;color:#51606e;padding:16px;text-align:center}
.inline-ad-block{margin-top:28px}
.image-detail .detail-media{margin-bottom:18px;background:var(--soft-bg);padding:12px}
.detail-image{width:100%;height:auto;max-height:90vh;object-fit:contain;margin:auto}
.detail-title{font-size:2rem;line-height:1.15;margin:8px 0 14px;color:var(--black)}
.detail-meta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:20px;color:#47525d;font-size:.95rem}
.prompt-box{background:var(--soft-bg);border-left:4px solid var(--bright-fern);padding:18px 20px;margin:22px 0}
.prompt-text{white-space:pre-wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;font-weight:700;border:none;cursor:pointer;transition:background-color .2s ease,color .2s ease}
.btn-primary{background:var(--download-btn);color:#fff}
.btn-primary:hover{background:var(--download-btn-hover);color:#fff}
.copy-prompt-btn{background:var(--copy-btn);color:#fff;border:none;padding:10px 12px;font-weight:700;cursor:pointer;transition:background-color .2s ease,color .2s ease}
.copy-prompt-btn:hover{background:var(--copy-btn-hover);color:#fff}
.detail-actions{margin:0 0 24px}
.detail-description{margin-top:22px}
.page-content{min-width:0}
.page-html{background:#fff;padding:0}
.site-footer{background:var(--footer-bg);color:#fff;padding:28px 0;margin-top:40px}
.footer-inner{display:flex;justify-content:space-between;gap:28px;align-items:flex-start;flex-wrap:wrap}
.footer-branding{display:grid;grid-template-columns:96px minmax(0,1fr);gap:18px;align-items:start;max-width:720px;flex:1 1 520px}
.footer-logo-area{width:96px}
.footer-logo-image,.footer-logo-placeholder{width:96px;height:96px}
.footer-logo-image{object-fit:contain;background:rgba(255,255,255,.08);padding:10px}
.footer-logo-placeholder{display:grid;place-items:center;border:1px dashed rgba(255,255,255,.45);background:rgba(255,255,255,.08);color:#fff;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.footer-site-name{font-size:1.25rem;font-weight:700;margin-bottom:8px}
.footer-description{max-width:520px;color:rgba(255,255,255,.88);margin-bottom:10px}
.footer-copyright{color:rgba(255,255,255,.78);font-size:.95rem}
.footer-links{display:flex;flex-direction:column;gap:10px;min-width:140px}
.footer-links a{color:var(--footer-link);font-weight:600;padding:2px 0}
.footer-links a:hover{color:var(--footer-link-hover)}
.empty-state{padding:44px 20px;background:var(--soft-bg);text-align:center;border:1px solid var(--border)}
.search-form{display:grid;grid-template-columns:1fr auto;gap:10px}
.search-form input,.search-form button{padding:10px;border:1px solid var(--border)}
.search-form button{background:var(--imperial-blue);color:#fff;border-color:var(--imperial-blue);font-weight:700}
.search-form button:hover{background:var(--bright-fern);border-color:var(--bright-fern)}
.pagination-wrap{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
.pagination-link{padding:8px 12px;border:1px solid var(--border);color:var(--imperial-blue);font-weight:700}
.pagination-link.active,.pagination-link:hover{background:var(--imperial-blue);border-color:var(--imperial-blue);color:#fff}
@media (max-width:1100px){.content-layout{grid-template-columns:minmax(0,1fr)}.sidebar{order:2}.main-content{order:1}}
@media (max-width:900px){.header-inner{flex-direction:column;align-items:flex-start}.image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:600px){.container{width:min(100% - 24px,1280px)}.image-grid{grid-template-columns:1fr}.detail-title{font-size:1.65rem}.site-title{font-size:1.65rem}.footer-branding{grid-template-columns:1fr}.footer-logo-area{width:auto}.footer-logo-image,.footer-logo-placeholder{width:96px;height:96px}}

.home-page .page-top{padding-top:24px;}
.featured-carousel-band{width:100%;margin:0 0 28px;}
.featured-carousel-band .owl-stage-outer{padding:0 !important;}
.featured-carousel-band .owl-item{margin-right:0 !important;}
.featured-carousel-band .owl-nav,.featured-carousel-band .owl-dots{display:none !important;}
.featured-carousel-full .featured-item{position:relative;padding:0 !important;overflow:hidden;background:#000;}
.featured-carousel-full .featured-thumb{display:block;position:relative;width:100%;height:340px;aspect-ratio:auto !important;background:#000;overflow:hidden;}
.featured-carousel-full .featured-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.featured-carousel-full .featured-thumb::after{content:"";position:absolute;left:0;right:0;bottom:0;height:58%;background:linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.52) 45%, rgba(0,0,0,0) 100%);pointer-events:none;z-index:1;}
.featured-carousel-full .featured-overlay{position:absolute;left:18px;right:18px;bottom:16px;z-index:3;padding:0 !important;display:block;}
.featured-carousel-full .item-category{display:inline-block;margin:0 0 10px !important;padding:7px 12px;background:rgba(97,165,3,.96);color:#fff !important;font-size:.78rem;line-height:1;font-weight:700;letter-spacing:.02em;text-transform:none;}
.featured-carousel-full .item-category:hover{background:rgba(29,35,107,.96);color:#fff !important;}
.featured-carousel-full .item-title{margin:0 !important;padding:0 !important;font-size:1.95rem;line-height:1.12;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.35);}
.featured-carousel-full .item-title a{color:#fff !important;}
.featured-carousel-full .item-title a:hover{color:#fff !important;}
@media (max-width: 1200px){.featured-carousel-full .featured-thumb{height:300px;}.featured-carousel-full .item-title{font-size:1.55rem;}}
@media (max-width: 768px){.featured-carousel-full .featured-thumb{height:240px;}.featured-carousel-full .featured-overlay{left:14px;right:14px;bottom:14px;}.featured-carousel-full .item-category{font-size:.72rem;padding:6px 10px;margin-bottom:8px !important;}.featured-carousel-full .item-title{font-size:1.2rem;}}





/* Object-position tuning for faces/people across featured, latest, popular, and recent */
.featured-carousel-full .featured-thumb img,
.image-thumb img,
.thumb-list img{
    object-position:50% 12% !important;
}
