/* Discovery and editorial refinements. Existing evidence layouts stay in source-content.css. */
:root { --site-max: clamp(1360px, 92vw, 1520px); }
.home-page .hero-grid { padding-top: 42px; padding-bottom: 38px; }
.home-catalog-search { width: min(100%, 610px); margin: 22px 0 16px; }
.home-catalog-search > label { display: block; margin-bottom: 8px; color: #0b1f3b; font-size: 13px; font-weight: 600; }
.home-search-row { display: flex; gap: 6px; align-items: stretch; padding: 5px; border: 1px solid #cedced; border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(11,31,59,.06); }
.home-search-row input { width: 100%; min-width: 0; min-height: 46px; padding: 10px 12px; border: 0; border-radius: 8px; font: inherit; font-size: 15px; background: #fff; color: #0b1f3b; }
.home-search-row button { flex: 0 0 auto; min-height: 46px; padding: 10px 18px; border: 0; border-radius: 9px; background: #ff6a00; color: #fff; font: inherit; font-weight: 600; font-size: 14px; cursor: pointer; }
.home-catalog-search .search-scope-note, .search-scope-note { margin: 8px 0 0; color: #475569; font-size: 12px; line-height: 1.6; }
.home-search-row input:focus-visible, .home-search-row button:focus-visible { outline: 3px solid #0759b4; outline-offset: 2px; }
.home-page .hero-pills { margin-top: 16px; }
.category-next { display: flex; justify-content: center; margin-top: 22px; }
.category-next a { display: inline-flex; align-items: center; min-height: 44px; color: #0759b4; font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding-top: 18px; padding-bottom: 0; color: #64748b; font-size: 12px; line-height: 1.6; }
.breadcrumbs a { color: #475569; text-decoration: underline; text-underline-offset: 3px; }
.breadcrumbs [aria-hidden] { color: #94a3b8; }
.secondary-page .source-product .find-reason, .secondary-page .source-product .find-check { font-size: 13px; line-height: 1.65; margin-top: 12px; }
.find-reason > span, .find-check > span { display: block; color: #0b1f3b; font-size: 12px; font-weight: 600; margin-bottom: 4px; }
.scope-actions { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; margin: 12px 0 20px; font-size: 13px; color: #475569; }
.scope-actions a { display: inline-flex; align-items: center; min-height: 44px; color: #0759b4; text-decoration: underline; text-underline-offset: 3px; }
.resource-library-section, #latest-finds, #uk-practical-checks { scroll-margin-top: 96px; }
.uk-practical-checks { margin: 28px 0 0; padding: 24px; background: #fff; border: 1px solid #dce5f0; border-radius: 14px; }
.uk-practical-checks > h3 { margin: 0 0 8px; font-size: 21px; }
.uk-practical-checks > p { color: #475569; font-size: 14px; line-height: 1.7; margin: 0 0 18px; }
.uk-practical-checks details { border-top: 1px solid #e8eef6; }
.uk-practical-checks summary { padding: 16px 0; min-height: 48px; cursor: pointer; font-weight: 600; font-size: 15px; color: #0b1f3b; }
.uk-practical-checks details p { margin: 0 0 16px; color: #475569; font-size: 14px; line-height: 1.75; max-width: 78ch; }
.uk-practical-checks blockquote { margin: 0 0 16px; padding: 16px 18px; border-left: 3px solid #ff6a00; border-radius: 0 8px 8px 0; background: #fff8f1; font-size: 14px; line-height: 1.75; color: #0b1f3b; }
.editorial-surface { width: min(860px,100%); margin: 0 auto; padding: clamp(22px,4vw,48px); background: #fff; border: 1px solid #dce5f0; border-radius: 16px; }
.editorial-surface h1 { font-size: clamp(30px,4vw,42px); line-height: 1.2; margin: 0 0 20px; }
.editorial-surface h2 { font-size: 22px; margin: 32px 0 12px; line-height: 1.4; }
.editorial-surface p, .editorial-surface li { font-size: 15px; line-height: 1.8; color: #475569; }
.editorial-surface ul { padding-left: 22px; }
.editorial-surface a { color: #0759b4; text-decoration: underline; text-underline-offset: 3px; }
.footer-site-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; padding: 22px 0 0; }
.footer-site-links a { display: inline-flex; align-items: center; min-height: 44px; color: #c9d4e3; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 680px) {
  .home-page .hero-grid { padding-top: 30px; padding-bottom: 30px; }
  .home-catalog-search { margin: 18px 0 12px; }
  .home-page .hero-actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-page .trust-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-search-row { flex-wrap: wrap; }
  .home-search-row input { flex-basis: 100%; font-size: 16px; }
  .home-search-row button { width: 100%; }
  .uk-practical-checks { padding: 18px; }
  .breadcrumbs { padding-top: 12px; font-size: 11px; }
  .editorial-surface { padding: 22px 18px; }
}


/* Shared density system: inner-page headers, catalogue controls and closing areas. */
.secondary-page { --inner-space: clamp(32px, 3.2vw, 48px); --inner-gap: 20px; }
.secondary-page .page-content { padding-bottom: var(--inner-space); }
.secondary-page .page-content:has(> .page-cta-section:last-child) { padding-bottom: 0; }
.secondary-page .breadcrumbs { padding-top: 14px; padding-bottom: 10px; }
.secondary-page .page-hero .wrap {
  display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
  min-height: 0; gap: clamp(24px, 4vw, 64px); padding: 30px 0 34px;
}
.secondary-page .page-hero .wrap > div { min-width: 0; }
.secondary-page .page-hero h1 { max-width: 850px; margin-bottom: 12px; font-size: clamp(30px, 2.7vw, 42px); line-height: 1.15; }
.secondary-page .page-hero p { max-width: 72ch; font-size: 15px; line-height: 1.65; }
.secondary-page .page-kicker { margin-bottom: 8px; font-size: 12px; }
.secondary-page .page-badges { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 14px 0 18px; }
.secondary-page .page-badges span { min-height: 24px; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; font-size: 12px; font-weight: 500; }
.secondary-page .page-badges span::before { width: 6px; height: 6px; }
.secondary-page .page-hero .page-actions { display: flex; flex-wrap: wrap; gap: 10px 12px; margin: 0; }
.secondary-page .page-hero .page-btn { min-height: 44px; padding: 10px 18px; font-size: 13px; line-height: 1.4; }
.secondary-page .page-hero-visual { min-height: 0; height: 270px; width: 100%; justify-self: end; order: 0; }
.secondary-page .page-hero-visual img { width: min(100%, 420px); height: auto; max-height: 310px; object-fit: contain; }
.secondary-page .page-hero .search-box { max-width: 720px; margin: 0; }
.secondary-page .page-hero .search-scope-note { margin: 8px 0 4px; font-size: 12px; line-height: 1.5; color: #64748b; }
.hero-text-actions a { display: inline-flex; align-items: center; min-height: 44px; color: #0759b4; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
.secondary-page .page-section { padding-top: var(--inner-space); padding-bottom: 0; }
.secondary-page .section-head { margin-bottom: 24px; }
.secondary-page .section-head p { font-size: 15px; line-height: 1.65; }
.secondary-page .stats-bridge-section { padding-top: 20px; }
.secondary-page .stats-bridge-section .overview-grid { margin: 0; gap: 16px; }
.secondary-page .stats-bridge-section .overview-card { grid-template-columns: 44px minmax(0,1fr); min-height: 88px; padding: 16px 18px; gap: 14px; box-shadow: 0 8px 22px rgba(11,31,59,.04); }
.secondary-page .stats-bridge-section .overview-icon { width: 44px; height: 44px; border-radius: 12px; }
.secondary-page .stats-bridge-section .overview-icon img { width: 28px; height: 28px; }
.secondary-page .stats-bridge-section .overview-card strong { font-size: 21px; }
.secondary-page .resource-library-section { padding-top: 32px; }
.catalog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px 32px; margin-bottom: 18px; }
.catalog-heading .section-head { flex: 1; max-width: 800px; margin: 0; text-align: left; }
.catalog-heading .scope-actions { justify-content: flex-end; flex: 0 1 340px; gap: 0 20px; margin: 0; }
.catalog-heading .scope-actions a { min-height: 32px; }
.catalog-controls { padding: 16px 18px; margin: 0; gap: 14px; border-radius: 12px; }
.catalog-meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px 20px; padding: 8px 2px 10px; }
.catalog-meta p { margin: 0; color: #64748b; font-size: 12px; }
.catalog-meta [data-catalog-status] { color: #334155; }
.catalog-context { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: start; gap: 12px; margin-bottom: 20px; }
.catalog-context > :only-child { grid-column: 1 / -1; }
.source-note.source-note-collapsible { min-width: 0; padding: 0; margin: 0; border-radius: 10px; background: #fff; box-shadow: none; }
.source-note-collapsible > summary { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 18px; min-height: 48px; padding: 10px 38px 10px 16px; list-style: none; position: relative; cursor: pointer; }
.source-note-collapsible > summary::-webkit-details-marker { display: none; }
.source-note-collapsible > summary::after { content: "+"; position: absolute; right: 16px; font-size: 20px; color: #64748b; }
.source-note-collapsible[open] > summary::after { content: "−"; }
.source-note-title { color: #334155; font-size: 13px; font-weight: 600; }
.source-note-date { color: #64748b; font-size: 12px; }
.source-note-body { border-top: 1px solid #e8eef6; padding: 14px 16px 16px; }
.source-note-body p { max-width: 100ch; margin: 0 0 10px; font-size: 13px; line-height: 1.7; color: #475569; }
.source-note-body p:last-child { margin-bottom: 0; }
.source-note-body h3 { margin: 14px 0 6px; font-size: 13px; }
.catalog-context .full-catalog-shortcuts { min-width: 240px; max-width: 360px; margin: 0; padding: 2px 16px; background: #fff; border: 1px solid #dce5f0; border-radius: 10px; }
.catalog-context .full-catalog-shortcuts summary { font-size: 13px; }
.catalog-context .filter-row { padding-bottom: 12px; }
.secondary-page .finds-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.secondary-page .finds-grid .source-product { min-height: 0; padding: 18px; box-shadow: 0 8px 24px rgba(11,31,59,.045); }
.secondary-page .source-product .product-media { min-height: 0; height: 200px; margin: 0 0 12px; }
.secondary-page .source-product .product-media img { width: 100%; height: 100%; max-height: 100%; object-fit: contain; }
.secondary-page .source-product .product-label { margin: 0 0 6px; }
.secondary-page .source-product .find-check { margin-top: 8px; font-size: 13px; line-height: 1.6; }
.secondary-page .source-product .source-product-status { margin-top: 12px; font-size: 12px; }
.secondary-page .source-product .product-card-main { height: auto; }
.secondary-page .source-product .product-card-main .text-link { padding-top: 6px; min-height: 44px; font-size: 13px; }
.source-product-details { border-top: 1px solid #e8eef6; margin-top: 6px; font-size: 12px; }
.source-product-details summary { min-height: 44px; padding: 12px 0; cursor: pointer; color: #475569; line-height: 1.6; }
.source-product-details p { padding-bottom: 12px; }
.source-product > .source-alternative { margin: 0; padding: 0; border: 0; min-height: 32px; font-size: 12px; }
.source-note-collapsible > summary:focus-visible, .source-product-details summary:focus-visible, .hero-text-actions a:focus-visible { outline: 3px solid #0759b4; outline-offset: 3px; border-radius: 4px; }
.secondary-page .page-cta-section { margin-top: var(--inner-space); padding: 24px 0; }
.secondary-page .page-cta { min-height: 0; grid-template-columns: 52px minmax(0,1fr) auto; padding: 20px 24px; gap: 20px; box-shadow: 0 8px 24px rgba(11,31,59,.05); }
.secondary-page .page-cta-icon { width: 52px; height: 52px; border-radius: 12px; }
.secondary-page .page-cta-icon img { width: 34px; height: 34px; }
.secondary-page .page-cta h2 { margin-bottom: 6px; font-size: 22px; }
.secondary-page .page-cta p { font-size: 14px; }
/* The footer is shared; homepage hero and content layouts are deliberately untouched. */
.footer { padding: 32px 0 18px; }
.footer .footer-grid { grid-template-columns: minmax(260px,1.6fr) repeat(3,minmax(100px,.8fr)) minmax(190px,1fr); gap: 24px; align-items: start; }
.footer .footer-grid > div { min-width: 0; }
.footer .footer-grid > div:first-child p { max-width: 38ch; font-size: 13px; line-height: 1.65; }
.footer .footer-grid > div:nth-child(4) { display: block; }
.footer .footer-grid h3 { margin: 0 0 8px; }
.footer .footer-grid > div:not(:first-child) > a { display: flex; align-items: center; min-height: 28px; margin: 0 0 2px; line-height: 1.5; }
.footer .uk-card { align-self: start; padding: 16px; gap: 12px; }
.footer .uk-card img { width: 34px; height: 34px; border-radius: 0; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px 24px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 24px; padding-top: 12px; }
.footer .footer-site-links { padding: 0; gap: 6px 24px; justify-content: flex-start; }
.footer .footer-site-links a { display: inline-flex; align-items: center; min-height: 44px; margin: 0; font-size: 12px; }
.footer .copyright { width: auto; max-width: none; margin: 0; white-space: normal; font-size: 12px; line-height: 1.6; }
@media (min-width: 1440px) {
  .secondary-page .finds-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 1100px) {
  .secondary-page .page-hero .wrap { grid-template-columns: minmax(0,1.8fr) minmax(0,1fr); gap: 24px; }
  .catalog-heading { display: block; }
  .catalog-heading .scope-actions { justify-content: flex-start; margin-top: 6px; }
  .footer .footer-grid { grid-template-columns: minmax(240px,1.4fr) repeat(3,minmax(0,1fr)); }
  .footer .uk-card { grid-column: 1 / -1; width: fit-content; }
}
@media (max-width: 980px) {
  .secondary-page .finds-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .secondary-page .page-hero .wrap { grid-template-columns: minmax(0,1fr); gap: 0; padding: 22px 0 26px; }
  .secondary-page .page-hero-visual { display: none; }
  .secondary-page .page-hero h1 { font-size: clamp(28px,7.5vw,34px); }
  .secondary-page .page-hero p { font-size: 14px; }
  .secondary-page .page-badges { margin: 12px 0 16px; gap: 6px 16px; }
  .secondary-page .page-hero .page-actions:not(.hero-text-actions) { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .secondary-page .page-hero .page-btn { padding: 10px; min-height: 46px; font-size: 12px; }
  .secondary-page .page-hero .search-scope-note { font-size: 12px; }
  .secondary-page .hero-text-actions { display: flex; gap: 0 16px; }
  .hero-text-actions a { width: auto; padding: 0; font-size: 12px; }
  .secondary-page .page-section { padding-top: 32px; padding-bottom: 0; }
  .secondary-page .stats-bridge-section { padding-top: 16px; }
  .secondary-page .stats-bridge-section .overview-grid { grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 8px; }
  .secondary-page .stats-bridge-section .overview-card { display: block; min-height: 78px; padding: 12px 8px; text-align: center; }
  .secondary-page .stats-bridge-section .overview-icon { display: none; }
  .secondary-page .stats-bridge-section .overview-card strong { font-size: 18px; }
  .secondary-page .stats-bridge-section .overview-card span:not(.overview-icon) { font-size: 11px; line-height: 1.5; }
  .catalog-heading { margin-bottom: 14px; }
  .catalog-heading .scope-actions { gap: 0 16px; }
  .catalog-heading .scope-actions a { min-height: 44px; font-size: 12px; }
  .catalog-controls { grid-template-columns: minmax(0,1fr) auto; gap: 12px; padding: 14px; }
  .catalog-controls .catalog-field { grid-column: 1 / -1; }
  .catalog-controls .catalog-qc { font-size: 12px; }
  .catalog-controls .qc-reset { padding: 8px 12px; }
  .catalog-field input, .catalog-field select { font-size: 16px; }
  .catalog-meta { padding: 10px 2px; gap: 4px; }
  .catalog-meta p { width: 100%; }
  .catalog-context { grid-template-columns: minmax(0,1fr); gap: 8px; margin-bottom: 16px; }
  .catalog-context .full-catalog-shortcuts { min-width: 0; max-width: none; }
  .source-note-collapsible > summary { padding: 10px 34px 10px 14px; gap: 2px 12px; }
  .secondary-page .finds-grid .source-product { padding: 16px; }
  .secondary-page .source-product .product-media { height: 210px; }
  .source-product > .source-alternative { min-height: 44px; }
  .secondary-page .page-cta-section { padding: 20px 0; }
  .secondary-page .page-cta { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 20px; text-align: left; }
  .secondary-page .page-cta-icon { display: none; }
  .secondary-page .page-cta h2 { font-size: 20px; }
  .footer .footer-grid { grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 20px 12px; }
  .footer .footer-grid > div:first-child, .footer .uk-card { grid-column: 1 / -1; }
  .footer .footer-grid > div:first-child p { max-width: 55ch; }
  .footer .footer-grid > div:not(:first-child) > a { min-height: 44px; font-size: 12px; }
  .footer .uk-card { width: 100%; padding: 12px 14px; }
  .footer-bottom { margin-top: 20px; gap: 8px; }
  .footer .footer-site-links { gap: 0 18px; }
  .footer .copyright { text-align: left; }
}

/* UK-specific buying tools and clear routes to the full spreadsheet. */
.catalog-full-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid #ff6a00; border-radius: 8px; background: #ff6a00; color: #fff; text-decoration: none; font-size: 13px; font-weight: 600; white-space: nowrap; }
.catalog-heading .scope-actions .catalog-full-link { min-height: 44px; color: #fff; text-decoration: none; }
.catalog-full-link:hover { background: #e85c00; border-color: #e85c00; color: #fff; }
.home-page #categories.section { padding-bottom: 24px; }
.home-page #product-examples { padding-top: 16px; }
.home-listing-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 6px 24px; margin-bottom: 20px; }
.home-listing-heading h2 { grid-column: 1; grid-row: 1; font-size: 26px; line-height: 1.3; margin: 0; }
.home-listing-heading p { grid-column: 1 / -1; grid-row: 2; max-width: 800px; color: #475569; font-size: 15px; line-height: 1.7; margin: 0; }
.home-catalog-link { grid-column: 2; grid-row: 1; display: inline-flex; align-items: center; justify-self: end; gap: 9px; min-height: 44px; padding: 0; border: 0; border-radius: 3px; background: transparent; box-shadow: none; color: #0b1f3b; font-size: 14px; font-weight: 600; line-height: 1.5; text-decoration: none; white-space: nowrap; }
.home-catalog-link span:first-child { text-decoration: underline; text-decoration-color: #b9c6d7; text-underline-offset: 4px; }
.home-catalog-link span[aria-hidden] { color: #e85c00; font-size: 18px; }
.home-catalog-link:hover { color: #a94400; }
.home-catalog-link:hover span:first-child { text-decoration-color: currentColor; }
.home-catalog-link:focus-visible { outline: 3px solid #0759b4; outline-offset: 4px; }
.home-listing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.home-listing-card { display: flex; flex-direction: column; gap: 10px; min-width: 0; padding: 18px; border: 1px solid #dce5f0; border-radius: 14px; background: #fff; color: #0b1f3b; text-decoration: none; box-shadow: 0 8px 24px rgba(11,31,59,.045); }
.home-listing-image { display: flex; align-items: center; justify-content: center; flex: none; width: 100%; height: clamp(180px, 16vw, 240px); border-radius: 10px; background: #fff; overflow: hidden; }
.home-listing-image img { width: 100%; height: 100%; object-fit: contain; }
.home-listing-card h3 { font-size: 17px; line-height: 1.5; margin: 0; }
.home-listing-card p { font-size: 14px; line-height: 1.65; color: #475569; margin: 0; }
.home-listing-card .product-label { color: #a94400; font-size: 12px; margin: 0; }
.home-listing-card .text-link { margin-top: auto; padding-top: 4px; color: #b44700; font-size: 13px; font-weight: 600; }
.home-listing-card:hover { border-color: #ffcaa8; }
.guide-topic-nav { display: flex; flex-wrap: wrap; gap: 8px 12px; padding-top: 22px; }
.guide-topic-nav a { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 14px; border: 1px solid #dce5f0; border-radius: 8px; background: #fff; color: #334155; text-decoration: none; font-size: 13px; }
.guide-topic-nav a:hover { border-color: #ff6a00; color: #a94400; }
#uk-sizing, #uk-costs, #uk-delivery, #product-examples { scroll-margin-top: 90px; }
.uk-sizing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.uk-reading-card { min-width: 0; padding: 24px; border: 1px solid #dce5f0; border-radius: 14px; background: #fff; }
.uk-reading-card h2 { font-size: 23px; line-height: 1.35; margin: 8px 0 14px; }
.uk-reading-card h3 { font-size: 18px; line-height: 1.4; margin: 12px 0; }
.uk-reading-card p, .uk-reading-card li { font-size: 14px; line-height: 1.7; color: #475569; }
.uk-reading-card p { margin: 0 0 12px; }
.uk-reading-card p:last-child { margin-bottom: 0; }
.uk-reading-card ul { margin: 0; padding-left: 20px; }
.uk-reading-card li + li { margin-top: 12px; }
.uk-tool-number { color: #b44700; font-size: 13px; font-weight: 700; }
.uk-budget { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(250px,1fr); gap: 24px; padding: 24px; border: 1px solid #dce5f0; border-radius: 14px; background: #fff; }
.uk-budget[hidden] { display: none; }
.uk-budget-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; align-content: start; }
.uk-budget-fields label { display: grid; align-content: start; gap: 8px; color: #334155; font-size: 13px; font-weight: 600; }
.uk-budget-fields input { box-sizing: border-box; min-width: 0; width: 100%; min-height: 46px; border: 1px solid #bdcada; border-radius: 8px; padding: 10px 12px; font: inherit; font-size: 16px; font-weight: 400; background: #fff; color: #0b1f3b; }
.uk-budget-fields input[aria-invalid="true"] { border-color: #b91c1c; background: #fff5f5; }
.uk-budget-summary { padding: 20px; border-radius: 10px; background: #fff7ed; min-width: 0; }
.uk-budget-summary h3 { margin: 0 0 8px; font-size: 15px; }
.uk-budget-summary output { display: block; font-size: clamp(24px,2.5vw,34px); font-weight: 700; overflow-wrap: anywhere; color: #0b1f3b; }
.uk-budget-summary p { font-size: 13px; line-height: 1.7; margin: 12px 0; color: #475569; }
.uk-budget-summary small { display: block; margin-top: 12px; color: #64748b; font-size: 12px; line-height: 1.6; }
.uk-delivery-layout { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.uk-source-links { display: flex; flex-wrap: wrap; gap: 0 16px; }
.uk-source-links a { display: inline-flex; align-items: center; min-height: 44px; color: #0759b4; font-size: 13px; }
.uk-reading-card .uk-reviewed { margin-top: 12px; font-size: 12px; color: #64748b; }
.home-listing-card:focus-visible, .catalog-full-link:focus-visible, .guide-topic-nav a:focus-visible, .uk-budget-fields input:focus-visible { outline: 3px solid #0759b4; outline-offset: 3px; }
@media (max-width: 980px) {
  .uk-budget { grid-template-columns: minmax(0,1fr); }
  .uk-sizing-grid { grid-template-columns: minmax(0,1fr); }
  .home-listing-heading { grid-template-columns: minmax(0,1fr); gap: 8px; }
  .home-catalog-link { grid-column: 1; grid-row: 3; justify-self: start; }
}
@media (max-width: 680px) {
  .home-listing-grid, .uk-delivery-layout { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .home-listing-image { height: 200px; }
  .uk-budget, .uk-reading-card { padding: 18px; }
  .uk-budget-fields { grid-template-columns: minmax(0,1fr); gap: 14px; }
  .home-listing-heading h2 { font-size: 24px; }
  .catalog-full-link { white-space: normal; text-align: center; }
}

/* Focused discovery: browse first, open one guide when needed. */
.home-page .hero-grid { min-height: clamp(360px,28vw,440px); padding-top: 36px; padding-bottom: 30px; }
.home-page .home-catalog-search { margin: 20px 0 4px; }
.hero-next { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 24px; }
.hero-next a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #0b1f3b; font-size: 14px; font-weight: 600; text-decoration: underline; text-decoration-color: #b9c6d7; text-underline-offset: 4px; }
.hero-next a span { color: #e85c00; }
.hero-next a:hover { color: #a94400; }
.home-page .hero-copy > .hero-disclosure { margin: 10px 0 0; font-size: 12px; line-height: 1.6; color: #475569; }
.home-page #categories.section { padding-top: 30px; padding-bottom: 16px; }
.section-anchor { display: block; height: 0; scroll-margin-top: 90px; }
/* Decorative guide entrances: one compact group, using the original illustrations. */
.home-page .home-guide-band { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; padding-top: 24px; padding-bottom: 6px; scroll-margin-top: 90px; }
.home-page .home-guide-band .feature-card { min-height: 144px; padding: 14px 20px; background-color: #0b1f3b; background-position: right center; box-shadow: 0 8px 22px rgba(11,31,59,.08); }
.home-page .home-guide-band .feature-card h2 { margin-bottom: 4px; font-size: 17px; line-height: 1.35; }
.home-page .home-guide-band .feature-card h2 img { width: 18px; height: 18px; flex-basis: 18px; }
.home-page .home-guide-band .feature-card p { max-width: 68%; margin: 0 0 8px; font-size: 13px; line-height: 1.45; }
.home-page .home-guide-band .feature-card a { min-height: 44px; padding: 8px 12px; font-size: 12px; }
/* True-alpha decorative cutouts sit directly on one continuous card background. */
.home-page .home-guide-band .feature-card.qc-blue,
.home-page .home-guide-band .feature-card.shipping-blue { background-image: linear-gradient(115deg, #082442, #072a55); }
.home-page .home-guide-band .feature-card.qc-blue::before,
.home-page .home-guide-band .feature-card.shipping-blue::before { background: none; }
.home-guide-band .guide-card-art {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: -1;
  width: min(48%, 200px);
  transform: translateY(-50%);
  pointer-events: none;
}
.home-guide-band .shipping-blue .guide-card-art { width: min(56%, 218px); }
.home-guide-band .guide-card-art img { display: block; width: 100%; height: auto; object-fit: contain; }
@media (min-width: 761px) and (max-width: 980px) {
  .home-page .home-guide-band { gap: 12px; }
  .home-page .home-guide-band .feature-card { min-height: 164px; padding: 12px 16px; }
  .home-page .home-guide-band .feature-card h2 { font-size: 15px; }
  .home-page .home-guide-band .feature-card p { max-width: 80%; font-size: 12px; }
}
@media (max-width: 760px) {
  .home-page .home-guide-band { grid-template-columns: minmax(0,1fr); gap: 10px; padding-top: 18px; padding-bottom: 0; }
  .home-page .home-guide-band .feature-card { min-height: 128px; padding: 12px 16px; }
  .home-page .home-guide-band .feature-card h2 { margin-bottom: 4px; font-size: 16px; }
  .home-page .home-guide-band .feature-card p { max-width: 68%; margin-bottom: 8px; font-size: 12px; }
  .home-guide-band .guide-card-art { width: min(46%, 170px); }
  .home-guide-band .shipping-blue .guide-card-art { width: min(52%, 186px); }
}
.home-page .qc-panel { margin-top: 0; }
.home-page .disclaimer a { color: #0759b4; text-underline-offset: 3px; }
.catalog-directory { border: 1px solid #dce5f0; border-radius: 12px; background: #fff; }
.catalog-directory > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 56px; padding: 14px 20px; list-style: none; cursor: pointer; font-size: 15px; font-weight: 600; color: #0b1f3b; }
.catalog-directory > summary::-webkit-details-marker { display: none; }
.catalog-directory > summary span { flex: 0 0 auto; color: #64748b; font-size: 20px; }
.catalog-directory[open] > summary span { transform: rotate(45deg); }
.catalog-directory > p { margin: 0; padding: 0 20px 16px; color: #475569; font-size: 13px; line-height: 1.65; }
.catalog-directory .category-grid { margin: 0; padding: 0 20px 20px; }
.faq-guide-links { display: grid; gap: 4px; }
.faq-guide-links a { display: flex; align-items: center; min-height: 44px; color: #0759b4; font-size: 14px; line-height: 1.5; text-underline-offset: 3px; }
.hero-next a:focus-visible, .catalog-directory > summary:focus-visible, .faq-guide-links a:focus-visible { outline: 3px solid #0759b4; outline-offset: 4px; }
@media (max-width: 680px) {
  .home-page .hero-grid { min-height: 0; padding-top: 28px; padding-bottom: 24px; }
  .home-page #categories.section { padding-top: 24px; }
  .home-page .category-grid { gap: 10px; }
  .home-page .category-grid a { min-height: 96px; padding: 12px 8px; }
  .home-page .category-grid img { width: 34px; height: 34px; }
  .home-page .category-grid b { font-size: 12px; }
  .catalog-directory > summary { padding: 14px 16px; font-size: 14px; }
  .catalog-directory > p { padding: 0 16px 16px; }
  .catalog-directory .category-grid { padding: 0 16px 16px; }
}

/* One shared website-contact destination, separate from platform order support. */
.editorial-contact { margin-top: 32px; padding-top: 24px; border-top: 1px solid #dce5f0; scroll-margin-top: 100px; }
.editorial-contact h2 { margin-top: 0; }
.editorial-surface .contact-email { display: inline-block; min-height: 44px; padding: 8px 0; overflow-wrap: anywhere; font-size: clamp(16px,2vw,18px); font-weight: 600; }
.editorial-surface .contact-email:focus-visible { outline: 2px solid #ff6a00; outline-offset: 4px; border-radius: 2px; }


/* FAQ: familiar grouped cards, with independent columns and shared site spacing. */
.faq-page #questions { scroll-margin-top: 88px; }
.faq-page .faq-layout { display: block; }
.faq-page .faq-nav { position: static; display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-inline); margin: 0 0 var(--space-heading); padding: 0; }
.faq-page .faq-nav a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--navy); font-size: 13px; line-height: 1.5; box-shadow: none; transition: background-color .15s ease, border-color .15s ease; }
.faq-page .faq-nav a:hover { transform: none; border-color: #f0b58b; background: #fff7ef; box-shadow: none; }
.faq-page .faq-nav a:focus-visible, .faq-page summary:focus-visible { outline: 2px solid #0759b4; outline-offset: -3px; }
.faq-page .faq-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); min-width: 0; align-items: start; }
.faq-page .faq-column { display: grid; align-content: start; gap: var(--space-stack); min-width: 0; }
.faq-page .faq-group { border-color: var(--line); border-radius: 14px; box-shadow: 0 8px 24px rgba(11,31,59,.045); }
.faq-page .faq-group:target { border-color: #edb080; }
.faq-page .faq-group-head { gap: var(--space-text); background: linear-gradient(135deg,#fffaf5 0%,#fff 75%); }
.faq-page .faq-group-head > span { width: 40px; height: 40px; flex-basis: 40px; border-radius: 10px; background: #fff0e3; }
.faq-page .faq-group-head img { width: 24px; height: 24px; object-fit: contain; }
.faq-page .faq-group-head h2 { font-size: 18px; line-height: 1.4; margin: 0 0 4px; }
.faq-page .faq-group-head p { font-size: 12px; line-height: 1.5; margin: 0; }
.faq-page .faq-group details.faq-item summary { min-height: 56px; display: flex; align-items: center; padding: 16px 60px 16px var(--space-compact); font-size: 14px; line-height: 1.6; }
.faq-page .faq-group details.faq-item summary::after { width: 24px; height: 24px; right: var(--space-compact); font-size: 18px; }
.faq-page .faq-group details.faq-item p { margin: 0; padding: 0 var(--space-compact) var(--space-compact); font-size: 14px; line-height: 1.75; }
.faq-page .faq-group details.faq-item p a { color: #0759b4; text-decoration: underline; text-underline-offset: 3px; }
.faq-page .faq-group details.faq-item[open] { background: #fff; }
.faq-page .faq-summary-card { display: block; min-height: 0; border-color: var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(11,31,59,.045); }
.faq-page .faq-summary-card .page-kicker { margin-bottom: 8px; color: #b44700; font-size: 11px; }
.faq-page .faq-summary-card h2 { font-size: 18px; line-height: 1.4; }
.faq-page .faq-guide-links { display: grid; gap: 0; }
.faq-page .faq-guide-links a { min-height: 44px; padding: 8px 0; font-size: 14px; }
.faq-page .faq-guide-links a + a { border-top: 1px solid #e8eef6; }
@media (max-width: 900px) {
  .faq-page .faq-groups { grid-template-columns: minmax(0,1fr); }
}
@media (max-width: 680px) {
  .faq-page .faq-nav { justify-content: flex-start; }
  .faq-page .faq-nav a { padding: 10px 12px; font-size: 12px; }
  .faq-page .faq-group-head h2 { font-size: 17px; }
  .faq-page .faq-group details.faq-item summary { padding-right: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  html:has(.faq-page) { scroll-behavior: auto; }
}
