:root{--brand:#2c3e2d;--brand-dark:#1b2a1c;--brand-mid:#4a7a4d;--brand-light:#e6ede7;--brand-lightest:#f0f4f0;--accent:#c4956a;--accent-dark:#a87b52;--accent-light:#f6ede4;--accent-lightest:#faf6f1;--accent-hover:#d4a57a;--text-primary:#1a1a1a;--text-secondary:#444;--text-tertiary:#888;--text-on-brand:#fff;--text-on-accent:#fff;--text-accent:#a87b52;--bg-page:#f0f4f0;--bg-surface:#fff;--bg-surface-sunken:#f5f8f5;--bg-hover:#f0f4f0;--bg-active:#e6ede7;--bg-accent:#f6ede4;--border-default:#d4ddd5;--border-focus:#2c3e2d;--border-accent:#c4956a;--success:#27ae60;--error:#c0392b;--warning:#e67e22;--info:#2980b9;--shadow-card:0 1px 3px #2c3e2d0f,0 8px 32px #2c3e2d0d;--shadow-focus:0 0 0 3px #2c3e2d14;--shadow-accent:0 4px 16px #c4956a26;--font-body:Source Sans 3,Arial,sans-serif;--font-heading:Playfair Display,Georgia,serif;--radius:4px}.photos-module-scss-module__nr-Zza__container{box-sizing:border-box;flex-direction:column;gap:32px;width:100%;padding:40px 0 48px;display:flex}.photos-module-scss-module__nr-Zza__header{border-bottom:1px solid #d4ddd5;flex-direction:column;gap:12px;padding-bottom:24px;display:flex}.photos-module-scss-module__nr-Zza__header .photos-module-scss-module__nr-Zza__sectionHeading{flex-direction:column;gap:8px;display:flex}.photos-module-scss-module__nr-Zza__header .photos-module-scss-module__nr-Zza__sectionHeading .photos-module-scss-module__nr-Zza__eyebrow{letter-spacing:3px;text-transform:uppercase;color:#a87b52;align-items:center;gap:4px;width:fit-content;font-size:11px;font-weight:600;display:inline-flex}.photos-module-scss-module__nr-Zza__header .photos-module-scss-module__nr-Zza__sectionHeading h2{color:#1a1a1a;margin:0;font-family:Playfair Display,Georgia,serif;font-size:34px;font-weight:700;line-height:1.3}.photos-module-scss-module__nr-Zza__header .photos-module-scss-module__nr-Zza__sectionHeading h2 span{color:#c4956a;font-style:italic}.photos-module-scss-module__nr-Zza__header .photos-module-scss-module__nr-Zza__sectionHeading p{color:#444;max-width:540px;margin:0;font-size:15px;line-height:1.6}.photos-module-scss-module__nr-Zza__header .photos-module-scss-module__nr-Zza__sectionHeading p strong{color:#a87b52;align-items:center;gap:2px;font-weight:600;display:inline-flex}@media (max-width:768px){.photos-module-scss-module__nr-Zza__header .photos-module-scss-module__nr-Zza__sectionHeading h2{font-size:26px}}.photos-module-scss-module__nr-Zza__grid{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;width:100%;display:grid}.photos-module-scss-module__nr-Zza__card{cursor:pointer;background:#fff;border:1px solid #d4ddd5;border-radius:6px;flex-direction:column;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;overflow:hidden;box-shadow:0 1px 3px #2c3e2d0f}.photos-module-scss-module__nr-Zza__card:hover{border-color:#c4956a;transform:translateY(-4px);box-shadow:0 8px 32px #2c3e2d0d}.photos-module-scss-module__nr-Zza__card:hover .photos-module-scss-module__nr-Zza__image img{transform:scale(1.06)}.photos-module-scss-module__nr-Zza__card:focus-visible{border-color:#c4956a;outline:none;box-shadow:0 0 0 3px #2c3e2d14}.photos-module-scss-module__nr-Zza__card .photos-module-scss-module__nr-Zza__image{aspect-ratio:4/3;background:#f5f8f5;width:100%;position:relative;overflow:hidden}.photos-module-scss-module__nr-Zza__card .photos-module-scss-module__nr-Zza__image img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.photos-module-scss-module__nr-Zza__card .photos-module-scss-module__nr-Zza__image .photos-module-scss-module__nr-Zza__badge{z-index:1;letter-spacing:.5px;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-overflow:ellipsis;white-space:nowrap;opacity:0;background:#1b2a1cb3;border-radius:9999px;max-width:calc(100% - 24px);padding:4px 10px;font-size:11px;font-weight:600;transition:opacity .25s,transform .25s;position:absolute;bottom:12px;left:12px;overflow:hidden;transform:translateY(4px)}.photos-module-scss-module__nr-Zza__card .photos-module-scss-module__nr-Zza__image:after{content:"";opacity:0;background:linear-gradient(#0000,#1b2a1c2e);height:40%;transition:opacity .25s;position:absolute;inset:auto 0 0}.photos-module-scss-module__nr-Zza__card:hover .photos-module-scss-module__nr-Zza__image:after{opacity:1}.photos-module-scss-module__nr-Zza__card:hover .photos-module-scss-module__nr-Zza__image .photos-module-scss-module__nr-Zza__badge,.photos-module-scss-module__nr-Zza__card:focus-visible .photos-module-scss-module__nr-Zza__image .photos-module-scss-module__nr-Zza__badge{opacity:1;transform:translateY(0)}.photos-module-scss-module__nr-Zza__card .photos-module-scss-module__nr-Zza__meta{flex-direction:column;flex:1;gap:4px;padding:16px;display:flex}.photos-module-scss-module__nr-Zza__card .photos-module-scss-module__nr-Zza__meta small{letter-spacing:.5px;text-transform:uppercase;color:#888;font-size:11px;font-weight:600}.photos-module-scss-module__nr-Zza__card .photos-module-scss-module__nr-Zza__meta .photos-module-scss-module__nr-Zza__title{text-overflow:ellipsis;white-space:nowrap;color:#1a1a1a;font-family:Playfair Display,Georgia,serif;font-size:20px;font-weight:600;line-height:1.3;overflow:hidden}.photos-module-scss-module__nr-Zza__card .photos-module-scss-module__nr-Zza__meta .photos-module-scss-module__nr-Zza__description{-webkit-line-clamp:2;text-overflow:ellipsis;color:#444;-webkit-box-orient:vertical;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.photos-module-scss-module__nr-Zza__load{justify-content:center;align-items:center;margin-top:24px;display:flex}
