@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";:root{--cream:#eadfca;--green:#24382f;--ink:#18231f;--paper:#f8f4eb;--rust:#a94f32;--line:#24382f2e;--font:"Montserrat", sans-serif;--helper-text:#eadfca;--site-text-color:#eadfca;--site-overlay:transparent;--site-panel:#101a16a6;--middle-panel:#101a16d1;--photo-overlay:#101a16b8;--photo-surround:#101a16f5;--site-background-image:none}*{box-sizing:border-box}html{min-height:100%;color:var(--site-text-color);font-family:var(--font);background-color:var(--paper);background-image:var(--site-background-image);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}body{min-height:100vh;font-family:var(--font);background:0 0;margin:0}body:before{content:"";z-index:0;background:var(--site-overlay);pointer-events:none;position:fixed;inset:0}button,input,textarea,select,option{font:inherit}a,h1,h2,h3,h4,h5,h6,p,li,label,span,strong,small{color:inherit}.site-shell{z-index:1;flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative;overflow-x:clip}.site-header{background:var(--site-panel);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;border:1px solid #fff3;border-radius:18px;align-items:center;gap:20px;width:min(1280px,100% - 40px);min-height:140px;margin:16px auto 0;padding:8px clamp(20px,4vw,52px);display:flex;position:sticky;top:16px}.brand{font-family:var(--font);align-items:center;gap:12px;font-size:1.2rem;text-decoration:none;display:flex}.brand-mark{background:var(--green);width:38px;height:38px;color:var(--cream);border-radius:50%;place-items:center;font-style:italic;display:grid}.brand-logo{object-fit:contain;width:auto;max-width:min(60vw,600px);height:124px;display:block}.header-quote{color:var(--site-text-color);text-align:center;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 3px #000000bf;flex:auto;margin:0;font-size:clamp(1rem,2vw,1.45rem);line-height:1.25;overflow:hidden}.header-quote :is(p,a,strong,em,span,br){color:inherit}.header-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.icon-button{cursor:pointer;color:var(--site-text-color);filter:drop-shadow(0 1px 3px #000000a6);background:0 0;border:0;border-radius:6px;place-items:center;padding:8px;display:grid}.icon-button svg{width:34px;height:34px;display:block}.icon-button.is-admin{color:#d54343}.icon-button:hover{color:var(--rust);background:#00000005}.header-menu{position:relative}.header-menu-panel{z-index:1100;background:var(--site-panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #ffffff3d;border-radius:12px;gap:2px;width:max-content;min-width:210px;padding:8px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 16px 38px #00000052}.header-menu-panel a{color:var(--site-text-color);text-shadow:0 1px 3px #000000bf;border-radius:7px;padding:11px 14px;font-weight:600;text-decoration:none}.header-menu-panel a:hover,.header-menu-panel a:focus-visible{color:var(--cream);background:#ffffff1a;outline:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}main{flex:1}.hero{min-height:590px;color:var(--paper);background:linear-gradient(90deg,#111d18eb,#111d1840),url(https://images.unsplash.com/photo-1527281400683-1aae777175f8?auto=format&fit=crop&w=2000&q=85) 50%/cover;padding:clamp(80px,13vw,160px) clamp(24px,8vw,120px)}.hero>div{max-width:760px}h1,h2{font-family:var(--font);margin:0;line-height:1.05}h1{font-size:clamp(3rem,8vw,7rem)}h1 em{color:var(--cream);font-weight:600}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--site-text-color);font-size:.72rem;font-weight:600}.hero .eyebrow{color:var(--cream)}.hero-copy{max-width:600px;font-size:clamp(1rem,2vw,1.3rem);line-height:1.7}.content-section,.article,.dashboard{width:min(1280px,100% - 40px);margin:0 auto;padding:70px 0}.content-section,.article{background:var(--middle-panel);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #fff3;border-radius:18px;margin-top:32px;padding-left:clamp(20px,4vw,52px);padding-right:clamp(20px,4vw,52px)}.section-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px;display:flex}.section-heading h2,.page-intro h1{font-size:clamp(2.3rem,5vw,4.5rem)}.photo-home{padding-top:48px}.photo-home-heading h1{font-size:clamp(2.6rem,6vw,5.2rem)}.photo-home-grid{grid-template-columns:1fr;gap:22px;display:grid}.photo-home-card{background:var(--photo-surround);border:1px solid #fff3;border-radius:18px;min-height:320px;text-decoration:none;display:block;position:relative;overflow:hidden}.photo-home-card img{object-fit:cover;width:100%;height:100%;min-height:320px;transition:transform .35s;display:block}.photo-home-card:hover img{transform:scale(1.04)}.category-photo-card{width:min(760px,100%);min-height:440px;margin:0 auto}.category-photo-card img{min-height:440px;max-height:70vh}.photo-home-overlay{color:#ffffffb8;background:var(--photo-overlay);text-align:center;flex-direction:column;justify-content:end;align-items:center;width:100%;padding:22px;display:flex;position:absolute;inset:0;overflow:hidden}.photo-home-overlay>*{align-self:end;width:100%}.photo-home-overlay .eyebrow{color:#ffffffb8;letter-spacing:.04em;white-space:nowrap;text-transform:uppercase;margin:0 0 8px;font-size:clamp(1.4rem,6vw,5rem);line-height:1}.photo-home-overlay h2{color:#ffffffb8;text-align:center;font-size:clamp(1rem,2.4vw,1.8rem)}.live-search{gap:10px;margin-bottom:30px;display:grid}.live-search>label{color:var(--helper-text);font-size:clamp(1.3rem,3vw,2rem)}.live-search-row{align-items:center;gap:12px;display:flex}.live-search-row input{font-size:1.1rem}.live-search-row button{flex:none}.search-results{margin-top:25px}.live-search-row .text-button{color:var(--site-text-color)}.search-box{width:min(420px,100%)}.search-box span,label{gap:7px;font-size:.8rem;font-weight:600;display:grid}input::placeholder,textarea::placeholder{color:var(--helper-text);opacity:.95}.status{color:var(--ink)}.live-search .status{color:var(--helper-text);background:#101a1673}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:8px;padding:12px 13px}textarea{resize:vertical}.post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;display:grid}.post-card{border:1px solid var(--line);color:var(--ink);background:#fff;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.post-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #1e28231a}.card-image{background-color:var(--photo-surround);background-position:50%;background-size:cover;align-items:end;min-height:235px;display:flex}.card-image span{background:var(--green);color:#fff;text-transform:uppercase;letter-spacing:.1em;margin:15px;padding:6px 9px;font-size:.7rem}.card-copy{padding:22px}.card-copy h2{font-size:1.65rem}.card-copy>p:last-child{color:#58635e;line-height:1.55}.page-intro{background:var(--green);color:#fff;padding:90px max(24px,50vw - 620px)}.page-intro>p:last-child{max-width:700px;line-height:1.7}.article{--article-side-padding:clamp(20px,4vw,52px);color:var(--site-text-color);text-shadow:0 1px 3px #000000bf;padding-top:0;overflow:hidden}.article .eyebrow,.article a{color:var(--site-text-color)}.article-header{max-width:900px;margin:20px 0 45px}.article-header h1{font-size:clamp(3rem,7vw,6rem)}.article-header>p:last-child{color:var(--site-text-color);font-size:1.25rem}.article-hero{width:calc(100% + (2 * var(--article-side-padding)));margin-left:calc(-1 * var(--article-side-padding));background:var(--photo-surround);position:relative;overflow:hidden}.article-hero-image{background:var(--photo-surround);cursor:zoom-in;border:0;width:100%;padding:0;display:block}.article-hero-image img{width:100%;height:auto;display:block}.article-hero>.photo-text-overlay{color:#fff;pointer-events:none;background:0 0;justify-content:center;align-items:end;width:100%;padding:18px 22px;display:flex;position:absolute;inset:0}.article-hero>.photo-text-overlay>*{align-self:end;width:100%}.photo-nav{z-index:2;color:#fff;cursor:pointer;background:#101a169e;border:0;border-radius:999px;width:58px;height:58px;position:absolute;top:50%;transform:translateY(-50%)}.photo-nav span{font-size:2.6rem;line-height:1;display:block;transform:translateY(-2px)}.photo-nav.prev{left:18px}.photo-nav.next{right:18px}.article-layout{width:100%;padding:35px 0 55px;display:block}.article-body{width:100%;font-family:var(--font);color:#fff;font-size:1.25rem;line-height:1.8}.article-layout aside{color:#fff;border-top:1px solid #ffffff73;width:100%;margin-top:35px;padding-top:25px}.article-body :where(p,span,div,li,strong,em){color:inherit!important;font-family:inherit!important;font-size:inherit!important}.article-body a{color:inherit!important;font-family:inherit!important}.article-body>:first-child{margin-top:0}.article-body>:last-child{margin-bottom:0}.article-location{min-width:0;height:100%}.location-map-button{cursor:zoom-in;background:#0000004d;border:1px solid #fff3;border-radius:12px;width:100%;height:100%;min-height:280px;padding:0;position:relative;overflow:hidden}.location-map{width:100%;height:100%;min-height:280px;text-shadow:none;display:block}.location-map-button>strong{z-index:500;color:#fff;text-align:left;pointer-events:none;background:#101a16c7;border-radius:8px;max-width:calc(100% - 32px);padding:9px 12px;position:absolute;bottom:16px;left:16px}.location-map-status{color:#fff;text-align:center;background:#101a16a6;border:1px solid #fff3;border-radius:12px;place-items:center;height:100%;min-height:280px;margin:0;padding:24px;display:grid}.fullscreen-map-dialog{z-index:2500;background:#101a16;position:fixed;inset:0}.fullscreen-map{width:100%;height:100%;text-shadow:none}.fullscreen-map-close{z-index:3000;color:#fff;cursor:pointer;background:#101a16e0;border:1px solid #ffffff80;border-radius:8px;padding:11px 16px;position:absolute;top:20px;right:20px}.detail-related{color:#fff;text-shadow:0 1px 3px #000000bf;border-top:1px solid #ffffff40;margin-top:0;padding-top:35px}.spotlight-location-row{grid-template-columns:minmax(0,440px) minmax(320px,440px);justify-content:start;align-items:stretch;gap:20px;margin-bottom:35px;display:grid}.spotlight-stack{justify-items:stretch;gap:20px;display:grid}.spotlight-link{color:#fff;background:var(--photo-surround);border:1px solid #fff3;border-radius:12px;width:min(440px,100%);text-decoration:none;display:block;position:relative;overflow:hidden}.spotlight-link img,.spotlight-link .category-article-placeholder{object-fit:contain;background:var(--photo-surround);width:100%;height:280px;display:block}.spotlight-link strong{background:var(--photo-overlay);text-align:center;justify-content:center;align-items:end;width:100%;padding:16px 14px;font-size:clamp(1.2rem,3vw,2rem);display:flex;position:absolute;inset:0}.category-related{margin-top:35px}.category-related h2{color:#fff;margin-bottom:20px;font-size:clamp(1.4rem,3vw,2.2rem)}.category-related .category-example-heading{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;line-height:1.4;display:block;overflow:hidden}.category-related h2 a{text-underline-offset:.18em}.category-article-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.category-article-list a{color:#fff;background:var(--photo-surround);border:1px solid #fff3;border-radius:10px;min-width:0;font-size:1.05rem;text-decoration:none;position:relative;overflow:hidden}.category-article-list img,.category-article-placeholder{object-fit:contain;background:var(--photo-surround);width:100%;height:240px;display:block}.category-article-list strong{background:var(--photo-overlay);color:#fff;text-align:center;justify-content:center;align-items:end;width:100%;padding:14px 12px;display:flex;position:absolute;inset:0}.category-related .category-article-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-related .category-article-list a{grid-template-columns:118px minmax(0,1fr);align-items:stretch;min-height:88px;display:grid;position:relative}.category-related .category-article-list img,.category-related .category-article-list .category-article-placeholder{object-fit:cover;width:118px;height:88px}.category-related .category-article-list strong{background:var(--photo-overlay);text-align:left;justify-content:flex-start;align-items:center;min-width:0;padding:12px 14px;position:static}.category-text-list{border-top:1px solid #fff3;gap:0;margin:0;padding:0;list-style:none;display:grid}.category-text-list li{border-bottom:1px solid #fff3;grid-template-columns:minmax(190px,.75fr) minmax(0,1.5fr);align-items:center;gap:18px;min-width:0;padding:11px 4px;display:grid}.category-text-list a{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:700;overflow:hidden}.category-text-list p{color:#ffffffc7;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:.92rem;line-height:1.4;overflow:hidden}.category-text-list a:hover,.category-article-list a:hover,.spotlight-link:hover{color:var(--cream)}.category-list-page{color:#fff}.category-list-heading{margin-bottom:32px}.category-list-heading .eyebrow{margin:0 0 8px}.category-summary-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.category-list-heading .category-result-summary{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;display:block;overflow:hidden}.category-result-summary strong{color:inherit;font:inherit;font-weight:700}.category-view-toggle{color:var(--site-text-color);font:inherit;cursor:pointer;background:#101a1694;border:1px solid #ffffff59;border-radius:6px;flex:none;padding:6px 10px;font-size:.72rem}.category-view-toggle:hover,.category-view-toggle[aria-pressed=true]{background:#ffffff24}.category-list-heading h1{font-size:clamp(2.3rem,5vw,4.5rem)}.category-list-heading>p:last-child:not(.eyebrow){max-width:700px;margin:14px 0 0;line-height:1.7}.category-full-list{grid-template-columns:1fr;gap:12px}.category-full-list a{grid-template-columns:128px minmax(0,1fr);align-items:stretch;min-height:96px;display:grid;position:static}.category-full-list img,.category-full-list .category-article-placeholder{object-fit:cover;width:128px;height:96px}.category-full-list .category-list-copy{background:var(--photo-overlay);align-content:center;gap:6px;min-width:0;padding:13px 16px;display:grid}.category-full-list .category-list-copy strong{text-align:left;background:0 0;width:auto;padding:0;display:block;position:static}.category-full-list .category-list-copy p{color:#ffffffd1;text-align:left;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.35;display:-webkit-box;overflow:hidden}.category-list-page .category-status{color:#fff;text-shadow:0 1px 3px #000000bf;background:#101a16c7;border:1px solid #fff3}.photo-grid{grid-template-columns:1fr;gap:18px;display:grid}.photo-grid button{cursor:zoom-in;background:var(--photo-surround);border:0;padding:0;position:relative;overflow:hidden}.photo-grid img{object-fit:cover;width:100%;height:auto;max-height:75vh;display:block}.photo-title{color:#ffffffb8;background:var(--photo-overlay);justify-content:center;align-items:end;width:100%;padding:18px 22px;display:flex;position:absolute;inset:0}.photo-text-overlay{text-align:center;align-content:end;justify-items:center;gap:8px;width:100%;display:grid;overflow:hidden}.photo-category{color:#ffffffb8;letter-spacing:.04em;white-space:nowrap;text-transform:uppercase;text-align:center;width:100%;font-size:clamp(1.4rem,6vw,5rem);line-height:1;display:block}.photo-title-text{color:#fff;text-align:center;text-transform:uppercase;white-space:nowrap;text-shadow:0 2px 8px #000000e6;width:100%;font-size:5rem;font-weight:600;line-height:1;display:block}.map{z-index:1;height:440px;margin-top:50px}.video{aspect-ratio:16/9;margin-top:50px}.video iframe{border:0;width:100%;height:100%}.lightbox{z-index:2000;background:var(--photo-surround);place-items:center;padding:30px;display:grid;position:fixed;inset:0}.lightbox img{max-width:95vw;max-height:88vh}.lightbox button{color:#fff;background:0 0;border:1px solid #fff;padding:9px 14px;position:absolute;top:20px;right:25px}.auth-page{place-items:center;min-height:70vh;padding:40px 20px;display:grid}.panel{border:1px solid var(--line);color:var(--ink);background:#fff;padding:28px}.auth-form{gap:18px;width:min(440px,100%);display:grid}.auth-form h1,.dashboard h1{font-size:3rem}.primary-button,.panel-head button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:7px;padding:12px 18px}.text-button{cursor:pointer;background:0 0;border:0;text-decoration:underline}.dashboard-head,.panel-head,.actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboard-head h1,.dashboard-head .eyebrow,.tabs button{color:var(--site-text-color)}.panel-head{color:var(--site-text-color);background:#101a16d9}.panel-head h2{color:var(--site-text-color)}.tabs{border-bottom:1px solid #ffffff40;flex-wrap:wrap;gap:8px;margin:30px 0;display:flex}.tabs button{cursor:pointer;background:0 0;border:0;padding:12px 16px}.tabs button.active{border-bottom:3px solid var(--cream);color:var(--site-text-color)}.tabs .logout-tab{border-bottom:3px solid #0000;margin-left:auto}.tabs .logout-tab:hover{border-bottom-color:#d46a5f}.admin-grid{grid-template-columns:minmax(260px,.75fr) minmax(0,1.6fr);gap:25px;display:grid}.list-panel{align-self:start;padding:0}.panel-head{padding:18px}.list-item{border:0;border-top:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;justify-content:space-between;width:100%;padding:15px 18px;display:flex}.list-item:hover{background:var(--paper)}.list-item span:first-child{display:grid}.list-item small{color:#67716c}.posts-grid{grid-template-columns:1fr}.inline-posts-panel{overflow:hidden}.inline-post-search{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;gap:12px;padding:14px 18px;display:grid}.inline-post-search label{color:var(--ink)}.inline-post-search span{color:#5a6661;white-space:nowrap;font-size:.85rem}.inline-posts-table{display:grid}.inline-posts-head,.inline-post-row{grid-template-columns:minmax(160px,1.2fr) minmax(140px,.9fr) minmax(140px,.9fr) minmax(150px,1fr) minmax(140px,.9fr) minmax(180px,1fr) auto;align-items:center;gap:12px;padding:14px 18px;display:grid}.inline-posts-head{background:var(--paper);letter-spacing:.08em;text-transform:uppercase;color:#5a6661;font-size:.78rem;font-weight:700}.inline-posts-head button{color:inherit;font:inherit;letter-spacing:inherit;text-align:left;text-transform:inherit;cursor:pointer;background:0 0;border:0;padding:0}.inline-posts-head button:hover{color:var(--rust)}.inline-post-row{border-top:1px solid var(--line)}.inline-post-row,.inline-post-row input,.inline-post-row select{color:var(--ink)}.inline-post-row input,.inline-post-row select,.editor input,.editor select,.editor textarea{border-radius:12px;min-width:0;padding:14px 16px;font-size:1rem}.inline-more-button{white-space:nowrap}.inline-post-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.inline-posts-empty{color:var(--ink);text-align:center;margin:0;padding:22px 18px}.detail-editor-modal{z-index:1500;background:#090d0cb8;padding:32px 20px;position:fixed;inset:0;overflow-y:auto}.detail-editor-panel{width:min(1040px,100%);color:var(--ink);background:#fff;margin:0 auto}.detail-editor-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.post-photo-editor{gap:16px;display:grid}.post-content-last{border-top:2px solid var(--line);gap:18px;margin-top:8px;padding-top:24px;display:grid}.post-content-last>h3{margin:0;font-size:1.45rem}.post-content-block{border:1px solid var(--line);background:#f8f4eb73;border-radius:14px;grid-template-columns:260px minmax(0,1fr);align-items:start;gap:20px;padding:18px;display:grid}.post-photo-upload{cursor:pointer;gap:10px;display:grid}.post-photo-upload>img{border:1px solid var(--line);object-fit:cover;background:var(--paper);border-radius:10px;width:100%;height:180px}.post-photo-upload>.empty-photo-slot{height:180px}.post-photo-upload>input{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;padding:10px}.bottom-editor-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;padding-top:6px;display:flex}.post-photo-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}.post-photo-card{background:var(--paper);border:1px solid #0000;border-radius:14px;gap:10px;padding:10px;display:grid}.post-photo-card.active{border-color:var(--rust);box-shadow:0 0 0 2px #a94f3226}.post-photo-card img{object-fit:cover;border:1px solid var(--line);background:var(--paper);border-radius:12px;width:100%;height:180px}.fixed-photo-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.post-photo-card.compact img,.photo-slot-button{height:130px}.photo-slot-button{cursor:pointer;background:0 0;border:0;width:100%;padding:0}.empty-photo-slot{background:#d9d9d9;border:1px solid #c2c2c2;border-radius:12px;width:100%;height:130px;display:block;position:relative}.empty-photo-cross{background:#c63939;border-radius:999px;width:64%;height:4px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)rotate(45deg)}.empty-photo-cross.diagonal{transform:translate(-50%,-50%)rotate(-45deg)}.post-photo-card-actions{flex-wrap:wrap;gap:10px;display:flex}.post-photo-card-actions>button{flex:auto}.compact-button{cursor:pointer;padding:10px 12px}.photo-text-editor{gap:10px;display:grid}.editor-toolbar{flex-wrap:wrap;gap:12px;display:flex}.photo-text-editor .note-editor.note-frame{border:1px solid var(--line);background:#fff;border-radius:12px;margin:0;overflow:hidden}.photo-text-editor .note-toolbar{border-bottom:1px solid var(--line);background:var(--paper)}.photo-text-editor .note-editable{min-height:190px;color:var(--ink);font-family:var(--font);background:#fff;font-size:1rem;line-height:1.7}.photo-text-editor .note-editable a{color:var(--rust);text-decoration:underline}.photo-text-editor .note-placeholder{color:#7b7b7b}.font-preview{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:12px;margin:0;padding:14px 16px;font-size:1.1rem}.editor{gap:17px;display:grid}.editor h2{font-size:2rem}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.check{align-items:center;display:flex}.check input{width:auto}.danger{color:#a5362e;background:#fff;border:1px solid #a5362e;border-radius:7px;padding:10px 15px}.settings-form{max-width:750px}.settings-form-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.settings-form-head .primary-button{flex:none}.settings-form input[type=color]{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;width:64px;height:64px;padding:4px}.settings-form input[type=color]::-webkit-color-swatch-wrapper{padding:0}.settings-form input[type=color]::-webkit-color-swatch{border:0;border-radius:5px}.settings-form input[type=color]::-moz-color-swatch{border:0;border-radius:5px}.background-editor{gap:16px;display:grid}.background-preview{object-fit:cover;border:1px solid var(--line);border-radius:8px;width:100%;max-height:360px}.logo-preview{object-fit:contain;object-position:left center;background:#111;border-radius:8px;max-width:100%;max-height:180px;padding:14px}.detail-editor-actions-left{flex-wrap:wrap;gap:12px;display:flex}.editor-save-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.secondary-button{border:1px solid var(--green);color:var(--green);cursor:pointer;background:#fff;border-radius:7px;padding:10px 15px}.category-inline-panel{overflow-x:auto}.category-inline-head,.category-inline-row{grid-template-columns:minmax(150px,1fr) minmax(140px,.9fr) minmax(220px,1.5fr) 100px 100px minmax(190px,auto);align-items:center;gap:12px;min-width:1050px;padding:14px 18px;display:grid}.category-inline-head{background:var(--paper);color:#5a6661;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.category-inline-row{border-top:1px solid var(--line)}.category-inline-row.is-new{background:#f7f1e6}.category-inline-row input{min-width:0}.category-visible{color:var(--ink);align-items:center;gap:8px;display:flex}.category-visible input{width:auto}.category-row-actions{justify-content:flex-end;gap:8px;display:flex}.category-row-actions button{white-space:nowrap}.visit-registration{gap:22px;display:grid}.visit-settings-form{grid-template-columns:minmax(220px,1fr) auto;align-items:end;gap:16px;display:grid}.visit-settings-form label{color:var(--ink)}.visit-settings-form button{min-height:48px}.visit-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.visit-stat{gap:8px;padding:20px;display:grid}.visit-stat span{color:#5a6661;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:700}.visit-stat strong{color:var(--ink);font-size:2.35rem;line-height:1}.visit-panel{padding:0;overflow:hidden}.visit-table{display:grid;overflow-x:auto}.visit-table-head,.visit-table-row{grid-template-columns:minmax(220px,1fr) 120px 140px 170px;align-items:center;gap:14px;min-width:760px;padding:14px 18px;display:grid}.visit-table.compact .visit-table-head,.visit-table.compact .visit-table-row{grid-template-columns:minmax(180px,1fr) minmax(130px,.7fr) minmax(150px,.8fr);min-width:560px}.visit-table-head{background:var(--paper);color:#5a6661;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.visit-table-row{border-top:1px solid var(--line);color:var(--ink);background:#fff}.visit-table-row span{overflow-wrap:anywhere;min-width:0;color:var(--ink)}.oeps-table{background:#fff;display:grid}.oeps-table-head,.oeps-summary{grid-template-columns:minmax(0,1fr) minmax(120px,180px) auto;align-items:center;gap:14px;padding:14px 18px;display:grid}.oeps-table-head{background:var(--paper);color:#5a6661;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.oeps-entry{border-top:1px solid var(--line);color:var(--ink)}.oeps-summary{cursor:pointer;list-style:none}.oeps-summary::-webkit-details-marker{display:none}.oeps-summary>span{min-width:0;color:var(--ink)}.oeps-url{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.oeps-details-link{white-space:nowrap;text-decoration:underline;color:var(--rust)!important}.oeps-entry[open] .oeps-details-link{color:var(--green)!important}.oeps-details{background:#f7f9f7;gap:10px;margin:0;padding:0 18px 16px;display:grid}.oeps-details>div{grid-template-columns:110px minmax(0,1fr);gap:12px;display:grid}.oeps-details dt{color:#5a6661;font-weight:700}.oeps-details dd{overflow-wrap:anywhere;min-width:0;margin:0}.visitor-summary{width:100%;font:inherit;text-align:left;cursor:pointer;border-bottom:0;border-left:0;border-right:0}.visitor-summary:hover,.visitor-summary[aria-expanded=true]{background:#eef3ef}.visitor-pages{background:#f7f9f7;display:grid}.visitor-page-row{border-top:1px solid var(--line);min-width:560px;color:var(--ink);grid-template-columns:minmax(180px,1fr) minmax(130px,.7fr) minmax(150px,.8fr);gap:14px;padding:11px 18px 11px 38px;display:grid}.visitor-page-row span{overflow-wrap:anywhere;min-width:0}.visit-columns{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:22px;display:grid}.panel :is(h1,h2,h3,h4,h5,h6,p,label,span,strong,small,li){color:var(--ink)}.success,.error,.status{border-radius:7px;padding:13px 16px}.success{background:#dbeadf}.error{color:#8b2e27;background:#f8dfdc}.status{background:var(--cream)}.photo-home>.status{color:var(--site-text-color);background:0 0}footer{background:var(--site-panel);color:#fff;text-align:center;text-shadow:0 1px 3px #000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #fff3;border-radius:18px;justify-content:center;align-self:center;gap:20px;width:calc(100% - 40px);min-width:0;max-width:1280px;margin:16px 0;padding:28px clamp(20px,4vw,52px);display:flex;overflow:hidden}footer span{overflow-wrap:anywhere;max-width:100%;display:block}.favorite-page-dialog{z-index:3200;background:#090d0cad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.favorite-page-panel{background:var(--site-panel);color:#fff;text-shadow:0 1px 3px #000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #ffffff40;border-radius:18px;width:min(520px,100%);padding:28px;position:relative;box-shadow:0 24px 80px #00000061}.favorite-page-question{grid-template-columns:150px minmax(0,1fr);align-items:end;gap:18px;margin:-8px 34px 20px -8px;display:grid}.favorite-page-options{max-height:min(42vh,360px);overflow-y:auto}.favorite-page-photo{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 8px 14px #0000003d);background:0 0;width:150px;height:178px;display:block}.favorite-page-speech{color:var(--ink);text-shadow:none;background:#fffffff2;border-radius:16px;align-self:start;margin-top:18px;padding:16px 18px;position:relative}.favorite-page-speech:before{content:"";border-top:11px solid #0000;border-bottom:11px solid #0000;border-right:15px solid #fffffff2;width:0;height:0;position:absolute;bottom:22px;left:-14px}.favorite-page-speech p{color:var(--ink);margin:0 0 10px;font-size:.92rem;line-height:1.4}.favorite-page-speech h2{color:var(--ink);margin:0;font-size:1.35rem;line-height:1.2}.favorite-page-close{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff73;border-radius:6px;width:36px;height:36px;font-size:1.5rem;line-height:1;position:absolute;top:12px;right:12px}.favorite-page-options{gap:10px;display:grid}.favorite-page-options button{width:100%;min-height:52px;color:var(--ink);cursor:pointer;text-align:left;overflow-wrap:anywhere;text-shadow:none;background:#fffffff0;border:1px solid #ffffff61;border-radius:8px;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:10px;padding:5px 12px 5px 5px;display:grid}.favorite-page-option-thumbnail{object-fit:cover;background:var(--paper);border-radius:5px;width:58px;height:42px;display:block}.favorite-page-options button span{color:inherit}.favorite-page-options button:hover:not(:disabled){border-color:var(--rust);color:var(--rust)}.favorite-page-options button:disabled{opacity:.62;cursor:wait}@media (width<=900px){.post-grid{grid-template-columns:repeat(2,1fr)}.admin-grid,.article-layout{grid-template-columns:1fr}.article-layout{gap:15px}.article-layout aside{border-left:0;border-top:1px solid var(--line);padding:25px 0 0}.inline-posts-head,.inline-post-row{grid-template-columns:repeat(2,minmax(0,1fr))}.visit-stat-grid,.visit-columns{grid-template-columns:1fr}}@media (width<=700px){.visit-settings-form,.post-content-block{grid-template-columns:1fr}.post-photo-card.compact img,.photo-slot-button,.empty-photo-slot{height:190px}.favorite-page-question{grid-template-columns:105px minmax(0,1fr);gap:10px;margin-left:-10px}.favorite-page-photo{width:105px;height:140px}.favorite-page-speech{padding:13px 14px}.favorite-page-speech h2{font-size:1.1rem}.category-related .category-article-list{grid-template-columns:1fr}.category-related .category-article-list a{grid-template-columns:96px minmax(0,1fr);min-height:76px}.category-related .category-article-list img,.category-related .category-article-list .category-article-placeholder{width:96px;height:76px}.category-text-list li{grid-template-columns:1fr;gap:4px}}@media (width<=900px){.spotlight-location-row{grid-template-columns:1fr}.article-location,.location-map-button,.location-map,.location-map-status{min-height:320px}.category-article-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.site-header{gap:8px;width:calc(100% - 28px);margin-top:14px;padding:0 14px;top:14px}.brand-logo{height:34px}.section-heading,.dashboard-head{flex-direction:column;align-items:stretch}.post-grid,.photo-grid,.photo-home-grid,.form-row{grid-template-columns:1fr}.hero{min-height:520px}.content-section,.article,.dashboard{width:min(100% - 28px,1280px);padding:45px 0}.photo-grid img{height:260px}footer{flex-direction:column;width:calc(100% - 28px)}.article{padding:0 var(--article-side-padding) 45px}.site-header{min-height:116px}.brand-logo{max-width:68vw;height:108px}.site-header{flex-wrap:wrap}.brand{flex:0 auto;min-width:0}.brand-logo{max-width:45vw}.header-quote{display:none}.header-actions{gap:2px;margin-left:auto;display:flex}.icon-button{padding:5px}.icon-button svg{width:32px;height:32px}footer{overflow-wrap:anywhere;width:calc(100% - 28px);min-width:0;max-width:1280px;padding:20px 14px}.spotlight-link{display:block}.spotlight-link img,.spotlight-link .category-article-placeholder{height:220px}.category-article-list{grid-template-columns:1fr}.detail-editor-head,.post-photo-toolbar{flex-direction:column;align-items:stretch}.inline-post-search{grid-template-columns:1fr}.photo-nav{width:48px;height:48px}.photo-nav.prev{left:10px}.photo-nav.next{right:10px}}
