/* Product pages: generous image space, fine rules and a clear buying sequence. */
.system-page { --system-ink: #202824; --system-muted: #5e665f; --system-rule: #d7d8ce; --system-paper: #f5f3ee; color: var(--system-ink); background: var(--system-paper); }
.system-wrap { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.system-section { padding-block: 88px; }
.system-eyebrow { margin: 0 0 20px; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--system-muted); }
.system-page h1, .system-page h2, .system-page h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; }
.system-page h1 { max-width: 10ch; margin: 0 0 26px; font-size: clamp(3.2rem, 5.5vw, 5.4rem); line-height: 1.04; }
.system-page h2 { margin: 0 0 22px; font-size: clamp(2.3rem, 3.7vw, 3.6rem); line-height: 1.12; }
.system-page p { line-height: 1.7; }
.system-hero { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 64px; padding-block: 70px 80px; }
.system-intro { max-width: 37ch; margin: 0 0 28px; color: var(--system-muted); font-size: 1.05rem; }
.system-action { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 14px 24px; border: 1px solid var(--system-ink); background: var(--system-ink); color: #fff; font-size: .84rem; font-weight: 500; line-height: 1.4; text-decoration: none; cursor: pointer; transition: background-color .2s, border-color .2s; }
.system-action:hover { color: #fff; background: #39473e; border-color: #39473e; }
.system-page a:focus-visible, .system-page button:focus-visible { outline: 3px solid #a64b35; outline-offset: 5px; }
.system-hero figure { margin: 0; }
.system-hero-image { display: block; width: 100%; aspect-ratio: 1.12; object-fit: contain; background: #fff; }
.system-caption { display: flex; justify-content: space-between; gap: 20px; margin-top: 16px; color: var(--system-muted); font-size: .72rem; }
.system-components { border-top: 1px solid var(--system-rule); border-bottom: 1px solid var(--system-rule); }
.system-section-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: end; margin-bottom: 48px; }
.system-section-heading h2 { max-width: 18ch; margin-bottom: 0; }
.system-section-heading > p { max-width: 45ch; margin: 0 0 4px; color: var(--system-muted); }
.system-component-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.system-component img { display: block; width: 100%; height: 230px; padding: 20px; object-fit: contain; background: #fff; }
.system-component-heading { display: flex; align-items: baseline; gap: 16px; margin: 24px 0 12px; }
.system-component-heading span { color: #a64b35; font-size: .7rem; }
.system-component h3 { margin: 0; font-size: 1.8rem; }
.system-component p { max-width: 34ch; color: var(--system-muted); font-size: .92rem; }
#system-sizes { scroll-margin-top: 100px; }
.system-size-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.system-size-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.system-product { min-width: 0; display: flex; flex-direction: column; border-top: 1px solid var(--system-rule); }
.system-product-image { display: block; width: 100%; aspect-ratio: 1.12; object-fit: contain; background: #fff; margin: 24px 0; }
.system-product h3 { font-size: 2.1rem; margin: 0 0 8px; }
.system-product ul { list-style: none; padding: 0; margin: 0 0 26px; color: var(--system-muted); font-size: .83rem; }
.system-product li { padding-block: 10px; border-bottom: 1px solid var(--system-rule); }
.system-product form, .system-product > .system-action { margin-top: auto; }
.system-product .system-action { width: 100%; font-size: .79rem; gap: 12px; padding-inline: 12px; }
.system-note { margin-top: 26px; color: var(--system-muted); font-size: .8rem; }
.system-compatibility { background: #e8e9e1; }
.system-compatibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.system-compatibility p { color: #505a51; max-width: 48ch; }
.system-text-link { display: inline-block; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--system-ink); text-decoration: none; font-size: .9rem; }
.system-text-link:hover { color: #a64b35; }
@media (min-width: 1440px) { .system-hero { gap: 90px; } }
@media (max-width: 1000px) { .system-wrap { width: calc(100% - 64px); } .system-hero { gap: 36px; } .system-section { padding-block: 64px; } .system-size-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; } .system-component-grid { gap: 24px; } .system-component img { height: 190px; } }
@media (max-width: 640px) { .system-wrap { width: calc(100% - 40px); } .system-section { padding-block: 48px; } .system-hero { grid-template-columns: 1fr; gap: 38px; padding-block: 44px 48px; } .system-page h1 { max-width: 11ch; font-size: 3.35rem; } .system-intro { font-size: 1rem; } .system-caption { font-size: .68rem; } .system-section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; } .system-component-grid { grid-template-columns: 1fr; gap: 36px; } .system-component { display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: start; } .system-component img { height: 140px; padding: 12px; } .system-component-heading { margin: 2px 0 10px; gap: 8px; } .system-component h3 { font-size: 1.6rem; } .system-component p { font-size: .85rem; margin: 0; } .system-size-grid { gap: 34px 16px; } .system-product-image { margin-block: 16px; } .system-product h3 { font-size: 1.8rem; } .system-product ul { font-size: .77rem; } .system-product .system-action { font-size: .73rem; padding: 12px 8px; gap: 6px; } .system-compatibility-grid { grid-template-columns: 1fr; gap: 12px; } }
@media (max-width: 360px) { .system-size-grid { grid-template-columns: 1fr; } .system-page h1 { font-size: 2.8rem; } .system-component { grid-template-columns: 95px 1fr; } }
@media (prefers-reduced-motion: reduce) { .system-action { transition: none; } }

.system-product>.text-link{display:block;margin:12px 0;font-size:13px}.system-product>p{font-size:14px;color:var(--muted);margin:16px 0}.system-product>.system-action{margin-bottom:12px}
