.gallery-hero{text-align:center;padding:4rem 0 1rem}@media(max-width:767.98px){.gallery-hero{padding:2.5rem 0 .5rem}}.gallery-hero__eyebrow{display:inline-flex;align-items:center;gap:.6rem;background:#fff4e6;color:#eb7803;font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.45rem 1.2rem;border-radius:2rem;margin-bottom:1.4rem;font-family:Roboto,sans-serif}.gallery-hero__title{font-size:4.6rem;font-weight:800;line-height:1.1;letter-spacing:-.025em;color:#111;margin:0}.gallery-hero__title span{color:#eb7803}@media(max-width:767.98px){.gallery-hero__title{font-size:2.8rem}}.gallery-hero__sub{margin:1.4rem auto 0;max-width:600px;font-size:1.5rem;color:#666;font-family:Roboto,sans-serif;line-height:1.65}@media(max-width:767.98px){.gallery-hero__sub{font-size:1.35rem}}.gallery-hero__divider{width:5.5rem;height:4px;background:linear-gradient(90deg,#eb7803,#f5b461);border-radius:99px;margin:2rem auto 0}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem}@media(max-width:1200px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem}}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.6rem;margin-top:2.5rem}}@media(max-width:540px){.gallery-grid{grid-template-columns:1fr;gap:1.4rem;margin-top:2rem}}.gallery-load-more{display:flex;justify-content:center;margin-top:4rem}.gallery-load-more button{padding:1.2rem 3.5rem;border-radius:60px;border:2px solid #eb7803;color:#eb7803;font-size:1.3rem;font-weight:700;font-family:Roboto,sans-serif;letter-spacing:.08em;background:transparent;cursor:pointer;transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .2s ease}.gallery-load-more button:hover{background:#eb7803;color:#fff;box-shadow:0 6px 20px rgba(235,120,3,.4);transform:scale(1.04)}.gallery-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 0;text-align:center;color:#888}.gallery-empty img{width:200px;height:200px;-o-object-fit:cover;object-fit:cover;opacity:.7;margin-bottom:2rem}.gallery-empty h4{font-size:2.6rem;font-weight:600;color:#444}.gallery-modal__overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:799}.gallery-modal__panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:800;width:min(92vw,780px);border-radius:1.6rem;overflow:hidden;background:#fff;box-shadow:0 32px 80px rgba(0,0,0,.35)}.gallery-modal__close{position:absolute;top:1.2rem;right:1.2rem;z-index:10;width:3.6rem;height:3.6rem;border-radius:50%;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s}.gallery-modal__close:hover{background:rgba(235,120,3,.85);transform:scale(1.1)}.gallery-modal__close svg{width:1.8rem;height:1.8rem}.gallery-modal__img{width:100%;-o-object-fit:cover;object-fit:cover;display:block;height:280px}@media(min-width:640px){.gallery-modal__img{height:380px}}.gallery-modal__img.blurred{filter:blur(18px) saturate(.4)}.gallery-modal__img:not(.blurred){filter:blur(0) saturate(1)}.gallery-modal__img{transition:filter .6s ease}.gallery-modal__footer{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 2.4rem;background:#fff;border-top:1px solid #f0f0f0}.gallery-modal__footer h5{font-size:1.7rem;font-weight:600;color:#111;font-family:Roboto,sans-serif;margin:0}.gallery-modal__footer span{font-size:1.35rem;font-weight:400;color:#888;font-family:Roboto,sans-serif}.gallery-modal__nav{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;padding:0 1.2rem;transform:translateY(-50%);z-index:5;pointer-events:none}.gallery-modal__arrow{pointer-events:all;width:4rem;height:4rem;border-radius:50%;background:hsla(0,0%,100%,.88);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s;border:none;color:#333;box-shadow:0 4px 12px rgba(0,0,0,.18)}.gallery-modal__arrow:hover{background:#eb7803;color:#fff;transform:scale(1.1)}.gallery-modal__arrow svg{width:1.8rem;height:1.8rem}.gallery-modal__loading{display:flex;align-items:center;justify-content:center;height:260px;font-size:1.4rem;color:#888;font-family:Roboto,sans-serif;gap:1rem}.modal-image-container{transition:filter .6s ease}.modal-image-container.blurred{filter:blur(18px) saturate(.4)}.modal-image-container:not(.blurred){filter:blur(0)}.gallery-card{position:relative;border-radius:1.2rem;overflow:hidden;background:#fff;cursor:pointer;display:flex;flex-direction:column;border:2px solid #eb7803;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1)}.gallery-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.gallery-card:hover .gallery-card__overlay{opacity:1}.gallery-card:hover .gallery-card__img{transform:scale(1.06)}.gallery-card:hover .gallery-card__icon{opacity:1;transform:translate(-50%,-50%) scale(1)}.gallery-card__img-wrap{position:relative;overflow:hidden;width:100%;aspect-ratio:4/3}.gallery-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .55s cubic-bezier(.22,1,.36,1),filter .6s ease}.gallery-card__img.blurred{filter:blur(18px) saturate(.4)}.gallery-card__img:not(.blurred){filter:blur(0) saturate(1)}.gallery-card__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.55) 0,rgba(0,0,0,.12) 50%,transparent);opacity:0;transition:opacity .35s ease;border-radius:1.2rem 1.2rem 0 0}.gallery-card__icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.7);opacity:0;transition:opacity .3s ease,transform .3s ease;background:hsla(0,0%,100%,.92);border-radius:50%;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;color:#eb7803;font-size:2.2rem;box-shadow:0 4px 16px rgba(0,0,0,.2);pointer-events:none}.gallery-card__badge{top:1rem;right:1rem;background:rgba(235,120,3,.9);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);font-size:1.15rem;font-weight:600;padding:.35rem .85rem;letter-spacing:.02em;box-shadow:0 2px 8px rgba(235,120,3,.4);line-height:1.4}.gallery-card__badge,.gallery-card__count{position:absolute;color:#fff;font-family:Roboto,sans-serif;border-radius:2rem}.gallery-card__count{bottom:1rem;left:1rem;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);font-size:1.1rem;font-weight:500;padding:.3rem .75rem;display:flex;align-items:center;gap:.4rem;pointer-events:none}.gallery-card__count svg{width:1.4rem;height:1.4rem;flex-shrink:0}.breadcrumb{margin:0;padding-top:1.5rem!important}.breadcrumb_links ul{display:flex;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;padding-left:0!important;margin-left:0!important;flex-wrap:nowrap;width:100%}.breadcrumb_links ul li{font-family:Roboto,sans-serif;font-size:1.3rem;font-weight:500;text-transform:capitalize;list-style:none!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex-shrink:0}.breadcrumb_links ul li:last-child{flex-shrink:1}@media(max-width:991.98px){.breadcrumb_links ul{flex-wrap:nowrap}.breadcrumb_links ul li{display:flex;align-items:center;position:relative}.breadcrumb_links ul li:not(:first-child){padding-left:1.8rem}.breadcrumb_links ul li:not(:first-child):before{content:"";position:absolute;left:0;display:inline-block;width:13px;height:13px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.66602 3.33341L10.3327 8.00008L5.66602 12.6667' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.breadcrumb_links ul li[class*="text-[#fff"]:not(:first-child):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.66602 3.33341L10.3327 8.00008L5.66602 12.6667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.breadcrumb_links ul svg{display:none}}.breadcrumb_links ul>svg{flex-shrink:0}