:root { color-scheme:dark; --ink:#141111; --panel:#1c1919; --paper:#f2eded; --muted:#b8b2b2; --line:#3b3737; --accent:#ded8d8; --gold:#b99552; font-family:'Helvetica Neue','PingFang SC','Microsoft YaHei',Arial,sans-serif; font-size:15px; line-height:1.6; color:var(--paper); background:var(--ink); font-synthesis:none; }
* { box-sizing:border-box; }
body { margin:0 auto; max-width:1120px; border-inline:1px solid var(--line); }
a { color:inherit; text-decoration:none; }
button, input, select, textarea { font:inherit; }
button, .button { cursor:pointer; border:1px solid var(--line); border-radius:3px; background:transparent; color:inherit; min-height:46px; padding:11px 21px; }
button:hover, .button:hover { border-color:var(--paper); background:#ffffff0b; }
button:disabled { cursor:wait; opacity:.65; }
:focus-visible { outline:3px solid var(--accent); outline-offset:5px; }
.skip { position:fixed; top:-100px; left:20px; z-index:5; background:var(--paper); color:var(--ink); padding:16px; }
.skip:focus { top:12px; }
.brand-bar { min-height:80px; padding:18px 40px; display:flex; align-items:center; justify-content:space-between; gap:20px; background:var(--ink); color:var(--paper); border-bottom:1px solid var(--gold); }
.brand { font-family:'Helvetica Neue',Arial,sans-serif; font-size:22px; font-weight:700; letter-spacing:-1px; white-space:nowrap; }
.brand span { font-weight:400; }
.brand-home { display:inline-flex; align-items:center; gap:9px; }
.login-email { min-width:0; overflow-wrap:anywhere; text-align:right; font-size:14px; }
.brand-mark { width:26px; height:26px; object-fit:contain; }
.eyebrow { font-size:12px; letter-spacing:.5px; }
main { max-width:1120px; margin:auto; padding:64px 40px 72px; min-height:65vh; }
.intro { display:block; margin-bottom:36px; }
.eyebrow { color:var(--accent); margin:0 0 14px; }
h1 { font-family:inherit; font-size:clamp(28px,3.4vw,38px); line-height:1.5; letter-spacing:-.6px; font-weight:700; margin:0; overflow-wrap:anywhere; }
.intro p:last-child { color:var(--muted); max-width:640px; font-size:16px; line-height:2; margin:16px 0 0; }
.demo-note { color:var(--muted); font-size:12px; line-height:1.8; border-left:1px solid var(--line); padding-left:13px; margin-bottom:28px; }
.filters { display:flex; gap:0; overflow-x:auto; padding:0 44px 0 0; margin:0; scrollbar-width:none; scroll-padding-inline:44px; }
.filters button { flex-shrink:0; border:0; border-bottom:2px solid transparent; border-radius:0; min-height:46px; padding:12px 16px; font-size:14px; color:var(--muted); }
.filters button:first-child { padding-left:0; }
.filters button[aria-pressed="true"] { background:transparent; color:var(--paper); border-bottom-color:var(--gold); }
.grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px 24px; }
.card { display:block; min-width:0; border-bottom:1px solid var(--line); padding-bottom:22px; }
.cover { position:relative; aspect-ratio:4/3; background:var(--panel); overflow:hidden; border-radius:0; }
.cover img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .25s; }
.card:hover .cover img { transform:scale(1.035); }
.cover .badge { position:absolute; bottom:4px; left:4px; min-width:44px; min-height:44px; padding:0 10px; border:0; background:transparent; color:#fff; font-size:12px; text-shadow:0 1px 3px #000; }
.play-icon { font-size:24px; line-height:1; }
.sample { position:absolute; top:13px; right:13px; background:#111c; padding:5px 7px; font-size:11px; letter-spacing:1px; }
.card-meta { display:block; padding-top:16px; }
.cover video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.series-label { font-size:11px; color:var(--muted); letter-spacing:.5px; text-transform:uppercase; }
h2 { font-size:18px; line-height:1.6; font-weight:700; letter-spacing:0; margin:8px 0; overflow-wrap:anywhere; }
.location { font-size:14px; color:var(--muted); margin:8px 0 0; display:flex; gap:7px; align-items:center; }
.location svg { width:15px; height:15px; flex-shrink:0; }
.load-area { text-align:center; padding:38px 0 18px; }
.status { color:var(--muted); line-height:1.6; }
.empty { padding:65px 16px; text-align:center; border:1px solid var(--line); grid-column:1/-1; }
.demo-tools { border-top:1px solid var(--line); padding-top:22px; margin-top:38px; color:var(--muted); font-size:14px; }
.demo-tools summary { cursor:pointer; min-height:44px; padding:10px 0; }
.tool-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
.tool-actions button { font-size:14px; }
footer { margin:0; padding:32px 40px; border-top:1px solid var(--gold); display:flex; flex-wrap:wrap; gap:18px 24px; align-items:center; color:var(--muted); }
footer .brand { font-size:18px; color:var(--paper); }
.brand-footer { display:inline-flex; align-items:center; gap:7px; }
footer .brand-mark { width:18px; height:18px; }
footer p { font-size:14px; margin:0; flex:1; }
footer small { font-size:12px; }
.detail-top { display:flex; justify-content:space-between; gap:12px; margin-bottom:34px; }
.back { display:inline-flex; align-items:center; min-height:46px; font-size:14px; }
.back-mark { margin-right:6px; font-size:22px; line-height:1; }
.detail-header { max-width:880px; margin:0 auto 32px; }
.detail-header h1 { font-size:clamp(26px,3vw,36px); line-height:1.5; margin:13px 0 18px; letter-spacing:-.5px; }
.description { color:var(--muted); line-height:1.7; white-space:pre-line; overflow-wrap:anywhere; }
.media-list { max-width:880px; margin:auto; display:grid; gap:28px; }
figure { margin:0; min-width:0; }
figure img, video { display:block; width:100%; max-height:80vh; object-fit:contain; background:#080909; }
figcaption { font-size:13px; color:var(--muted); padding-top:12px; overflow-wrap:anywhere; }
.media-error { border:1px solid var(--line); padding:20px; }
.share-panel { border:1px solid var(--line); padding:20px; margin-bottom:28px; }
.share-panel label { display:block; font-size:14px; margin:14px 0 8px; }
.share-panel input { width:100%; background:var(--panel); color:var(--paper); border:1px solid var(--line); padding:12px; min-width:0; }
.share-panel p { color:var(--muted); font-size:14px; line-height:1.6; }
[hidden] { display:none !important; }
@media (min-width:640px) and (max-width:1023px) { .grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:639px) { .brand-bar { min-height:68px; padding:16px 20px; } .brand { font-size:20px; } .brand-mark { width:24px; height:24px; } main { padding:36px 20px 48px; } .intro { display:block; margin-bottom:24px; } .intro p:last-child { margin-top:20px; max-width:none; } h1 { letter-spacing:-.5px; } .grid { grid-template-columns:minmax(0,1fr); gap:30px; } .cover { aspect-ratio:4/3; } footer { margin:0; padding:28px 20px; display:block; } footer p, footer small { display:block; margin-top:14px; } }
@media (prefers-reduced-motion:reduce) { * { transition:none !important; scroll-behavior:auto !important; } }
.admin { max-width:1100px; margin:auto; }
.admin h1 { font-size:clamp(26px,3vw,34px); letter-spacing:0; line-height:1.5; }
.admin .demo-note { margin-top:24px; }
.primary { background:var(--paper); color:var(--ink); border-color:var(--paper); }
.primary:hover { background:#d9d3d3; color:var(--ink); }
.editor-layout { display:grid; grid-template-columns:minmax(0,1.6fr) minmax(0,1fr); gap:32px; align-items:start; }
.editor-fields { margin:0; border:1px solid var(--line); padding:24px; min-width:0; }
.editor-fields legend { color:var(--accent); padding:0 10px; }
.editor-fields label { display:block; margin:18px 0 9px; }
.editor-fields label:first-of-type { margin-top:0; }
.editor-fields label span { color:var(--muted); font-size:12px; margin-left:8px; }
.editor-fields input, .editor-fields select, .editor-fields textarea { display:block; width:100%; min-width:0; padding:12px; min-height:46px; border:1px solid var(--line); background:var(--panel); color:var(--paper); border-radius:3px; }
.editor-fields textarea { resize:vertical; }
.editor-fields input[type=file] { padding:10px; font-size:13px; }
.editor-fields input::file-selector-button { min-height:38px; margin-right:10px; cursor:pointer; }
.editor-fields .status, .cover-panel .status { font-size:13px; }
.cover-panel h2 { margin-top:0; }
.cover-placeholder { aspect-ratio:4/3; background:var(--panel); display:grid; place-items:center; overflow:hidden; color:var(--muted); font-size:14px; }
.cover-placeholder img { width:100%; height:100%; min-height:0; object-fit:cover; }
.cover-panel { min-width:0; }
.cover-panel input[type=range] { padding:0; accent-color:var(--accent); }
#frame-picker { margin-top:16px; }
#frame-video { max-height:320px; margin-bottom:12px; }
.drag-handle { cursor:grab; font-size:12px; color:var(--muted); flex:0 0 28px; }
.import-panel { margin-top:30px; }
.import-panel h2 span { color:var(--muted); font-size:14px; }
.import-row { display:flex; gap:16px; align-items:center; border-bottom:1px solid var(--line); padding:18px 0; }
.import-row img, .media-placeholder { flex-shrink:0; width:72px; height:72px; object-fit:contain; background:var(--panel); }
.media-placeholder { display:grid; place-items:center; }
.import-info { flex:1; min-width:0; overflow-wrap:anywhere; }
.import-info strong { font-size:14px; font-weight:400; }
.import-info p { color:var(--muted); font-size:13px; line-height:1.5; margin:6px 0 0; }
.import-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
.import-actions button { padding:10px 14px; font-size:13px; }
.save-bar { border:1px solid var(--line); padding:22px; margin-top:32px; }
.save-bar p { line-height:1.6; margin:0; overflow-wrap:anywhere; }
.save-bar #publish-status { margin-top:16px; font-size:13px; }
.draft-row { padding:0; border-bottom:1px solid var(--line); line-height:1.6; overflow-wrap:anywhere; }
.draft-row span { min-width:0; }
.search-fields { display:flex; flex-wrap:wrap; gap:16px; align-items:end; margin:24px 0; }
.search-fields label, .series-row label { display:grid; gap:9px; flex:1; min-width:160px; }
.search-fields input, .search-fields select, .series-row input { width:100%; min-width:0; min-height:46px; padding:12px; background:var(--panel); color:var(--paper); border:1px solid var(--line); border-radius:3px; }
.series-row { display:flex; flex-wrap:wrap; align-items:end; gap:20px; padding:22px 0; border-bottom:1px solid var(--line); }
.series-row .tool-actions { margin:0; }
.draft-row .post-thumb { width:96px; height:72px; border-radius:3px; flex-shrink:0; object-fit:cover; background:var(--panel); display:grid; place-items:center; font-size:14px; color:var(--muted); }
.post-info { flex:1; min-width:0; }
.draft-row .tool-actions > .button, .draft-row .tool-actions > button { display:inline-flex; align-items:center; justify-content:center; border:0; padding:0; min-width:44px; min-height:46px; font-size:16px; line-height:1.5; background:transparent; }
.draft-row .tool-actions > :hover { text-decoration:underline; }
.admin .draft-row small { font-size:14px; }
.draft-row small { display:block; color:var(--muted); margin-top:6px; font-size:12px; }
@media (max-width:639px) { .editor-layout { grid-template-columns:minmax(0,1fr); gap:24px; } .editor-fields { padding:18px; } .import-row { flex-wrap:wrap; } .import-actions { width:100%; justify-content:flex-end; } .save-bar { padding:18px; } .save-bar .tool-actions button { flex:1 1 130px; } }
/* Keep history below the main row so it cannot squeeze the post title. */
html { scrollbar-gutter:stable; }
.post-main { display:grid; grid-template-columns:minmax(0,1fr) 150px 210px; gap:20px; align-items:center; padding:23px 0; min-height:124px; }
.post-identity { display:flex; align-items:center; gap:18px; min-width:0; }
.post-info strong { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; font-weight:500; }
.post-state { text-align:center; font-size:14px; }
.admin .post-state small { font-size:12px; }
.post-main .tool-actions { margin:0; justify-content:center; align-items:center; flex-wrap:nowrap; gap:10px; }
.post-main .tool-actions > .button, .post-main .tool-actions > button { font-size:14px; white-space:nowrap; }
.post-main .post-history { color:var(--muted); }
.post-main .post-history[aria-expanded=true] { color:var(--accent); }
.post-log { background:var(--panel); margin-bottom:20px; padding:24px 28px; border:1px solid var(--line); border-radius:0; }
.log-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; font-size:13px; margin-bottom:22px; }
.admin .log-heading small { font-size:12px; margin:0; }
.log-event { position:relative; margin-left:4px; padding:0 0 24px 24px; border-left:1px solid #3d4141; display:grid; grid-template-columns:170px minmax(0,1fr); gap:22px; font-size:13px; }
.log-event:last-child { padding-bottom:0; border-color:transparent; }
.log-event::before { content:''; position:absolute; left:-4px; top:7px; width:7px; height:7px; border-radius:50%; background:#949c97; }
.log-event time, .log-event p { color:var(--muted); }
.log-event p { font-size:12px; margin:4px 0 0; }
.log-event strong { font-weight:500; }
@media (min-width:640px) and (max-width:1000px) { .post-main { grid-template-columns:minmax(0,1fr) 130px 180px; gap:14px; } .post-identity { gap:12px; } .draft-row .post-thumb { width:76px; height:64px; } .post-main .tool-actions { gap:3px; } }
@media (max-width:639px) { .post-main { grid-template-columns:minmax(0,1fr) auto; gap:14px 8px; padding:20px 0; } .post-identity { grid-column:1/-1; gap:12px; } .draft-row .post-thumb { width:82px; height:64px; } .post-state { text-align:left; font-size:12px; } .admin .post-state small { font-size:11px; } .post-main .tool-actions { gap:0; justify-content:flex-end; } .post-main .tool-actions > .button, .post-main .tool-actions > button { font-size:12px; } .post-log { padding:20px 17px; } .log-event { grid-template-columns:minmax(0,1fr); gap:5px; padding-left:18px; } }
.post-columns { display:grid; grid-template-columns:minmax(0,1fr) 150px 210px; gap:20px; color:var(--muted); font-size:12px; padding-bottom:14px; border-bottom:1px solid var(--line); }
.post-columns > :not(:first-child) { text-align:center; }
.post-status::before { content:''; display:inline-block; width:5px; height:5px; border-radius:50%; background:#a8bdaa; margin:0 7px 3px 0; }
.post-state[data-status=unpublished] .post-status::before { background:#b7a385; }
.post-state[data-status=draft] .post-status::before, .post-state[data-status=trash] .post-status::before { background:#8c969d; }
@media (min-width:640px) and (max-width:1000px) { .post-columns { grid-template-columns:minmax(0,1fr) 130px 180px; gap:14px; } }
@media (max-width:639px) { .post-columns { display:none; } }

.post-history span { display:inline-block; margin-left:4px; }
.post-history[aria-expanded=true] span { transform:rotate(180deg); }

.filter-strip { position:relative; margin-bottom:24px; border-bottom:1px solid var(--line); }
.filters::-webkit-scrollbar { display:none; }
.filters button { max-width:min(245px,70vw); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.filters button:focus-visible { outline-offset:-4px; }
.filter-arrow { position:absolute; top:0; bottom:0; width:44px; padding:0; border:0; border-radius:0; background:var(--ink); color:var(--paper); font-size:24px; z-index:1; }
.filter-arrow:hover { background:var(--ink); }
.filter-arrow.previous { left:0; }
.filter-arrow.next { right:0; }
.filter-arrow::after { content:''; position:absolute; top:0; bottom:0; width:28px; pointer-events:none; }
.filter-arrow.previous::after { left:100%; background:linear-gradient(to right,var(--ink),transparent); }
.filter-arrow.next::after { right:100%; background:linear-gradient(to left,var(--ink),transparent); }
.month-list { display:grid; gap:40px; }
.month-group { min-width:0; }
.month-heading { font-size:14px; font-weight:400; color:var(--muted); margin:0 0 20px; }
.month-header { display:flex; justify-content:space-between; align-items:baseline; gap:16px; color:var(--muted); font-size:12px; }
.month-header > span { color:var(--gold); text-align:right; }
@media (max-width:639px) { .month-header { flex-wrap:wrap; gap:0; margin-bottom:16px; } .month-heading { margin-bottom:8px; } .month-header > span { text-align:left; } }

/* Customer feedback image wall, selected from preview A. */
body:has(.intro) { max-width:1440px; border-inline:0; }
body:has(.intro) .brand-bar { padding-inline:5vw; }
main:has(.intro) { max-width:1440px; padding:44px 5vw 70px; }
.intro { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:32px; }
.intro h1 { font-size:clamp(40px,6vw,76px); line-height:1.05; letter-spacing:-3px; font-weight:500; }
.intro h1 span { color:#858585; }
.intro .eyebrow { font-size:10px; letter-spacing:2px; color:var(--gold); }
.intro > p:last-child { max-width:260px; font-size:14px; line-height:1.5; margin:0; }
.month-list .grid { gap:18px; }
.month-list .card { border:0; padding-bottom:0; }
.month-list .card:nth-child(3n+2) { padding-top:56px; }
.month-list .cover { aspect-ratio:4/5; }
.month-list .card:nth-child(3n) .cover { aspect-ratio:1; }
.month-list .card-meta { padding:14px 0 24px; }
.month-list h2:not(.month-heading) { font-size:16px; font-weight:500; line-height:1.5; margin:6px 0; }
.media-count { font-size:11px; color:var(--muted); margin:8px 0 0; }
@media(max-width:1023px) {
  .month-list .grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .month-list .card:nth-child(3n+2) { padding-top:0; }
  .month-list .card:nth-child(even) { padding-top:35px; }
  .month-list .card:nth-child(3n) .cover { aspect-ratio:4/5; }
}
@media(max-width:639px) {
  main:has(.intro) { padding:28px 20px 48px; }
  .intro { display:block; margin-bottom:22px; }
  .intro h1 { font-size:44px; letter-spacing:-2px; }
  .intro > p:last-child { max-width:290px; margin-top:18px; }
  .month-list .grid { gap:12px; }
  .month-list .card:nth-child(even) { padding-top:0; }
  .month-list .card-meta { padding-bottom:12px; }
  .month-list h2:not(.month-heading) { font-size:15px; }
  .month-list .series-label { font-size:9px; }
  .month-list .location, .media-count { font-size:10px; }
  .month-header { flex-wrap:nowrap; align-items:baseline; justify-content:space-between; }
}
