:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f5f2ec;--foreground:#1f211f;--muted:#686b66;--line:#d8d4cc;--surface:#fffdf8;--error:#8b1e1e;--success:#245c38}*{box-sizing:border-box}html{background:var(--background);color:var(--foreground);scrollbar-width:none;-webkit-text-size-adjust:100%;font-family:Arial,Helvetica,sans-serif}body{scrollbar-width:none;margin:0;overflow-x:hidden}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}:is(html:has(.admin-action-menu-open),html:has(.admin-manager-modal:target),html:has(.admin-manager-modal-open),body:has(.admin-action-menu-open),body:has(.admin-manager-modal:target),body:has(.admin-manager-modal-open)){overscroll-behavior:none;overflow:hidden}a{color:inherit}button,input,select{font:inherit}button,select{cursor:pointer}button:disabled,select:disabled{cursor:not-allowed;opacity:.55}:focus-visible{outline:3px solid var(--foreground);outline-offset:3px}.shell{max-width:72rem;margin:0 auto;padding-left:2rem;padding-right:2rem}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:5rem;display:flex}.brand{font-family:Georgia,Times New Roman,serif;font-size:1.35rem;text-decoration:none}.site-header nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.site-header nav form{margin:0;display:flex}.site-header-logout{color:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.site-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;min-height:6rem;margin-top:6rem;font-size:.875rem;display:flex}.site-footer-contact{flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem;display:flex}.site-footer-contact a{color:inherit;text-underline-offset:.2em}.site-footer-contact .site-footer-icon{place-items:center;width:2.5rem;height:2.5rem;display:grid}.site-footer-icon img{width:2rem;height:2rem;transition:transform .15s;display:block}.site-footer-mail img{opacity:.55;width:2.5rem;height:2.5rem}.site-footer-icon:hover img,.site-footer-icon:focus-visible img{transform:scale(1.1)}.admin-floating-tools{z-index:30;position:fixed;bottom:2.5rem;right:2rem}.admin-action-menu{position:relative}.admin-action-menu-toggle{background:var(--surface);border:1px solid var(--line);width:3.5rem;height:3.5rem;color:var(--foreground);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:50%;place-items:center;padding:0;font-size:2rem;line-height:1;list-style:none;display:grid;box-shadow:0 .5rem 1.5rem #1f211f2e}.admin-action-menu-toggle:hover,.admin-action-menu-toggle:focus-visible{background:var(--foreground);color:var(--surface)}.admin-floating-edit{text-decoration:none}.admin-floating-edit svg{stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.55rem;height:1.55rem}.admin-floating-tools nav{background:var(--surface);border:1px solid var(--line);width:max-content;min-width:12rem;display:grid;position:absolute;bottom:calc(100% + .75rem);right:0;overflow:hidden;box-shadow:0 .75rem 2rem #1f211f24}.admin-floating-tools nav a{color:var(--foreground);padding:.8rem 1rem;font-size:.85rem;text-decoration:none}.admin-floating-tools nav a+a{border-top:1px solid var(--line)}.admin-floating-tools nav a:hover,.admin-floating-tools nav a:focus-visible{background:var(--background)}.admin-action-notice{background:var(--surface);border:1px solid var(--line);width:max-content;max-width:calc(100vw - 6rem);min-height:3.5rem;color:var(--success);align-items:center;gap:1rem;padding:.75rem 1rem;font-size:.85rem;display:flex;position:absolute;bottom:0;right:calc(100% + .75rem);box-shadow:0 .5rem 1.5rem #1f211f24}.admin-action-notice-close{color:var(--foreground);cursor:pointer;background:0 0;border:0;padding:0;font-size:1.2rem}.admin-manager-modal{z-index:31;background:#1f211f7a;place-items:center;padding:1.5rem;display:none;position:fixed;inset:0;overflow-y:auto}.admin-manager-modal:target,.admin-manager-modal-open{display:grid}.admin-edit-modal{z-index:32}.admin-manager-panel{background:var(--surface);border:1px solid var(--line);width:min(100%,48rem);max-height:calc(100vh - 3rem);padding:1.5rem;overflow-y:auto;box-shadow:0 1rem 3rem #1f211f33}.admin-manager-panel>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:1.5rem;padding-bottom:1rem;display:flex}.admin-manager-panel h2{letter-spacing:-.03em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,5vw,3rem);font-weight:400}.admin-manager-close{border:1px solid var(--line);width:2.5rem;height:2.5rem;color:var(--foreground);background:0 0;flex:none;place-items:center;padding:0;font-size:1.5rem;line-height:1;text-decoration:none;display:grid}.admin-manager-list{margin:0;padding:0;list-style:none}.admin-manager-list>li{justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 0;display:flex}.admin-manager-list>li+li{border-top:1px solid var(--line)}.admin-manager-copy{gap:.3rem;min-width:0;display:grid}.admin-manager-copy small{color:var(--muted)}.admin-manager-actions{align-items:center;gap:.5rem;display:flex}.admin-manager-actions a,.admin-manager-actions button{cursor:pointer;border:1px solid var(--line);min-height:2.5rem;color:var(--foreground);font:inherit;background:0 0;padding:.6rem .75rem;font-size:.85rem;text-decoration:none}.admin-manager-actions button{color:#a12f2f;border-color:currentColor}.admin-manager-success,.admin-manager-error{border-left:3px solid;margin:1rem 0 0;padding:.8rem 1rem}.admin-manager-success{color:#2f6a43}.admin-manager-error{color:#a12f2f}.admin-create-modal .editor-form{gap:1.25rem;padding-top:1.5rem;display:grid}.admin-create-modal .editor-form label{gap:.5rem;font-size:.9rem;font-weight:600;display:grid}.admin-create-modal .editor-field-label{display:inline}.admin-create-modal .editor-form input,.admin-create-modal .editor-form select,.admin-create-modal .editor-form textarea{background:var(--surface);border:1px solid var(--line);border-radius:0;width:100%;min-height:3rem;padding:.75rem}.admin-create-modal .editor-form textarea{resize:vertical}.admin-create-modal .editor-file-field{gap:.5rem;font-size:.9rem;font-weight:600;display:grid;position:relative}.admin-create-modal .editor-form .editor-file-native{clip:rect(0 0 0 0);clip-path:inset(50%);opacity:0;white-space:nowrap;border:0;width:1px;height:1px;min-height:0;padding:0;position:absolute;overflow:hidden}.admin-create-modal .editor-form .editor-file-picker{cursor:pointer;border:1px solid var(--line);align-items:stretch;gap:0;min-height:3.25rem;font-weight:400;display:flex;overflow:hidden}.admin-create-modal .editor-file-button,.admin-create-modal .editor-file-name{align-items:center;padding:.75rem 1rem;display:flex}.admin-create-modal .editor-file-button{color:var(--surface);background:var(--foreground);flex:none}.admin-create-modal .editor-file-name{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.admin-create-modal .editor-file-native:focus-visible+.editor-file-picker{outline:3px solid var(--foreground);outline-offset:3px}.admin-create-modal .editor-existing-images{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.admin-create-modal .editor-existing-image{border:1px solid var(--line);grid-template-columns:4.5rem minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.5rem;font-weight:400;display:grid}.admin-create-modal .editor-existing-image img{object-fit:cover;width:4.5rem;height:4.5rem}.admin-create-modal .editor-existing-image label{cursor:pointer;align-items:center;gap:.4rem;font-weight:400;display:flex}.admin-create-modal .editor-existing-image input{width:auto;min-height:0;margin:0}.admin-create-modal .editor-select-wrap{display:block;position:relative}.admin-create-modal .editor-select-wrap:after{border-right:1px solid var(--foreground);border-bottom:1px solid var(--foreground);content:"";pointer-events:none;width:.55rem;height:.55rem;position:absolute;top:50%;right:1.1rem;transform:translateY(-70%)rotate(45deg)}.admin-create-modal .editor-form .editor-select-wrap select{cursor:pointer;appearance:none;padding-right:3rem}.admin-create-modal .editor-select-wrap option{color:var(--foreground);background:var(--surface)}.admin-create-modal .editor-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.admin-create-modal .editor-time-field{gap:.5rem;display:grid}.admin-create-modal .editor-time-picker{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.5rem;display:grid}.admin-create-modal .editor-time-picker label{display:block}.admin-create-modal .editor-time-separator{font-size:1.25rem;font-weight:700}.admin-create-modal .editor-event-days{border:1px solid var(--line);min-width:0;margin:0;padding:1rem}.admin-create-modal .editor-event-days legend{padding:0 .4rem;font-weight:600}.admin-create-modal .editor-event-days>.editor-field-help{margin:0 0 1rem}.admin-create-modal .editor-event-day-list{display:grid}.admin-create-modal .editor-event-day{grid-template-columns:minmax(10rem,1.15fr) repeat(2,minmax(0,1fr));align-items:end;gap:1rem;padding:1rem 0;display:grid}.admin-create-modal .editor-event-day+.editor-event-day{border-top:1px solid var(--line)}.admin-create-modal .editor-event-day>strong{align-self:center;font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:400}.admin-create-modal .editor-form .editor-checkbox{align-items:center;font-weight:400;display:flex}.admin-create-modal .editor-checkbox input{width:1.1rem;min-height:1.1rem}.admin-create-modal .editor-optional,.admin-create-modal .editor-field-help{color:var(--muted)}.admin-create-modal .editor-field-help{font-size:.8rem;font-weight:400;line-height:1.45}.admin-create-modal .editor-error{color:var(--error);border-left:3px solid;padding:1rem}.admin-create-modal .editor-form-actions{justify-content:flex-end;gap:.75rem;padding-top:.5rem;display:flex}.admin-create-modal .editor-primary-button,.admin-create-modal .editor-secondary-button{cursor:pointer;justify-content:center;align-items:center;min-height:3rem;padding:.75rem 1rem;display:inline-flex}.admin-create-modal .editor-primary-button{color:var(--surface);background:var(--foreground);border:1px solid var(--foreground)}.admin-create-modal .editor-secondary-button{color:var(--foreground);border:1px solid var(--line);background:0 0}.admin-create-modal .editor-primary-button:disabled,.admin-create-modal .editor-secondary-button:disabled{cursor:wait;opacity:.6}.hero{max-width:49rem;padding:8rem 0}.hero h1,.page-section>h1,.product-copy h1,.empty-state h1{letter-spacing:-.045em;margin:0 0 1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.75rem,7vw,6rem);font-weight:400;line-height:.98}.hero p,.lead,.empty{color:var(--muted);font-size:1.1rem;line-height:1.65}.post-header h1{letter-spacing:-.045em;margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.75rem,7vw,6rem);font-weight:400;line-height:.98}.feed-page{max-width:96rem}.feed-layout{grid-template-columns:minmax(0,1fr) minmax(15rem,17rem);grid-template-areas:"feed events";align-items:start;gap:clamp(1.5rem,2.5vw,2.5rem);display:grid}.feed-stream{grid-area:feed;min-width:0}.upcoming-events{scrollbar-width:thin;grid-area:events;max-height:calc(100vh - 4rem);position:sticky;top:2rem;overflow-y:auto}.upcoming-events-has-events{border-left:1px solid var(--line);padding-left:clamp(1.5rem,2.5vw,2.5rem)}.upcoming-events-header{padding:1.25rem 0 1rem}.upcoming-events-header .eyebrow{margin:0 0 .35rem}.upcoming-events-header h2{letter-spacing:-.035em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400}.upcoming-events-list{margin:0;padding:0;list-style:none;display:grid}.upcoming-event-link{height:100%;color:inherit;text-decoration:none;display:block}.upcoming-event-link:focus-visible{outline-offset:.25rem;border-radius:.25rem;outline:2px solid}.upcoming-event-link:hover .upcoming-event h3,.upcoming-event-link:focus-visible .upcoming-event h3{text-underline-offset:.15em;text-decoration:underline;text-decoration-thickness:.06em}.upcoming-event{border-top:1px solid var(--line);padding:1.25rem 0 1.5rem}.upcoming-event-image{object-fit:contain;width:100%;height:auto;margin-bottom:1rem;display:block}.upcoming-event h3{letter-spacing:-.02em;margin:0 0 .65rem;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:400;line-height:1.1}.upcoming-event-meta{gap:.25rem;margin:0;font-size:.9rem;font-weight:600;line-height:1.4;display:grid}.upcoming-event-schedule{border-top:1px solid var(--line);gap:.35rem;margin:0;padding:.8rem 0 0;list-style:none;display:grid}.upcoming-event-schedule li{color:var(--muted);justify-content:space-between;gap:.75rem;font-size:.82rem;line-height:1.4;display:flex}.upcoming-event-schedule li span:last-child:not(:first-child){color:var(--foreground);font-variant-numeric:tabular-nums;white-space:nowrap}.upcoming-event-description,.upcoming-events-empty{color:var(--muted);margin:.8rem 0 0;font-size:.9rem;line-height:1.55}.upcoming-event-description{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.upcoming-event-open{text-underline-offset:.18em;margin-top:.9rem;font-size:.82rem;font-weight:700;text-decoration:underline;display:inline-block}.event-detail{grid-template-columns:minmax(0,1.1fr) minmax(18rem,.9fr);align-items:start;gap:clamp(2rem,6vw,6rem);display:grid}.event-detail-no-image{grid-template-columns:minmax(0,48rem)}.event-detail-image{object-fit:contain;width:100%;height:auto;max-height:46rem;display:block}.event-detail-copy h1{letter-spacing:-.045em;margin:.35rem 0 1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:400;line-height:.98}.event-detail-meta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:.55rem;margin:0 0 2rem;padding:1.25rem 0;display:grid}.event-detail-meta p{margin:0}.event-detail-schedule{gap:.45rem;margin:0;padding:.75rem 0 0;list-style:none;display:grid}.event-detail-schedule li{justify-content:space-between;gap:1.5rem;display:flex}.event-detail-schedule li span:last-child:not(:first-child){font-variant-numeric:tabular-nums;white-space:nowrap}.event-detail-description{font-size:1.05rem;line-height:1.75}.upcoming-events-empty{border-bottom:1px solid var(--line);padding:0 0 1.5rem}.feed-list{gap:0;display:grid}.feed-item{grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);align-items:center;gap:clamp(2rem,6vw,6rem);display:grid}.feed-item+.feed-item{border-top:1px solid var(--line);margin-top:2.5rem;padding-top:2.5rem}.feed-item:nth-child(2n) .feed-media{order:2}.feed-media{display:block}.media-carousel{min-width:0}.media-carousel-stage{touch-action:pan-y;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.media-carousel-image-link{display:block}.media-carousel-arrow{width:2.75rem;height:2.75rem;color:var(--foreground);z-index:2;background:#fffdf8e0;border:1px solid #1f211f38;border-radius:50%;place-items:center;padding:0;font-family:Georgia,Times New Roman,serif;font-size:2rem;line-height:1;display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 .25rem 1rem #1f211f26}.media-carousel-arrow:hover,.media-carousel-arrow:focus-visible{color:var(--surface);background:var(--foreground)}.media-carousel-arrow-previous{left:.75rem}.media-carousel-arrow-next{right:.75rem}.media-carousel-dots{justify-content:center;align-items:center;gap:.45rem;min-height:1.75rem;padding-top:.5rem;display:flex}.media-carousel-dot{border:1px solid var(--foreground);background:0 0;border-radius:50%;width:.55rem;height:.55rem;padding:0}.media-carousel-dot[aria-current=true]{background:var(--foreground)}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (min-width:701px){.media-carousel-arrow{display:grid}}.feed-image{object-fit:cover;width:100%;height:auto;max-height:48rem;display:block}.feed-copy{max-width:34rem}.feed-mobile-eyebrow,.feed-mobile-title{display:none}.feed-copy h2{letter-spacing:-.035em;margin:.5rem 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.75rem);font-weight:400;line-height:1}.feed-copy h2 a{text-decoration:none}.feed-copy>p:not(.eyebrow,.feed-price){color:var(--muted);line-height:1.65}.feed-price{font-family:Georgia,Times New Roman,serif;font-size:1.5rem}.text-link{text-underline-offset:.25em;margin-top:.5rem;display:inline-block}.page-section{min-height:55vh;padding-top:4rem;padding-bottom:3rem}.page-section>h1{font-size:clamp(2.5rem,5vw,4.75rem)}.dashboard-page{max-width:72rem}.dashboard-heading{border-bottom:1px solid var(--line);padding-bottom:2rem}.dashboard-heading h1{letter-spacing:-.045em;margin:.35rem 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.75rem,7vw,6rem);font-weight:400;line-height:.98}.dashboard-tabs{border-bottom:1px solid var(--line);gap:2rem;margin:1.5rem 0 3rem;display:flex}.dashboard-tabs a{color:var(--muted);padding:0 0 .85rem;text-decoration:none}.dashboard-tabs a[aria-current=page]{border-bottom:2px solid var(--foreground);color:var(--foreground);margin-bottom:-1px}.dashboard-overview-grid,.dashboard-metrics,.dashboard-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.dashboard-overview-grid>a{border:1px solid var(--line);background:var(--surface);align-content:end;gap:.7rem;min-height:13rem;padding:1.5rem;text-decoration:none;display:grid}.dashboard-overview-grid>a:hover,.dashboard-overview-grid>a:focus-visible{border-color:var(--foreground)}.dashboard-overview-grid strong{font-family:Georgia,Times New Roman,serif;font-size:1.65rem;font-weight:400}.dashboard-overview-grid>a>span:last-child,.dashboard-intro{color:var(--muted);line-height:1.55}.dashboard-content{gap:2rem;display:grid}.dashboard-intro{max-width:48rem;margin:0}.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-metrics article,.dashboard-panel{border:1px solid var(--line);background:var(--surface)}.dashboard-metrics article{align-content:space-between;gap:.75rem;min-height:9rem;padding:1.25rem;display:grid}.dashboard-metrics span{color:var(--muted);font-size:.85rem;line-height:1.4}.dashboard-metrics strong{font-family:Georgia,Times New Roman,serif;font-size:2.75rem;font-weight:400}.dashboard-panel{min-width:0;padding:1.25rem}.dashboard-panel h2{margin:0 0 1.25rem;font-family:Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:400}.dashboard-table-wrap{overflow-x:auto}.dashboard-table{border-collapse:collapse;width:100%;font-size:.9rem}.dashboard-table th,.dashboard-table td{border-top:1px solid var(--line);text-align:left;padding:.8rem .6rem}.dashboard-table th{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:600}.dashboard-table th:not(:first-child),.dashboard-table td:not(:first-child){text-align:right}.dashboard-table a{text-underline-offset:.2em}.artist-page-heading{border-bottom:1px solid var(--line);margin-bottom:3rem;padding-bottom:2rem}.artist-page-heading h2{margin:.25rem 0 0;font-size:clamp(2.5rem,5vw,4.75rem)}.artist-page-links{flex-wrap:wrap;gap:.5rem 1.5rem;display:flex}.narrow-page{max-width:48rem}.eyebrow{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem}.muted{color:var(--muted)}.primary-button{background:var(--foreground);border:1px solid var(--foreground);color:#fff;justify-content:center;align-items:center;min-height:3.25rem;padding:.85rem 1.25rem;text-decoration:none;display:inline-flex}.primary-button:hover:not(:disabled){color:var(--foreground);background:0 0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:2rem 1rem;margin:3rem 0;padding:0;list-style:none;display:grid}.gallery-heading{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.gallery-heading h1,.gallery-heading h2{flex:1;font-size:clamp(2.5rem,5vw,4.75rem)}.gallery-description{max-width:46rem;color:var(--muted);white-space:pre-line;margin:-.25rem 0 2rem;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;line-height:1.65}.gallery-albums{margin-bottom:4rem}.gallery-albums>h1,.gallery-albums>h2{margin:0 0 1.25rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.25rem);font-weight:400}.gallery-album-list{grid-template-columns:repeat(auto-fill,minmax(min(100%,18rem),22rem));justify-content:start;gap:1rem;margin:0;padding:0;list-style:none;display:grid}.gallery-album-list a{border:1px solid var(--line);background:var(--surface);gap:.85rem;padding:.75rem;text-decoration:none;display:grid}.gallery-album-list a:hover,.gallery-album-list a:focus-visible{border-color:var(--foreground)}.gallery-album-preview-grid{aspect-ratio:1;background:var(--background);grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem;display:grid;overflow:hidden}.gallery-album-preview-grid[data-columns="1"]{grid-template-columns:1fr}.gallery-album-preview-grid[data-columns="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-album-preview-cell{aspect-ratio:1;background:#e7e1d7;place-items:center;min-width:0;display:grid;overflow:hidden}.gallery-album-preview-image{object-fit:contain;width:100%;height:100%;display:block}.gallery-album-list strong{padding:0 .25rem .2rem;font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400}.gallery-layout-toggle{width:3rem;height:3rem;color:var(--surface);background:var(--foreground);border:1px solid var(--foreground);place-items:center;padding:0;transition:opacity .15s;display:none}.gallery-layout-toggle:hover{opacity:.78}.gallery-layout-icon{gap:.16rem;width:1.2rem;height:1.2rem;display:grid}.gallery-layout-icon-1{grid-template-columns:1fr}.gallery-layout-icon-3{grid-template-columns:repeat(3,1fr)}.gallery-layout-icon>span{border:1px solid}.gallery-grid{margin-top:1rem;transition:max-width .18s}.gallery-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem .75rem;width:100%;max-width:40rem}.gallery-grid-compact .product-card-copy{padding-top:.65rem}.gallery-grid-compact .product-card h2,.gallery-grid-compact .product-card h3{font-size:1.1rem}.gallery-grid-compact .product-card-copy>p{margin:.25rem 0;font-size:.8rem}.product-card{grid-row:span 2;grid-template-rows:subgrid;background:var(--surface);border:1px solid var(--line);row-gap:0;min-width:0;display:grid;overflow:hidden}.product-card a{text-decoration:none;display:block}.product-card a:hover h2{text-underline-offset:.2em;text-decoration:underline}.product-card-copy{padding:1rem}.product-card h2,.product-card h3{margin:.35rem 0;font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400}.product-image{object-fit:contain;background:#e7e1d7;width:100%;height:auto;display:block}.feed-media .product-image,.feed-media .image-placeholder{object-fit:contain;max-height:48rem}.feed-media .product-image{background:0 0}.image-placeholder{aspect-ratio:4/5;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;background:#e7e1d7;justify-content:center;align-items:center;width:100%;font-size:.8rem;display:flex}.breadcrumbs{color:var(--muted);gap:.5rem;margin-bottom:2rem;font-size:.875rem;display:flex}.product-detail{grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);gap:clamp(2rem,6vw,6rem);display:grid}.product-copy{align-self:start;position:sticky;top:2rem}.product-copy h1{font-size:clamp(2.5rem,5vw,4.75rem)}.details-list,.summary-card dl{margin:2rem 0}.details-list div,.summary-card dl div{border-top:1px solid var(--line);justify-content:space-between;padding:.8rem 0;display:flex}.details-list dt,.summary-card dt{color:var(--muted)}.details-list dd,.summary-card dd{text-align:right;margin:0}.purchase-panel{border-top:1px solid var(--line);margin-top:2rem;padding-top:1.5rem}.purchase-panel label,.address-form label{gap:.45rem;font-size:.875rem;display:grid}.purchase-panel select,.address-form input{background:var(--surface);border:1px solid var(--line);border-radius:0;width:100%;min-height:3rem;padding:.75rem}.product-price{font-family:Georgia,Times New Roman,serif;font-size:2rem}.success-message{color:var(--success)}.error-message{color:var(--error);line-height:1.5}.notice{border-left:3px solid var(--foreground);background:#eee7d9;padding:1rem;line-height:1.5}.empty-state{max-width:38rem;padding:2rem 0}.empty-state h1{font-size:clamp(2.5rem,5vw,4.5rem)}.post-page{max-width:58rem}.post-header{max-width:50rem;margin-bottom:2.5rem}.post-image{width:100%;height:auto;margin-bottom:3rem;display:block}.post-content{max-width:44rem;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;line-height:1.75}.post-content p{margin:0 0 1.25em}.about-page{max-width:58rem}.about-content{max-width:44rem;padding-top:2.5rem;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;line-height:1.75}.about-body-with-image{grid-template-columns:minmax(16rem,.8fr) minmax(20rem,1.2fr);align-items:start;gap:clamp(2rem,6vw,5rem);padding-top:2.5rem;display:grid}.about-body-with-image .about-content{padding-top:0}.about-image{object-fit:cover;width:100%;height:auto;max-height:48rem;display:block}.about-content p{margin:0 0 1.25em}@media (min-width:48.0625rem) and (max-width:96rem),(min-width:48.0625rem) and (max-height:60rem){.feed-page{max-width:84rem}.feed-layout{grid-template-columns:minmax(0,1fr) minmax(13.5rem,15rem);gap:clamp(1.5rem,2vw,2rem)}.feed-item{grid-template-columns:minmax(0,1fr) minmax(16rem,.75fr);gap:clamp(2rem,4vw,3.5rem)}.feed-image,.feed-media .product-image,.feed-media .image-placeholder{max-height:min(40rem,100vh - 10rem)}.feed-copy h2{font-size:clamp(2rem,3.2vw,3.1rem)}.hero h1,.page-section>h1,.gallery-heading h1,.gallery-heading h2,.product-copy h1,.event-detail-copy h1,.post-header h1,.dashboard-heading h1,.empty-state h1{font-size:clamp(2.5rem,4vw,4rem)}.gallery-albums>h1,.gallery-albums>h2{font-size:clamp(2rem,3vw,2.75rem)}.upcoming-events-has-events{padding-left:1.5rem}.upcoming-events-header{padding:1rem 0 .75rem}.upcoming-events-header h2{font-size:clamp(1.8rem,2.3vw,2.2rem)}.upcoming-event{padding:1rem 0 1.25rem}.upcoming-event-image{object-fit:contain;height:clamp(14rem,38vh,20rem);margin-bottom:.75rem}.upcoming-event h3{margin-bottom:.5rem;font-size:1.25rem}.upcoming-event-description{-webkit-line-clamp:3}.page-section{padding-top:clamp(2.5rem,5vh,3.5rem)}.product-detail,.event-detail,.about-body-with-image{gap:clamp(2rem,4vw,4rem)}.event-detail-image,.about-image{object-fit:contain;max-height:min(40rem,100vh - 10rem)}}@media (max-width:70rem){.feed-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"events""feed";gap:4rem}.upcoming-events{max-height:none;position:static;overflow:visible}.upcoming-events-has-events{border-left:0;padding-left:0}.upcoming-events-list{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1.5rem}.upcoming-event{border-bottom:1px solid var(--line);height:100%}}@media (max-width:48rem){.gallery-layout-toggle{display:grid}.gallery-grid-compact .media-carousel-stage{aspect-ratio:4/5;background:#e7e1d7;place-items:center;display:grid}.gallery-grid-compact .media-carousel-image-link{place-items:center;width:100%;height:100%;display:grid}.gallery-grid-compact .product-image{object-fit:contain;width:100%;height:100%}.gallery-grid-compact .product-card-copy{overflow-wrap:anywhere;padding:.65rem .5rem}.gallery-grid-compact .product-card-copy .eyebrow{letter-spacing:.08em;font-size:.6rem;line-height:1.4}.gallery-grid-compact .product-card h2,.gallery-grid-compact .product-card h3{overflow-wrap:anywhere;font-size:.95rem}.gallery-grid-compact .product-card-copy>p:not(.eyebrow){font-size:.75rem}.shell{padding-left:1rem;padding-right:1rem}.site-header{flex-direction:column;align-items:flex-start;gap:.9rem;min-height:4.5rem;padding-top:1rem;padding-bottom:1rem}.about-body-with-image{grid-template-columns:1fr;gap:2rem;padding-top:2rem}.brand{font-size:1.45rem;line-height:1.15}.site-header nav{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:clamp(.85rem,4vw,1.25rem);width:100%;padding:.15rem 0;font-size:.9rem;overflow-x:auto}.site-header nav::-webkit-scrollbar{display:none}.site-header nav a,.site-header-logout{flex:none;align-items:center;min-height:2rem;display:flex}.hero{padding:5rem 0}.page-section{min-height:50vh;padding-top:1.75rem;padding-bottom:2rem}.dashboard-tabs{margin-bottom:2rem}.dashboard-overview-grid,.dashboard-content-grid,.dashboard-metrics{grid-template-columns:1fr}.dashboard-overview-grid>a{min-height:10rem}.dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.feed-layout{gap:3rem}.upcoming-events-list{grid-template-columns:1fr;gap:0}.event-detail,.product-detail,.feed-item{grid-template-columns:1fr}.feed-item:nth-child(2n) .feed-media{order:initial}.feed-list,.feed-item{gap:0}.feed-item+.feed-item{margin-top:1.875rem;padding-top:1.875rem}.feed-mobile-eyebrow{margin:0 0 .75rem;display:block}.feed-mobile-title{letter-spacing:-.035em;margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,10vw,3rem);font-weight:400;line-height:1.02;display:block}.feed-mobile-title a{text-decoration:none}.feed-painting .feed-copy h2,.feed-post .feed-copy h2{display:none}.feed-copy{max-width:none;margin-top:1.25rem}.feed-copy>.eyebrow{display:none}.feed-image,.feed-media .product-image,.feed-media .image-placeholder{max-height:none}.feed-copy h2{margin:.45rem 0 .8rem;font-size:clamp(2rem,10vw,3rem);line-height:1.02}.feed-copy>p:not(.eyebrow,.feed-price){margin-top:0;line-height:1.55}.feed-price{margin:1rem 0 .25rem;font-size:1.35rem}.text-link{align-items:center;min-height:2.75rem;margin-top:.2rem;display:inline-flex}.product-copy{position:static}.site-footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;min-height:5rem;margin-top:4rem}.admin-floating-tools{right:calc(1.75rem + env(safe-area-inset-right));bottom:calc(3rem + env(safe-area-inset-bottom))}.admin-action-menu-toggle{width:3.75rem;height:3.75rem;font-size:2.15rem}.admin-floating-tools nav{min-width:min(15rem,100vw - 2rem)}.admin-floating-tools nav a{align-items:center;min-height:3.25rem;padding:.9rem 1rem;font-size:.95rem;display:flex}.admin-action-notice{right:5.5rem;bottom:calc(3rem + env(safe-area-inset-bottom));width:auto;max-width:none;position:fixed;left:1rem}.admin-manager-modal{place-items:stretch stretch;padding:0}.admin-manager-panel{width:100%;height:100dvh;max-height:none;padding:1rem;padding-bottom:max(1rem, env(safe-area-inset-bottom));overscroll-behavior:contain;border:0}.admin-manager-panel>header{z-index:2;padding:max(1rem, env(safe-area-inset-top)) 1rem 1rem;background:var(--surface);margin:-1rem -1rem 0;position:sticky;top:-1rem}.admin-manager-panel h2{font-size:clamp(1.9rem,9vw,2.6rem)}.admin-manager-close{width:3rem;height:3rem}.admin-manager-list>li{flex-direction:column;align-items:flex-start;gap:.75rem}.admin-manager-copy,.admin-manager-actions{width:100%}.admin-manager-actions>a,.admin-manager-actions>button,.admin-manager-actions>form{flex:50%}.admin-manager-actions>a,.admin-manager-actions>button{place-items:center;display:grid}.admin-manager-actions button{width:100%}.admin-create-modal .editor-form{gap:1rem;padding-top:1rem}.admin-create-modal .editor-form input,.admin-create-modal .editor-form select,.admin-create-modal .editor-form textarea{min-height:3.25rem;font-size:1rem}.admin-create-modal .editor-form input[type=file]{min-height:3.5rem;padding:.65rem}.admin-create-modal .editor-form textarea{min-height:8rem}.admin-create-modal .editor-form-row,.admin-create-modal .editor-event-day{grid-template-columns:1fr}.admin-create-modal .editor-form-actions{flex-direction:column-reverse;align-items:stretch}.admin-create-modal .editor-primary-button,.admin-create-modal .editor-secondary-button{width:100%;min-height:3.25rem}}@media (max-width:30rem){.feed-list{gap:0}.feed-item+.feed-item{margin-top:1.625rem;padding-top:1.625rem}.feed-copy h2{font-size:clamp(1.85rem,10vw,2.65rem)}.empty-state{padding-top:1rem}.empty-state h2{font-size:1.75rem}.admin-manager-actions{flex-direction:column;align-items:stretch}.admin-manager-actions>a,.admin-manager-actions>button,.admin-manager-actions>form{flex-basis:auto;width:100%}}
