#mainNavbar {
padding-top: 2rem;
padding-bottom: 1rem;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.navbar a,
.navbar-brand {
color: var(--link-color);
font-weight: bold;
font-size: 14pt;
}
.navbar a:hover,
.navbar a:focus { color: var(--link-hover-color); }
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a {
color: var(--active-link-color);
font-weight: bold;
}
.navbar-nav { padding-right: 2rem; }
#mainNavbar .custom-logo {
max-height: 40px;
height: auto;
width: auto;
}
.bg-almost-black { background-color: #0d0d0d !important; } .hero-section{
position: relative;
width: 100%;
min-height: var(--hero-min-h, 520px); height: 100svh; overflow: hidden;
display: grid;
place-items: center;
color: var(--hero-text-color, #fff);
}
@supports (height: 100dvh){
.hero-section{ height: 100dvh; } } .hero-video,
.hero-img,
.hero-yt-iframe{
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center; z-index: -2;
}
.hero-img.fallback{ background:#222; }
.hero-overlay{
position: absolute; inset: 0;
background: rgba(0,0,0,var(--hero-overlay, .5));
z-index: -1;
}
.hero-section + * { margin-top: 0; } .hero-yt-lazy{
position:absolute; inset:0; width:100%; height:100%;
background-size: cover; background-position:center;
border:0; padding:0; cursor: pointer; z-index:-2; }
.hero-yt-play{
position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
width:64px; height:64px; border-radius:50%;
display:grid; place-items:center; font-size:28px; line-height:1;
background:rgba(255,255,255,.7);
}
#hero-rotator { position: relative; width: 100%; }
#hero-rotator .rotator-item{
position: absolute; inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
gap: .75rem; opacity: 0;
pointer-events: none;
z-index: 0;
will-change: opacity;
transition: opacity .6s ease;
}
#hero-rotator .rotator-item.active{
opacity: 1;
pointer-events: auto;
z-index: 1;
} .hero-button-custom{
display: inline-flex;
align-items: center;
justify-content: center;
width: auto;
white-space: nowrap;
}  .hero-title{ 
margin:0 0 .35rem 0; 
font-weight:700; font-size: clamp(28px, 4.5vw + 0.4rem, 56px);
}
.hero-lead{
margin:0; opacity:.95;
font-size: clamp(16px, 2.2vw + .4rem, 22px);
max-width: 78ch; margin-inline:auto;
}
.hero-text-wrapper{ position: relative; z-index: 1; } .hero-button-custom{
width: auto;
background: transparent;
display: inline-flex; 
align-items: center;
color: var(--btn-color, #fff);
border: 2px solid currentColor;
transition: background-color .25s, color .25s, border-color .25s;
}
.hero-button-custom:hover{
background: var(--btn-hover, #0b5ed7);
color:#fff; border-color: var(--btn-hover, #0b5ed7);
}
.hero-text-wrapper{ max-width: 900px; margin-inline: auto; }
@media (max-width: 576px){
.hero-button-custom{ padding:.5rem 1rem; font-size:1rem; }
} @media (max-width: 576px){
.hero-section{ min-height: 420px; } } .hero-video,
.hero-img { 
object-position: var(--hero-focus-x, 50%) var(--hero-focus-y, 50%);
} @media (max-width: 576px){
.hero-section{
--hero-focus-x: 50%;
--hero-focus-y: 35%;
}
} @media (orientation: landscape) and (max-width: 992px){
.hero-section{ height: 75dvh; min-height: 360px; }
}
@media (min-width: 992px){
.hero-button-custom{ padding: .7rem 1.25rem; }
} .page-featured-image {
width: 100%;
max-height: 500px;
overflow: hidden;
}
.page-featured-image img,
.single-hero__img {
object-fit: cover;
width: 100%;
height: clamp(220px, 45vh, 540px);
display: block;
} .single-hero {
position: relative;
width: 100%;
margin: 0;
overflow: hidden;
}
.single-hero__overlay {
position: absolute;
inset: 0;
display: flex;
align-items: end;
background: linear-gradient(to top,
rgba(0,0,0,0.45) 0%,
rgba(0,0,0,0.15) 40%,
rgba(0,0,0,0) 75%);
padding-bottom: clamp(16px, 4vw, 48px);
max-width: 100%;
overflow-x: hidden;
} .blog-list-wrap {
padding-top: clamp(24px, 4vw, 72px);
padding-bottom: clamp(32px, 5vw, 96px);
}
.blog-list { display: grid; gap: 1.25rem; } .bl-item {
position: relative;
display: grid;
grid-template-columns: 35% 65%;
align-items: stretch;
gap: 1rem;
text-decoration: none;
color: var(--ph-card-text, var(--text-color));
background: var(--ph-card-bg, var(--bs-body-bg, #fff));
border: 1px solid rgba(0,0,0,0.08);
border-radius: 12px;
overflow: hidden;
transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.bl-item:hover {
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
border-color: rgba(0,0,0,0.12);
} .bl-media {
position: relative;
width: 100%;
align-self: stretch;
min-height: 220px;
overflow: hidden;
}
.bl-thumb { width: 100%; height: 100%; object-fit: cover; display: block; }
.bl-thumb--placeholder { width: 100%; height: 100%; background: linear-gradient(135deg,#1c2a38,#92bde9); } .bl-body {
padding: 1rem 1rem 1rem 0;
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: .5rem;
}
.bl-title {
display: block;
margin: 0 0 .35rem 0;
line-height: 1.2;
font-weight: 700;
font-size: clamp(1.05rem, 1vw + .85rem, 1.35rem);
}
.bl-title, .bl-excerpt, .bl-cats, .bl-cat { color: inherit; }
.bl-title a, .bl-media-link { color: inherit; text-decoration: none; }
.bl-title a:hover { text-decoration: underline; }
.bl-cats {
margin-bottom: .5rem;
display: flex;
flex-wrap: wrap;
gap: .35rem .5rem;
}
.bl-cat {
background: rgba(13,110,253,.18);
color: inherit;
border-radius: 999px;
padding: .3rem .6rem;
font-size: .86rem;
} .bl-meta {
display: flex;
align-items: center;
gap: .5rem;
font-size: .9rem;
margin-bottom: .4rem;
opacity: .9;
}
.bl-author a { color: inherit; text-decoration: none; }
.bl-author a:hover { text-decoration: underline; }
.bl-date { color: inherit; opacity: .85; }
.bl-meta-sep { opacity: .5; }
.bl-tags {
display: flex; flex-wrap: wrap; gap: .35rem .5rem; margin-bottom: .5rem;
}
.bl-tag {
font-size: .78rem;
line-height: 1;
padding: .28rem .5rem;
border-radius: 999px;
text-decoration: none;
color: inherit;
background: rgba(0,0,0,.08);
border: 1px solid rgba(0,0,0,.08);
}
.bl-tag:hover { text-decoration: underline; } .pagination ul {
display: flex; gap: .5rem; list-style: none; padding: 0; margin: 1.25rem 0 0;
}
.pagination a,
.pagination span {
display: inline-block;
padding: .5rem .75rem;
border-radius: 8px;
border: 1px solid rgba(0,0,0,0.08);
text-decoration: none;
color: inherit;
}
.pagination .current {
background: #0d6efd; color: #fff; border-color: #0d6efd;
} .post-meta {
display: flex;
align-items: center;
gap: .75rem 1.25rem;
flex-wrap: wrap;
padding: clamp(12px, 2vw, 18px) 0;
border-bottom: 1px solid rgba(0,0,0,0.06);
}
.post-meta__left { display: grid; gap: .35rem; }
.post-meta__row {
display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
}
.post-meta__author a { color: inherit; text-decoration: none; font-weight: 600; }
.post-meta__author a:hover { text-decoration: underline; }
.post-meta__cats {
display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .65rem;
}
.post-meta__cat {
font-size: .9rem; line-height: 1; padding: .35rem .6rem;
background: rgba(13,110,253,.08); color: #0d6efd;
border-radius: 999px; text-decoration: none;
}
.post-meta__cat:hover { text-decoration: underline; }
.post-meta__sep { opacity: .4; margin: 0 .25rem; }
.post-meta__date { color: #6c757d; font-size: .95rem; }
.post-meta__tags {
display: flex; flex-wrap: wrap; gap: .35rem .5rem; align-items: center;
}
.post-meta__tag {
font-size: .8rem; line-height: 1; padding: .3rem .55rem;
border-radius: 999px; text-decoration: none; color: inherit;
background: rgba(0,0,0,.06); border: 1px solid rgba(0,0,0,.09);
}
.post-meta__tag:hover { text-decoration: underline; }
.single-post .single-content > *:first-child { margin-top: 0; } .archive-header {
padding-bottom: .5rem; margin-bottom: 1rem;
border-bottom: 1px solid rgba(255,255,255,0.08); }
.archive-title {
margin: 0 0 .25rem 0;
font-size: clamp(1.25rem, 1.2vw + 1rem, 1.75rem);
font-weight: 800;
}
.archive-description { opacity: .85; } .ph-comments-wrap { max-width: 100%; overflow-x: hidden; position: relative; }
#ph-commentform,
#ph-commentform > * { min-width: 0; max-width: 100%; }
#ph-commentform input[type="text"],
#ph-commentform input[type="email"],
#ph-commentform input[type="url"],
#ph-commentform textarea {
display: block; width: 100%; max-width: 100%; box-sizing: border-box;
background: #111; color: #fff;
border: 1px solid rgba(255,255,255,.25);
border-radius: 10px; padding: .75rem 1rem;
}
#ph-commentform .required { color: #dc3545; }
#ph-commentform .comment-form-cookies-consent {
display: flex; align-items: flex-start; gap: .5rem;
flex-wrap: wrap; white-space: normal;
}
#ph-commentform .comment-form-cookies-consent label {
min-width: 0; max-width: 100%; white-space: normal;
}
#ph-commentform .form-submit { max-width: 100%; }
#ph-submit { max-width: 100%; }
.ph-comments-wrap * { word-break: break-word; overflow-wrap: anywhere; } @media (max-width: 768px) { .bl-item { grid-template-columns: 1fr; gap: .75rem; }
.bl-media { min-height: 0; aspect-ratio: 16/9; }
.bl-body  { padding: .75rem .9rem 1rem .9rem; } .post-meta { flex-direction: column; align-items: flex-start; }
} .video-column { max-height: 200px; margin: 0 auto; } .wp-block-html img,
.wp-block-html video,
.wp-block-html iframe { max-width: none !important;
height: auto !important;
display: inline !important; border: 0;
} .wp-block-html .EmbedFrame,
.wp-block-html .EmbeddedMedia {
position: static; overflow: visible; } .wp-block-html .wp-lightbox-overlay,
.wp-block-html .lightbox-trigger {
display: initial !important;
} .instagram-media iframe,
.wp-block-embed iframe,
.wp-embed-aspect-16-9 iframe,
.wp-embed-aspect-4-3 iframe,
.wp-embed-aspect-1-1 iframe,
.wp-block-html iframe {
width: 100% !important;
height: 100% !important; display: block;
} blockquote.instagram-media { overflow: visible !important; }.wp-lightbox-overlay { display: none !important; }
.wp-lightbox-container .lightbox-trigger { display: none !important; } #phBsLightbox .modal-dialog {
max-width: min(1200px, 96vw);
margin: 0 auto;
margin-top: 5vh; }
#phBsLightbox .modal-dialog.modal-dialog-centered { align-items: flex-start; }
#phBsLightbox .modal-content { background: #000; } .ph-lb-body { overflow: hidden; }
.ph-lb-stage { width: 100%; height: clamp(50dvh, 86dvh, 86dvh); } .ph-lb-img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
inline-size: 100%;
block-size: auto;
} .ph-lb-caption { max-height: 12dvh; overflow: auto; } #phPrevBtn, #phNextBtn {
background: rgba(255,255,255,0.2);
border: none;
color: #fff;
font-size: 2rem;
font-weight: bold;
width: 48px; height: 48px;
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
transition: background .3s, transform .2s;
}
#phPrevBtn:hover, #phNextBtn:hover { background: rgba(255,255,255,0.4); transform: scale(1.1); }
#phPrevBtn { left: 15px; } 
#phNextBtn { right: 15px; } #phBsLightbox .btn[data-bs-dismiss="modal"] {
background: rgba(255,255,255,0.2);
color:#fff;
font-size:1.5rem;
border-radius:50%;
width:40px; height:40px;
display:flex; align-items:center; justify-content:center;
}
#phBsLightbox .btn[data-bs-dismiss="modal"]:hover { background: rgba(255,255,255,0.4); }