.gallery-page{padding-block:2.5rem 4rem;background:radial-gradient(ellipse 55% 40% at 0% 0%,rgba(74,103,65,0.07),transparent 55%),radial-gradient(ellipse 45% 35% at 100% 10%,rgba(139,69,19,0.05),transparent 50%),linear-gradient(180deg,var(--color-sand) 0%,#f7f3ec 100%);overflow-x:clip}.gallery-page__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1.75rem;align-items:start;width:100%;max-width:100%;min-width:0}@media (min-width:992px){.gallery-page__layout{grid-template-columns:280px minmax(0,1fr);gap:2.25rem}}.gallery-sidebar{min-width:0;max-width:100%}.gallery-sidebar__panel{position:sticky;top:calc(var(--header-height)+1rem);padding:1.25rem;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);max-width:100%;box-sizing:border-box}.gallery-sidebar__heading{margin:0 0 0.25rem;font-family:var(--font-display);font-size:1.25rem;font-weight:700}.gallery-sidebar__count{margin:0 0 1rem;font-size:0.8125rem;color:var(--color-ink-muted)}.gallery-filters{display:flex;flex-direction:column;gap:0.4rem;overflow-y:auto;padding-right:0.15rem;scrollbar-width:thin}@media (max-width:991px){.gallery-page{padding-block:1.5rem 3rem}.gallery-sidebar__panel{position:static;padding:1rem}.gallery-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.5rem;max-height:none;overflow:visible;padding-right:0}.gallery-filters__btn[data-filter="all"]{grid-column:1 / -1}}.gallery-filters__btn{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;width:100%;padding:0.65rem 0.8rem;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--color-ink);font-size:0.8125rem;font-weight:600;text-align:left;cursor:pointer;transition:background 0.2s ease,color 0.2s ease,border-color 0.2s ease;box-sizing:border-box;min-width:0}@media (max-width:991px){.gallery-filters__btn{justify-content:center;width:100%;padding:0.7rem 0.65rem;border-color:var(--color-border);background:var(--color-white);text-align:center;white-space:normal;line-height:1.3;hyphens:auto}.gallery-filters__label{display:block;overflow-wrap:anywhere;word-break:break-word}.gallery-filters__meta{display:none}}.gallery-filters__btn:hover{background:var(--color-parchment);border-color:var(--color-border)}.gallery-filters__btn.is-active{background:var(--color-burgundy);border-color:var(--color-burgundy);color:var(--color-white)}.gallery-filters__meta{flex:0 0 auto;min-width:1.5rem;padding:0.1rem 0.4rem;border-radius:999px;background:rgba(0,0,0,0.08);font-size:0.7rem;font-weight:700;text-align:center}.gallery-filters__btn.is-active .gallery-filters__meta{background:rgba(255,255,255,0.2)}.gallery-main{min-width:0;max-width:100%}.gallery-main__hint{margin:0 0 1rem;color:var(--color-ink-muted);font-size:0.9375rem}.gallery-masonry{column-count:1;column-gap:0.9rem;width:100%;max-width:100%}@media (min-width:480px){.gallery-masonry{column-count:2}}@media (min-width:700px){.gallery-masonry{column-count:3;column-gap:1rem}}@media (min-width:1200px){.gallery-masonry{column-count:4;column-gap:1.1rem}}.gallery-card{display:inline-block;width:100%;max-width:100%;margin:0 0 0.9rem;break-inside:avoid;border-radius:var(--radius-md);overflow:hidden;background:var(--color-forest-dark);box-shadow:0 8px 24px rgba(28,24,20,0.08);transition:transform 0.25s ease,box-shadow 0.25s ease;box-sizing:border-box}.gallery-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(28,24,20,0.14)}.gallery-card__trigger{position:relative;display:block;width:100%;max-width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden}.gallery-card__trigger img{display:block;width:100%;max-width:100%;height:auto;vertical-align:middle;transition:transform 0.45s ease}.gallery-card__trigger:hover img,.gallery-card__trigger:focus-visible img{transform:scale(1.04)}.gallery-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,0.7) 100%);opacity:0.9;pointer-events:none}.gallery-card__caption{position:absolute;left:0;right:0;bottom:0;padding:0.85rem 0.9rem;color:var(--color-white);font-size:0.8125rem;font-weight:600;line-height:1.35;text-align:left;text-shadow:0 1px 8px rgba(0,0,0,0.45);overflow-wrap:anywhere;word-break:break-word}@media (max-width:479px){.gallery-card:hover{transform:none}.gallery-card__caption{font-size:0.75rem;padding:0.7rem 0.75rem}}body.gallery-lightbox-open{overflow:hidden}.gallery-lightbox{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.gallery-lightbox[hidden]{display:none}.gallery-lightbox__backdrop{position:absolute;inset:0;background:rgba(12,14,16,0.9)}.gallery-lightbox__dialog{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:min(96vw,1100px);max-height:92vh}.gallery-lightbox__figure{margin:0;max-width:100%;text-align:center}.gallery-lightbox__figure img{display:block;max-width:min(90vw,1000px);max-height:78vh;margin-inline:auto;object-fit:contain;border-radius:var(--radius-sm);box-shadow:0 20px 60px rgba(0,0,0,0.45)}.gallery-lightbox__figure figcaption{margin-top:0.85rem;color:rgba(255,255,255,0.9);font-size:0.95rem}.gallery-lightbox__close{position:absolute;top:-0.25rem;right:-0.25rem;z-index:2;width:2.5rem;height:2.5rem;border:0;border-radius:999px;background:rgba(255,255,255,0.12);color:var(--color-white);font-size:1.75rem;line-height:1;cursor:pointer}.gallery-lightbox__close:hover{background:rgba(255,255,255,0.22)}.gallery-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:0;border-radius:999px;background:rgba(255,255,255,0.12);color:var(--color-white);cursor:pointer}.gallery-lightbox__nav:hover{background:rgba(255,255,255,0.22)}.gallery-lightbox__nav--prev{left:-0.5rem}.gallery-lightbox__nav--next{right:-0.5rem}@media (max-width:640px){.gallery-lightbox__nav--prev{left:0}.gallery-lightbox__nav--next{right:0}}.contact-form__row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.contact-form__row{grid-template-columns:repeat(2,1fr)}}.contact-page__form label{display:block;font-size:0.875rem;font-weight:600;color:var(--color-ink)}.contact-page__form .wpcf7-form-control-wrap{display:block;margin-top:0.35rem}.contact-page__form input[type="text"],.contact-page__form input[type="email"],.contact-page__form textarea{width:100%;padding:0.75rem 0.875rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-white);font:inherit;color:var(--color-ink)}.contact-page__form textarea{min-height:160px;resize:vertical}.contact-page__form input:focus,.contact-page__form textarea:focus{outline:2px solid rgba(212,87,63,0.35);border-color:var(--color-burgundy)}.contact-page__form .wpcf7-submit{align-self:flex-start;padding:0.75rem 1.5rem;border:none;border-radius:var(--radius-sm);background:var(--color-burgundy);color:var(--color-white);font-size:0.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;cursor:pointer;transition:background var(--transition)}.contact-page__form .wpcf7-submit:hover{background:var(--color-burgundy-dark)}.contact-page__form .wpcf7-response-output{margin:1rem 0 0;padding:0.875rem 1rem;border-radius:var(--radius-sm);font-size:0.875rem}.contact-page__fallback{margin:0;font-size:1.125rem}