:root {
  color-scheme: light;
  --canvas: #f5f7fa;
  --surface: #ffffff;
  --surface-soft: #eef3f7;
  --ink: #17283b;
  --muted: #56697c;
  --quiet: #718296;
  --line: #dce4eb;
  --line-strong: #c3cfda;
  --blue: #345c85;
  --blue-hover: #2b4d70;
  --blue-soft: #e3ebf4;
  --gold: #a77c1c;
  --paper: var(--canvas);
  --white: var(--surface);
  --brand: var(--blue);
  --brand-soft: var(--blue-soft);
  --shadow-small: 0 1px 2px rgba(15, 37, 57, .04), 0 6px 18px rgba(15, 37, 57, .04);
  --body: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  --display: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
body, input, select, button { font-family: var(--body); }
h1, h2, h3, h4, p { margin: 0; }
h1, h2 { font-family: var(--display); font-weight: 700; line-height: 1.25; letter-spacing: -.02em; }
h3, h4 { line-height: 1.35; }
a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: .2em; }
a:hover { color: var(--ink); }
main p a { display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; max-width: 100%; vertical-align: middle; overflow-wrap: anywhere; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button, input, select { border-radius: 8px; }
img, svg { display: block; max-width: 100%; height: auto; }
img { object-fit: contain; }
button, input, select, textarea, fieldset { min-width: 0; }
input, select { width: 100%; color: var(--ink); background: var(--white); }
input::placeholder { color: var(--quiet); opacity: 1; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }
::selection { background: var(--blue-soft); color: var(--ink); }
[hidden] { display: none !important; }
.shell { width: min(100% - 64px, 1184px); margin-inline: auto; }
.shell > *, .split > *, .content-grid > *, .footer-grid > *, .catalog-item > * { min-width: 0; }
.skip, .skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 18px; background: var(--white); transform: translateY(-160%); }
.skip:focus, .skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

/* Navigation stays available before enhancement, including the native mobile menu. */
.site-header { position: sticky; top: 0; z-index: 30; background: var(--white); border-bottom: 1px solid var(--line); }
.nav-row { display: flex; align-items: center; gap: 28px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 44px; min-height: 44px; flex: 0 0 auto; color: var(--ink); text-decoration: none; }
.brand img { width: 40px; height: 44px; }
.brand > span { display: flex; flex-direction: column; }
.brand strong { font-size: 17px; line-height: 1.25; letter-spacing: -.02em; white-space: nowrap; }
.brand small { margin-top: 4px; font-size: 9px; font-weight: 500; letter-spacing: .02em; white-space: nowrap; color: var(--muted); }
.desktop-nav { display: flex; align-items: center; justify-content: center; flex: 1; gap: 24px; }
.desktop-nav a { display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 600; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--brand); text-decoration: underline; text-underline-offset: 6px; }
.nav-actions { display: flex; align-items: center; gap: 15px; margin-left: auto; flex-shrink: 0; }
.lang { display: flex; align-items: center; gap: 1px; flex-shrink: 0; }
.lang a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px 9px; color: var(--muted); font-size: 12px; font-weight: 600; text-decoration: none; white-space: nowrap; word-break: keep-all; }
.lang a[aria-current="true"], .lang a[aria-current="page"] { color: var(--ink); background: var(--surface-soft); border-radius: 8px; }
.portal-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 9px 15px; border: 1px solid var(--line-strong); color: var(--ink); font-size: 12px; font-weight: 600; text-decoration: none; white-space: nowrap; border-radius: 8px; }
.portal-link:hover { border-color: var(--brand); background: var(--brand-soft); }
.mobile-menu { display: none; }
.mobile-menu summary { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-width: 44px; min-height: 44px; padding: 8px; border: 1px solid var(--line-strong); border-radius: 8px; list-style: none; cursor: pointer; font-size: 13px; font-weight: 600; }
.mobile-menu summary > span { display: block; width: 18px; height: 2px; background: var(--ink); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary svg { width: 20px; height: 20px; }
.mobile-menu[open] summary { background: var(--brand-soft); }
.mobile-menu nav { position: absolute; top: 100%; left: 0; right: 0; padding: 16px max(24px, calc((100% - 1184px) / 2)); border-bottom: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-small); }
.mobile-menu nav a { display: flex; align-items: center; min-height: 48px; padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; font-weight: 500; }
.mobile-menu nav a:last-child { border-bottom: 0; }

