.content-wrap--visual { display: block; margin-inline: auto; max-width: var(--eptvc-content); padding: 3.25rem 1.25rem 5rem; width: 100%; }
.content-wrap--visual .entry-content { max-width: none; padding: clamp(1.5rem, 2.8vw, 2.75rem); width: 100%; }
.eptvc-gallery__intro, .eptvc-interest-sites__intro { margin: 0 auto 2.35rem; max-width: 840px; text-align: center; }
.eptvc-gallery__intro h2, .eptvc-interest-sites__intro h2 { color: #1f2d40; font-family: Manrope, sans-serif; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.2; margin: .4rem 0 .75rem; }
.eptvc-gallery__intro p:last-child, .eptvc-interest-sites__intro p:last-child { color: #536170; font-size: 1.08rem; margin: 0; }
.eptvc-gallery__grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.eptvc-gallery-card { background: #fff; border: 1px solid #f0d4ba; border-radius: 1rem; box-shadow: 0 10px 24px rgba(39, 50, 65, .08); overflow: hidden; }
.eptvc-gallery-card__image { background: #243447; border: 0; cursor: zoom-in; display: block; height: 13.5rem; overflow: hidden; padding: 0; position: relative; width: 100%; }
.eptvc-gallery-card__image img { display: block; height: 100%; object-fit: cover; transition: transform .28s ease; width: 100%; }
.eptvc-gallery-card__image span { background: rgba(31, 45, 64, .78); bottom: 0; color: #fff; font-size: .85rem; font-weight: 700; left: 0; opacity: 0; padding: .55rem .75rem; position: absolute; text-align: left; transform: translateY(100%); transition: .25s ease; width: 100%; }
.eptvc-gallery-card__image:hover img, .eptvc-gallery-card__image:focus img { transform: scale(1.06); }
.eptvc-gallery-card__image:hover span, .eptvc-gallery-card__image:focus span { opacity: 1; transform: translateY(0); }
.eptvc-gallery-card__placeholder { align-items: center; background: #fff1e5; color: #a84800; display: flex; font-weight: 800; height: 13.5rem; justify-content: center; }
.eptvc-gallery-card__body { padding: 1rem 1.1rem 1.1rem; }
.eptvc-gallery-card__body h3, .eptvc-interest-site h3 { color: #1f2d40; font-family: Manrope, sans-serif; font-size: 1.08rem; line-height: 1.3; margin: 0 0 .45rem; }
.eptvc-gallery-card__body p { color: #536170; font-size: .95rem; line-height: 1.45; margin: 0; }
.eptvc-gallery-card__body small { color: #9a4300; display: block; font-weight: 700; margin-top: .7rem; }
.eptvc-gallery-modal { align-items: center; display: flex; inset: 0; justify-content: center; padding: 1.5rem; position: fixed; z-index: 99999; }
.eptvc-gallery-modal[hidden] { display: none; }
.eptvc-gallery-modal__backdrop { background: rgba(20, 29, 41, .88); inset: 0; position: absolute; }
.eptvc-gallery-modal__dialog { max-height: calc(100vh - 3rem); max-width: min(1100px, 95vw); position: relative; z-index: 1; }
.eptvc-gallery-modal__dialog img { border-radius: .75rem; box-shadow: 0 1rem 4rem rgba(0,0,0,.45); display: block; max-height: calc(100vh - 3rem); width: auto; }
.eptvc-gallery-modal__close { align-items: center; background: #ff7700; border: 0; border-radius: 50%; color: #1f2d40; cursor: pointer; display: flex; font-size: 1.55rem; font-weight: 700; height: 2.4rem; justify-content: center; position: absolute; right: -.9rem; top: -.9rem; width: 2.4rem; }
.eptvc-interest-sites__filters { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin: 0 0 1.7rem; }
.eptvc-interest-sites__filters button { background: #fff; border: 1px solid #e8bf9a; border-radius: 999px; color: #8d4000; cursor: pointer; font-size: .92rem; font-weight: 800; padding: .45rem .9rem; }
.eptvc-interest-sites__filters button:hover, .eptvc-interest-sites__filters button.is-active { background: #ff7700; border-color: #ff7700; color: #1f2d40; }
.eptvc-interest-sites__grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.eptvc-interest-site { background: #fff; border: 1px solid #f0d4ba; border-radius: .9rem; box-shadow: 0 9px 22px rgba(39, 50, 65, .07); display: flex; flex-direction: column; min-height: 16.5rem; overflow: hidden; padding: 1.15rem; }
.eptvc-interest-site[hidden] { display: none; }
.eptvc-interest-site__brand { align-items: center; background: #fff1e5; border-radius: .7rem; color: #a84800; display: flex; font-family: Manrope, sans-serif; font-size: 1.15rem; font-weight: 800; height: 3.5rem; justify-content: center; margin-bottom: 1rem; overflow: hidden; width: 3.5rem; }
.eptvc-interest-site__brand img { height: 100%; object-fit: contain; padding: .35rem; width: 100%; }
.eptvc-interest-site__body { flex: 1; }
.eptvc-interest-site__group { color: #be5500; display: block; font-family: Manrope, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .04em; margin-bottom: .35rem; text-transform: uppercase; }
.eptvc-interest-site__body p { color: #536170; font-size: .92rem; line-height: 1.42; margin: 0; }
.eptvc-interest-site__link { align-items: center; color: #9a4300; display: inline-flex; font-weight: 800; gap: .35rem; margin-top: 1rem; text-decoration: none; }
.eptvc-gallery__empty, .eptvc-interest-sites__empty { background: #fff8f1; border: 1px dashed #e9b07d; border-radius: .8rem; color: #536170; padding: 1.3rem; text-align: center; }
@media (max-width: 900px) { .eptvc-gallery__grid, .eptvc-interest-sites__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .content-wrap--visual { padding: 2.25rem 1rem 4rem; } .content-wrap--visual .entry-content { padding: 1.15rem; } .eptvc-gallery__grid, .eptvc-interest-sites__grid { grid-template-columns: 1fr; } .eptvc-gallery-card__image { height: 15rem; } }
