:root {
  color-scheme: light;
  --page: #f7f8f6;
  --paper: #fff;
  --ink: #222e35;
  --muted: #47565e;
  --line: #dce1de;
  --accent: #a63819;
  --accent-soft: #f9eee7;
  --dark: #222e35;
  --text-body: 1rem;
  --text-small: 1rem;
  --text-label: 1rem;
  font: 18px/1.65 "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--page);
}
* { box-sizing: border-box; }
body { margin: 0; }
.navigation-feedback { position: fixed; bottom: 20px; left: 20px; right: 20px; width: fit-content; max-width: calc(100% - 40px); z-index: 30; padding: 14px 20px; border-radius: 14px; background: var(--dark); color: white; box-shadow: 0 4px 20px #0003; }
.navigation-feedback a { color: white; text-decoration: underline; padding: 8px; }
.navigation-announcement { width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
button, select, summary { cursor: pointer; }
button, input, select { min-height: 44px; }
button { border: 0; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.15; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:hover { color: var(--accent); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
[hidden] { display: none !important; }
.shell { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.page-shell { padding-bottom: 80px; }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 12px; z-index: 20; background: white; }
.skip-link:focus { top: 12px; }
.utility { background: #edf0ed; font-size: var(--text-small); color: #55636a; }
.utility-inner { display: flex; justify-content: space-between; padding: 7px 0; }
.header { background: white; border-bottom: 1px solid var(--line); }
.topbar { min-height: 94px; display: flex; align-items: center; gap: 38px; }
.logo { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo:hover { color: var(--ink); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin: auto; font-size: var(--text-body); font-weight: 500; }
.primary-nav > a, .nav-menu > summary { min-height: 44px; display: flex; align-items: center; white-space: nowrap; }
.primary-nav a[aria-current] { color: var(--accent); }
.nav-menu { position: relative; }
.nav-menu > summary { list-style: none; gap: 5px; }
.nav-menu > summary::after { content: "⌄"; }
.nav-menu > summary::-webkit-details-marker { display: none; }
.dropdown { position: absolute; top: calc(100% + 8px); left: -12px; z-index: 5; min-width: 255px; padding: 8px; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 10px 25px #222e3510; }
.dropdown a { display: block; padding: 11px; border-radius: 6px; font-size: var(--text-body); }
.dropdown a:hover { background: var(--page); }
.header-phone { display: grid; gap: 2px; flex-shrink: 0; font-size: 17px; font-weight: 650; }
.header-phone small { font-size: var(--text-small); font-weight: 400; text-align: right; color: var(--muted); }
.hero { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 48px; padding: 52px 0 38px; }
.eyebrow { color: var(--muted); font-size: var(--text-label); letter-spacing: 1.7px; font-weight: 650; line-height: 1.5; text-transform: uppercase; margin-bottom: 18px; }
.hero .eyebrow { display: flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.hero h1 { font-size: clamp(42px, 4.7vw, 67px); font-weight: 600; line-height: 1.04; letter-spacing: -2.7px; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero-description { max-width: 480px; margin-top: 25px; color: var(--muted); font-size: var(--text-body); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.button { display: inline-flex; min-height: 46px; justify-content: center; align-items: center; gap: 20px; padding: 11px 18px; border-radius: 7px; border: 1px solid transparent; font-size: var(--text-body); font-weight: 550; cursor: pointer; }
.button.primary { background: var(--accent); color: white; }
.button.primary:hover { background: #9b3819; color: white; }
.button.secondary { background: transparent; border-color: #c6cfca; }
.button.secondary:hover { background: #eaece8; color: var(--ink); }
.hero-note { font-size: var(--text-small); color: var(--muted); margin-top: 17px; }
.hero-photo { border-radius: 12px; overflow: hidden; background: var(--dark); }
.hero-photo > img { width: 100%; height: 322px; object-fit: cover; object-position: center 48%; }
.hero-photo figcaption { padding: 21px 25px; color: white; position: relative; }
.hero-photo figcaption > span:first-child { display: block; color: #bec8cb; font-size: var(--text-label); letter-spacing: 1.5px; margin-bottom: 7px; }
.hero-photo figcaption strong { font-size: 20px; line-height: 1.3; font-weight: 450; }
.photo-arrow { position: absolute; right: 25px; bottom: 24px; font-size: 27px; color: #dbe2de; }
.trust-strip { display: grid; grid-template-columns: 0.9fr 1.1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 0; }
.trust-strip > div { display: grid; gap: 4px; padding: 0 26px; border-left: 1px solid var(--line); }
.trust-strip > div:first-child { padding-left: 0; border: 0; }
.trust-strip strong { font-size: var(--text-body); font-weight: 600; }
.trust-strip span { font-size: var(--text-small); color: var(--muted); }
.section { margin-top: 76px; }
.section-title { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 26px; }
h2 { font-size: clamp(25px, 2.7vw, 35px); font-weight: 550; letter-spacing: -1px; }
.section-title .eyebrow { margin-bottom: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; color: var(--accent); font-size: var(--text-body); font-weight: 550; min-height: 44px; }
.text-link:hover { color: #84321b; }
.service-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-card { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 26px; display: flex; align-items: start; flex-direction: column; }
.service-card:hover { border-color: var(--accent); color: var(--ink); }
.card-index { color: var(--muted); font-size: var(--text-label); letter-spacing: 1.4px; }
.service-icon { width: 46px; height: 46px; color: var(--accent); margin: 24px 0 18px; }
.service-card h3 { font-size: 19px; font-weight: 550; letter-spacing: -.3px; }
.service-card p { color: var(--muted); font-size: var(--text-body); margin-top: 12px; margin-bottom: 24px; }
.card-link { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); font-size: var(--text-small); display: flex; justify-content: space-between; width: 100%; gap: 10px; }
.card-link > span { font-size: 18px; line-height: 1; color: var(--accent); }
.process { padding: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-aside { color: var(--muted); font-size: var(--text-body); }
.process-steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin: 35px 0 0; }
.process-steps li > span { display: block; color: var(--accent); font-size: var(--text-small); border-bottom: 1px solid var(--line); padding-bottom: 15px; margin-bottom: 19px; }
.process-steps h3 { font-size: var(--text-body); font-weight: 600; }
.process-steps p { color: var(--muted); font-size: var(--text-small); margin-top: 10px; }
.brands-section { text-align: center; }
.brand-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px 34px; padding: 30px 0 22px; }
.brand-strip span { color: #56636a; font-size: 18px; font-weight: 750; letter-spacing: .8px; }
.section-note { font-size: var(--text-small); color: var(--muted); }
.featured-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { background: white; border: 1px solid var(--line); border-radius: 9px; min-width: 0; display: flex; flex-direction: column; overflow: hidden; }
.product-image { padding: 23px 25px 8px; background: white; }
.product-image img { width: 100%; height: 185px; object-fit: contain; }
.product-info { padding: 17px 18px 0; flex: 1; display: flex; flex-direction: column; }
.product-brand { font-size: var(--text-label); font-weight: 650; letter-spacing: 1px; color: var(--muted); margin-bottom: 7px; }
.product-info h2 { font-size: var(--text-body); font-weight: 650; letter-spacing: -.2px; }
.product-kind { color: var(--muted); font-size: var(--text-small); margin-top: 5px; }
.product-spec { font-size: var(--text-small); margin: 16px 0 18px; padding-top: 12px; border-top: 1px solid #edf0ed; }
.product-bottom { flex-wrap: wrap; margin-top: auto; border-top: 1px solid var(--line); min-height: 57px; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.product-price { font-size: var(--text-body); font-weight: 600; }
.product-action { font-size: var(--text-body); color: var(--accent); min-height: 44px; display: flex; align-items: center; gap: 6px; }
.about-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-feature figure img { border-radius: 10px; aspect-ratio: 1.3; width: 100%; object-fit: cover; }
figcaption { color: var(--muted); font-size: var(--text-small); margin-top: 9px; }
.hero-photo figcaption { margin-top: 0; }
.about-feature h2 { margin-bottom: 22px; }
.about-feature p:not(.eyebrow) { margin-bottom: 15px; font-size: var(--text-label); color: var(--muted); }
.faq-section { display: grid; grid-template-columns: 0.85fr 1.3fr; gap: 60px; }
.faq-section > div > .muted { margin-top: 20px; font-size: var(--text-body); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; padding: 20px 30px 20px 0; font-size: var(--text-body); font-weight: 500; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 3px; font-size: 22px; font-weight: 350; color: var(--accent); top: 12px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: var(--muted); font-size: var(--text-body); padding: 0 24px 20px 0; }
.contact-banner { background: var(--dark); color: white; border-radius: 12px; padding: 42px 45px; display: grid; grid-template-columns: 1fr 1fr; gap: 35px; align-items: center; }
.contact-banner .eyebrow { color: #bfcacc; }
.contact-banner h2 { font-size: 32px; }
.contact-banner p:not(.eyebrow) { font-size: var(--text-label); color: #c2ccce; margin-top: 16px; }
.contact-banner-actions { display: flex; flex-direction: column; align-items: flex-start; justify-self: end; }
.contact-number { font-size: clamp(22px, 2.5vw, 33px); font-weight: 550; letter-spacing: -.7px; }
.contact-banner-actions > span { font-size: var(--text-small); color: #c2ccce; margin: 4px 0 23px; }
.contact-banner-actions > div { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.contact-banner a:not(.button):hover, .contact-primary a:hover { color: #ffbf9a; }
.light-link { color: white; font-size: var(--text-small); text-decoration: underline; text-underline-offset: 5px; min-height: 44px; display: flex; align-items: center; }
.footer { background: #edf0ed; padding: 43px 0 0; }
.footer-main { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 32px; padding-bottom: 38px; }
.footer-main p { font-size: var(--text-small); color: var(--muted); margin-top: 15px; }
.footer-main nav { display: grid; gap: 10px; align-content: start; font-size: var(--text-small); }
.footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: var(--text-body); }
.footer-contact > a:first-child { font-size: 20px; font-weight: 600; }
.footer-contact p { margin-top: 2px; }
.footer-bottom { display: flex; gap: 25px; border-top: 1px solid #d5ddd6; padding: 18px 0; color: var(--muted); font-size: var(--text-small); }
.footer-bottom span { margin-right: auto; }
.page-heading { padding: 55px 0 38px; }
.page-heading h1 { white-space: pre-line; font-size: clamp(32px, 3.6vw, 48px); font-weight: 550; letter-spacing: -1.7px; }
.page-description { max-width: 680px; color: var(--muted); margin-top: 20px; font-size: var(--text-body); }
.catalog-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); align-items: start; gap: 30px; }
.sidebar { border: 1px solid var(--line); background: white; border-radius: 9px; padding: 18px; }
fieldset { min-width: 0; padding: 0; border: 0; margin: 0; }
.sidebar-title { font-size: var(--text-body); font-weight: 600; padding: 0; margin-bottom: 17px; }
.search-label { display: block; color: var(--muted); font-size: var(--text-small); margin: 14px 0 6px; }
.search, select { border: 1px solid #d2d9d4; border-radius: 5px; padding: 8px; background: #fff; max-width: 100%; font-size: var(--text-body); }
.search, #brand { width: 100%; }
.filter-groups { margin-top: 24px; display: grid; gap: 20px; }
.filter-group summary { font-size: var(--text-small); font-weight: 650; margin-bottom: 10px; min-height: 24px; }
.filter-options { display: grid; gap: 5px; }
.filter-option { display: flex; align-items: center; gap: 8px; min-height: 29px; font-size: var(--text-small); cursor: pointer; overflow-wrap: anywhere; }
.filter-option > input { accent-color: var(--accent); width: 15px; height: 15px; min-height: 0; margin: 0; flex-shrink: 0; }
.filter-option > small { margin-left: auto; color: var(--muted); font-size: var(--text-small); }
.filter-actions { display: grid; gap: 8px; margin-top: 24px; }
.filter-actions .button { width: 100%; }
.sidebar-help { border-top: 1px solid var(--line); padding-top: 23px; margin-top: 24px; }
.sidebar-help > span { color: var(--accent); font-size: 24px; }
.sidebar-help h2 { font-size: var(--text-body); letter-spacing: 0; margin-top: 7px; }
.sidebar-help p { font-size: var(--text-small); color: var(--muted); margin: 8px 0 12px; }
.sidebar-help a { font-size: var(--text-body); font-weight: 600; }
.filter-toggle { padding: 8px 0; font-size: var(--text-body); }
.catalog-content { min-width: 0; }
.catalog-heading { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 15px; }
.catalog-heading h2 { font-size: var(--text-body); letter-spacing: 0; font-weight: 600; }
#result-count { font-size: var(--text-small); margin-top: 3px; }
.muted { color: var(--muted); }
.page-size { font-size: var(--text-small); color: var(--muted); white-space: nowrap; }
.page-size select { margin-left: 7px; }
.catalog-notice { border: 1px solid #e8dfd5; background: #f8f2eb; color: #78604b; border-radius: 6px; font-size: var(--text-small); padding: 10px 13px; margin-bottom: 20px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.product-image-link { display: block; border-radius: inherit; }
.product-title-link { text-decoration: underline; text-decoration-color: #b6bfb9; text-underline-offset: 4px; }
.product-title-link:hover { text-decoration-color: currentColor; }
.logo { flex-direction: column; align-items: center; gap: 3px; }
.brand-logo { display: block; width: 154px; height: auto; }
.brand-caption { display: block; font-size: 14px; line-height: 1.2; font-weight: 600; letter-spacing: .25px; white-space: nowrap; }
.price-label { display: block; font-size: var(--text-small); font-weight: 400; color: var(--muted); }
.detail-price { font-size: 30px; font-weight: 650; margin-bottom: 12px; }
.price-source { font-size: var(--text-small); color: var(--muted); margin-bottom: 20px; }
.price-source a { text-decoration: underline; text-underline-offset: 3px; }
.article-page { max-width: 900px; margin: auto; }
.article-page .page-heading { padding-top: 16px; }
.article-download { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; margin-bottom: 24px; }
.article-download p { max-width: 440px; color: var(--muted); font-size: var(--text-small); }
.article-notice { border-left: 3px solid var(--accent); padding: 12px 18px; background: #f4eee6; font-size: var(--text-small); margin-bottom: 32px; }
.article-body { max-width: 800px; line-height: 1.8; overflow-wrap: anywhere; }
.article-body p, .article-body ul, .article-body ol, .article-body figure { margin: 20px 0; }
.article-body ul, .article-body ol { padding-left: 24px; }
.article-body li { margin-bottom: 8px; }
.article-body img { display: block; max-width: 100%; max-height: 620px; height: auto; object-fit: contain; margin: 24px auto; }
.article-body a { text-decoration: underline; text-underline-offset: 4px; color: var(--accent); }
.article-body a[download] { display: inline-flex; padding: 10px 16px; margin: 10px; border: 1px solid var(--line); border-radius: 6px; }
.article-table { max-width: 100%; overflow-x: auto; margin: 24px 0; border: 1px solid var(--line); border-radius: 8px; }
.article-table table { border-collapse: collapse; width: 100%; min-width: 620px; font-size: var(--text-small); }
.article-table td, .article-table th { padding: 12px; border: 1px solid var(--line); background: white; }
.not-found { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 64px; align-items: center; padding: 80px 0 100px; }
.error-code { font-size: clamp(100px, 15vw, 210px); line-height: 1; font-weight: 750; letter-spacing: -10px; color: var(--accent); }
.error-code span { display: block; font-size: 12px; letter-spacing: 3px; margin: 20px 0; color: var(--muted); }
.not-found h1 { font-size: clamp(32px, 4vw, 52px); line-height: 1.1; letter-spacing: -1px; margin: 16px 0 24px; }
.not-found section > p:not(.eyebrow) { color: var(--muted); max-width: 520px; }
.error-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.error-links { display: grid; gap: 8px; }
.error-links a { display: inline-flex; align-items: center; min-height: 36px; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 760px) {
  .brand-logo { width: 130px; }
  .not-found { grid-template-columns: minmax(0, 1fr); gap: 20px; padding: 36px 0 60px; }
  .error-code { font-size: 110px; letter-spacing: -5px; }
}
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; padding: 24px 0; color: var(--muted); font-size: var(--text-small); }
.breadcrumbs a { display: inline-flex; align-items: center; min-height: 32px; text-decoration: underline; text-underline-offset: 4px; }
.breadcrumbs [aria-current] { overflow-wrap: anywhere; }
.product-detail-heading { margin: 10px 0 28px; }
.product-detail-heading h1 { font-size: clamp(30px, 4vw, 48px); line-height: 1.15; letter-spacing: -1px; overflow-wrap: anywhere; margin: 8px 0 12px; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.product-detail-photo { margin: 0; background: white; border: 1px solid var(--line); border-radius: 10px; padding: 24px; }
.product-detail-photo img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.product-detail-photo figcaption { font-size: var(--text-small); color: var(--muted); margin-top: 12px; }
.product-detail-info h2, .product-source-note h2 { font-size: 21px; letter-spacing: -.4px; }
.product-detail-spec { margin: 12px 0 20px; font-size: 18px; line-height: 1.6; }
.product-facts { margin: 0; }
.product-facts > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr); gap: 16px; border-bottom: 1px solid var(--line); padding: 12px 0; }
.product-facts dt { color: var(--muted); }
.product-facts dd { margin: 0; overflow-wrap: anywhere; }
.product-enquiry { border-top: 2px solid var(--accent); margin-top: 28px; padding-top: 24px; }
.product-enquiry > p { margin-top: 12px; }
.product-enquiry-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.product-enquiry-hours, .product-email-note { color: var(--muted); font-size: var(--text-small); }
.product-source-note { max-width: 780px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.product-source-note p { margin-top: 12px; color: var(--muted); }
.product-source-note a { text-decoration: underline; text-underline-offset: 4px; }
.product-back { display: inline-flex; min-height: 44px; align-items: center; margin: 24px 0 48px; }
@media (max-width: 760px) {
  .product-detail-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .product-detail-photo { padding: 16px; }
  .product-detail-photo img { max-height: 340px; }
  .product-enquiry-actions { flex-direction: column; }
}
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 25px; }
.pagination a { min-width: 44px; min-height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; background: white; }
.pagination a[aria-current] { background: var(--dark); color: white; }
.empty-state { padding: 70px 20px; border: 1px solid var(--line); border-radius: 8px; text-align: center; background: white; }
.empty-state > span { display: block; font-size: 40px; margin-bottom: 15px; }
.empty-state h2 { font-size: 23px; }
.empty-state p { font-size: var(--text-body); color: var(--muted); margin: 15px 0 24px; }
.noscript-note { font-size: var(--text-small); margin-top: 15px; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.information { background: white; padding: 30px; border: 1px solid var(--line); border-radius: 10px; scroll-margin-top: 20px; }
.section-heading { font-size: 23px; margin-bottom: 20px; letter-spacing: -.5px; }
.section-body p { color: var(--muted); font-size: var(--text-body); margin-bottom: 15px; }
.service-list { padding-left: 19px; margin: 15px 0 0; font-size: var(--text-body); }
.service-list li { padding: 4px 0; }
.service-list li::marker { color: var(--accent); }
.about-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-bottom: 32px; }
.about-gallery img { aspect-ratio: 4/3; width: 100%; object-fit: cover; border-radius: 10px; }
.inline-callout { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inline-callout h2 { font-size: 22px; }
.inline-callout p { color: var(--muted); font-size: var(--text-body); margin-top: 8px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 20px; }
.contact-primary { background: var(--dark); color: white; border-radius: 12px; padding: 36px; }
.contact-primary .eyebrow { color: #c2ccce; }
.big-phone { font-size: clamp(23px, 3vw, 37px); font-weight: 550; letter-spacing: -.8px; }
.contact-primary > p:not(.eyebrow) { color: #c2ccce; font-size: var(--text-label); margin-top: 15px; }
.contact-channels { display: grid; gap: 19px; border-top: 1px solid #4c585e; padding-top: 25px; margin-top: 30px; }
.contact-channels a { display: grid; gap: 3px; }
.contact-channels span { color: #c2ccce; font-size: var(--text-small); }
.contact-channels strong { font-size: var(--text-body); font-weight: 500; overflow-wrap: anywhere; }
.contact-address { background: white; border: 1px solid var(--line); border-radius: 12px; padding: 36px; }
.contact-address h2 { font-size: 29px; line-height: 1.25; }
.contact-address p:not(.eyebrow) { color: var(--muted); font-size: var(--text-label); margin: 20px 0; }
.visit-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 30px; }
.visit-items span { font-size: var(--text-small); color: var(--accent); }
.visit-items h3 { font-size: 17px; margin: 12px 0; }
.visit-items p { font-size: var(--text-body); color: var(--muted); }
.requisites { margin-top: 45px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; }
.requisites summary { font-weight: 500; min-height: 30px; }
.requisites dl { display: grid; grid-template-columns: 220px 1fr; gap: 12px; font-size: var(--text-body); }
.requisites dt { color: var(--muted); }
.requisites dd { margin: 0; }
.requisites p { color: var(--muted); font-size: var(--text-small); }
.materials-list { border-top: 1px solid var(--line); }
.materials-list > a { display: flex; align-items: center; gap: 25px; padding: 24px 8px; border-bottom: 1px solid var(--line); }
.material-index { color: var(--accent); font-size: var(--text-small); }
.materials-list h2 { font-size: 21px; letter-spacing: -.3px; }
.materials-list p { margin-top: 6px; color: var(--muted); font-size: var(--text-body); }
.materials-list > a > span:last-child { margin-left: auto; font-size: 24px; }
@media (min-width: 761px) { .filter-toggle { display: none; } }
@media (max-width: 1100px) {
  .topbar { gap: 22px; }
  .primary-nav { gap: 15px; font-size: var(--text-small); }
  .header-phone { font-size: var(--text-body); }
  .hero { gap: 30px; }
  .hero h1 { font-size: 52px; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { padding: 10px 13px; }
  .hero-photo > img { height: 310px; }
  .catalog-layout { grid-template-columns: 250px minmax(0, 1fr); gap: 20px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-grid { gap: 10px; }
  .featured-grid .product-info { padding: 14px 12px 0; }
  .featured-grid .product-bottom { flex-wrap: wrap; gap: 0; padding-top: 7px; }
  .about-feature, .faq-section { gap: 35px; }
}
@media (max-width: 900px) {
  .shell { width: calc(100% - 40px); }
  .topbar { flex-wrap: wrap; gap: 0; padding-top: 18px; }
  .header-phone { margin-left: auto; order: 1; font-size: var(--text-body); }
  .primary-nav { order: 2; width: 100%; justify-content: flex-start; margin-top: 10px; gap: 28px; }
  .primary-nav > a, .nav-menu > summary { min-height: 48px; }
  .hero { gap: 25px; padding-top: 38px; }
  .hero h1 { font-size: 43px; letter-spacing: -1.8px; }
  .hero-description { font-size: var(--text-body); }
  .hero-photo > img { height: 300px; }
  .hero-photo figcaption { padding: 18px; }
  .hero-photo figcaption strong { font-size: 17px; }
  .hero .eyebrow { font-size: var(--text-label); letter-spacing: 1px; }
  .trust-strip > div { padding: 0 18px; }
  .trust-strip strong { font-size: var(--text-small); }
  .service-card { padding: 21px; }
  .service-card h3 { font-size: 17px; }
  .process-steps { gap: 20px; }
  .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .featured-grid .product-bottom { flex-wrap: wrap; padding-top: 0; }
  .contact-banner { padding: 30px; gap: 20px; }
  .contact-banner-actions > div { gap: 8px; }
  .footer-main { gap: 24px; }
}
@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { max-width: 600px; }
  .hero h1 { font-size: clamp(42px, 8.3vw, 60px); letter-spacing: -1.8px; }
  .hero-description { font-size: var(--text-body); max-width: 500px; }
  .hero .eyebrow { font-size: var(--text-label); }
  .hero-photo > img { height: 280px; }
  .hero-photo figcaption strong { font-size: 21px; }
  .trust-strip { grid-template-columns: 1fr; gap: 18px; padding: 23px 0; }
  .trust-strip > div { border: 0; padding: 0; }
  .trust-strip strong { font-size: var(--text-body); }
  .section { margin-top: 52px; }
  .section-title { align-items: start; flex-direction: column; gap: 10px; }
  .section-title .text-link { min-height: 32px; }
  .service-cards { grid-template-columns: 1fr; gap: 12px; }
  .service-card { display: grid; grid-template-columns: 1fr 50px; column-gap: 10px; padding: 23px; }
  .card-index { grid-column: 1; }
  .service-icon { grid-column: 2; grid-row: 1/3; margin: 0; }
  .service-card h3 { grid-column: 1; margin-top: 13px; font-size: 20px; }
  .service-card p, .card-link { grid-column: 1/-1; }
  .service-card p { margin-bottom: 20px; }
  .process { padding: 28px 0; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 28px 25px; }
  .brand-strip { gap: 20px 25px; }
  .about-feature, .faq-section { grid-template-columns: 1fr; gap: 27px; }
  .about-feature figure img { aspect-ratio: 1.5; }
  .contact-banner { grid-template-columns: 1fr; gap: 27px; padding: 28px; }
  .contact-banner h2 { font-size: 28px; }
  .contact-banner-actions { justify-self: start; }
  .contact-number { font-size: 27px; }
  .contact-banner-actions > div { gap: 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-contact { grid-column: 1/-1; }
  .footer-bottom { flex-wrap: wrap; gap: 12px 20px; }
  .footer-bottom span { width: 100%; }
  .page-heading { padding: 35px 0 30px; }
  .page-heading h1 { font-size: 36px; letter-spacing: -1.2px; }
  .page-description { font-size: var(--text-body); }
  .catalog-layout { grid-template-columns: 1fr; gap: 22px; }
  .sidebar { padding: 12px 17px; }
  .sidebar-title { margin-top: 14px; }
  .sidebar-help { display: none; }
  .filter-groups { grid-template-columns: 1fr 1fr; gap: 20px; }
  .filter-actions { grid-template-columns: 1fr 1fr; }
  .service-detail-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-gallery { gap: 15px; }
  .inline-callout { align-items: start; flex-direction: column; }
  .information { padding: 24px; }
  .visit-items { gap: 20px; }
  .requisites dl { grid-template-columns: 1fr; gap: 6px; }
  .requisites dd { margin-bottom: 10px; }
}
@media (max-width: 480px) {
  .shell { width: calc(100% - 32px); }
  .page-shell { padding-bottom: 48px; }
  .utility { font-size: var(--text-small); }
  .utility-inner { gap: 10px; }
  .utility-inner > span:first-child { max-width: 150px; }
  .topbar { padding-top: 14px; }
  .logo { gap: 3px; }
  .header-phone { font-size: var(--text-body); }
  .header-phone small { font-size: var(--text-small); }
  .primary-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; font-size: var(--text-body); }
  .dropdown { left: 0; right: auto; min-width: 260px; }
  .hero { padding-top: 32px; }
  .hero h1 { font-size: 43px; }
  .hero-description { font-size: var(--text-body); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { font-size: var(--text-body); min-height: 47px; }
  .hero-note { font-size: var(--text-small); }
  .hero-photo > img { height: 235px; }
  .hero-photo figcaption strong { font-size: 18px; }
  .hero-photo figcaption { padding: 20px; }
  h2 { font-size: 27px; }
  .eyebrow { font-size: var(--text-label); }
  .trust-strip { gap: 16px; }
  .brand-strip { gap: 20px; }
  .brand-strip span { font-size: var(--text-body); }
  .featured-grid, .product-grid { gap: 10px; }
  .product-image { padding: 15px 13px 3px; }
  .product-image img { height: 135px; }
  .product-info, .featured-grid .product-info { padding: 12px 12px 0; }
  .product-info h2 { font-size: var(--text-body); line-height: 1.25; }
  .product-brand { font-size: var(--text-label); }
  .product-kind { font-size: var(--text-small); }
  .product-spec { font-size: var(--text-small); margin: 12px 0 14px; }
  .product-bottom, .featured-grid .product-bottom { flex-direction: column; align-items: start; gap: 0; padding: 9px 0 0; }
  .product-price { font-size: var(--text-body); }
  .product-action { justify-content: space-between; width: 100%; }
  .page-heading h1 { font-size: 32px; }
  .catalog-heading { align-items: flex-start; gap: 10px; }
  .catalog-heading h2 { font-size: var(--text-body); line-height: 1.35; }
  .page-size { display: grid; font-size: var(--text-small); gap: 5px; }
  .page-size select { margin-left: 0; min-height: 36px; }
  .catalog-notice { font-size: var(--text-small); }
  .filter-groups { grid-template-columns: 1fr; }
  .contact-banner { padding: 26px 22px; }
  .contact-number { font-size: 25px; }
  .contact-banner-actions > div { gap: 10px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main nav { grid-template-columns: 1fr 1fr; gap: 13px; }
  .footer-contact { grid-column: auto; }
  .contact-primary, .contact-address { padding: 27px 23px; }
  .contact-address h2 { font-size: 27px; }
  .big-phone { font-size: 25px; }
  .visit-items { grid-template-columns: 1fr; gap: 25px; }
  .about-gallery { grid-template-columns: 1fr; }
  .materials-list h2 { font-size: 18px; }
  .materials-list > a { gap: 16px; }
}
@media (prefers-reduced-motion: no-preference) {
  .button, .service-card { transition: background-color .15s, border-color .15s; }
}

.trust-strip > div { align-content: center; }
.trust-strip .founding { gap: 4px; }
.trust-strip .founding-label { color: var(--muted); font-size: 14px; letter-spacing: .15em; }
.trust-strip .founding-years { font-size: clamp(64px, 7vw, 92px); line-height: 1; letter-spacing: -.065em; color: var(--accent); font-variant-numeric: lining-nums; white-space: nowrap; }
.trust-strip .founding-years span { font-size: .4em; font-weight: 600; letter-spacing: -.025em; color: inherit; }
.repair-status-banner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding: 28px 0; border-block: 1px solid #d9dfdc; }
.repair-status-banner h2 { margin: 0 0 12px; }
.repair-status-banner p:last-child { margin-bottom: 0; }
.repair-status-panel { max-width: 900px; padding: clamp(24px, 4vw, 48px); background: var(--paper); border: 1px solid var(--line); border-radius: 24px; }
.repair-status-panel p { line-height: 1.65; }
.repair-status-panel summary { cursor: pointer; padding: 16px 0; }
.migration-links { display: flex; flex-wrap: wrap; gap: 16px; margin: 0 0 32px; }
.migration-content > p { max-width: 850px; margin-bottom: 24px; }
.page-heading h1 { overflow-wrap: anywhere; hyphens: auto; }
.migration-more summary { padding: 18px 0; font-weight: 650; }
.migration-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 24px; margin: 32px 0; }
.migration-card { min-width: 0; background: white; border: 1px solid var(--line); border-radius: 22px; padding: 20px; }
.migration-card img { width: 100%; height: 240px; object-fit: contain; }
.migration-card figcaption { color: var(--ink); font-weight: 650; overflow-wrap: anywhere; }
.migration-card p { margin-top: 12px; color: var(--muted); }
.documents-grid img { height: 340px; }
.migration-video { margin: 32px 0; }
.migration-video h2 { margin-bottom: 20px; }
.migration-video video { display: block; width: 100%; max-width: 800px; max-height: 600px; border-radius: 22px; background: var(--dark); }
.repair-status-panel h2 { margin-bottom: 24px; }
.repair-status-panel > p { margin-bottom: 24px; }
.repair-status-form { display: grid; gap: 14px; margin: 32px 0; }
.repair-status-form label { font-weight: 650; }
.repair-status-form input { width: 100%; min-width: 0; min-height: 58px; padding: 14px 18px; border: 2px solid #718078; border-radius: 14px; background: white; }
.repair-status-form input::placeholder { color: var(--muted); opacity: 1; }
.repair-status-form button { justify-self: start; }
.repair-status-form button:disabled { background: #e8ede9; color: #47565e; border: 1px solid #718078; cursor: not-allowed; }
.repair-status-panel > .button { margin-bottom: 20px; }
.button, .search, select, .pagination a { border-radius: 14px; }
.service-card, .product-card, .information, .sidebar, .contact-primary, .contact-address, .product-detail-photo { border-radius: 22px; }
.hero-photo, .contact-banner, .about-feature figure img, .about-gallery img { border-radius: 26px; }
.service-icon { stroke-width: 2; }
.visit-items > div { padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.visit-items span, .process-steps li > span { font-size: 32px; font-weight: 650; line-height: 1.2; }
.visit-items h3, .service-card h3, .process-steps h3 { font-size: 22px; line-height: 1.3; }
.about-feature p:not(.eyebrow), .contact-banner p:not(.eyebrow), .contact-primary > p:not(.eyebrow), .contact-address p:not(.eyebrow) { font-size: var(--text-body); }
.error-code span, .trust-strip .founding-label { font-size: var(--text-label); }
.primary-nav { flex-wrap: wrap; gap: 8px 20px; }
.search, select { border-color: #718078; }
@media (max-width: 600px) {
  .process-steps { grid-template-columns: 1fr; }
  .featured-grid, .product-grid { grid-template-columns: 1fr; }
  .header-phone { font-size: 16px; }
  .header-phone small { font-size: 16px; }
  .utility-inner { gap: 16px; }
  .repair-status-panel { padding: 24px 18px; }
  .repair-status-panel .button { width: 100%; }
}
