/* Rick's Records — cream paper, deep green, a restrained brass accent.
   No external fonts, frameworks, trackers, or image services. */
:root {
  --paper: #f3f0e7;
  --surface: #fbfaf5;
  --ink: #182b23;
  --green: #142d25;
  --green-light: #e5eade;
  --muted: #58655e;
  --line: #d8dcd0;
  --brass: #c9b984;
  --warn: #763344;
  --warn-bg: #f6eaed;
  --radius: 16px;
  --header-height: 84px;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.55; }
body.dialog-open { overflow: hidden; }
button, input, select { font: inherit; }
button, select, a { -webkit-tap-highlight-color: transparent; }
button, a, input, select, summary { touch-action: manipulation; }
button, select { cursor: pointer; }
button { color: inherit; }
button:disabled { cursor: default; opacity: .45; }
a { color: inherit; text-underline-offset: .22em; }
img { display: block; max-width: 100%; }
p { margin: 0 0 16px; }
h1, h2, h3 { margin: 0; line-height: 1.1; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.04em; }
h2 { font-size: clamp(30px, 3.4vw, 46px); }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #467b99; outline-offset: 4px; }
:focus:not(:focus-visible) { outline: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; background: var(--surface); padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.section-wrap { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow { font: 700 11px/1.4 Arial, Helvetica, sans-serif; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 46px; padding: 12px 21px; border: 1px solid transparent; border-radius: 5px; background: var(--green); color: var(--surface); font-weight: 700; font-size: 13px; text-decoration: none; transition: background .15s, transform .15s; }
.button:hover { background: #294a3d; }
.button-cream { background: var(--paper); color: var(--green); }
.button-cream:hover { background: white; }
.button-outline { background: transparent; color: var(--green); border-color: var(--line); }
.button-outline:hover { background: var(--green-light); }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { width: min(1340px, calc(100% - 64px)); margin: auto; min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; flex-shrink: 0; }
.brand-name { display: block; font: 700 27px/1.1 Georgia, 'Times New Roman', serif; letter-spacing: -.05em; }
.brand-tagline { display: block; font-size: 10px; color: var(--muted); margin-top: 4px; letter-spacing: .04em; }
.record-logo { position: relative; display: block; width: 45px; height: 45px; flex-shrink: 0; border-radius: 50%; background: repeating-radial-gradient(circle, #293c32 0 2px, #15271f 2px 4px); border: 2px solid #19362a; }
.record-logo::before { content: ''; position: absolute; inset: 14px; background: var(--brass); border-radius: 50%; }
.record-logo::after { content: ''; width: 3px; height: 3px; border-radius: 50%; position: absolute; background: var(--green); top: 19px; left: 19px; }
.nav-links { display: flex; gap: 28px; font-size: 13px; }
.nav-links a { text-decoration: none; padding: 12px 0; }
.nav-links a:hover { text-decoration: underline; }
.header-call { min-height: 42px; white-space: nowrap; }
.hero { position: relative; isolation: isolate; min-height: 480px; background: #1b211b; color: var(--paper); }
.hero-photo, .hero-photo img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { z-index: -2; }
.hero-photo img { object-fit: cover; object-position: center 48%; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(9,24,18,.92), rgba(13,24,18,.72) 40%, rgba(11,21,16,.16) 80%), linear-gradient(0deg, rgba(5,17,12,.55), transparent 60%); }
.hero-inner { width: min(1240px, calc(100% - 64px)); margin: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; padding: 60px 0 55px; }
.hero-copy { max-width: 560px; }
.hero .eyebrow { color: #d6d9c6; }
.hero h1 { font-size: clamp(52px, 5.8vw, 78px); line-height: 1; margin-bottom: 23px; }
.hero h1 em { color: #dbdcc4; font-weight: 400; }
.hero-description { max-width: 405px; color: #e0e2d6; font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 26px; }
.hero-text-link { font-size: 13px; color: #edeee3; padding: 12px 0; text-decoration: none; border-bottom: 1px solid #adb7a1; }
.hero-text-link span { margin-left: 10px; }
.hero-note { width: 255px; flex-shrink: 0; padding: 24px; border: 1px solid #ffffff38; border-radius: 5px; background: #13281fb3; backdrop-filter: blur(10px); }
.note-top { display: block; text-transform: uppercase; font-size: 9px; letter-spacing: .16em; color: #d0d7c1; }
.hero-number { font: 400 30px/1.2 Georgia,serif; margin-top: 10px; margin-bottom: 16px; }
.hero-note > p:not(.hero-number) { font-size: 13px; color: #dae0d1; }
.note-bottom { display: block; border-top: 1px solid #ffffff30; padding-top: 15px; font-size: 10px; color: #ccd6c3; }
.catalog-section { padding-top: 52px; padding-bottom: 28px; scroll-margin-top: 16px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 26px; }
.catalog-intro { max-width: 610px; color: var(--muted); margin-top: 16px; margin-bottom: 0; font-size: 14px; }
.catalog-date { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; color: var(--muted); font-size: 11px; padding-bottom: 2px; white-space: nowrap; }
.date-dot { width: 6px; height: 6px; border-radius: 50%; background: #4b6b50; margin-right: 3px; }
.catalog-tools { padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.search-row { display: flex; align-items: stretch; gap: 14px; }
.search-box { display: flex; flex: 1; align-items: center; border: 1px solid #b5c1b3; border-radius: 5px; padding-left: 17px; background: white; min-width: 0; }
.search-box:focus-within { outline: 2px solid #467b99; outline-offset: 2px; }
.search-symbol { width: 14px; height: 14px; border: 1.7px solid var(--muted); border-radius: 50%; position: relative; flex-shrink: 0; margin-right: 4px; }
.search-symbol::after { content: ''; position: absolute; width: 6px; height: 1.7px; right: -5px; bottom: -3px; transform: rotate(45deg); background: var(--muted); }
.search-box input { padding: 13px 16px; border: none; border-radius: 5px; min-width: 0; width: 100%; background: transparent; font-size: 15px; }
.search-box input:focus-visible { outline: 0; }
.view-toggle { display: flex; gap: 3px; padding: 4px; border: 1px solid var(--line); border-radius: 5px; }
.view-toggle button { min-width: 74px; padding: 8px 13px; border: 0; border-radius: 3px; background: transparent; font-size: 12px; }
.view-toggle span { margin-right: 5px; }
.view-toggle button[aria-pressed="true"] { background: var(--green); color: var(--surface); }
.view-toggle button:hover:not([aria-pressed="true"]) { background: var(--green-light); }
.filter-row { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin-top: 15px; }
.filter-row:has(#genreFilterLabel:not([hidden])) { grid-template-columns: repeat(5, minmax(0,1fr)); }
.filter-row label { font-size: 10px; font-weight: 700; letter-spacing: .05em; color: var(--muted); }
.filter-row select { width: 100%; margin-top: 6px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 4px; padding: 10px 28px 10px 10px; font-size: 12px; letter-spacing: 0; min-height: 41px; }
.alphabet-wrap { display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--line); margin-top: 16px; padding-top: 13px; }
.alphabet-label { font-size: 10px; color: var(--muted); white-space: nowrap; }
.alphabet { display: flex; flex-wrap: wrap; gap: 3px; }
.alphabet button { border: 0; min-width: 26px; min-height: 30px; border-radius: 3px; padding: 4px 8px; background: transparent; font-size: 11px; font-weight: 700; }
.alphabet button[aria-pressed="true"] { background: var(--green); color: var(--surface); }
.alphabet button:hover:not(:disabled):not([aria-pressed="true"]) { background: var(--green-light); }
.results-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 22px; }
.results-toolbar p { font-size: 13px; font-weight: 700; margin: 0; }
.text-button { border: none; background: transparent; padding: 9px 0; text-decoration: underline; text-underline-offset: 4px; color: var(--muted); font-size: 12px; }
.catalog-disclaimer { font-size: 11px; color: var(--muted); margin: 6px 0 19px; max-width: 800px; }
.record-items { margin: 0; padding: 0; list-style: none; }
.records-list { border: 1px solid var(--line); border-radius: 9px; overflow: hidden; background: var(--surface); }
.record-row { display: grid; grid-template-columns: 50px minmax(0,1fr) minmax(130px,.5fr) 157px 98px; gap: 18px; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.record-row:last-child { border-bottom: 0; }
.record-row:hover { background: #f1f3e9; }
.list-cover { width: 50px; height: 50px; border-radius: 5px; padding: 0; border: 0; background: #e6ebdf; overflow: hidden; }
.list-cover img { width: 100%; height: 100%; object-fit: contain; }
.vinyl-placeholder { display: grid; width: 100%; height: 100%; place-items: center; }
.mini-vinyl { display: block; width: 33px; height: 33px; border-radius: 50%; background: radial-gradient(circle, #25352c 0 5%, #c1b98b 6% 20%, #293d30 21% 31%, #1a2d22 32% 40%, #2d4032 41% 42%, #1c3025 43% 53%, #2d4032 54% 55%, #1a2d22 56%); }
.sleeve-placeholder { display: block; width: 31px; height: 31px; border: 1.5px solid #617762; background: #d2dcca; position: relative; }
.sleeve-placeholder::after { content: ''; position: absolute; width: 9px; height: 9px; border: 1px solid #617762; border-radius: 50%; top: 9px; left: 9px; }
.record-title { padding: 0; border: 0; background: transparent; text-align: left; font-size: 15px; font-weight: 700; line-height: 1.35; overflow-wrap: anywhere; }
.record-title:hover { text-decoration: underline; text-underline-offset: 3px; }
.record-artist { font-size: 12px; color: var(--muted); line-height: 1.5; margin: 5px 0 0; overflow-wrap: anywhere; }
.record-ref { display: block; font-size: 9px; color: var(--muted); margin-top: 4px; letter-spacing: .04em; }
.record-meta { font-size: 11px; color: var(--muted); }
.record-meta > p { margin: 0 0 5px; overflow-wrap: anywhere; }
.record-format { font-weight: 700; color: #345443; }
.badge { display: inline-block; padding: 3px 7px; border-radius: 3px; color: #31523c; background: var(--green-light); font-size: 10px; line-height: 1.5; margin-top: 5px; max-width: 100%; }
.badge-warning { color: var(--warn); background: var(--warn-bg); font-weight: 700; }
.warning-line { display: block; margin: 6px 0 0; color: var(--warn); font-size: 11px; line-height: 1.4; font-weight: 700; }
.record-price { line-height: 1.45; }
.price { font-size: 18px; font-weight: 700; display: block; white-space: nowrap; }
.price-currency { font-size: 10px; font-weight: 400; color: var(--muted); margin-left: 4px; }
.price-help { margin: 0; color: var(--muted); font-size: 11px; max-width: 155px; }
.record-actions { display: flex; flex-direction: column; align-items: stretch; gap: 6px; }
.details-button { min-height: 32px; border: 1px solid #b4c1b0; border-radius: 4px; background: transparent; padding: 6px 10px; font-size: 11px; }
.details-button:hover { background: var(--green-light); }
.enquiry-link { text-align: center; font-size: 11px; font-weight: 700; padding: 5px; text-decoration: none; min-height: 29px; }
.enquiry-link:hover { text-decoration: underline; }
.records-grid .record-items { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.record-card { border: 1px solid var(--line); border-radius: 8px; background: var(--surface); overflow: hidden; display: flex; flex-direction: column; }
.card-cover { display: block; width: 100%; padding: 0; aspect-ratio: 1.15; border: none; background: #e7eade; position: relative; }
.card-cover img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: contain; }
.card-cover .mini-vinyl { width: 118px; height: 118px; opacity: .9; }
.card-cover .sleeve-placeholder { width: 103px; height: 103px; }
.card-cover .sleeve-placeholder::after { width: 36px; height: 36px; top: 32px; left: 32px; }
.cover-caption { position: absolute; bottom: 10px; left: 8px; right: 8px; font-size: 10px; color: #4c6050; }
.card-content { display: flex; flex-direction: column; flex: 1; padding: 18px; }
.card-content .record-title { font-size: 16px; }
.card-content .record-meta { margin-top: 12px; }
.card-content .record-price { padding-top: 16px; margin-top: auto; }
.card-content .record-actions { flex-direction: row; gap: 8px; margin-top: 14px; align-items: center; }
.card-content .details-button { flex: 1; }
.empty-state, .notice { padding: 32px; border: 1px dashed #adbaaa; border-radius: 8px; background: var(--surface); }
.empty-state h3 { font: 400 25px/1.2 Georgia,serif; margin-bottom: 12px; }
.empty-state p { font-size: 14px; color: var(--muted); }
.notice { margin-bottom: 20px; }
.pagination-bar { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 22px; }
.page-size { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--muted); }
.page-size select { padding: 8px 12px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); background: var(--surface); min-height: 36px; }
.pagination { display: flex; gap: 5px; align-items: center; }
.pagination button { border: 1px solid var(--line); border-radius: 4px; min-width: 35px; min-height: 36px; background: transparent; font-size: 11px; padding: 5px 9px; }
.pagination button[aria-current="page"] { background: var(--green); border-color: var(--green); color: white; }
.pagination button:hover:not(:disabled):not([aria-current="page"]) { background: var(--green-light); }
.page-ellipsis { font-size: 12px; }
.page-summary { font-size: 11px; color: var(--muted); }
.catalog-footnote { font-size: 10px; color: var(--muted); margin: 17px 0 0; }
.sell-section { padding-top: 30px; }
.seller-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 10px; background: var(--green); color: var(--paper); }
.seller-photo { align-self: stretch; position: relative; min-height: 470px; background: #262824; }
.seller-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.seller-copy { padding: 45px; }
.seller-copy h2 { font-size: 47px; margin-bottom: 23px; }
.seller-copy p { font-size: 14px; line-height: 1.7; color: #e0e6d9; }
.seller-copy .eyebrow { color: var(--brass); font-size: 10px; line-height: 1.4; }
.seller-copy .seller-prompt { font-size: 12px; color: #c1cdbb; }
.seller-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin: 24px 0 12px; }
.seller-call { font-size: 12px; }
.small-note, .seller-copy .small-note { font-size: 11px; color: var(--muted); line-height: 1.6; }
.seller-copy .small-note { color: #b2c0ad; }
.seller-copy .service-area { font-size: 12px; margin-top: 16px; }
.how-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding-top: 64px; padding-bottom: 62px; }
.how-steps { list-style: none; padding: 0; margin: 0; }
.how-steps li { display: flex; gap: 24px; padding: 21px 0; border-top: 1px solid var(--line); }
.how-steps li:first-child { padding-top: 0; border: 0; }
.step-number { font: 400 19px/1.4 Georgia,serif; color: #687862; }
.how-steps h3 { font: 700 15px/1.4 Arial,sans-serif; margin-bottom: 6px; }
.how-steps p { color: var(--muted); font-size: 12px; margin: 0; }
.contact-section { padding-bottom: 56px; }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; padding: 36px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.contact-panel h2 { margin-bottom: 18px; }
.contact-panel p { font-size: 13px; color: var(--muted); max-width: 410px; }
.contact-panel .small-note { font-size: 11px; margin-bottom: 0; }
.contact-details { display: flex; flex-direction: column; justify-content: center; gap: 18px; min-width: 0; }
.contact-details a { text-decoration: none; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); padding-bottom: 14px; overflow-wrap: anywhere; }
.contact-details a:hover { color: #457159; }
.contact-details .contact-label { display: block; flex-basis: 100%; text-transform: uppercase; font-size: 9px; letter-spacing: .1em; color: var(--muted); }
.contact-number { font-size: 27px; }
.contact-email { font-size: 18px; }
.contact-details [aria-hidden] { margin-left: auto; }
.footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 28px; font-size: 11px; }
.footer-inner p { margin: 0; color: var(--muted); }
.footer-brand { font: 700 21px/1.1 Georgia,serif; letter-spacing: -.05em; text-decoration: none; }
.mobile-contact { display: none; }
.record-dialog { width: min(700px, calc(100% - 32px)); max-height: calc(100dvh - 40px); border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--surface); padding: 0; box-shadow: 0 30px 90px #061c1766; overscroll-behavior: contain; }
.record-dialog::backdrop { background: #061611a8; backdrop-filter: blur(3px); }
.dialog-top { display: flex; justify-content: space-between; align-items: center; padding: 12px 22px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: var(--surface); z-index: 1; }
.dialog-top .eyebrow { font-size: 10px; margin: 0; }
.close-dialog { width: 40px; height: 40px; border-radius: 50%; border: none; background: var(--green-light); font-size: 28px; line-height: 1; }
#dialogBody { padding: 28px; }
.dialog-heading { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 24px; align-items: center; margin-bottom: 25px; }
.dialog-cover { width: 112px; aspect-ratio: 1; background: var(--green-light); border-radius: 5px; overflow: hidden; }
.dialog-cover img { width: 100%; height: 100%; object-fit: contain; }
.dialog-cover .mini-vinyl { width: 80px; height: 80px; }
.dialog-heading h2 { font-size: 30px; overflow-wrap: anywhere; line-height: 1.2; }
.dialog-artist { color: var(--muted); margin: 10px 0 0; font-size: 14px; }
.dialog-detail-grid { display: grid; grid-template-columns: minmax(90px,.4fr) minmax(0,1fr); gap: 8px 18px; font-size: 13px; margin: 22px 0; }
.dialog-detail-grid dt { color: var(--muted); }
.dialog-detail-grid dd { margin: 0; overflow-wrap: anywhere; }
.dialog-notes { margin: 0 0 22px; padding-left: 19px; font-size: 13px; }
.dialog-notes li { margin-bottom: 6px; }
.dialog-body-heading { font-size: 14px; margin: 21px 0 11px; }
.dialog-warning { color: var(--warn); border-left: 3px solid var(--warn); background: var(--warn-bg); padding: 12px 16px; font-size: 13px; margin-bottom: 16px; }
.original-entry { margin-top: 25px; border-top: 1px solid var(--line); padding-top: 17px; }
.original-entry summary { cursor: pointer; color: var(--muted); font-size: 12px; }
.original-entry p { margin: 14px 0 0; padding: 12px; background: var(--paper); font-size: 12px; overflow-wrap: anywhere; }
.dialog-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.dialog-footnote { font-size: 11px; color: var(--muted); margin: 13px 0 0; }
@media (min-width: 1050px) { .catalog-tools { position: sticky; top: calc(var(--header-height) + 8px); z-index: 10; box-shadow: 0 5px 12px #182b2306; } .results-toolbar { scroll-margin-top: 345px; } }
@media (max-width: 1100px) { .nav-links { gap: 20px; } .record-row { grid-template-columns: 44px minmax(0,1fr) 125px 144px 92px; gap: 14px; } .list-cover { width: 44px; height: 44px; } .records-grid .record-items { grid-template-columns: repeat(3,minmax(0,1fr)); } .seller-copy { padding: 30px; } }
@media (max-width: 850px) { :root { --header-height: 76px; } .section-wrap, .hero-inner, .header-inner { width: calc(100% - 40px); } .brand-name { font-size: 25px; } .brand-tagline { font-size: 9px; } .nav-links { gap: 17px; font-size: 12px; } .header-call { display: none; } .hero-inner { gap: 30px; } .hero-note { width: 210px; padding: 20px; } .section-heading { flex-direction: column; align-items: flex-start; gap: 17px; } .filter-row { grid-template-columns: repeat(2,minmax(0,1fr)); } .filter-row:has(#genreFilterLabel:not([hidden])) { grid-template-columns: repeat(2,minmax(0,1fr)); } .alphabet-wrap { align-items: flex-start; flex-direction: column; gap: 8px; } .alphabet button { min-width: 32px; min-height: 34px; } .record-row { grid-template-columns: 44px minmax(0,1fr) 125px 90px; } .record-meta { grid-column: 2; grid-row: 2; } .record-row { row-gap: 5px; } .record-price { grid-column: 3; grid-row: 1 / span 2; } .record-actions { grid-column: 4; grid-row: 1 / span 2; } .seller-panel { grid-template-columns: 1fr; } .seller-photo { min-height: 0; aspect-ratio: 3 / 2; } .seller-copy { padding: 34px; } .seller-copy h2 br { display: none; } .how-section { gap: 35px; } .contact-panel { grid-template-columns: 1fr; gap: 22px; } .contact-details { max-width: 520px; } .footer-inner { flex-wrap: wrap; } }
@media (max-width: 600px) { body { font-size: 14px; padding-bottom: calc(66px + env(safe-area-inset-bottom)); } html { scroll-padding-top: 128px; } :root { --header-height: 112px; } .header-inner { flex-wrap: wrap; justify-content: center; gap: 0; min-height: 112px; padding: 13px 0 7px; } .brand { margin-right: auto; } .brand-name { font-size: 26px; } .brand-tagline { font-size: 9px; } .record-logo { width: 39px; height: 39px; } .record-logo::before { inset: 12px; } .record-logo::after { top: 16px; left: 16px; } .nav-links { flex-basis: 100%; gap: 26px; justify-content: flex-start; margin-top: 5px; } .nav-links a { padding: 8px 0; font-size: 11px; } .hero { min-height: 0; } .hero-inner { padding: 40px 0; display: block; } .hero-copy { max-width: 100%; } .hero h1 { font-size: 58px; } .hero-description { font-size: 14px; max-width: 310px; } .hero-note { display: none; } .hero-actions { gap: 14px 20px; margin-top: 22px; } .hero-shade { background: linear-gradient(90deg, #0d2418e0, #122b1bb0 65%, #122b1b44); } .hero-photo img { object-position: 55% center; } .hero .eyebrow { font-size: 9px; } .hero-text-link { font-size: 12px; } .catalog-section { padding-top: 35px; } h2 { font-size: 34px; } .catalog-intro { font-size: 13px; } .catalog-tools { padding: 13px; } .search-row { flex-wrap: wrap; gap: 12px; } .search-box { flex-basis: 100%; } .search-box input { font-size: 16px; padding: 13px 12px; } .view-toggle { margin-left: auto; } .view-toggle button { min-height: 36px; } .filter-row { margin-top: 12px; gap: 10px; } .filter-row select { font-size: 12px; padding-right: 20px; } .alphabet { gap: 4px; } .alphabet button { min-width: 32px; min-height: 34px; padding-inline: 7px; } .alphabet-label { font-size: 10px; } .results-toolbar { align-items: baseline; } .results-toolbar p { font-size: 12px; } .catalog-disclaimer { font-size: 10px; margin-bottom: 13px; } .record-row { grid-template-columns: 38px minmax(0,1fr); padding: 16px 13px; gap: 8px 12px; } .list-cover { width: 38px; height: 38px; align-self: start; } .mini-vinyl { width: 28px; height: 28px; } .record-title { font-size: 14px; } .record-artist { font-size: 12px; } .record-ref { font-size: 9px; } .record-meta { grid-column: 2; grid-row: auto; } .record-meta:empty { display: none; } .record-price { grid-column: 2; grid-row: auto; margin-top: 3px; } .price-help { max-width: 100%; font-size: 10px; } .price { font-size: 17px; } .record-actions { grid-column: 2; grid-row: auto; flex-direction: row; align-items: center; gap: 14px; margin-top: 4px; } .details-button { min-height: 39px; padding-inline: 13px; } .enquiry-link { padding: 10px 4px; min-height: 39px; } .records-grid .record-items { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; } .card-content { padding: 12px; } .card-content .record-title { font-size: 13px; } .card-content .record-artist { font-size: 11px; } .card-cover { aspect-ratio: 1; } .card-cover .mini-vinyl { width: 75px; height: 75px; } .card-cover .sleeve-placeholder { width: 62px; height: 62px; } .card-cover .sleeve-placeholder::after { width: 20px; height: 20px; top: 20px; left: 20px; } .cover-caption { font-size: 8px; bottom: 6px; } .card-content .record-actions { flex-direction: column; gap: 3px; align-items: stretch; } .card-content .record-actions .enquiry-link { padding: 7px 0; min-height: 33px; } .pagination-bar { justify-content: space-between; gap: 16px; } .pagination { order: 3; flex-basis: 100%; justify-content: center; gap: 4px; flex-wrap: wrap; } .pagination button { min-width: 33px; min-height: 40px; padding: 6px 8px; } .page-size, .page-summary { font-size: 10px; } .catalog-footnote { font-size: 10px; } .sell-section { padding-top: 15px; } .seller-copy { padding: 27px 23px; } .seller-copy h2 { font-size: 39px; } .seller-copy p { font-size: 13px; } .seller-photo { aspect-ratio: 3 / 2; } .seller-actions { gap: 18px; } .how-section { grid-template-columns: 1fr; gap: 28px; padding-top: 44px; padding-bottom: 38px; } .how-section h2 br { display: none; } .how-steps li { gap: 17px; } .contact-panel { padding: 25px 22px; } .contact-number { font-size: 24px; } .contact-email { font-size: 15px; } .footer-inner { gap: 19px; justify-content: flex-start; padding-block: 23px; } .footer-inner p { flex-basis: 100%; order: 3; } .footer-inner > a:last-child { font-size: 10px; margin-left: auto; } .mobile-contact { display: flex; position: fixed; z-index: 25; bottom: 0; left: 0; right: 0; background: var(--green); color: white; padding: 9px 16px calc(9px + env(safe-area-inset-bottom)); gap: 10px; box-shadow: 0 -4px 12px #142d2515; } .mobile-contact a { display: flex; align-items: center; justify-content: space-between; text-decoration: none; font-size: 13px; font-weight: 700; border: 1px solid #ffffff40; border-radius: 5px; padding: 11px 18px; flex: 1; } .mobile-contact a:first-child { background: var(--paper); color: var(--green); } .record-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 24px); } #dialogBody { padding: 20px; } .dialog-heading { grid-template-columns: 64px minmax(0,1fr); gap: 15px; margin-bottom: 18px; } .dialog-cover { width: 64px; } .dialog-cover .mini-vinyl { width: 45px; height: 45px; } .dialog-heading h2 { font-size: 25px; } .dialog-artist { font-size: 12px; } .dialog-detail-grid { font-size: 12px; gap: 9px 14px; grid-template-columns: 90px minmax(0,1fr); } .dialog-cta { flex-direction: column; } .dialog-cta .button { width: 100%; } }
@media (max-width: 359px) { .section-wrap, .header-inner, .hero-inner { width: calc(100% - 28px); } .nav-links { gap: 19px; } .records-grid .record-items { grid-template-columns: 1fr; } .hero h1 { font-size: 51px; } .filter-row { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: 0s !important; animation-duration: 0s !important; } }
@media print { .site-header, .hero, .catalog-tools, .record-actions, .pagination-bar, .sell-section, .how-section, .contact-section, .footer, .mobile-contact, .skip-link { display: none !important; } body { background: white; padding: 0; } .section-wrap { width: 100%; } .catalog-section { padding: 0; } .record-row { break-inside: avoid; } }

/* Inventory connection status stays visible even when using a saved copy. */
.inventory-status-bar { display:flex; align-items:center; justify-content:space-between; gap:1rem; flex-wrap:wrap; margin:0 0 1.25rem; padding:.85rem 1rem; border:1px solid rgba(20,45,37,.18); border-radius:12px; }
.inventory-status-bar p { margin:0; flex:1 1 260px; font-size:.88rem; line-height:1.5; }
.inventory-status-bar p[data-source="backup"] { font-weight:600; }
.inventory-status-bar button { flex:0 0 auto; min-height:44px; }

/* Catalogue and saved enquiry update. */
.picks-nav { background: var(--green); color: var(--surface); border: 0; border-radius: 5px; padding: 10px 14px; white-space: nowrap; font-size: 12px; font-weight: 700; min-height: 42px; }
.picks-nav span { display: inline-block; min-width: 20px; margin-left: 5px; background: #ffffff20; border-radius: 20px; padding: 1px 5px; }
.catalog-section { padding-top: 34px; }
.section-heading { margin-bottom: 12px; }
.catalog-intro { margin-bottom: 0; }
.inventory-status-bar { border: 0; border-radius: 0; padding: 0; margin-bottom: 12px; gap: 10px; }
.inventory-status-bar p { font-size: 12px; flex-basis: auto; }
.inventory-status-bar:has([data-source="backup"]) { background: var(--warn-bg); padding: 12px 16px; border-radius: 8px; }
.inventory-status-bar button { min-height: 36px; font-size: 11px; }
.catalog-tools { padding: 16px; }
.browse-shortcuts { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 14px 0; font-size: 12px; color: var(--muted); }
.browse-shortcuts button { border: 1px solid var(--line); background: transparent; border-radius: 30px; padding: 7px 13px; min-height: 36px; font-size: 12px; }
.browse-shortcuts button:hover { background: var(--green-light); }
.pick-button { border: 1px solid var(--green); border-radius: 5px; background: transparent; font-size: 11px; font-weight: 700; min-height: 36px; padding: 7px 10px; white-space: nowrap; }
.pick-button[aria-pressed="true"] { background: var(--green-light); }
.record-actions { min-width: 0; }
.card-content .record-actions { flex-wrap: wrap; }
.card-content .pick-button { flex-basis: 100%; }
.filter-toggle { display: none; }
.picks-body { padding: 24px 30px 30px; }
.picks-intro { margin: 12px 0 5px; }
.picks-list { padding: 0; margin: 20px 0; list-style: none; max-height: 40vh; overflow: auto; }
.pick-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); padding: 13px 0; }
.pick-row strong { display:block; line-height:1.35; }
.pick-row p { font-size: 12px; margin: 4px 0 0; }
.pick-row .text-button { flex-shrink: 0; min-height: 44px; }
.empty-picks { background: var(--green-light); border-radius: 8px; padding: 20px; }
#picksActions { display:flex; gap: 10px; flex-wrap:wrap; }
#picksActions .small-note { flex-basis:100%; margin: 4px 0 0; }
#picksText { width:100%; min-height:180px; padding:12px; border:1px solid var(--line); border-radius:5px; font:14px/1.5 Arial,sans-serif; }
.faq-section { padding-top: 20px; padding-bottom: 55px; max-width: 900px; }
.faq-section h2 { margin-bottom: 24px; }
.faq-section details { border-top:1px solid var(--line); padding: 18px 0; }
.faq-section summary { cursor:pointer; font-weight:700; }
.faq-section details p { margin:12px 0 0; max-width:720px; color:var(--muted); }
@media (min-width:1050px) { .catalog-tools { position:static; } .results-toolbar { scroll-margin-top:110px; } }
@media (max-width:850px) { .header-inner { gap:14px; } .nav-links { gap:13px; } .picks-nav { padding:8px 10px; } }
@media (max-width:600px) {
  .nav-links { justify-content:space-between; gap:10px; align-items:center; }
  .nav-links a { font-size:11px; }
  .picks-nav { min-height:36px; padding:6px 8px; font-size:11px; }
  .picks-nav span { min-width:17px; margin-left:1px; padding:1px 4px; }
  .hero-inner { padding:30px 0; }
  .hero h1 { font-size:50px; }
  .catalog-section { padding-top:26px; }
  .section-heading { gap:8px; }
  .section-heading .eyebrow { margin-bottom:8px; }
  .inventory-status-bar { gap:2px; margin-bottom:8px; }
  .inventory-status-bar p { flex:1 1 150px; font-size:11px; }
  .catalog-tools { padding:12px; }
  .filter-toggle { display:inline-flex; min-height:38px; border:1px solid var(--line); background:var(--surface); border-radius:5px; padding:8px 12px; font-size:12px; margin-top:8px; }
  #filterOptions:not(.expanded) { display:none; }
  .search-row { gap:8px; }
  .view-toggle { margin-left:0; }
  .browse-shortcuts { gap:6px; }
  .browse-shortcuts > span { flex-basis:100%; }
  .browse-shortcuts button { font-size:11px; padding:6px 10px; }
  .record-actions { flex-wrap:wrap; gap:8px; }
  .record-actions .pick-button { min-height:39px; }
  .picks-body { padding:20px; }
  #picksActions > .button { flex:1 1 150px; }
  .faq-section { padding-bottom:30px; }
}
@media print { .picks-nav, .browse-shortcuts, .faq-section { display:none!important; } }
.results-toolbar { padding-top: 4px; }
.search-hint { font-size:11px; color:var(--muted); margin:8px 0 0; }
