:root{--color-bg:#f6f4ee;--color-ink:#1f2c22;--color-accent:#1f4d36;--color-accent-dark:#163826;--color-gold:#c8992e;--color-gold-dark:#a97e21;--color-muted:#6f7a70;--color-border:#dcd8cb;--color-card:#fff;--color-danger:#b3261e;--color-success:#2e7d32}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--color-bg);color:var(--color-ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:var(--color-accent)}button{font-family:inherit}.page{max-width:860px}.page,.page-wide{margin:0 auto;padding:2rem 1.25rem 4rem}.page-wide{max-width:1200px}.page-wide-compact{padding:.5rem .75rem 1rem}@media (max-width:600px){.page-wide{padding:1.25rem .85rem 2.5rem}}h1{font-size:1.75rem;margin-bottom:.25rem}.subtitle{color:var(--color-muted);margin-bottom:2rem}.card{background:var(--color-card);border:1px solid var(--color-border);border-radius:10px;padding:1.5rem}.form-grid{display:grid;grid-gap:1.1rem;gap:1.1rem}.field{display:flex;flex-direction:column;gap:.35rem}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.1rem;gap:1.1rem}@media (max-width:560px){.field-row{grid-template-columns:1fr}}label{font-weight:600;font-size:.92rem}.hint{font-size:.8rem;color:var(--color-muted);font-weight:400}input[type=date],input[type=email],input[type=file],input[type=number],input[type=password],input[type=text],input[type=time],input[type=url],select,textarea{border:1px solid var(--color-border);border-radius:6px;padding:.55rem .7rem;font-size:.95rem;font-family:inherit;background:#fff;color:var(--color-ink)}textarea{resize:vertical;min-height:110px}.checkbox-field{flex-direction:row;align-items:flex-start;gap:.6rem}.checkbox-field input{margin-top:.2rem}button.primary{background:var(--color-accent);color:#fff;border:none;border-radius:6px;padding:.7rem 1.4rem;font-size:1rem;font-weight:600;cursor:pointer}button.primary:hover{background:var(--color-accent-dark)}button.primary:disabled{opacity:.6;cursor:not-allowed}a.secondary,button.secondary{color:var(--color-accent);border:1px solid var(--color-accent);border-radius:6px;padding:.6rem 1.2rem;font-size:.95rem;display:inline-block;text-decoration:none;line-height:1.2}a.secondary,button.danger,button.secondary{background:#fff;font-weight:600;cursor:pointer}button.danger{color:var(--color-danger);border:1px solid var(--color-danger);border-radius:6px;padding:.5rem 1rem;font-size:.85rem}.error-text{color:var(--color-danger);font-size:.9rem}.success-box{background:#eaf5ea;border:1px solid var(--color-success);color:#1b5e20;border-radius:8px;padding:1.25rem;font-size:1.05rem}table{width:100%;border-collapse:collapse;font-size:.9rem}td,th{text-align:left;padding:.6rem .7rem;border-bottom:1px solid var(--color-border);vertical-align:middle}th{color:var(--color-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.03em}.thumb{width:56px;height:56px;object-fit:contain;border-radius:6px;background:#eee}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.badge-submitted{background:#fff3cd;color:#7a5b00}.badge-published{background:#dcefdc;color:#1b5e20}.badge-rejected{background:#fbe0de;color:#b3261e}.badge-archived{background:#e6e3de;color:#57534b}.top-bar{justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:.75rem}.gallery-grid,.top-bar{display:flex;flex-wrap:wrap}.gallery-grid{justify-content:center;gap:1.25rem}.gallery-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:10px;overflow:hidden;cursor:pointer;text-align:left;padding:0;display:flex;flex-direction:column;transition:box-shadow .15s ease,transform .15s ease;flex:1 1 240px;max-width:280px}.gallery-card:hover{box-shadow:0 6px 18px rgba(31,77,54,.15);transform:translateY(-2px)}.gallery-date-badge{background:var(--color-accent);color:#fff;text-align:center;padding:.35rem .5rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.gallery-card img{width:100%;height:150px;object-fit:contain;background:#eee}.gallery-card-body{padding:.9rem 1rem 1.1rem}.gallery-card-body h3{margin:0 0 .35rem;font-size:1rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:var(--color-gold-dark)}.gallery-meta{color:var(--color-muted);font-size:.85rem}.gallery-list{display:flex;flex-direction:column;gap:.75rem}.gallery-list-item{display:flex;align-items:center;gap:.9rem;background:var(--color-card);border:1px solid var(--color-border);border-radius:10px;padding:.6rem;cursor:pointer;text-align:left;width:100%;transition:box-shadow .15s ease}.gallery-list-item:hover{box-shadow:0 4px 12px rgba(31,77,54,.12)}.gallery-list-item .thumb,.gallery-list-item img{width:72px;height:72px;flex-shrink:0;object-fit:contain;border-radius:8px;background:#eee}.gallery-list-item-body h3{margin:0 0 .25rem;font-size:.98rem;font-weight:800;letter-spacing:.01em;color:var(--color-gold-dark)}@media (max-width:480px){.gallery-grid{gap:.75rem}.gallery-card{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.75rem);max-width:calc(50% - .375rem)}.gallery-card img{height:100px}.gallery-card-body{padding:.6rem .7rem .8rem}.gallery-card-body h3{font-size:.85rem}.gallery-meta{font-size:.75rem}.gallery-list-item .thumb,.gallery-list-item img{width:56px;height:56px}}.modal-backdrop{position:fixed;inset:0;background:rgba(20,16,14,.55);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal{background:#fff;border-radius:10px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto}.modal-wide{max-width:min(784px,96vw)}.modal img{width:100%;max-height:280px;object-fit:contain;background:#eee}.modal-body{padding:1.25rem 1.5rem 1.75rem}.modal-body h2{color:var(--color-accent-dark);text-transform:uppercase;letter-spacing:.02em}.modal-map{width:100%;aspect-ratio:16/9;border:1px solid var(--color-border);border-radius:8px;margin-top:.5rem;overflow:hidden}.modal-map iframe{width:100%;height:100%;border:0}.modal-close{position:-webkit-sticky;position:sticky;top:.75rem;float:right;margin-right:.75rem;background:rgba(0,0,0,.55);color:#fff;border:none;border-radius:999px;width:32px;height:32px;cursor:pointer;font-size:1rem}.empty-state{color:var(--color-muted);padding:2rem 0;text-align:center}.filters{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.filters button{background:#fff;border:1px solid var(--color-border);border-radius:999px;padding:.4rem 1rem;font-size:.85rem;cursor:pointer}.filters button.active{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.bb-explore-hero{display:flex;align-items:center;justify-content:center;width:100%;min-height:260px;margin-bottom:1.5rem;border-radius:10px;background-size:cover;background-position:50%;background-repeat:no-repeat;text-decoration:none}.bb-explore-title{text-align:center;color:#f4f1ea;margin:0 auto;line-height:1;text-shadow:0 2px 8px rgba(0,0,0,.28)}.bb-explore-top{font-family:Clarendon Bold,URW Clarendon,Clarendon,Egyptienne,Rockwell Extra Bold,Rockwell,Georgia,serif;font-size:clamp(52px,6vw,110px);font-weight:800;text-transform:uppercase;letter-spacing:.06em;line-height:.9}.bb-explore-script{font-family:SignPainter,Sign Painter House Script,SignPainter-HouseScript,Thirsty Script,Lobster Two,Brush Script MT,cursive;font-size:clamp(86px,12vw,205px);font-weight:400;letter-spacing:-.03em;line-height:.75;margin-top:.08em;white-space:nowrap}@media (max-width:640px){.bb-explore-top{font-size:clamp(38px,12vw,64px)}.bb-explore-script{font-size:clamp(58px,17vw,95px);white-space:normal;line-height:.8}}