/* Scoped Gallery UI: existing board/detail/storefront layouts are unchanged. */
.gallery-ui{--gallery-ink:#202923;--gallery-muted:#606c63;--gallery-accent:#365642;--gallery-line:#e4e8e2;margin:0;background:#fff;color:var(--gallery-ink);font:15px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.gallery-ui *{box-sizing:border-box}.gallery-ui [hidden]{display:none!important}.gallery-ui a{color:inherit;text-decoration:none}.gallery-ui button,.gallery-ui input{font:inherit}.gallery-ui button{cursor:pointer}.gallery-ui svg{width:20px;height:20px;flex-shrink:0}.gallery-ui img{display:block;max-width:100%}.gallery-ui h1,.gallery-ui h2,.gallery-ui h3,.gallery-ui p{margin:0}.gallery-ui a:focus-visible,.gallery-ui button:focus-visible,.gallery-ui input:focus-visible{outline:3px solid #6c8d73;outline-offset:4px}
.gallery-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gallery-skip{position:fixed;top:8px;left:12px;z-index:100;transform:translateY(-160%);background:#fff;padding:12px 20px;border:2px solid var(--gallery-accent);border-radius:8px}.gallery-skip:focus{transform:none}
.gallery-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid var(--gallery-line)}.gallery-header__inner{max-width:1440px;margin:auto;padding:16px 32px;display:flex;align-items:center;gap:24px}.gallery-brand{flex:0 0 auto;max-width:130px}.gallery-brand img{height:48px;width:auto;max-width:120px;object-fit:contain}.gallery-brand span{font-weight:700;font-size:16px}.gallery-tabs{display:flex;gap:4px}.gallery-tabs a{display:flex;align-items:center;min-height:44px;padding:10px 16px;border-radius:24px;font-size:14px;font-weight:650}.gallery-tabs a[aria-current=page]{color:#fff;background:var(--gallery-accent)}.gallery-tabs a:hover:not([aria-current]){background:#f2f5f1}
.gallery-search{flex:1;display:flex;align-items:center;border:1px solid var(--gallery-line);border-radius:28px;background:#f5f7f4;min-width:0;max-width:680px;margin-left:auto}.gallery-search input{width:100%;min-width:0;border:0;background:transparent;padding:12px 4px 12px 20px;border-radius:28px;color:var(--gallery-ink);font-size:16px}.gallery-search input:focus-visible{outline-offset:-2px}.gallery-search button{display:flex;align-items:center;justify-content:center;width:48px;min-width:48px;height:46px;border:0;border-radius:50%;background:transparent;color:var(--gallery-muted)}.gallery-search button:hover{color:var(--gallery-accent);background:#eaf0e8}.gallery-shop{display:flex;gap:8px;align-items:center;justify-content:center;min-height:44px;font-size:14px;font-weight:650;padding:8px 12px;border-radius:22px}.gallery-shop:hover{background:#f2f5f1}
.gallery-shell{max-width:1440px;margin:0 auto;padding:28px 32px 72px}.gallery-intro{padding-bottom:24px}.gallery-eyebrow{font-size:11px;font-weight:750;letter-spacing:1.6px;color:var(--gallery-accent);margin-bottom:6px!important}.gallery-intro h1{font-size:32px;line-height:1.2;letter-spacing:-.8px;margin-bottom:8px}.gallery-intro>p:last-child{font-size:14px;color:var(--gallery-muted)}.gallery-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.gallery-section-heading h2{font-size:20px;line-height:1.35;letter-spacing:-.3px}.gallery-section-heading>span,.gallery-section-heading>a{font-size:13px;color:var(--gallery-muted)}.gallery-section-heading>a{text-decoration:underline;text-underline-offset:4px}.gallery-board-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.gallery-board{border:1px solid var(--gallery-line);border-radius:16px;overflow:hidden;background:#fff;transition:border-color .16s}.gallery-board:hover{border-color:#7f9581}.gallery-board__collage{display:grid;grid-template-columns:2fr 1fr 1fr;height:180px;gap:4px;background:#edf0e9;overflow:hidden}.gallery-board__collage img{width:100%;height:100%;object-fit:cover;object-position:center 32%;min-height:0}.gallery-board__empty{background:#e8ede5}.gallery-board__details{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 18px}.gallery-board__details h3{font-size:16px;line-height:1.35}.gallery-board__details p{font-size:13px;margin-top:4px;color:var(--gallery-muted)}.gallery-board__details>span{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#eef3ec;color:var(--gallery-accent);flex-shrink:0}
.gallery-feed{margin-top:32px}.gallery-post-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 18px;align-items:start}.gallery-card{display:block;min-width:0;border-radius:14px}.gallery-card__media{position:relative;aspect-ratio:4/5;background:#f3f4f0;border-radius:14px;overflow:hidden}.gallery-card__media>img{width:100%;height:100%;object-fit:contain;transition:filter .18s}.gallery-card:hover .gallery-card__media>img{filter:brightness(.96)}.gallery-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:13px;color:var(--gallery-muted);text-align:center}.gallery-card__details{padding:10px 2px 0}.gallery-card__details h3{font-size:14px;font-weight:650;line-height:20px;height:40px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere}.gallery-card__details p{font-size:12px;color:var(--gallery-muted);line-height:18px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-card__views{display:flex;align-items:center;gap:5px;position:absolute;bottom:10px;right:10px;background:#19241fd9;color:#fff;font-size:12px;line-height:20px;padding:3px 9px;border-radius:20px}.gallery-card__views svg{width:15px;height:15px}.gallery-card__open{position:absolute;top:10px;right:10px;background:var(--gallery-accent);color:#fff;font-size:12px;font-weight:600;border-radius:20px;padding:8px 12px;opacity:0;transition:opacity .15s}.gallery-card:hover .gallery-card__open,.gallery-card:focus-visible .gallery-card__open{opacity:1}
.gallery-feed__controls{text-align:center;padding-top:24px}.gallery-feed__controls p{font-size:14px;color:var(--gallery-muted);min-height:22px;margin-bottom:12px}.gallery-button{min-height:44px;border:1px solid #c3cec1;color:var(--gallery-accent);background:#fff;border-radius:24px;padding:10px 24px;font-weight:650;font-size:14px}.gallery-button:hover{background:#eef3ec}.gallery-button:disabled{opacity:.6;cursor:wait}.gallery-feed [data-feed-sentinel]{height:1px}.gallery-empty{padding:24px;background:#f5f7f4;border-radius:12px;color:var(--gallery-muted);grid-column:1/-1}.gallery-skeletons{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:24px}.gallery-skeleton span{display:block;aspect-ratio:4/5;background:#edf1e9;border-radius:14px;animation:gallery-pulse 1.2s ease-in-out infinite alternate}.gallery-skeleton i{display:block;height:12px;width:88%;background:#edf1e9;border-radius:6px;margin-top:12px}.gallery-skeleton i:last-child{width:60%}.gallery-discover{padding-top:28px;border-top:1px solid var(--gallery-line)}.gallery-floating{position:fixed;bottom:18px;right:18px;z-index:20;background:white;border-radius:50%;padding:3px;border:1px solid var(--gallery-line);box-shadow:0 3px 12px #24352a12}.gallery-floating img{width:44px;height:44px;object-fit:contain;border-radius:50%}@keyframes gallery-pulse{to{opacity:.45}}
@media(min-width:1400px){.gallery-post-grid,.gallery-skeletons{grid-template-columns:repeat(6,minmax(0,1fr))}}
@media(max-width:1050px){.gallery-header__inner{gap:12px;padding:14px 24px}.gallery-shell{padding:24px 24px 64px}.gallery-tabs a{padding:10px 12px}.gallery-brand img{max-width:90px}.gallery-post-grid,.gallery-skeletons{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:800px){.gallery-header__inner{display:grid;grid-template-columns:auto 1fr auto;gap:10px 16px}.gallery-tabs{justify-self:center}.gallery-search{grid-column:1/-1;grid-row:2;max-width:none;width:100%;margin:0}.gallery-post-grid,.gallery-skeletons{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-board__collage{height:150px}.gallery-intro h1{font-size:28px}.gallery-brand img{height:44px}.gallery-header__inner{padding:10px 20px}}
@media(max-width:540px){.gallery-header__inner{padding:10px 16px;gap:8px}.gallery-shell{padding:22px 16px 64px}.gallery-tabs a{font-size:13px;padding:9px 12px}.gallery-shop{padding:8px 0 8px 8px;font-size:13px;gap:5px}.gallery-brand img{max-width:66px;height:44px}.gallery-search input{font-size:16px;padding:10px 4px 10px 16px}.gallery-search button{height:44px}.gallery-intro{padding-bottom:20px}.gallery-intro h1{font-size:27px}.gallery-intro>p:last-child{font-size:13px;max-width:340px}.gallery-eyebrow{font-size:10px}.gallery-section-heading{gap:8px;margin-bottom:12px}.gallery-section-heading h2{font-size:18px}.gallery-section-heading>span,.gallery-section-heading>a{font-size:11px}.gallery-board-grid{gap:12px}.gallery-board__collage{height:112px;grid-template-columns:1.5fr 1fr;grid-template-rows:1fr 1fr;gap:3px}.gallery-board__collage>:first-child{grid-row:span 2}.gallery-board__details{padding:10px;align-items:flex-start;min-height:81px}.gallery-board__details h3{font-size:14px;line-height:19px}.gallery-board__details p{font-size:12px}.gallery-board__details>span{display:none}.gallery-feed{margin-top:24px}.gallery-post-grid,.gallery-skeletons{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.gallery-card__media{border-radius:12px}.gallery-card__views{bottom:8px;right:8px;font-size:11px;padding:2px 7px}.gallery-card__details h3{font-size:14px;line-height:20px}.gallery-card__details p{font-size:11px}.gallery-floating{bottom:12px;right:12px}.gallery-floating img{width:40px;height:40px}}
.gallery-board__collage--1{grid-template-columns:1fr;grid-template-rows:1fr}.gallery-board__collage--1>:nth-child(n+2){display:none}.gallery-board__collage--2{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.gallery-board__collage--2>:nth-child(3){display:none}.gallery-board__collage--2>:first-child{grid-row:auto}
.gallery-brand{display:flex;align-items:center;gap:10px;max-width:200px}.gallery-brand__name{font-size:14px!important;line-height:18px;max-width:88px}.gallery-brand img{height:52px;max-width:88px}
@media(max-width:1050px){.gallery-brand__name{max-width:74px;font-size:13px!important}.gallery-brand img{height:44px;max-width:66px}}
@media(max-width:540px){.gallery-brand__name{display:none}.gallery-brand img{height:44px;max-width:66px}}
/* Full-width original image ratios: no fixed frame, cropping, or side gutters. */
.gallery-post-grid,.gallery-skeletons{grid-template-columns:repeat(4,minmax(0,1fr))}
.gallery-card__media{aspect-ratio:auto;background:transparent}
.gallery-card__media>img{width:100%;height:auto;aspect-ratio:auto 2/3;object-fit:initial}
.gallery-card__placeholder{aspect-ratio:4/5;background:#f3f4f0;border-radius:14px}
@media(max-width:1050px){.gallery-post-grid,.gallery-skeletons{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.gallery-post-grid,.gallery-skeletons{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){.gallery-ui *{animation:none!important;transition:none!important}}
