:root {
  color: #18342c;
  background: #f3f5ed;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: #f3f5ed; }
a { color: inherit; }
.site-header { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 750; text-decoration: none; }
.brand-mark, .lock-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #f5f0dc; background: #254f3f; font-family: Georgia, serif; }
nav { display: flex; align-items: center; gap: 22px; }
nav a, .nav-button { color: #49665a; font: inherit; font-size: 14px; font-weight: 650; text-decoration: none; }
nav form { margin: 0; }
.nav-button { padding: 0; border: 0; background: none; cursor: pointer; }
.nav-login { padding: 10px 16px; border: 1px solid #b5c5b9; border-radius: 999px; }
main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero { min-height: 610px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(30px, 7vw, 100px); padding: 48px 0 72px; }
.eyebrow { margin: 0 0 16px; color: #6c8878; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
.hero h1, .page-heading h1, .auth-card h1 { margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 7.5vw, 92px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.lede { max-width: 600px; color: #526a60; font-size: 18px; line-height: 1.8; }
.primary-action { display: inline-flex; justify-content: center; margin-top: 22px; padding: 14px 22px; border: 0; border-radius: 999px; color: white; background: #2d654e; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; box-shadow: 0 12px 30px rgb(45 101 78 / 22%); }
.primary-action.full { width: 100%; }
.hero-art { position: relative; min-height: 440px; overflow: hidden; border-radius: 48% 48% 28px 28px; background: linear-gradient(#d9e9de 0 55%, #9ebaa5 55% 59%, #476c59 59%); box-shadow: inset 0 0 0 1px rgb(24 52 44 / 7%), 0 35px 80px rgb(39 77 59 / 18%); }
.sun { position: absolute; top: 68px; left: 55px; width: 105px; height: 105px; border-radius: 50%; background: #f2d99c; box-shadow: 0 0 60px #f2d99c; }
.bird { position: absolute; color: #294d3e; font: 72px Georgia, serif; transform: rotate(8deg); }
.bird-one { top: 120px; right: 80px; }.bird-two { top: 195px; right: 160px; font-size: 48px; }
.reed { position: absolute; bottom: -8px; width: 5px; height: 190px; border-radius: 100%; background: #264e3c; transform-origin: bottom; }
.reed::before { position: absolute; top: -36px; left: -8px; width: 20px; height: 48px; border-radius: 50%; background: #654d2d; content: ""; }
.reed-one { left: 20%; transform: rotate(-8deg); }.reed-two { left: 45%; height: 240px; transform: rotate(4deg); }.reed-three { right: 18%; height: 165px; transform: rotate(11deg); }
.privacy-note { display: flex; align-items: center; gap: 18px; margin-bottom: 80px; padding: 26px 28px; border: 1px solid #d5ded3; border-radius: 22px; background: rgb(255 255 255 / 58%); }
.privacy-note h2 { margin-bottom: 5px; font: 600 20px Georgia, serif; }.privacy-note p { margin: 0; color: #63756c; line-height: 1.6; }
.auth-shell { min-height: calc(100vh - 170px); display: grid; place-items: center; padding: 40px 0 80px; }
.auth-card { width: min(470px, 100%); padding: clamp(30px, 6vw, 56px); border: 1px solid #d5ded3; border-radius: 28px; background: #fffef9; box-shadow: 0 28px 80px rgb(38 69 55 / 12%); }
.auth-card h1 { font-size: 52px; }.auth-card > p { color: #65776e; }
.login-form { display: grid; gap: 18px; margin-top: 28px; }.login-form label { display: grid; gap: 8px; color: #40594e; font-size: 14px; font-weight: 700; }
.login-form input { width: 100%; padding: 13px 14px; border: 1px solid #bdcac1; border-radius: 12px; color: #18342c; background: white; font: inherit; }
.form-error { margin-top: 18px; padding: 11px 13px; border-radius: 10px; color: #8c2f2b; background: #f8e4df; }
.page-heading { padding: 70px 0 45px; }.page-heading.compact { padding-bottom: 34px; }.page-heading h1 { margin-bottom: 18px; font-size: clamp(46px, 6vw, 76px); }.page-heading > p:last-child { color: #61746a; font-size: 17px; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat-grid article { padding: 28px; border-radius: 22px; background: #234e3d; color: #eef3e8; }.stat-grid strong { display: block; font: 500 54px Georgia, serif; }.stat-grid span { color: #c9dbce; }
.section-block { padding: 70px 0 90px; }.section-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }.section-title h2 { margin: 0; font: 500 36px Georgia, serif; }.section-title > a { color: #376650; font-weight: 700; text-decoration: none; }
.member-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.member-card { display: flex; align-items: center; gap: 15px; padding: 22px; border: 1px solid #d7dfd5; border-radius: 18px; background: rgb(255 255 255 / 62%); }.avatar { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: white; background: #789685; font: 500 22px Georgia, serif; }.member-card h3 { margin-bottom: 4px; }.member-card p { margin: 0; color: #718078; font-size: 14px; }
.gallery-filters { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; align-items: end; gap: 14px; margin: 0 0 34px; padding: 20px; border: 1px solid #d5ded3; border-radius: 20px; background: rgb(255 255 255 / 66%); box-shadow: 0 12px 34px rgb(42 74 59 / 6%); }
.gallery-filters label, .filter-field { display: grid; gap: 8px; min-width: 0; color: #40594e; font-size: 13px; font-weight: 750; }.gallery-filters select, .gallery-filters input:not([type="hidden"]), .searchable-select-trigger { width: 100%; min-width: 0; height: 44px; padding: 11px 13px; border: 1px solid #bdcac1; border-radius: 12px; color: #18342c; background: #fffef9; font: inherit; }.gallery-filters select { padding-right: 36px; }
.searchable-select { position: relative; min-width: 0; }.searchable-select-trigger { display: flex; align-items: center; justify-content: space-between; gap: 10px; cursor: pointer; text-align: left; }.searchable-select-trigger [data-selected-label] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.select-chevron { width: 8px; height: 8px; flex: 0 0 auto; border-right: 2px solid #668075; border-bottom: 2px solid #668075; transform: translateY(-2px) rotate(45deg); transition: transform .15s ease; }.searchable-select-trigger[aria-expanded="true"] .select-chevron { transform: translateY(2px) rotate(225deg); }
.searchable-select-menu { position: absolute; z-index: 30; top: calc(100% + 7px); left: 0; width: max(100%, 260px); padding: 10px; border: 1px solid #bdcac1; border-radius: 14px; background: #fffef9; box-shadow: 0 20px 50px rgb(31 62 48 / 20%); }.searchable-select-menu[hidden] { display: none; }.gallery-filters .searchable-select-search { height: 40px; margin-bottom: 8px; background: white; }.searchable-select-options { max-height: 250px; overflow-y: auto; overscroll-behavior: contain; }.searchable-select-options button { display: flex; width: 100%; align-items: baseline; justify-content: space-between; gap: 14px; padding: 10px 11px; border: 0; border-radius: 9px; color: #29483c; background: transparent; font: inherit; cursor: pointer; text-align: left; }.searchable-select-options button:hover, .searchable-select-options button:focus-visible { outline: none; background: #edf3ec; }.searchable-select-options button[aria-selected="true"] { color: #1e5d45; background: #e3eee5; }.searchable-select-options button[hidden] { display: none; }.searchable-select-options small { color: #708078; font-size: 11px; font-weight: 600; text-align: right; }.searchable-select-empty { margin: 12px 8px 5px; color: #7b8981; font-size: 12px; font-weight: 600; }.searchable-select-empty[hidden] { display: none; }
.filter-actions { display: flex; align-items: center; gap: 13px; min-height: 43px; }.filter-submit { padding: 12px 17px; border: 0; border-radius: 12px; color: white; background: #2d654e; font: inherit; font-weight: 750; cursor: pointer; white-space: nowrap; }.filter-actions a { color: #49665a; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.empty-gallery { margin-bottom: 34px; padding: 38px 28px; border: 1px dashed #b8c9bd; border-radius: 20px; text-align: center; }.empty-gallery h2 { margin-bottom: 8px; font: 500 28px Georgia, serif; }.empty-gallery p { margin: 0; color: #687970; }.empty-gallery a { color: #2d654e; font-weight: 700; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 18px; }.photo-card { overflow: hidden; border-radius: 18px; background: #fffef9; box-shadow: 0 12px 36px rgb(42 74 59 / 10%); }.photo-frame { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: #dce5dc; }.photo-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.photo-frame:hover img { transform: scale(1.025); }.photo-frame span { position: absolute; right: 12px; bottom: 12px; padding: 8px 10px; border-radius: 999px; color: white; background: rgb(19 48 37 / 82%); font-size: 12px; font-weight: 700; opacity: 0; transition: opacity .2s; }.photo-frame:hover span { opacity: 1; }
.photo-meta { padding: 17px 18px 20px; }.photo-meta h2 { margin-bottom: 6px; font: 600 22px Georgia, serif; }.photo-meta p { margin-bottom: 10px; color: #687970; font-size: 14px; line-height: 1.5; }.photo-meta small { color: #829087; }.photo-meta-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; }.photo-save-link { color: #2d654e; font-size: 13px; font-weight: 750; text-decoration: none; white-space: nowrap; }.photo-save-link[aria-disabled="true"] { color: #829087; cursor: wait; }
.photo-detail-heading { padding: 54px 0 28px; }.photo-detail-heading .back-link { display: inline-block; margin-bottom: 42px; color: #49665a; font-size: 14px; font-weight: 700; text-decoration: none; }.photo-detail-heading h1 { margin-bottom: 12px; font: 500 clamp(42px, 6vw, 70px) Georgia, serif; letter-spacing: -.04em; }.photo-detail-heading > p:last-child { color: #61746a; font-size: 17px; }
.original-photo-frame { display: grid; place-items: center; margin: 0; padding: clamp(8px, 2vw, 22px); border-radius: 22px; background: #17382e; box-shadow: 0 24px 70px rgb(23 56 46 / 18%); }.original-photo-frame img { display: block; max-width: 100%; max-height: min(82vh, 1100px); object-fit: contain; }
.original-actions { display: flex; align-items: center; gap: 18px; padding: 28px 0 76px; }.original-actions .primary-action { flex: 0 0 auto; margin: 0; }.original-actions p { margin: 0; color: #687970; line-height: 1.6; }
.pagination { justify-content: center; padding: 50px 0 80px; }.pagination a { color: #2d654e; font-weight: 750; text-decoration: none; }.pagination span { color: #74847b; }
footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 36px; border-top: 1px solid #d7dfd5; color: #7b8981; font-size: 13px; }

@media (max-width: 780px) {
  .site-header { width: min(100% - 28px, 1180px); min-height: 72px; }.brand span:last-child { display: none; }nav { gap: 14px; }
  main, footer { width: min(100% - 28px, 1180px); }.hero { grid-template-columns: 1fr; min-height: auto; padding-top: 45px; }.hero-art { min-height: 340px; order: -1; }.hero h1 { font-size: clamp(50px, 15vw, 74px); }
  .stat-grid, .member-grid { grid-template-columns: 1fr; }.gallery-filters { grid-template-columns: 1fr 1fr; }.filter-actions { align-self: end; }.gallery-grid { grid-template-columns: repeat(2, 1fr); }.original-actions { align-items: flex-start; flex-direction: column; gap: 14px; }.section-title { align-items: start; flex-direction: column; }
}

@media (max-width: 520px) {
  .gallery-filters { grid-template-columns: 1fr; }.filter-actions { justify-content: space-between; }.gallery-grid { grid-template-columns: 1fr; }.privacy-note { align-items: flex-start; }.photo-frame span { opacity: 1; }.page-heading { padding-top: 45px; }
}
