@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap";.projects-page__notice{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);color:var(--wdp-text-muted);padding:.75rem 1rem;font-size:.9rem}.project-error{color:var(--wdp-error);margin:0}.project-grid{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1rem;display:grid}.project-card{background:var(--wdp-white);border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);box-shadow:var(--wdp-shadow);flex-direction:column;gap:.45rem;padding:1.1rem;display:flex}.project-card__header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.project-card h3{margin:0;font-size:1rem}.project-card h3 a{color:var(--wdp-text-dark);text-decoration:none}.project-card h3 a:hover{color:var(--wdp-gold-hover)}.project-card__location,.project-card__meta,.project-card__size,.project-card__year{color:var(--wdp-text-muted);margin:0;font-size:.88rem}.project-badge{background:var(--wdp-cream);color:var(--wdp-text-dark);white-space:nowrap;border-radius:999px;padding:.2rem .55rem;font-size:.72rem;display:inline-block}.project-badge--active{color:var(--wdp-gold-hover);background:#a6896626}.project-empty{background:var(--wdp-white);border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);padding:1.5rem}.project-empty h3{margin:0 0 .5rem}.project-empty p{color:var(--wdp-text-muted);margin:0}.project-empty__hint{font-size:.9rem;margin-top:.75rem!important}.project-filters{background:var(--wdp-white);border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);padding:1rem}.project-filters__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.project-filters__header h2{margin:0;font-size:1rem}.project-filters__clear{color:var(--wdp-gold-hover);cursor:pointer;background:0 0;border:none;font-size:.85rem;text-decoration:underline}.project-filters__grid{grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));gap:.75rem;display:grid}.project-filter-field{color:var(--wdp-text-muted);flex-direction:column;gap:.3rem;font-size:.82rem;display:flex}.project-filter-field select{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);color:var(--wdp-text-dark);padding:.5rem .6rem}.project-filter-chips{flex-wrap:wrap;gap:.5rem;display:flex}.project-filter-chip{border:1px solid var(--wdp-border);background:var(--wdp-cream);cursor:pointer;border-radius:999px;padding:.25rem .65rem;font-size:.78rem}.project-result-count{color:var(--wdp-text-muted);margin:0;font-size:.9rem}.project-table-wrap{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);overflow-x:auto}.project-table{border-collapse:collapse;width:100%;font-size:.88rem}.project-table th,.project-table td{border-bottom:1px solid var(--wdp-border);text-align:left;padding:.7rem .9rem}.project-table th{color:var(--wdp-text-muted);font-weight:600}.project-table a{color:var(--wdp-text-dark);text-decoration:none}.project-table a:hover{color:var(--wdp-gold-hover)}.project-meta-grid{grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:.75rem 1rem;margin:0;display:grid}.project-stat-line{flex-direction:column;gap:.15rem;display:flex}.project-stat-line dt{letter-spacing:.06em;text-transform:uppercase;color:var(--wdp-text-muted);font-size:.75rem}.project-stat-line dd{color:var(--wdp-text-dark);margin:0;font-size:.92rem}.project-detail{flex-direction:column;gap:1.25rem;display:flex}.project-detail-header__row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.project-detail-header__address{color:var(--wdp-text-muted);margin:.35rem 0 0}.project-back-link{color:var(--wdp-gold-hover);margin-bottom:.75rem;font-size:.88rem;text-decoration:none;display:inline-block}.project-back-link:hover{text-decoration:underline}.project-detail__section{background:var(--wdp-white);border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);padding:1.25rem}.project-detail__section h2{margin:0 0 .85rem;font-size:1rem}.project-detail__notes{white-space:pre-wrap;color:var(--wdp-text-dark);margin:0}.project-detail__future p{color:var(--wdp-text-muted);margin:0;font-size:.9rem}.project-list-toolbar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.project-list-toolbar button{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);cursor:pointer;padding:.55rem .85rem}.project-list-toolbar button.is-active{border-color:var(--wdp-gold);color:var(--wdp-gold-hover)}.projects-page__link-button{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);color:var(--wdp-text-dark);align-items:center;padding:.55rem .9rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.projects-page__link-button:hover{border-color:var(--wdp-gold);color:var(--wdp-gold-hover)}.import-selected-file{color:var(--wdp-text-muted);margin:0;font-size:.9rem}.import-actions{flex-wrap:wrap;gap:.75rem;display:flex}.import-actions__confirm{background:var(--wdp-charcoal);color:var(--wdp-white)}.import-actions__confirm:hover{background:#1f1f1f}.import-result-section{margin-top:1.5rem}.import-result-section h2,.import-result-section h3{margin:0 0 .75rem;font-size:1rem}.import-result-meta{color:var(--wdp-text-muted);margin:0 0 1rem;font-size:.9rem}.import-result-grid{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.75rem;display:grid}.import-result-card{background:var(--wdp-white);border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);flex-direction:column;gap:.25rem;padding:.85rem 1rem;display:flex}.import-result-card__label{color:var(--wdp-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.import-errors{background:var(--wdp-white);border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);margin-top:1rem;padding:1rem}.import-errors ul{color:var(--wdp-text-dark);margin:0;padding-left:1.1rem;font-size:.88rem}.import-errors li+li{margin-top:.35rem}.portfolio-card-list{flex-direction:column;gap:1.25rem;display:flex}.portfolio-card{background:var(--wdp-white);border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);box-shadow:var(--wdp-shadow);grid-template-columns:minmax(0,42%) minmax(0,58%);gap:0;min-height:18rem;display:grid;overflow:hidden}.portfolio-card__content{flex-direction:column;gap:.35rem;padding:1.35rem 1.5rem;display:flex}.portfolio-card__title{margin:0;font-size:1.35rem;font-weight:700;line-height:1.2}.portfolio-card__title a{color:var(--wdp-text-dark);text-decoration:none}.portfolio-card__title a:hover{color:var(--wdp-gold-hover)}.portfolio-card__address,.portfolio-card__region,.portfolio-card__line{color:var(--wdp-text-dark);margin:0;font-size:.92rem}.portfolio-card__label{margin-right:.35rem;font-weight:600}.portfolio-card__italic{color:var(--wdp-text-muted);margin:.15rem 0 0;font-size:.9rem;font-style:italic}.portfolio-card__spacer{height:.65rem}.portfolio-card__media{background:#f3f1ec;min-height:18rem;position:relative}.portfolio-card__image{object-fit:cover;width:100%;height:100%;display:block}.portfolio-card__placeholder{width:100%;height:100%;min-height:18rem;color:var(--wdp-text-muted);background:linear-gradient(135deg,#f7f5f0 0%,#ece8df 100%);flex-direction:column;justify-content:center;align-items:center;gap:.35rem;display:flex}.portfolio-card__placeholder span{letter-spacing:.08em;color:var(--wdp-charcoal);font-size:2rem;font-weight:700}.project-detail__hero{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);margin:0 0 1rem;overflow:hidden}.project-detail__hero-image{object-fit:cover;width:100%;max-height:28rem;display:block}.project-gallery__hero{margin:0 0 1rem}.project-gallery__hero-image{object-fit:cover;border-radius:var(--wdp-radius);border:1px solid var(--wdp-border);width:100%;max-height:24rem}.project-gallery__caption{color:var(--wdp-text-muted);margin-top:.5rem;font-size:.9rem}.project-gallery__grid{grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:.85rem;display:grid}.project-gallery__item{margin:0}.project-gallery__thumb{aspect-ratio:4/3;object-fit:cover;border-radius:var(--wdp-radius);border:1px solid var(--wdp-border);width:100%}.project-gallery__item figcaption{color:var(--wdp-text-muted);margin-top:.35rem;font-size:.82rem}.project-image-grid-section{margin-top:1.5rem}.project-image-grid{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1rem;display:grid}.project-image-card{background:var(--wdp-white);border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);flex-direction:column;display:flex;overflow:hidden}.project-image-card__media{aspect-ratio:4/3;background:#f3f1ec;position:relative}.project-image-card__media img{object-fit:cover;width:100%;height:100%}.project-image-card__badge{background:var(--wdp-gold);color:var(--wdp-charcoal);border-radius:999px;padding:.2rem .45rem;font-size:.75rem;font-weight:700;position:absolute;top:.65rem;left:.65rem}.project-image-card__meta{flex-direction:column;gap:.25rem;padding:.85rem 1rem .35rem;display:flex}.project-image-card__flags{color:var(--wdp-text-muted);margin:0;font-size:.85rem}.project-image-card__actions{flex-wrap:wrap;gap:.5rem;padding:0 1rem 1rem;display:flex}.project-image-card__actions button{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);cursor:pointer;padding:.45rem .7rem;font-size:.85rem}.project-image-card__actions button.is-danger{color:var(--wdp-error)}.admin-form__checkbox{align-items:center;flex-direction:row!important;gap:.5rem!important}@media (width<=900px){.portfolio-card{grid-template-columns:1fr}.portfolio-card__media{order:-1;min-height:14rem}}.admin-form{flex-direction:column;gap:1rem;max-width:40rem;display:flex}.admin-form__grid{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1rem;display:grid}.admin-form label{flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.admin-form input,.admin-form select,.admin-form textarea{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);padding:.65rem .75rem}.admin-form__full-width{grid-column:1/-1}.admin-form__submit{border-radius:var(--wdp-radius);background:var(--wdp-gold);color:var(--wdp-charcoal);cursor:pointer;border:none;align-self:flex-start;padding:.7rem 1.25rem;font-weight:600}.admin-form__submit:hover{background:var(--wdp-gold-hover)}.admin-form__submit:disabled{opacity:.65;cursor:not-allowed}.admin-form__notice{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);color:var(--wdp-text-muted);padding:.75rem 1rem;font-size:.9rem}.admin-form__success{color:var(--wdp-success);margin:0}.admin-form__list{margin-top:1.5rem}.admin-form__list h2{margin-bottom:1rem;font-size:1.1rem}.admin-form__link{color:var(--wdp-gold-hover);cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:0;font-size:.85rem;text-decoration:underline}.login-card__link{color:var(--wdp-gold-hover);font-size:.9rem}.admin-form__submit--link{text-decoration:none;display:inline-block}.admin-users__toolbar{align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.admin-users__toolbar label{flex-direction:column;gap:.35rem;min-width:16rem;font-size:.9rem;display:flex}.admin-users__toolbar input{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);padding:.65rem .75rem}.admin-users__section{margin-top:2rem}.admin-users__section h2{margin-bottom:.75rem;font-size:1.1rem}.admin-users__table-wrap{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);overflow-x:auto}.admin-users__table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-users__table th,.admin-users__table td{border-bottom:1px solid var(--wdp-border);text-align:left;vertical-align:middle;padding:.75rem 1rem}.admin-users__table th{color:var(--wdp-text-muted);background:var(--wdp-surface-muted,#faf8f5);font-weight:600}.admin-users__actions{flex-wrap:wrap;gap:.5rem;display:flex}.admin-users__actions select,.admin-users__actions button{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);cursor:pointer;padding:.35rem .55rem;font-size:.8rem}.admin-users__badge{background:var(--wdp-surface-muted,#f3efe8);border-radius:999px;padding:.2rem .5rem;font-size:.75rem;display:inline-block}.page-shell__header-row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.page-shell__actions{flex-shrink:0}.home-page{flex-direction:column;display:flex}.home-hero{background:linear-gradient(135deg, var(--wdp-navy) 0%, var(--wdp-charcoal) 100%);color:#fff;padding:clamp(3rem,8vw,6rem) clamp(1.5rem,5vw,4rem)}.home-hero__content{max-width:42rem}.home-hero__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--wdp-gold-light);margin-bottom:1rem;font-size:.75rem}.home-hero h1{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem)}.home-hero__lead{color:#ffffffd1;max-width:36rem;font-size:1.05rem}.home-hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.home-button{border-radius:var(--wdp-radius);justify-content:center;align-items:center;padding:.7rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.home-button--primary{background:var(--wdp-gold);color:var(--wdp-charcoal)}.home-button--primary:hover{background:var(--wdp-gold-hover)}.home-button--secondary{color:#fff;border:1px solid #ffffff59}.home-button--secondary:hover{border-color:var(--wdp-gold-light);color:var(--wdp-gold-light)}.home-section{padding:clamp(2rem,5vw,3.5rem) clamp(1.5rem,5vw,4rem)}.login-page{place-items:center;min-height:calc(100vh - 8rem);padding:2rem 1.5rem;display:grid}.login-card{background:var(--wdp-white);border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);width:min(100%,28rem);box-shadow:var(--wdp-shadow);padding:2rem}.login-card h1{margin-bottom:.35rem}.login-card__subtitle{color:var(--wdp-text-muted);margin-bottom:1.5rem}.login-form{flex-direction:column;gap:1rem;display:flex}.login-form label{flex-direction:column;gap:.35rem;font-size:.9rem;display:flex}.login-form input{border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);background:var(--wdp-white);padding:.65rem .75rem}.login-form input:focus{border-color:var(--wdp-gold);outline:2px solid #a6896659}.login-form button{border-radius:var(--wdp-radius);background:var(--wdp-gold);color:var(--wdp-charcoal);cursor:pointer;border:none;margin-top:.5rem;padding:.7rem 1rem;font-weight:600}.login-form button:hover{background:var(--wdp-gold-hover)}.login-form button:disabled{opacity:.65;cursor:not-allowed}.login-error{color:var(--wdp-error);margin:0;font-size:.9rem}.login-hint{color:var(--wdp-text-muted);margin-top:1rem;font-size:.82rem}.contact-page{max-width:40rem;padding:clamp(2rem,5vw,3rem) clamp(1.5rem,5vw,4rem)}.contact-page p{color:var(--wdp-text-muted)}.contact-link{color:var(--wdp-gold-hover)}.public-layout{background:var(--wdp-cream);flex-direction:column;min-height:100dvh;display:flex}.public-header{background:var(--wdp-charcoal);color:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.public-brand{color:inherit;align-items:baseline;gap:.75rem;text-decoration:none;display:flex}.public-brand__mark{font-family:var(--wdp-serif);letter-spacing:.04em;font-size:1.5rem}.public-brand__text{letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;font-size:.8rem}.public-nav{gap:1.25rem;display:flex}.public-nav a{color:#ffffffe6;font-size:.9rem;text-decoration:none}.public-nav a:hover{color:var(--wdp-gold-light)}.public-main{flex:1}.public-footer{border-top:1px solid var(--wdp-border);color:var(--wdp-text-muted);text-align:center;padding:1.25rem 1.5rem;font-size:.85rem}.app-layout{background:var(--wdp-cream);min-height:100dvh;display:flex}.app-sidebar{width:var(--wdp-sidebar-width);background:var(--wdp-charcoal);color:#fff;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;display:flex}.app-sidebar__brand{border-bottom:1px solid #ffffff14;padding:1.5rem 1.25rem 1rem}.app-sidebar__mark{font-family:var(--wdp-serif);letter-spacing:.04em;font-size:1.75rem;display:block}.app-sidebar__label{letter-spacing:.14em;text-transform:uppercase;color:#ffffffb8;margin-top:.25rem;font-size:.7rem;display:block}.app-sidebar__nav{flex:1;padding:1rem .75rem;overflow-y:auto}.sidebar-nav{flex-direction:column;gap:.25rem;display:flex}.sidebar-nav__link{border-radius:var(--wdp-radius);color:#ffffffd1;align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.9rem;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.sidebar-nav__link:hover{background:var(--wdp-charcoal-light);color:#fff}.sidebar-nav__link--active{color:var(--wdp-gold-light);border-left:2px solid var(--wdp-gold);background:#a689662e;padding-left:calc(.75rem - 2px)}.app-sidebar__footer{border-top:1px solid #ffffff14;padding:1rem 1.25rem 1.25rem}.app-sidebar__user{flex-direction:column;gap:.2rem;margin-bottom:.75rem;font-size:.82rem;display:flex}.app-sidebar__user-name{color:#fff;font-weight:600}.app-sidebar__user-role{color:var(--wdp-gold-light);text-transform:capitalize}.app-sidebar__logout{border-radius:var(--wdp-radius);background:var(--wdp-gold);width:100%;color:var(--wdp-charcoal);cursor:pointer;border:none;padding:.5rem .75rem;font-size:.85rem}.app-sidebar__logout:hover{background:var(--wdp-gold-hover)}.app-content{flex-direction:column;flex:1;min-width:0;display:flex}.app-content__header{padding:1.5rem 2rem 0}.app-content__main{flex:1;width:100%;max-width:72rem;padding:1.5rem 2rem 2rem}@media (width<=900px){.app-layout{flex-direction:column}.app-sidebar{width:100%}.app-sidebar__nav{max-height:none}.sidebar-nav{flex-flow:wrap}}:root{--wdp-navy:#1a1f26;--wdp-charcoal:#222831;--wdp-charcoal-light:#2d333b;--wdp-gold:#a68966;--wdp-gold-hover:#8f7456;--wdp-gold-light:#d4b896;--wdp-cream:#f7f5f2;--wdp-white:#fff;--wdp-text-dark:#2c2c2c;--wdp-text-muted:#6b6b6b;--wdp-border:#d8d4cf;--wdp-error:#b42318;--wdp-success:#2d6a4f;--wdp-serif:"Bree Serif", Georgia, "Times New Roman", serif;--wdp-sans:"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--wdp-sidebar-width:15.5rem;--wdp-radius:2px;--wdp-shadow:0 1px 3px #1a1f260f}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{font-family:var(--wdp-sans);color:var(--wdp-text-dark);background-color:var(--wdp-cream);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.5}a{color:inherit}button,input,textarea,select{font:inherit}h1,h2,h3,h4{font-family:var(--wdp-serif);margin:0 0 .5rem;font-weight:400;line-height:1.2}p{margin:0 0 1rem}.page-shell{flex-direction:column;gap:1.5rem;display:flex}.page-shell__header{flex-direction:column;gap:.35rem;display:flex}.page-shell__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--wdp-gold);font-size:.75rem}.page-shell__title{color:var(--wdp-text-dark);font-size:clamp(1.75rem,3vw,2.25rem)}.page-shell__description{max-width:42rem;color:var(--wdp-text-muted);margin:0}.page-shell__content{flex-direction:column;gap:1.25rem;display:flex}.placeholder-grid{grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1rem;display:grid}.placeholder-card{background:var(--wdp-white);border:1px solid var(--wdp-border);border-radius:var(--wdp-radius);box-shadow:var(--wdp-shadow);padding:1.25rem}.placeholder-card h3{margin-bottom:.35rem;font-size:1rem}.placeholder-card p{color:var(--wdp-text-muted);margin:0;font-size:.9rem}.loading-state{min-height:12rem;color:var(--wdp-text-muted);justify-content:center;align-items:center;display:flex}
