.instagram-feed{--ig-title-color: #2F2F2F;--ig-accent: #BFB792;--ig-text: #2F2F2F;--ig-border: #BFB792;--ig-bg: #f8f6f1}.instagram-feed__inner{display:flex;flex-direction:column;align-items:center}.instagram-feed__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;text-align:center}.instagram-feed__header--left{justify-content:flex-start;text-align:left}.instagram-feed__header--right{justify-content:flex-end;text-align:right}.instagram-feed__title{font-family:Cinzel,serif;font-size:1.75rem;font-weight:600;margin:0;color:var(--ig-title-color);text-transform:uppercase;letter-spacing:.05em}@media (max-width: 768px){.instagram-feed__title{font-size:1.5rem}}@media (max-width: 480px){.instagram-feed__title{font-size:1.25rem}}.instagram-feed__social{display:flex;gap:.75rem;align-items:center}.instagram-feed__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--ig-text);transition:color .2s ease,transform .2s ease}.instagram-feed__social-link:hover{color:var(--ig-accent);transform:scale(1.05)}.instagram-feed__icon{width:24px;height:24px}.instagram-feed__content{width:100%;margin-bottom:.5rem}.instagram-feed__grid{display:grid;gap:1rem;width:100%}.instagram-feed--cols-2 .instagram-feed__grid{grid-template-columns:repeat(2,1fr)}.instagram-feed--cols-3 .instagram-feed__grid{grid-template-columns:repeat(3,1fr)}.instagram-feed--cols-4 .instagram-feed__grid{grid-template-columns:repeat(4,1fr)}.instagram-feed__item{position:relative;aspect-ratio:1;overflow:hidden}.instagram-feed__link{display:block;width:100%;height:100%}.instagram-feed__image-wrap{position:relative;width:100%;height:100%;overflow:hidden}.instagram-feed__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.instagram-feed__link:hover .instagram-feed__image,.instagram-feed__item:hover .instagram-feed__image{transform:scale(1.05)}.instagram-feed__overlay{position:absolute;padding:.75rem 1rem;color:#fff;font-family:PT Sans,sans-serif;line-height:1.3;pointer-events:none}.instagram-feed__overlay--bottom-left{bottom:0;left:0}.instagram-feed__overlay--bottom-right{bottom:0;right:0}.instagram-feed__overlay--top-left{top:0;left:0}.instagram-feed__overlay--top-right{top:0;right:0}.instagram-feed__overlay--red{background:linear-gradient(135deg,#730202,#5a0202);box-shadow:0 2px 8px #0003}.instagram-feed__overlay--grey{background:#2f2f2fd9;box-shadow:0 2px 8px #0003}.instagram-feed__overlay-text{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.instagram-feed__overlay-subtext{display:block;font-size:1rem;font-weight:700}@media (max-width: 480px){.instagram-feed__overlay-subtext{font-size:.875rem}}.instagram-feed__overlay-tertiary{display:block;font-size:.7rem;font-weight:500;margin-top:.25rem;opacity:.95}.instagram-feed__shortcode{width:100%}.instagram-feed__shortcode iframe,.instagram-feed__shortcode img{max-width:100%;height:auto}.instagram-feed__placeholder{color:#6c6c6c;font-size:.875rem;font-style:italic;text-align:center}.instagram-feed__actions{display:flex;justify-content:center}.instagram-feed__button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:1px solid var(--ig-border);border-radius:8px;color:var(--ig-text);font-family:PT Sans,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.instagram-feed__button:hover{background:var(--ig-accent);border-color:var(--ig-accent);color:#fff}.instagram-feed--bg-light{background-color:var(--ig-bg)}.instagram-feed--bg-transparent{background-color:transparent}.instagram-feed--bg-subtle{background-color:#f3f3f3}@media (max-width: 992px){.instagram-feed--cols-4 .instagram-feed__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.instagram-feed--cols-3 .instagram-feed__grid,.instagram-feed--cols-4 .instagram-feed__grid{grid-template-columns:repeat(2,1fr)}.instagram-feed__grid{gap:.75rem}}@media (max-width: 480px){.instagram-feed__header{flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.instagram-feed__grid{gap:.5rem}.instagram-feed__overlay-text{font-size:.65rem}.instagram-feed__overlay-subtext{font-size:.8rem}.instagram-feed__button{padding:.625rem 1.25rem;font-size:.875rem}}