/* The service directory follows the existing site's steel-blue visual system. */
.hero { padding: 42px 0 38px; }
.hero-copy { max-width: 800px; }
.eyebrow { display: block; color: var(--muted); font-size: 12px; font-weight: 600; line-height: 1.5; letter-spacing: 0; }
.hero-title { margin-top: 14px; font-size: clamp(40px, 4vw, 48px); line-height: 1.15; letter-spacing: -.025em; }
.hero-title > span { display: inline; }
.hero-title > .accent { color: inherit; }
.lead { max-width: 580px; margin-top: 17px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--brand); font-size: 13px; font-weight: 650; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.hero-copy > .actions { gap: 12px 25px; margin-top: 14px; }
.hero-quality { margin-top: 14px; color: var(--blue); font-size: 13px; font-weight: 600; line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 18px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 650; line-height: 1.5; text-align: center; text-decoration: none; transition: background-color .15s, border-color .15s; }
.button.primary { background: var(--brand); color: var(--white); }
.button.primary:hover { background: var(--blue-hover); }
.button.secondary { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.button.secondary:hover { background: var(--white); border-color: var(--brand); }
.button.light { background: var(--paper); color: var(--ink); }
.button.light:hover { background: var(--surface-soft); }
.hero-search { display: flex; gap: 8px; max-width: 540px; margin-top: 22px; padding: 5px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--white); }
.hero-search input { min-height: 44px; padding: 9px 12px; border: 0; background: transparent; font-size: 14px; }
.hero-search button { flex-shrink: 0; min-height: 44px; padding: 8px 17px; border: 0; background: var(--brand); color: var(--white); font-size: 13px; font-weight: 650; }
.quality-overview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.quality-overview h3 { font-size: 18px; }
.quality-overview p { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.quality-links { display: flex; flex-wrap: wrap; gap: 8px 32px; margin-top: 24px; }
.quality-links a { display: inline-flex; align-items: center; gap: 8px; min-width: 44px; min-height: 44px; font-size: 13px; font-weight: 600; text-decoration: none; }
.quality-links a:hover { text-decoration: underline; }
/* Homepage illustrations support the copy without competing with the search entry. */
.home-feature { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 48px; }
.home-feature-copy { min-width: 0; }
.home-feature-copy h2 { margin-top: 12px; font-size: clamp(27px, 2.7vw, 32px); line-height: 1.35; }
.home-feature-copy h3 { margin-top: 22px; font-size: 17px; }
.home-feature-copy p { margin-top: 14px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.home-feature-copy .text-link { margin-top: 14px; }
.home-illustration { min-width: 0; margin: 0; }
.home-illustration img { width: 100%; aspect-ratio: 3 / 2; border-radius: 10px; background: var(--surface-soft); color: var(--muted); object-fit: cover; }
.home-illustration figcaption { margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.quality-services { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.quality-services > h3 { margin-bottom: 22px; font-size: 20px; }
.team-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 30px 0 0; padding-top: 26px; border-top: 1px solid var(--line); }
.team-metrics > div { display: flex; flex-direction: column; min-width: 0; }
.team-metrics dt { order: 2; margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.team-metrics dd { margin: 0; color: var(--blue); font-size: clamp(22px, 2.2vw, 28px); font-weight: 650; letter-spacing: -.02em; line-height: 1.4; font-variant-numeric: tabular-nums; }
.team-metrics-note { margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.7; }

@media (max-width: 980px) {
  .home-feature { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .team-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 28px; }
}

@media (max-width: 480px) {
  .home-feature-copy h2 { font-size: 27px; }
  .home-feature-copy p { font-size: 15px; }
  .team-metrics { gap: 22px 18px; }
  .team-metrics dd { font-size: 22px; }
  .team-metrics dt { font-size: 12px; }
}

.section { padding: 44px 0; }
.section.alt { background: var(--white); border-block: 1px solid var(--line); }
.section-heading { max-width: 720px; margin-bottom: 24px; }
.section-heading h2 { margin-top: 9px; font-size: clamp(28px, 2.7vw, 32px); }
.section-heading > p { margin-top: 12px; color: var(--muted); }
.section-heading > .button { margin-top: 23px; }
.section-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-top .section-heading { margin-bottom: 0; }
.section-top > a { flex-shrink: 0; min-height: 44px; display: inline-flex; align-items: center; font-size: 13px; font-weight: 650; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.category-card { display: flex; flex-direction: column; min-height: 198px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); text-decoration: none; box-shadow: var(--shadow-small); transition: background-color .15s, border-color .15s; }
.category-card:hover { background: var(--surface-soft); border-color: var(--line-strong); }
.category-card > small, .category-card > .icon { display: block; color: var(--brand); font-size: 11px; font-weight: 650; }
.category-card > svg, .category-card > .icon svg { width: 30px; height: 30px; color: var(--brand); }
.category-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.category-card h3 { margin-top: 8px; font-size: 18px; letter-spacing: -.01em; }
.category-card p { margin: 8px 0 13px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.category-count { color: var(--brand); font-size: 11px; font-weight: 650; }
.category-card .card-link { gap: 8px; min-height: 28px; margin-top: auto; color: var(--brand); font-size: 12px; }
.method-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 38px; border-block: 1px solid var(--line); }
.method { padding: 25px 22px; border-left: 1px solid var(--line); }
.method:first-child { padding-left: 0; border-left: 0; }
.method strong, .method h3 { font-size: 14px; }
.method p { margin-top: 7px; color: var(--muted); font-size: 12px; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.step { padding-top: 0; }
.step > small, .step > span:first-child { color: var(--brand); font-size: 12px; font-weight: 650; }
.step h3 { margin-top: 16px; font-size: 16px; }
.step p { margin-top: 10px; font-size: 13px; color: var(--muted); }
.step .step-number { margin-top: 0; color: var(--brand); font-size: 12px; font-weight: 650; font-variant-numeric: tabular-nums; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 36px; }
.split-copy h2 { margin-top: 10px; font-size: clamp(28px, 2.7vw, 32px); }
.split-copy p { margin-top: 19px; color: var(--muted); }
.guide-links { padding: 22px 24px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 12px; }
.guide-links > .eyebrow { margin-bottom: 15px; }
.guide-links > a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.guide-links > a:last-child { border-bottom: 0; }
.guide-links > a:hover { color: var(--brand); }
.guide-links > a > span { color: var(--brand); }
.submission-note { padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.submission-note h3 { margin-top: 12px; font-family: var(--display); font-size: 20px; font-weight: 650; letter-spacing: -.01em; line-height: 1.35; }
.submission-note p { margin-top: 15px; color: var(--muted); font-size: 14px; }
.submission-note a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; font-weight: 600; }
.submission-note > small { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta h2 { max-width: 750px; font-size: clamp(28px, 2.7vw, 32px); }
.cta p { margin-top: 16px; max-width: 660px; }
.cta .actions { flex-shrink: 0; margin-top: 0; }
.cta > div > .eyebrow { margin-bottom: 15px; }
.cta > div > .actions { margin-top: 22px; }
.download-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding: 24px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 12px; }
.download-band h3 { font-size: 17px; font-weight: 650; }
.download-band p { margin-top: 7px; color: var(--muted); font-size: 13px; }
.quotation-links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 23px; margin-top: 22px; }
.download-band .quotation-links { margin-top: 0; }
.quotation-links .button { background: var(--white); }
.service-boundary { margin-top: 23px; color: var(--muted); font-size: 12px; }
.service-boundary p + p { margin-top: 7px; }
.price-note { margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.75; }

/* Shared service, contact and guidance pages retain their established content. */
.page-hero { padding: 26px 0 30px; border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; }
.page-hero h1 { max-width: 940px; font-size: clamp(34px, 3.7vw, 44px); }
.page-hero > .shell > p, .page-hero .lead, .page-hero .lede { max-width: 810px; margin-top: 20px; color: var(--muted); font-size: 16px; }
.service-area { margin-top: 12px; color: var(--muted); font-size: 13px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 32px; align-items: start; padding-block: 32px 46px; }
.content-grid:has(> .prose:only-child) { grid-template-columns: minmax(0, 1fr); }
.prose { min-width: 0; }
.prose > * + * { margin-top: 20px; }
.prose h2 { margin-top: 30px; font-size: clamp(26px, 2.7vw, 30px); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 26px; font-size: 19px; }
.prose p, .prose li { color: var(--muted); overflow-wrap: anywhere; }
.prose ul, .prose ol { padding-left: 23px; }
.prose li + li { margin-top: 9px; }
.prose table { width: 100%; border-collapse: collapse; font-size: 13px; table-layout: fixed; }
.prose th, .prose td { padding: 13px 10px; border-bottom: 1px solid var(--line); text-align: left; overflow-wrap: anywhere; }
.prose th { background: var(--brand-soft); font-weight: 650; }
.aside-card { padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.aside-card + .aside-card { margin-top: 24px; }
.aside-card h2, .aside-card h3 { font-family: var(--body); font-size: 18px; font-weight: 650; line-height: 1.4; letter-spacing: -.01em; }
.aside-card p { margin-top: 14px; color: var(--muted); font-size: 14px; overflow-wrap: anywhere; }
.aside-card .button { width: 100%; margin-top: 20px; }
.plain-list, .check-list { list-style: none; padding: 0; }
.plain-list li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.check-list li { position: relative; padding-left: 25px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 700; }
.notice { padding: 17px 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-soft); color: var(--muted); font-size: 14px; }
.notice p + p { margin-top: 12px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.card h2, .card h3 { margin-top: 0; font-family: var(--body); font-size: 19px; font-weight: 650; line-height: 1.4; letter-spacing: -.015em; }
.card p { margin-top: 13px; color: var(--muted); font-size: 14px; }
.card-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; font-size: 13px; font-weight: 600; }
.tag { display: inline-block; padding: 4px 8px; color: var(--brand); background: var(--brand-soft); font-size: 11px; font-weight: 650; }
.related-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.related-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 32px 22px 0; color: var(--ink); font-weight: 650; list-style: none; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 2px; top: 20px; color: var(--brand); font-size: 22px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details > p, .faq details > div { padding-bottom: 22px; color: var(--muted); }
.faq details > a { display: inline-flex; align-items: center; min-width: 44px; min-height: 44px; max-width: 100%; overflow-wrap: anywhere; }
.contact-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.contact-option { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.contact-option h2, .contact-option h3 { font-family: var(--body); font-size: 18px; font-weight: 650; letter-spacing: -.01em; }
.contact-option p { margin-top: 13px; color: var(--muted); }
.contact-option a { overflow-wrap: anywhere; }
.table-note { margin-top: 17px; font-size: 12px; color: var(--muted); }

/* Every service is HTML content. Filtering changes visibility, never the source. */
[data-catalog] { scroll-margin-top: 100px; }
.catalog-filters { display: grid; grid-template-columns: minmax(160px, 2fr) minmax(130px, 1fr) minmax(130px, 1fr) auto; gap: 14px; align-items: end; margin: 24px 0 18px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.catalog-filters label { display: block; min-width: 0; color: var(--ink); font-size: 12px; font-weight: 650; }
.catalog-filters input, .catalog-filters select { min-height: 46px; margin-top: 8px; padding: 10px 12px; border: 1px solid var(--line-strong); font-size: 14px; font-weight: 400; }
.catalog-filters select { padding-right: 28px; }
[data-clear] { min-height: 46px; padding: 9px 14px; border: 1px solid var(--line-strong); background: var(--paper); color: var(--ink); font-size: 12px; font-weight: 650; }
[data-clear]:hover { background: var(--brand-soft); border-color: var(--brand); }
.text-button { text-decoration: none; }
[data-result-count] { margin: 20px 0 15px; color: var(--muted); font-size: 12px; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px 24px; flex-wrap: wrap; margin: 20px 0 15px; color: var(--muted); font-size: 11px; }
.catalog-toolbar [data-result-count] { margin: 0; }
.catalog-head, .catalog-item { display: grid; grid-template-columns: minmax(0, 2.5fr) minmax(0, .9fr) minmax(0, 1fr) minmax(0, .8fr); gap: 22px; }
.catalog-head { padding: 13px 20px; border-block: 1px solid var(--line-strong); background: var(--surface-soft); color: var(--muted); font-size: 12px; font-weight: 650; }
.catalog-head > :last-child { text-align: right; }
.catalog-list { border-bottom: 1px solid var(--line); }
.catalog-item { padding: 24px 20px; border-bottom: 1px solid var(--line); background: var(--white); scroll-margin-top: 100px; }
.catalog-item:last-child { border-bottom: 0; }
.catalog-item:target { box-shadow: inset 3px 0 var(--brand); background: var(--surface-soft); }
.catalog-item h3 { margin: 0; font-family: var(--body); font-size: 15px; font-weight: 650; letter-spacing: -.01em; line-height: 1.5; overflow-wrap: anywhere; }
.item-title { position: relative; padding-left: 34px; }
.item-number { position: absolute; top: 2px; left: 0; font-size: 10px; font-weight: 650; color: var(--quiet); font-variant-numeric: tabular-nums; }
.item-note { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; overflow-wrap: anywhere; }
.item-species, .item-method { color: var(--muted); font-size: 13px; line-height: 1.65; overflow-wrap: anywhere; }
.item-method > small { display: block; margin-top: 5px; color: var(--quiet); font-size: 10px; }
/* Visual column headings are decorative; each row retains its own spoken labels. */
.field-label { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.item-price { text-align: right; }
.item-price strong { display: block; color: var(--ink); font-size: 16px; font-weight: 650; line-height: 1.5; font-variant-numeric: tabular-nums; white-space: nowrap; }
.item-enquire { display: inline-flex; align-items: center; justify-content: flex-end; min-width: 44px; min-height: 44px; margin-top: 1px; font-size: 12px; font-weight: 600; }
[data-no-results] { padding: 46px 24px; border: 1px solid var(--line); background: var(--white); text-align: center; }
[data-no-results] h3 { margin: 0; font-size: 19px; }
[data-no-results] p { margin: 12px auto 22px; max-width: 500px; color: var(--muted); font-size: 14px; }
.empty-state > .eyebrow { justify-content: center; margin-bottom: 14px; }
.compact .catalog-filters { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.compact .catalog-filters .search-field { grid-column: 1 / -1; }
.compact .catalog-head { display: none; }
.compact .catalog-item { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, .8fr); gap: 14px 20px; }
.compact .item-title { grid-column: 1 / -1; }
.compact .field-label { display: block; position: static; width: auto; height: auto; margin: 0 0 5px; overflow: visible; clip-path: none; white-space: normal; color: var(--muted); font-size: 10px; font-weight: 600; }

.site-footer, footer { padding: 38px 0 24px; background: var(--surface-soft); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 44px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin-bottom: 18px; color: var(--ink); font-size: 17px; font-weight: 650; text-decoration: none; }
.footer-brand img { width: 36px; height: 40px; }
.footer-copy { max-width: 310px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.footer-email { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-top: 11px; color: var(--brand); font-size: 12px; text-decoration: none; overflow-wrap: anywhere; }
.footer-column h2, .footer-column h3, .footer-column h4, .footer-column > strong { display: block; margin-bottom: 10px; font-family: var(--body); font-size: 13px; font-weight: 650; }
.footer-column a { display: flex; align-items: center; min-height: 44px; color: var(--muted); font-size: 12px; text-decoration: none; overflow-wrap: anywhere; }
.footer-column a:hover { color: var(--brand); text-decoration: underline; }
.footer-column p { margin-top: 8px; color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

@media (max-width: 1100px) {
  .nav-row { gap: 18px; }
  .desktop-nav { gap: 17px; }
  .nav-actions { gap: 8px; }
  .portal-link { padding-inline: 11px; }
  .content-grid { grid-template-columns: minmax(0, 1fr) 260px; gap: 30px; }
  .footer-grid { gap: 28px; }
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { padding-top: 36px; }
  .hero-title { font-size: 40px; }
  .section { padding-block: 38px; }
  .section-top { gap: 24px; }
  .category-card { padding: 20px; }
  .split { gap: 28px; }
  .cta { align-items: flex-start; flex-direction: column; gap: 26px; }
  .download-band { align-items: flex-start; flex-direction: column; gap: 22px; }
  .content-grid { grid-template-columns: minmax(0, 1fr); }
  .content-grid > aside { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .content-grid > aside > .aside-card { margin-top: 0; }
  .catalog-filters { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto; }
  .catalog-filters .search-field { grid-column: 1 / -1; }
  .catalog-head { display: none; }
  .catalog-item { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.15fr) minmax(0, .7fr); gap: 14px 20px; }
  .item-title { grid-column: 1 / -1; }
  .field-label { display: block; position: static; width: auto; height: auto; margin: 0 0 5px; overflow: visible; clip-path: none; white-space: normal; color: var(--muted); font-size: 10px; font-weight: 600; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 40px); }
  .nav-row { min-height: 68px; }
  .hero { padding: 30px 0; }
  .hero-title { font-size: clamp(34px, 6vw, 40px); }
  .lead { font-size: 16px; }
  .quality-overview { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .section { padding-block: 32px; }
  .section-top { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 24px; }
  .section-heading { margin-bottom: 20px; }
  .section-heading h2 { font-size: 28px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card { min-height: 192px; padding: 20px; }
  .category-card h3 { font-size: 17px; }
  .method-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method { padding: 22px; }
  .method:nth-child(odd) { border-left: 0; padding-left: 0; }
  .method:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
  .split { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .split > .section-heading { margin-bottom: 0; }
  .cta { gap: 22px; }
  .page-hero { padding-block: 20px 26px; }
  .page-hero h1 { font-size: clamp(30px, 5vw, 36px); }
  .page-hero .lead { font-size: 15px; }
  .content-grid { padding-block: 26px 36px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-filters, .compact .catalog-filters { padding: 18px; gap: 14px 12px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .catalog-filters [data-clear] { grid-column: 1 / -1; justify-self: start; }
  .catalog-item, .compact .catalog-item { padding: 21px 17px; gap: 15px 16px; }
  .item-title { padding-left: 30px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 24px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-column a { min-height: 44px; }
}

@media (max-width: 480px) {
  .nav-row { gap: 10px; min-height: 68px; }
  .brand { gap: 7px; }
  .brand img { width: 34px; height: 38px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 7px; letter-spacing: .02em; }
  .nav-actions { gap: 5px; }
  .portal-link { display: none; }
  .lang a { padding-inline: 6px; }
  .eyebrow { font-size: 11px; }
  .hero-title { margin-top: 12px; font-size: 34px; }
  .hero .actions { gap: 10px; }
  .hero .actions .button { flex: 1 1 135px; padding-inline: 14px; }
  .hero-search { margin-top: 23px; gap: 4px; }
  .hero-search input { padding-inline: 8px; font-size: 13px; }
  .hero-search button { padding-inline: 12px; }
  .category-grid { grid-template-columns: minmax(0, 1fr); }
  .category-card { min-height: 0; padding: 20px; }
  .category-card h3 { margin-top: 7px; font-size: 18px; }
  .category-card p { margin-bottom: 12px; }
  .section-heading h2, .split-copy h2 { font-size: 28px; }
  .section-heading > p { font-size: 15px; }
  .guide-links, .submission-note { padding: 20px; }
  .submission-note h3 { font-size: 20px; }
  .download-band { margin-top: 24px; padding: 20px; }
  .quotation-links { align-items: flex-start; flex-direction: column; gap: 6px; }
  .quotation-links .button { width: 100%; padding-inline: 16px; }
  .method { padding: 19px; }
  .steps { gap: 24px 18px; }
  .step h3 { font-size: 15px; }
  .step p { font-size: 12px; }
  .content-grid > aside, .card-grid, .card-grid.two, .contact-options { grid-template-columns: minmax(0, 1fr); }
  .catalog-filters, .compact .catalog-filters { padding: 16px; }
  .catalog-filters input, .catalog-filters select { padding-inline: 9px; font-size: 13px; }
  .catalog-filters select { padding-right: 22px; }
  .catalog-item, .compact .catalog-item { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); padding: 22px 16px; }
  .item-title { padding-left: 28px; }
  .catalog-item h3 { font-size: 15px; }
  .item-species, .item-method { font-size: 12px; }
  .item-price { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 4px 15px; text-align: left; padding-top: 12px; border-top: 1px solid var(--line); }
  .item-price .field-label { margin-bottom: 0; margin-right: auto; }
  .item-price strong { font-size: 17px; }
  .item-price .item-enquire { margin-left: auto; }
  .site-footer, footer { padding-top: 38px; }
  .footer-grid { gap: 28px 16px; }
  .footer-bottom { margin-top: 26px; }
}

@media (max-width: 360px) {
  .site-header .brand > span { display: none; }
  .hero-title { font-size: 32px; }
  .catalog-filters, .compact .catalog-filters { grid-template-columns: minmax(0, 1fr); }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

@media print {
  body { background: #fff; font-size: 11pt; }
  .site-header, .site-footer, footer, .catalog-filters, .item-enquire, .mobile-menu, .hero-search { display: none !important; }
  .shell { width: 100%; }
  .hero, .page-hero, .section, .content-grid { padding-block: 20px; }
  .catalog-item, .card, .aside-card { break-inside: avoid; }
  a { color: inherit; }
}
