:root{--ed-brand:#ff4d12;--ed-brand-strong:#e23c08;--ed-clay:#a23c1e;--ed-paper:#faf6f0;--ed-raise:#fffdfa;--ed-sink:#f1e8dc;--ed-ink:#1c1714;--ed-ink-soft:#574f48;--ed-muted:#8a7f76;--ed-line:#e7dccf;--ed-line-strong:#d5c6b4;--ed-focus:rgba(162,60,30,0.5);--ed-container:min(2000px,94vw);--ed-gutter:clamp(16px,3vw,52px);--ed-radius:4px;--ed-radius-lg:10px;--ed-step-6:clamp(2.9rem,1.4rem + 6.2vw,5.4rem);--ed-step-5:clamp(2.3rem,1.4rem + 3.6vw,3.6rem);--ed-step-4:clamp(1.9rem,1.4rem + 2vw,2.6rem);--ed-step-3:clamp(1.5rem,1.25rem + 1vw,1.9rem);--ed-step-2:1.25rem;--ed-step-1:1.0625rem;--ed-step-0:1rem;--ed-step-small:0.8125rem}:root[data-theme=dark]{--ed-brand:#ff5a24;--ed-brand-strong:#ff7649;--ed-clay:#d98a63;--ed-paper:#14110d;--ed-raise:#1f1a14;--ed-sink:#0f0c09;--ed-ink:#f2ebe0;--ed-ink-soft:#b8ab9c;--ed-muted:#8f8474;--ed-line:#322b22;--ed-line-strong:#473d30;--ed-focus:rgba(255,120,70,0.5)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--ed-brand:#ff5a24;--ed-brand-strong:#ff7649;--ed-clay:#d98a63;--ed-paper:#14110d;--ed-raise:#1f1a14;--ed-sink:#0f0c09;--ed-ink:#f2ebe0;--ed-ink-soft:#b8ab9c;--ed-muted:#8f8474;--ed-line:#322b22;--ed-line-strong:#473d30;--ed-focus:rgba(255,120,70,0.5)}}.site-shell{font-family:var(--font-sans),system-ui,sans-serif;color:var(--ed-ink);background:var(--ed-paper);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;min-height:100dvh;display:flex;flex-direction:column}.site-shell>*{width:100%}.site-shell blockquote,.site-shell h1,.site-shell h2,.site-shell h3,.site-shell h4{font-family:var(--font-serif),Georgia,"Times New Roman",serif;font-weight:500;line-height:1.08;letter-spacing:-.015em;color:var(--ed-ink);text-wrap:balance}.site-shell p{max-width:68ch}.site-shell :focus-visible{outline:3px solid var(--ed-focus);outline-offset:3px;border-radius:2px}.site-shell .eyebrow{font-family:var(--font-sans),system-ui,sans-serif;font-size:var(--ed-step-small);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--ed-clay);margin:0 0 .75rem;display:inline-flex;align-items:center;gap:.6em}.site-shell .eyebrow:before{content:"";width:26px;height:1px;background:var(--ed-clay);opacity:.6}.site-shell .actions a,.site-shell .btn,.site-shell .button,.site-shell .cta{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:var(--font-sans),system-ui,sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.01em;padding:.72em 1.35em;border-radius:var(--ed-radius);border:1px solid transparent;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.site-shell .actions a.primary,.site-shell .btn.primary,.site-shell .button.primary,.site-shell .cta{background:var(--ed-brand);color:#fff}.site-shell .actions a.primary:hover,.site-shell .btn.primary:hover,.site-shell .button.primary:hover,.site-shell .cta:hover{background:var(--ed-brand-strong);transform:translateY(-2px);box-shadow:0 10px 22px rgba(255,77,18,.24)}.site-shell .actions a.primary:active,.site-shell .btn.primary:active,.site-shell .button.primary:active,.site-shell .cta:active{transform:translateY(0)}.site-shell .actions a.secondary,.site-shell .btn.secondary,.site-shell .button.secondary{background:transparent;color:var(--ed-ink);border-color:var(--ed-line-strong)}.site-shell .actions a.secondary:hover,.site-shell .btn.secondary:hover,.site-shell .button.secondary:hover{border-color:var(--ed-ink);background:var(--ed-raise);transform:translateY(-2px)}.site-shell .actions a.secondary:active,.site-shell .btn.secondary:active,.site-shell .button.secondary:active{transform:translateY(0)}.site-shell .site-header{max-width:none;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.1rem var(--ed-gutter);border-bottom:0;background:color-mix(in srgb,var(--ed-raise) 92%,transparent);-webkit-backdrop-filter:saturate(1.1) blur(8px);backdrop-filter:saturate(1.1) blur(8px);position:-webkit-sticky;position:sticky;top:0;z-index:50}.site-shell .site-header .brand{display:inline-flex;align-items:center;flex-shrink:0}.site-shell .site-header .brand img{height:54px;width:auto}.site-shell .site-header .brand span{font-family:var(--font-serif),Georgia,serif;font-size:1.4rem;letter-spacing:-.02em}.site-shell .site-nav{display:flex;align-items:center;gap:1.75rem}.site-shell .site-nav .links{display:flex;align-items:center;gap:1.5rem}.site-shell .site-nav .links a{position:relative;font-size:.95rem;font-weight:500;color:var(--ed-ink-soft);padding:.25rem 0;transition:color .16s ease}.site-shell .site-nav .links a:hover,.site-shell .site-nav .links a[aria-current=page]{color:var(--ed-ink)}.site-shell .site-nav .links a:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--ed-clay);transform:scaleX(0);transform-origin:left;transition:transform .24s cubic-bezier(.16,1,.3,1)}.site-shell .site-nav .links a:hover:after,.site-shell .site-nav .links a[aria-current=page]:after{transform:scaleX(1)}.site-shell .site-nav .header-actions{display:flex;align-items:center;gap:1.1rem}.site-shell .site-nav .header-actions .support-link{position:relative;font-size:.95rem;font-weight:500;color:var(--ed-ink-soft);padding:.25rem 0}.site-shell .site-nav .header-actions .support-link:hover{color:var(--ed-ink)}.site-shell .site-nav .header-actions .support-link:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--ed-clay);transform:scaleX(0);transform-origin:left;transition:transform .24s cubic-bezier(.16,1,.3,1)}.site-shell .site-nav .header-actions .support-link:hover:after{transform:scaleX(1)}.site-shell .nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;padding:8px;cursor:pointer}.site-shell .nav-toggle span{width:24px;height:2px;background:var(--ed-ink);transition:transform .2s ease,opacity .2s ease}.site-shell .nav-toggle[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.site-shell .nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.site-shell .nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:1180px){.site-shell .nav-toggle{display:flex}.site-shell .site-nav{position:fixed;inset:64px 0 auto 0;flex-direction:column;align-items:stretch;gap:0;background:var(--ed-raise);border-bottom:1px solid var(--ed-line);padding:.5rem var(--ed-gutter) 1.5rem;box-shadow:0 24px 40px rgba(28,23,20,.08);transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.site-shell .site-nav[data-open=true]{transform:translateY(0);opacity:1;pointer-events:auto}.site-shell .site-nav .links{flex-direction:column;align-items:stretch;gap:0}.site-shell .site-nav .links a{padding:.85rem 0;border-bottom:1px solid var(--ed-line);font-size:1.05rem}.site-shell .site-nav .header-actions{flex-direction:column;align-items:stretch;gap:.75rem;margin-top:1.1rem}.site-shell .site-nav .header-actions .cta{width:100%}}.site-shell .page-main{max-width:none;flex:1 0 auto}.site-shell .hero{max-width:var(--ed-container);margin:0 auto;padding:clamp(2.5rem,5vw,4.5rem) var(--ed-gutter) clamp(2.5rem,5vw,4rem);display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:clamp(1.75rem,4vw,4rem);gap:clamp(1.75rem,4vw,4rem);align-items:center}.site-shell .hero--no-image{grid-template-columns:1fr}.site-shell .hero--no-image .hero-copy{max-width:62ch}.site-shell .hero-copy h1{font-size:var(--ed-step-5);font-weight:500;margin:0 0 1.25rem}.site-shell .hero-copy>p{font-size:var(--ed-step-1);color:var(--ed-ink-soft);line-height:1.6;margin:0 0 2rem}.site-shell .hero .actions{display:flex;flex-wrap:wrap;gap:.9rem}.site-shell .hero-image{position:relative;overflow:hidden;aspect-ratio:5/4;min-height:0}.site-shell .hero-image img{width:100%;height:100%;min-height:0;object-fit:cover;border-radius:0}.site-shell .hero-image blockquote{position:absolute;left:-1.5rem;bottom:1.5rem;max-width:260px;margin:0;padding:1rem 1.25rem;background:var(--ed-ink);color:var(--ed-paper);font-family:var(--font-serif),Georgia,serif;font-style:italic;font-size:1.05rem;line-height:1.3;border-radius:var(--ed-radius);box-shadow:0 20px 40px rgba(28,23,20,.18)}@media (max-width:820px){.site-shell .hero{grid-template-columns:1fr;gap:2.25rem}.site-shell .hero-image blockquote{left:1rem}}.site-shell .site-footer{display:block;max-width:none;margin-top:clamp(2rem,4vw,3rem);padding:clamp(1.25rem,2.5vw,1.85rem) var(--ed-gutter) 1.1rem;border-top:0;background:var(--ed-sink)}.site-shell .footer-grid{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem 2.5rem;max-width:var(--ed-container);margin:0 auto}.site-shell .footer-name{font-family:var(--font-serif),Georgia,serif;font-size:1.25rem;font-weight:500;flex-shrink:0}.site-shell .footer-links{display:contents}.site-shell .footer-links a{color:var(--ed-ink-soft);font-size:.95rem;transition:color .16s ease}.site-shell .footer-links a:hover{color:var(--ed-clay)}.site-shell .footer-social{display:inline-flex;align-items:center;gap:.4rem}.site-shell .footer-social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;border:1px solid var(--ed-line-strong);color:var(--ed-ink-soft);transition:color .16s ease,border-color .16s ease,background .16s ease,transform .16s ease}.site-shell .footer-social a:hover{color:#fff;background:var(--ed-brand);border-color:var(--ed-brand);transform:translateY(-2px)}.site-shell .footer-bottom{max-width:var(--ed-container);margin:1.1rem auto 0;padding-top:.9rem;border-top:1px solid var(--ed-line);display:flex;justify-content:flex-end;align-items:center;gap:1rem;flex-wrap:wrap;text-align:right;font-size:.78rem;color:var(--ed-muted)}@media (max-width:640px){.site-shell .footer-grid{flex-direction:column;align-items:flex-start;gap:1rem}.site-shell .footer-links{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}}.site-shell .home>section{max-width:var(--ed-container);margin:0 auto;padding-inline:var(--ed-gutter)}.site-shell .home-hero{display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:clamp(1.75rem,4vw,4rem);gap:clamp(1.75rem,4vw,4rem);align-items:center;padding-block:clamp(2.5rem,5vw,4.5rem) clamp(2.5rem,5vw,4rem)}.site-shell .home-hero--no-image{grid-template-columns:1fr}.site-shell .home-hero-copy h1{font-size:var(--ed-step-5);font-weight:400;margin:0 0 1.25rem;max-width:22ch}.site-shell .home-hero-initial{font-family:var(--font-script),"Segoe Script",cursive;color:var(--ed-brand);font-size:1.7em;line-height:0;padding-right:.02em}.site-shell .home-hero-intro{font-size:var(--ed-step-1);color:var(--ed-ink-soft);line-height:1.6;margin:0 0 1.75rem}.site-shell .home-hero-actions{display:flex;flex-wrap:wrap;gap:.9rem}.site-shell .home-hero-media{margin:0;position:relative;overflow:hidden;aspect-ratio:5/4;border-radius:0}.site-shell .home-hero-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.site-shell .home-hero-media:hover img{transform:scale(1.03)}.site-shell .home-focus{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:clamp(1.5rem,4vw,3.5rem);gap:clamp(1.5rem,4vw,3.5rem);align-items:center;margin-block:clamp(2rem,5vw,4rem);padding:clamp(1.5rem,3vw,2.5rem);background:var(--ed-raise);border:1px solid var(--ed-line);border-radius:var(--ed-radius-lg);color:inherit;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.site-shell .home-focus:hover{border-color:var(--ed-line-strong);transform:translateY(-3px);box-shadow:var(--ed-shadow,0 18px 40px rgba(28,23,20,.1))}.site-shell .home-focus--no-image{grid-template-columns:1fr}.site-shell .home-focus-media{position:relative;overflow:hidden;aspect-ratio:5/4;border-radius:0}.site-shell .home-focus-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.site-shell .home-focus:hover .home-focus-media img{transform:scale(1.03)}.site-shell .home-focus-copy h2{font-size:var(--ed-step-4);margin:0 0 1rem}.site-shell .home-focus-desc{color:var(--ed-ink-soft);margin:0 0 1.25rem;max-width:60ch}.site-shell .home-focus-link{display:inline-flex;align-items:center;gap:.5em;font-weight:600;color:var(--ed-clay)}.site-shell .home-focus-link span{transition:transform .18s ease}.site-shell .home-focus:hover .home-focus-link span{transform:translateX(4px)}.site-shell .home-section{padding-block:clamp(2.5rem,5vw,4rem)}.site-shell .home-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--ed-line)}.site-shell .home-section-head h2{font-size:var(--ed-step-4);margin:0}.site-shell .home-section-more{flex-shrink:0;font-size:.95rem;font-weight:600;color:var(--ed-clay);display:inline-flex;gap:.4em}.site-shell .home-section-more span{transition:transform .18s ease}.site-shell .home-section-more:hover span{transform:translateX(4px)}.site-shell .home-activity-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--acount,3),minmax(0,1fr));border-top:1px solid var(--ed-line);border-bottom:1px solid var(--ed-line)}.site-shell .home-activity-list li+li{border-left:1px solid var(--ed-line)}.site-shell .home-activity-list a{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;padding:clamp(2rem,3vw,3rem) clamp(1.5rem,2.5vw,2.5rem);text-align:center;transition:background .2s ease}.site-shell .home-activity-list a:hover{background:color-mix(in srgb,var(--ed-sink) 35%,transparent)}.site-shell .home-activity-meta{display:inline-flex;align-items:center;gap:.85rem;margin-bottom:1rem}.site-shell .home-activity-format{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--ed-clay);padding:.32rem .85rem;border:1px solid color-mix(in srgb,var(--ed-clay) 35%,transparent);border-radius:999px;background:color-mix(in srgb,var(--ed-clay) 7%,var(--ed-paper))}.site-shell .home-activity-date{font-size:var(--ed-step-small);color:var(--ed-muted)}.site-shell .home-activity-list h3{font-size:var(--ed-step-4);margin:0 0 .75rem;max-width:22ch;transition:color .16s ease}.site-shell .home-activity-list a:hover h3{color:var(--ed-clay)}.site-shell .home-activity-list p{color:var(--ed-ink-soft);margin:0 auto;max-width:54ch;line-height:1.6}.site-shell .home-production-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.site-shell .home-production-card{display:flex;flex-direction:column;gap:.75rem;padding:2rem;min-height:260px;background:var(--ed-raise);border:1px solid var(--ed-line);border-radius:var(--ed-radius-lg);transition:transform .18s ease,border-color .18s ease}.site-shell .home-production-card:hover{transform:translateY(-3px);border-color:var(--ed-line-strong)}.site-shell .home-production-type{font-size:var(--ed-step-small);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ed-clay)}.site-shell .home-production-card h3{font-size:var(--ed-step-3);margin:0}.site-shell .home-production-card p{color:var(--ed-ink-soft);font-size:1rem;margin:0}.site-shell .home-production-author{margin-top:auto;padding-top:.5rem;font-size:.85rem;color:var(--ed-muted)}.site-shell .home-themes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem}.site-shell .home-theme-card{display:flex;flex-direction:column;gap:.6rem;padding:1.75rem;background:var(--ed-raise);border:1px solid var(--ed-line);border-radius:var(--ed-radius-lg);transition:transform .18s ease,border-color .18s ease}.site-shell .home-theme-card:hover{transform:translateY(-3px);border-color:var(--ed-line-strong)}.site-shell .home-theme-kicker{font-size:var(--ed-step-small);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ed-clay)}.site-shell .home-theme-card h3{font-size:var(--ed-step-3);margin:0}.site-shell .home-theme-card p{color:var(--ed-ink-soft);font-size:.98rem;line-height:1.6;margin:0}.site-shell .home-method{--method-bg:var(--ed-ink);--method-fg:var(--ed-paper);max-width:none;background:var(--method-bg);color:var(--method-fg);margin-block:clamp(2.5rem,5vw,4rem);padding-block:clamp(3rem,6vw,5rem)}:root[data-theme=dark] .site-shell .home-method{--method-bg:#2b211a;--method-fg:#f4ede3}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .site-shell .home-method{--method-bg:#2b211a;--method-fg:#f4ede3}}.site-shell .home-method-inner{max-width:760px;margin:0 auto;text-align:center}.site-shell .home-method-label{font-size:var(--ed-step-small);font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:color-mix(in srgb,var(--method-fg) 62%,transparent);margin:0 0 1.5rem}.site-shell .home-method-letters{display:flex;justify-content:center;gap:clamp(.5rem,3vw,1.75rem);font-family:var(--font-serif),Georgia,serif;font-size:clamp(2.5rem,8vw,4.5rem);color:var(--ed-brand);line-height:1;margin-bottom:1.75rem}.site-shell .home-method-letters span{opacity:.92}.site-shell .home-method-text{font-size:var(--ed-step-2);color:color-mix(in srgb,var(--method-fg) 82%,transparent);margin:0 auto 2rem;max-width:52ch}.site-shell .home-method-link{display:inline-flex;align-items:center;gap:.5em;font-weight:600;color:var(--method-fg);border-bottom:1px solid color-mix(in srgb,var(--method-fg) 40%,transparent);padding-bottom:2px}.site-shell .home-method-link span{transition:transform .18s ease}.site-shell .home-method-link:hover span{transform:translateX(4px)}.site-shell .home-join{text-align:center;padding-block:clamp(2.5rem,5vw,4.5rem) clamp(3rem,6vw,5rem)}.site-shell .home-join h2{font-size:var(--ed-step-5);max-width:20ch;margin:0 auto 2rem}.site-shell .home-join-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.9rem}@media (max-width:820px){.site-shell .home-focus,.site-shell .home-hero{grid-template-columns:1fr}.site-shell .home-focus-media{order:2}.site-shell .home-section-head{flex-direction:column;align-items:flex-start;gap:.5rem}.site-shell .home-production-grid{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;margin-inline:calc(-1 * var(--ed-gutter));padding-inline:var(--ed-gutter);-webkit-overflow-scrolling:touch;scrollbar-width:none}.site-shell .home-production-grid::-webkit-scrollbar{display:none}.site-shell .home-production-card{flex:0 0 82%;scroll-snap-align:start}}@media (prefers-reduced-motion:reduce){.site-shell *,.site-shell :after,.site-shell :before{transition-duration:.01ms!important;animation-duration:.01ms!important;scroll-behavior:auto!important}.site-shell .actions a:hover,.site-shell .btn:hover,.site-shell .button:hover,.site-shell .cta:hover,.site-shell .home-focus-media:hover img,.site-shell .home-hero-media:hover img{transform:none}}.site-shell .section{max-width:var(--ed-container);margin:0 auto;padding:clamp(2rem,4vw,3.5rem) var(--ed-gutter)}.site-shell .section-head{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--ed-line)}.site-shell .section-head h2{font-size:var(--ed-step-4);margin:0}.site-shell .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.site-shell .card{display:flex;flex-direction:column;color:inherit;background:var(--ed-raise);border:1px solid var(--ed-line);border-radius:var(--ed-radius-lg);overflow:hidden;transition:transform .18s ease,border-color .18s ease}.site-shell .card:hover{transform:translateY(-2px);border-color:var(--ed-line-strong)}.site-shell .card-image{display:block;overflow:hidden}.site-shell .card-image img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.site-shell .card:hover .card-image img{transform:scale(1.04)}.site-shell .card-body{display:flex;flex:1 1;flex-direction:column;gap:.55rem;padding:1.6rem}.site-shell .card-body .meta{font-size:var(--ed-step-small);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ed-clay)}.site-shell .card-body h3{font-size:var(--ed-step-3);margin:0;transition:color .16s ease}.site-shell .card:hover .card-body h3{color:var(--ed-clay)}.site-shell .card-desc{color:var(--ed-ink-soft);font-size:.95rem}.site-shell .tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.site-shell .tags span{font-size:.75rem;padding:.25rem .7rem;border:1px solid var(--ed-line-strong);border-radius:999px;color:var(--ed-ink-soft)}.site-shell .section.admin-panel{max-width:820px;background:none;border:0;box-shadow:none;padding-top:0}.site-shell .section.admin-panel p{font-size:var(--ed-step-1);color:var(--ed-ink);line-height:1.8;margin:0 0 1.25rem}.site-shell .about-quote{max-width:1000px;margin:0 auto;padding:clamp(1.5rem,4vw,3rem) var(--ed-gutter);text-align:center}.site-shell .about-quote blockquote{margin:0;font-family:var(--font-serif),Georgia,serif;font-style:italic;font-size:var(--ed-step-4);line-height:1.3;color:var(--ed-ink);text-wrap:balance}.site-shell .about-perca{max-width:var(--ed-container);margin:0 auto;padding:clamp(2rem,4vw,3.5rem) var(--ed-gutter) clamp(3rem,6vw,5rem)}.site-shell .about-perca .section-head{border:0;padding:0;margin-bottom:1rem}.site-shell .about-perca .section-head h2{font-size:var(--ed-step-5)}.site-shell .about-perca-intro{font-size:var(--ed-step-1);color:var(--ed-ink-soft);max-width:720px;margin:0 auto 2.5rem;text-align:center}.site-shell .about-perca-intro h2,.site-shell .about-perca-intro h3,.site-shell .about-perca-intro p{text-align:center}.site-shell .perca-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:0;gap:0}.site-shell .perca-steps li{display:flex;flex-direction:column;gap:.5rem;padding:1.75rem 1.5rem 1.5rem 0;border-top:2px solid var(--ed-line);margin-right:1.5rem}.site-shell .perca-letter{font-family:var(--font-serif),Georgia,serif;font-size:clamp(2.4rem,4.5vw,3.4rem);color:var(--ed-brand);line-height:1}.site-shell .perca-word{font-size:var(--ed-step-2);font-weight:500}.site-shell .about-perca-link{display:inline-flex;align-items:center;gap:.5em;margin-top:2.5rem;font-family:var(--font-sans),system-ui,sans-serif;font-size:var(--ed-step-small);font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ed-clay)}.site-shell .about-perca-link span{transition:transform .18s ease}.site-shell .about-perca-link:hover span{transform:translateX(4px)}@media (max-width:720px){.site-shell .perca-steps{grid-template-columns:1fr 1fr}}.site-shell .perca-page{max-width:1120px;margin:0 auto;padding:clamp(3rem,7vw,6rem) var(--ed-gutter) clamp(3.5rem,7vw,6rem)}.site-shell .perca-header{margin-bottom:clamp(2.5rem,6vw,4.5rem);padding-bottom:clamp(1.5rem,3vw,2.5rem);border-bottom:1px solid var(--ed-line)}.site-shell .perca-header h1{font-size:var(--ed-step-6);max-width:14ch;margin:0}.site-shell .perca-page .perca-steps{margin-bottom:clamp(2.5rem,6vw,4.5rem);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0}.site-shell .perca-page .perca-steps li{position:relative;gap:.35rem;padding:1.6rem 1.25rem 1.4rem;margin-right:0;border-top:2px solid var(--ed-line);transition:border-color .2s ease,background .2s ease,transform .2s ease}.site-shell .perca-page .perca-steps li:hover{border-top-color:var(--ed-brand);background:var(--ed-raise);transform:translateY(-3px)}.site-shell .perca-page .perca-letter{font-size:clamp(2.9rem,5vw,4.1rem)}.site-shell .perca-page .perca-word{font-size:var(--ed-step-2);color:var(--ed-ink)}.site-shell .perca-body{max-width:66ch}.site-shell .perca-body p{font-size:var(--ed-step-1);line-height:1.85;color:var(--ed-ink-soft);margin:0 0 1.35rem}.site-shell .perca-body>:first-child:first-letter{float:left;margin:.06em .12em 0 0;font-family:var(--font-serif),Georgia,serif;font-size:3.4em;line-height:.72;font-weight:600;color:var(--ed-brand)}.site-shell .contact-page{max-width:var(--ed-container);margin:0 auto;padding:clamp(2.5rem,5vw,4.5rem) var(--ed-gutter) clamp(3rem,6vw,5rem)}.site-shell .contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:clamp(2rem,5vw,5rem);gap:clamp(2rem,5vw,5rem);align-items:start}.site-shell .contact-intro h1{font-size:var(--ed-step-5);margin:0 0 1.25rem}.site-shell .contact-intro>p{color:var(--ed-ink-soft);font-size:var(--ed-step-1);line-height:1.65}.site-shell .contact-coords{margin:2rem 0 0;display:flex;flex-wrap:wrap;gap:2rem}.site-shell .contact-coords dt{font-size:var(--ed-step-small);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ed-clay);margin-bottom:.35rem}.site-shell .contact-coords dd{margin:0;color:var(--ed-ink-soft)}.site-shell .contact-form-wrap{background:var(--ed-raise);border:1px solid var(--ed-line);border-radius:var(--ed-radius-lg);padding:clamp(1.5rem,3vw,2.5rem)}.site-shell .contact-form{display:flex;flex-direction:column;gap:1.25rem}.site-shell .field{display:flex;flex-direction:column;gap:.4rem}.site-shell .field label,.site-shell .field-checkbox label{font-size:.9rem;font-weight:600;color:var(--ed-ink)}.site-shell .field input,.site-shell .field textarea{font:inherit;color:var(--ed-ink);background:var(--ed-paper);border:1px solid var(--ed-line-strong);border-radius:var(--ed-radius);padding:.7rem .85rem;transition:border-color .16s ease,box-shadow .16s ease}.site-shell .field input:focus,.site-shell .field textarea:focus{outline:none;border-color:var(--ed-clay);box-shadow:0 0 0 3px var(--ed-focus)}.site-shell .field input[aria-invalid=true],.site-shell .field textarea[aria-invalid=true]{border-color:var(--ed-brand)}.site-shell .field textarea{resize:vertical;min-height:120px}.site-shell .field-checkbox{display:flex;align-items:flex-start;gap:.6rem}.site-shell .field-checkbox input{margin-top:.2rem;width:18px;height:18px;accent-color:var(--ed-brand)}.site-shell .field-checkbox label{font-weight:400;color:var(--ed-ink-soft);font-size:.9rem}.site-shell .field-error{color:var(--ed-brand-strong);font-size:.85rem}.site-shell .contact-form .button.primary{align-self:flex-start;margin-top:.5rem}.site-shell .contact-success{text-align:center;padding:clamp(2rem,5vw,3.5rem)}.site-shell .contact-success h3{font-size:var(--ed-step-4);margin:.5rem 0 .75rem}.site-shell .contact-success p{color:var(--ed-ink-soft);margin:0 auto}@media (max-width:820px){.site-shell .contact-grid{grid-template-columns:1fr}}.site-shell .modal-backdrop{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:rgba(28,23,20,.55);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.site-shell .modal{position:relative;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;background:var(--ed-paper);border-radius:var(--ed-radius-lg);padding:clamp(1.75rem,4vw,2.75rem);box-shadow:0 30px 80px rgba(28,23,20,.3)}.site-shell .modal>.button{position:absolute;top:1rem;right:1rem;padding:.4rem .85rem;font-size:.85rem;background:transparent;border:1px solid var(--ed-line-strong);color:var(--ed-ink-soft);border-radius:var(--ed-radius);cursor:pointer;transition:border-color .16s ease,color .16s ease}.site-shell .modal>.button:hover{border-color:var(--ed-ink);color:var(--ed-ink)}.site-shell .modal .eyebrow{margin-top:0}.site-shell .modal h2{font-size:var(--ed-step-4);margin:.25rem 0 1.5rem}.site-shell .form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.site-shell .form-grid label{display:flex;flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--ed-ink)}.site-shell .form-grid input{font:inherit;font-weight:400;color:var(--ed-ink);background:var(--ed-raise);border:1px solid var(--ed-line-strong);border-radius:var(--ed-radius);padding:.6rem .75rem;transition:border-color .16s ease,box-shadow .16s ease}.site-shell .form-grid input:focus{outline:none;border-color:var(--ed-clay);box-shadow:0 0 0 3px var(--ed-focus)}.site-shell .form-grid label:has(input[type=checkbox]){flex-direction:row;align-items:center;gap:.6rem;grid-column:1/-1;font-weight:400;color:var(--ed-ink-soft)}.site-shell .form-grid input[type=checkbox]{width:18px;height:18px;accent-color:var(--ed-brand)}.site-shell .form-grid label:has(input[type=file]){grid-column:1/-1}.site-shell .form-grid input[type=file]{padding:.5rem;font-size:.85rem}.site-shell .form-grid>.button.primary{grid-column:1/-1;justify-self:start;margin-top:.5rem}@media (max-width:560px){.site-shell .form-grid{grid-template-columns:1fr}}@media (max-width:820px){.site-shell .home-activity-list{grid-template-columns:1fr}.site-shell .home-activity-list li+li{border-left:0;border-top:1px solid var(--ed-line)}}.site-shell.notfound{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2.5rem var(--ed-gutter);text-align:center}.site-shell .notfound-inner{max-width:540px;display:flex;flex-direction:column;align-items:center}.site-shell .notfound-logo{height:88px;width:auto;margin-bottom:1.75rem}.site-shell .notfound-art{width:100%;max-width:360px;height:auto;margin-bottom:1.75rem}.site-shell.notfound h1{font-size:var(--ed-step-5);margin:.25rem 0 .9rem}.site-shell .notfound-text{color:var(--ed-ink-soft);font-size:var(--ed-step-1);line-height:1.6;margin:0 auto 1.9rem}.site-shell .hero--detail{display:block;max-width:1220px;margin-inline:auto;padding-block:clamp(2.5rem,5vw,4rem) clamp(1.5rem,3vw,2.25rem)}.site-shell .hero--detail .hero-image{display:none}.site-shell .hero--detail .hero-copy h1{font-size:var(--ed-step-5);max-width:24ch}.site-shell .hero--detail .hero-copy>p{max-width:66ch}.site-shell .hero--detail.hero--detail-split{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:56px;gap:56px;align-items:start}.site-shell .hero-aside .detail-sidebar-card:last-child{margin-bottom:0}.site-shell .detail-body{max-width:820px;margin-inline:auto}.site-shell .detail-body p{font-size:1.15rem;line-height:1.85;color:var(--ed-ink)}@media (max-width:960px){.site-shell .hero--detail.hero--detail-split{grid-template-columns:1fr;gap:28px}}.site-shell .detail-meta{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.25rem 0 1.75rem}.site-shell .meta-pill{font-size:var(--ed-step-small);color:var(--ed-ink-soft);padding:.32rem .85rem;border:1px solid var(--ed-line-strong);border-radius:999px;background:var(--ed-raise)}.site-shell .detail-layout{max-width:1220px;margin-inline:auto}.site-shell .detail-layout p{font-size:1.15rem;line-height:1.85;color:var(--ed-ink)}.site-shell .button:after{content:none}.site-shell .theme-toggle{border-color:var(--ed-line-strong);color:var(--ed-ink-soft)}.site-shell .theme-toggle:hover{border-color:var(--ed-ink);color:var(--ed-ink);background:var(--ed-raise)}.site-shell .required-mark{color:var(--ed-brand);font-weight:600}.site-shell .hint-tip{-webkit-text-decoration-color:var(--ed-line-strong);text-decoration-color:var(--ed-line-strong)}.site-shell .hint-tip:focus-visible,.site-shell .hint-tip:hover{color:var(--ed-clay);-webkit-text-decoration-color:var(--ed-clay);text-decoration-color:var(--ed-clay)}.site-shell .hint-tip__bubble{background:var(--ed-raise);border-color:var(--ed-line);color:var(--ed-ink-soft);box-shadow:0 8px 24px rgba(28,23,20,.12)}.site-shell .maintenance{max-width:640px;margin:0 auto;padding:clamp(3rem,9vw,6rem) var(--ed-gutter);text-align:center}.site-shell .maintenance-art{display:block;width:clamp(180px,40vw,240px);height:auto;margin:0 auto 1.75rem}.site-shell .maintenance h1{font-size:var(--ed-step-5);margin:0 0 1.25rem}.site-shell .maintenance-body{max-width:52ch;margin:0 auto 2.25rem;color:var(--ed-ink-soft);font-size:var(--ed-step-1)}.site-shell .maintenance .eyebrow{justify-content:center}.site-shell .maintenance-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.site-shell .filter-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;padding:0;margin:0 0 2rem}.site-shell .filter-chip{padding:.42rem 1rem;border:1px solid var(--ed-line-strong);border-radius:999px;background:transparent;font-family:var(--font-sans),system-ui,sans-serif;font-size:var(--ed-step-small);font-weight:500;letter-spacing:.01em;color:var(--ed-ink-soft);cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.site-shell .filter-chip:hover{border-color:var(--ed-line-strong);background:var(--ed-raise);color:var(--ed-ink)}.site-shell .filter-chip.active{border-color:var(--ed-ink);background:var(--ed-ink);color:var(--ed-paper)}.site-shell .header-search-wrap{position:relative;display:inline-flex;align-items:center}.site-shell .header-search-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;border-radius:var(--ed-radius);border:1px solid var(--ed-line-strong);background:transparent;color:var(--ed-ink-soft);cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease}.site-shell .header-search-toggle:hover,.site-shell .header-search-toggle[aria-expanded=true]{border-color:var(--ed-ink);color:var(--ed-ink);background:var(--ed-raise)}.site-shell .header-search{position:absolute;top:calc(100% + 10px);right:0;z-index:60;display:inline-flex;align-items:center;padding:.4rem .85rem;border:1px solid var(--ed-line-strong);border-radius:999px;background:var(--ed-raise);box-shadow:0 12px 30px rgba(28,23,20,.16);animation:searchPop .16s ease}@keyframes searchPop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.site-shell .header-search input{border:0;outline:none;background:transparent;font:inherit;font-size:.95rem;color:var(--ed-ink);width:15rem;max-width:60vw;min-width:0}.site-shell .header-search input::placeholder{color:var(--ed-muted)}.site-shell .header-search-submit{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;margin-left:.4rem;border:0;background:transparent;color:var(--ed-clay);cursor:pointer}.site-shell .header-search-submit:hover{color:var(--ed-brand)}.site-shell .search-page{max-width:880px;margin:0 auto;padding:clamp(2.5rem,6vw,5rem) var(--ed-gutter) clamp(3rem,6vw,5rem)}.site-shell .search-head h1{font-size:var(--ed-step-5);margin:0 0 1.5rem}.site-shell .search-form{display:flex;gap:.75rem;flex-wrap:wrap}.site-shell .search-form input{flex:1 1;min-width:240px;font:inherit;font-size:var(--ed-step-1);padding:.75rem 1rem;color:var(--ed-ink);background:var(--ed-raise);border:1px solid var(--ed-line-strong);border-radius:var(--ed-radius)}.site-shell .search-form input:focus{outline:none;border-color:var(--ed-clay);box-shadow:0 0 0 3px var(--ed-focus)}.site-shell .search-count,.site-shell .search-hint{margin:2rem 0 1rem;color:var(--ed-ink-soft)}.site-shell .search-results{list-style:none;margin:0;padding:0;display:grid;grid-gap:.75rem;gap:.75rem}.site-shell .search-results a{display:block;padding:1.1rem 1.25rem;border:1px solid var(--ed-line);border-radius:var(--ed-radius-lg);background:var(--ed-raise);transition:border-color .16s ease,transform .16s ease}.site-shell .search-results a:hover{border-color:var(--ed-line-strong);transform:translateY(-2px)}.site-shell .search-result-kind{display:inline-block;font-size:var(--ed-step-small);font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ed-clay);margin-bottom:.35rem}.site-shell .search-result-title{display:block;font-family:var(--font-serif),Georgia,serif;font-size:var(--ed-step-3);color:var(--ed-ink)}.site-shell .search-result-desc{display:block;margin-top:.35rem;color:var(--ed-ink-soft);font-size:.98rem;line-height:1.55}@media (max-width:900px){.site-shell .header-search input{width:13rem}}.site-shell .propose-section{max-width:var(--ed-container);margin:clamp(2.5rem,5vw,4rem) auto 0;padding:clamp(2rem,4vw,3rem) var(--ed-gutter);display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center;border-top:1px solid var(--ed-line)}.site-shell .propose-lead{margin:0;font-family:var(--font-serif),Georgia,serif;font-size:var(--ed-step-4);color:var(--ed-ink);max-width:24ch}.site-shell .history-page{max-width:860px;margin:0 auto;padding:clamp(2.5rem,6vw,5rem) var(--ed-gutter) clamp(3rem,6vw,5rem)}.site-shell .history-header{margin-bottom:clamp(2rem,5vw,3.5rem);padding-bottom:clamp(1.25rem,3vw,2rem);border-bottom:1px solid var(--ed-line)}.site-shell .history-header h1{font-size:var(--ed-step-6);margin:0}.site-shell .history-body{font-size:var(--ed-step-1);line-height:1.8;color:var(--ed-ink)}