:root {
  --ink: #132822;
  --forest: #153e35;
  --mint: #bce7d5;
  --coral: #ed6b4f;
  --cream: #f4f0e7;
  --paper: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(19, 40, 34, .18);
}
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 760; letter-spacing: -.04em; }
.wordmark-mark {
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 50%; background: var(--forest); color: var(--mint);
  font-family: Georgia, serif; font-style: italic; font-size: 19px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
}
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.site-header nav a { opacity: .72; transition: opacity .2s ease; }
.site-header nav a:hover { opacity: 1; }
.independent-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(19,40,34,.28); border-radius: 99px; padding: 9px 13px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.independent-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 630px;
  margin: 0 auto;
  padding: 78px 0 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .78fr);
  align-items: center;
  gap: 86px;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  width: 360px; height: 360px; border-radius: 50%;
  left: -250px; top: 95px;
  border: 1px dashed rgba(19,40,34,.18);
}
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #53635d; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(19,40,34,.25); border-radius: 50%; color: var(--coral); letter-spacing: 0; }
.hero h1 { margin: 0; max-width: 700px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(55px, 6.3vw, 87px); line-height: .94; letter-spacing: -.065em; font-weight: 500; }
.hero h1 em { color: var(--coral); font-weight: 500; }
.hero-intro { max-width: 590px; margin: 30px 0 29px; color: #52635d; font-size: 18px; line-height: 1.65; letter-spacing: -.015em; }
.proof-row { display: flex; flex-wrap: wrap; gap: 12px 21px; color: var(--forest); font-size: 12px; font-weight: 700; }
.proof-row span { display: inline-flex; align-items: center; gap: 8px; }
.proof-row span::before { content: '✓'; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--mint); font-size: 10px; }

.finder-wrap { position: relative; }
.finder-card { position: relative; z-index: 2; padding: 29px; border: 1px solid rgba(19,40,34,.32); border-radius: 18px; background: var(--paper); box-shadow: 0 24px 60px rgba(23,44,38,.11); }
.finder-shadow { position: absolute; z-index: 1; inset: 16px -16px -16px 16px; border-radius: 18px; background: var(--forest); }
.finder-heading { display: flex; align-items: start; justify-content: space-between; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #ded8cd; }
.micro-label { margin: 0 0 4px; color: var(--coral); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.finder-heading h2 { margin: 0; font-family: Georgia, serif; font-size: 29px; font-weight: 500; letter-spacing: -.035em; }
.step-badge { border-radius: 99px; background: #e8eee9; padding: 6px 10px; color: #52635d; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.finder-card form { display: grid; gap: 16px; }
.finder-card label > span { display: block; margin: 0 0 7px; color: #54615d; font-size: 11px; font-weight: 700; }
.finder-card select { width: 100%; appearance: none; border: 1px solid #cbc6bc; border-radius: 9px; background: #fff; padding: 13px; color: var(--ink); font-size: 14px; font-weight: 650; outline: none; }
.finder-card select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(21,62,53,.11); }
.primary-button { margin-top: 4px; border: 0; border-radius: 9px; background: var(--forest); color: white; padding: 15px 17px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 13px; font-weight: 760; transition: transform .2s ease, background .2s ease; }
.primary-button:hover { transform: translateY(-1px); background: #0e3028; }
.primary-button span { color: var(--mint); font-size: 20px; font-weight: 400; }
.match-preview { display: flex; gap: 12px; margin-top: 18px; border: 1px solid #acd5c5; border-radius: 10px; background: #edf8f3; padding: 14px; }
.verified-dot { flex: 0 0 auto; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--forest); color: white; font-size: 12px; }
.match-preview p, .match-preview strong, .match-preview small { display: block; }
.match-preview p { margin: 0 0 2px; color: #517065; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.match-preview strong { font-size: 13px; }
.match-preview small { margin-top: 4px; color: #61716b; font-size: 11px; line-height: 1.4; }
.demo-note { margin: 17px 0 0; color: #7c827f; font-size: 10px; line-height: 1.45; text-align: center; }

.confidence-strip { background: var(--forest); color: white; min-height: 86px; padding: 22px max(20px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.confidence-strip p { margin: 0; font-family: Georgia, serif; font-size: 18px; font-style: italic; }
.confidence-strip p strong { color: var(--mint); font-weight: 500; }
.confidence-strip div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; font-size: 9px; font-weight: 800; letter-spacing: .12em; opacity: .88; }
.confidence-strip b { color: var(--coral); }

@media (max-width: 860px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 48px; padding-top: 58px; }
  .hero-copy { text-align: center; }
  .eyebrow, .proof-row { justify-content: center; }
  .hero-intro { margin-left: auto; margin-right: auto; }
  .finder-wrap { width: min(480px, calc(100% - 16px)); margin: 0 auto; }
  .confidence-strip { flex-direction: column; text-align: center; }
  .confidence-strip div { justify-content: center; }
}

@media (max-width: 520px) {
  .site-header { width: min(100% - 28px, 1180px); height: 70px; }
  .independent-pill { padding: 8px; font-size: 0; }
  .independent-pill::after { content: 'Independent'; font-size: 9px; }
  .hero { width: min(100% - 28px, 1180px); padding: 45px 0 60px; }
  .hero h1 { font-size: clamp(48px, 15vw, 65px); }
  .hero-intro { font-size: 16px; }
  .finder-card { padding: 23px 19px; }
  .finder-shadow { inset: 10px -10px -10px 10px; }
}

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

.finder-grid { display: grid; gap: 14px; }

.index-section,
.parts-section,
.scale-section,
.faq-section,
.related-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 112px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .62fr);
  gap: 80px;
  align-items: end;
}
.section-heading.compact { align-items: start; }
.section-heading .eyebrow { margin-bottom: 19px; }
.section-heading h2,
.scale-section h2,
.faq-section h2,
.method-panel h2,
.match-list-heading h2,
.document-intro h2,
.warning-document h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 4.4vw, 61px);
  line-height: 1.02;
  letter-spacing: -.052em;
  font-weight: 500;
}
.section-heading > p {
  margin: 0 0 6px;
  color: #5b6964;
  font-size: 16px;
  line-height: 1.72;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 62px;
  border-block: 1px solid rgba(19,40,34,.22);
}
.metric-grid div { padding: 27px 20px 28px 0; border-right: 1px solid rgba(19,40,34,.18); }
.metric-grid div:not(:first-child) { padding-left: 28px; }
.metric-grid div:last-child { border-right: 0; }
.metric-grid strong { display: block; color: var(--forest); font-family: Georgia, serif; font-size: 38px; font-weight: 500; letter-spacing: -.04em; }
.metric-grid span { display: block; margin-top: 5px; color: #6d7773; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.machine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 32px;
}
.machine-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(19,40,34,.22);
  border-radius: 14px;
  background: var(--paper);
  padding: 24px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.machine-card:hover { transform: translateY(-3px); border-color: rgba(19,40,34,.52); box-shadow: 0 15px 35px rgba(19,40,34,.08); }
.machine-card-top, .machine-card-bottom { display: flex; align-items: center; justify-content: space-between; }
.machine-card-top > span:first-child { color: var(--coral); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.lifecycle { display: inline-flex; align-items: center; border-radius: 99px; background: #e8f3ee; color: #315d50; padding: 5px 8px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lifecycle.discontinued { background: #eee9df; color: #7a6c58; }
.machine-card h3 { margin: 34px 0 10px; font-family: Georgia, serif; font-size: 27px; font-weight: 500; letter-spacing: -.035em; }
.machine-card > p { margin: 0; color: #66726d; font-size: 13px; line-height: 1.55; }
.machine-card-bottom { margin-top: auto; padding-top: 27px; color: #596762; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.machine-card-bottom b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--forest); color: var(--mint); font-size: 13px; }

.parts-section { padding-top: 28px; }
.parts-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-top: 1px solid rgba(19,40,34,.26); border-left: 1px solid rgba(19,40,34,.26); }
.parts-grid article { min-height: 225px; padding: 26px; border-right: 1px solid rgba(19,40,34,.26); border-bottom: 1px solid rgba(19,40,34,.26); }
.parts-grid article > span { color: var(--coral); font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.parts-grid h3 { margin: 48px 0 9px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; letter-spacing: -.03em; }
.parts-grid p { margin: 0; max-width: 270px; color: #66726d; font-size: 13px; line-height: 1.55; }

.method-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 112px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
}
.method-panel { background: var(--forest); color: white; padding: 58px; border-radius: 18px 0 0 18px; }
.method-panel .micro-label { color: var(--mint); }
.method-panel h2 { font-size: clamp(40px, 4vw, 57px); }
.method-steps { display: grid; gap: 0; margin: 42px 0 35px; border-top: 1px solid rgba(255,255,255,.17); }
.method-steps article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.method-steps article > span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--mint); font-size: 11px; }
.method-steps h3 { margin: 0 0 5px; font-size: 14px; }
.method-steps p { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.text-link span { color: var(--mint); font-size: 16px; }
.status-panel { display: flex; flex-direction: column; justify-content: center; gap: 8px; background: #e8e3d8; padding: 44px 38px; border-radius: 0 18px 18px 0; }
.status-panel > .micro-label { margin-bottom: 17px; }
.status-example { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid rgba(19,40,34,.16); }
.status-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; font-style: normal; font-size: 10px; font-weight: 850; }
.status-icon.confirmed { background: var(--forest); color: white; }
.status-icon.checked { background: var(--mint); color: var(--forest); }
.status-icon.pending { border: 1px dashed #806f5c; color: #806f5c; }
.status-example strong { display: block; margin-bottom: 6px; font-size: 13px; }
.status-example p { margin: 0; color: #65716c; font-size: 11px; line-height: 1.5; }

.scale-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  gap: 100px;
  border-top: 1px solid rgba(19,40,34,.2);
}
.scale-section h2 em { color: var(--coral); font-weight: 500; }
.scale-copy > p { margin: 4px 0 37px; color: #5e6d67; font-size: 16px; line-height: 1.75; }
.scale-copy ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(19,40,34,.2); }
.scale-copy li { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 17px 0; border-bottom: 1px solid rgba(19,40,34,.2); font-size: 12px; font-weight: 700; line-height: 1.5; }
.scale-copy li span { color: var(--coral); font-family: Georgia, serif; font-style: italic; font-weight: 400; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; padding-top: 35px; }
.faq-list { border-top: 1px solid rgba(19,40,34,.28); }
.faq-list details { border-bottom: 1px solid rgba(19,40,34,.28); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; padding: 21px 0; font-size: 14px; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(19,40,34,.28); border-radius: 50%; font-size: 16px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 45px 22px 0; color: #66726d; font-size: 13px; line-height: 1.65; }

.disclosure-strip {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border: 1px solid rgba(19,40,34,.24);
  border-radius: 14px;
  background: var(--paper);
  padding: 27px 30px;
}
.disclosure-strip > div { display: grid; grid-template-columns: 135px 1fr; gap: 24px; align-items: center; }
.disclosure-strip > div > span { color: var(--coral); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.disclosure-strip p { margin: 0; max-width: 620px; color: #63706b; font-size: 12px; line-height: 1.55; }
.disclosure-strip > a { white-space: nowrap; font-size: 11px; font-weight: 750; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.disclosure-strip > a span { margin-left: 13px; color: var(--coral); }

.site-footer { background: #102e27; color: white; padding: 66px max(20px, calc((100vw - 1180px) / 2)) 27px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.footer-wordmark { color: white; }
.footer-top > div:first-child > p { max-width: 380px; margin: 21px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.footer-links > div { display: flex; flex-direction: column; gap: 11px; }
.footer-links strong { margin-bottom: 7px; color: var(--mint); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { color: rgba(255,255,255,.69); font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 65px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.machine-page { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; padding: 28px 0; color: #7a837f; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumbs strong { color: var(--ink); }
.machine-hero { display: grid; grid-template-columns: 1.1fr .68fr; align-items: end; gap: 90px; padding: 54px 0 76px; }
.machine-kicker { display: flex; align-items: center; gap: 12px; color: var(--coral); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.machine-hero h1 { margin: 18px 0 15px; font-family: Georgia, serif; font-size: clamp(60px, 7.5vw, 100px); line-height: .92; letter-spacing: -.06em; font-weight: 500; }
.machine-hero > div > p { max-width: 620px; margin: 0 0 26px; color: #5e6d67; font-size: 17px; line-height: 1.65; }
.machine-profile-card { border: 1px solid rgba(19,40,34,.25); border-radius: 14px; background: var(--paper); padding: 25px; }
.machine-profile-card dl { margin: 18px 0 0; }
.machine-profile-card dl div { display: grid; grid-template-columns: 105px 1fr; gap: 14px; padding: 13px 0; border-top: 1px solid rgba(19,40,34,.14); }
.machine-profile-card dt { color: #77817d; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.machine-profile-card dd { margin: 0; font-size: 12px; font-weight: 700; line-height: 1.4; text-align: right; }

.machine-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 30px; padding-bottom: 86px; }
.match-list-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 21px; }
.match-list-heading h2 { font-size: 36px; }
.match-list-heading > span { color: #6a7671; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.match-card { border: 1px solid rgba(19,40,34,.23); border-radius: 14px; background: var(--paper); padding: 28px; margin-bottom: 15px; scroll-margin-top: 30px; }
.match-card.requested { border-color: var(--coral); box-shadow: inset 4px 0 0 var(--coral); }
.match-card-head { display: flex; align-items: start; justify-content: space-between; gap: 25px; }
.part-family { color: var(--coral); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.match-card h3 { margin: 8px 0 0; font-family: Georgia, serif; font-size: 27px; font-weight: 500; letter-spacing: -.035em; }
.status-badge { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; border-radius: 99px; background: #e7f3ed; color: #315f51; padding: 7px 10px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.status-badge i { display: grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; background: var(--forest); color: white; font-style: normal; font-size: 8px; }
.reference-line { margin: 22px 0 0; border-left: 2px solid var(--mint); padding-left: 12px; color: #56655f; font-size: 11px; line-height: 1.5; }
.match-details { margin: 17px 0 23px; color: #596862; font-size: 13px; line-height: 1.66; }
.match-card-foot { display: flex; justify-content: space-between; gap: 24px; padding-top: 17px; border-top: 1px solid rgba(19,40,34,.13); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.match-card-foot a { color: var(--forest); font-weight: 800; }
.match-card-foot a span { color: var(--coral); }
.match-card-foot > span { color: #89908d; }
.purchase-aside { display: flex; flex-direction: column; gap: 15px; padding-top: 60px; }
.warning-card { border-radius: 14px; padding: 25px; }
.warning-card { background: #e7dfd2; }
.warning-card h3 { margin: 10px 0; font-family: Georgia, serif; font-size: 25px; font-weight: 500; letter-spacing: -.03em; }
.warning-card p:not(.micro-label) { color: #64706b; font-size: 12px; line-height: 1.6; }
.availability-tag { display: inline-block; border-radius: 99px; background: var(--coral); padding: 6px 9px; font-size: 8px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.outline-button { display: block; margin: 21px 0 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 8px; padding: 12px; color: white; font-size: 10px; font-weight: 750; text-align: center; }
.related-section { border-top: 1px solid rgba(19,40,34,.18); }
.related-grid { margin-top: 35px; }

.info-page { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding-bottom: 110px; }
.info-page.narrow { width: min(920px, calc(100% - 40px)); }
.info-hero { max-width: 900px; padding: 95px 0 82px; }
.info-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(58px, 7vw, 93px); line-height: .94; letter-spacing: -.06em; font-weight: 500; }
.info-hero h1 em { color: var(--coral); font-weight: 500; }
.info-hero > p:last-child { max-width: 670px; margin: 27px 0 0; color: #596862; font-size: 18px; line-height: 1.65; }
.method-document { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; padding: 65px 0; border-block: 1px solid rgba(19,40,34,.22); }
.document-intro h2 { margin-top: 15px; font-size: 43px; }
.document-steps { border-top: 1px solid rgba(19,40,34,.18); }
.document-steps article { display: grid; grid-template-columns: 45px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid rgba(19,40,34,.18); }
.document-steps article > span { color: var(--coral); font-family: Georgia, serif; font-size: 12px; font-style: italic; }
.document-steps h3 { margin: 0 0 6px; font-size: 14px; }
.document-steps p { margin: 0; color: #65716c; font-size: 12px; line-height: 1.6; }
.status-document { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding: 65px 0; }
.status-document article { border: 1px solid rgba(19,40,34,.2); border-radius: 13px; background: var(--paper); padding: 27px; }
.status-document h3 { margin: 26px 0 9px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.status-document p { margin: 0; color: #65716c; font-size: 12px; line-height: 1.6; }
.warning-document { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; border-radius: 15px; background: #e7dfd2; padding: 50px; }
.warning-document h2 { margin-top: 13px; font-size: 42px; }
.warning-document > div:last-child p { margin: 0 0 17px; color: #5e6b66; font-size: 13px; line-height: 1.7; }
.prose-card { border: 1px solid rgba(19,40,34,.22); border-radius: 16px; background: var(--paper); padding: clamp(30px, 6vw, 70px); }
.prose-card h2 { margin: 39px 0 10px; font-family: Georgia, serif; font-size: 30px; font-weight: 500; letter-spacing: -.035em; }
.prose-card h2:first-child { margin-top: 0; }
.prose-card > p { margin: 0; color: #5f6e68; font-size: 14px; line-height: 1.78; }
.prose-note { margin-top: 45px; border-left: 3px solid var(--coral); background: #efe9df; padding: 22px; }
.prose-note strong { font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.prose-note p { margin: 8px 0 0; color: #66716d; font-size: 12px; line-height: 1.6; }
.not-found { width: min(760px, calc(100% - 40px)); min-height: 65vh; margin: 0 auto; padding: 100px 0; }
.not-found h1 { font-family: Georgia, serif; font-size: 57px; font-weight: 500; letter-spacing: -.05em; }
.inline-button { display: inline-flex; width: auto; gap: 40px; }

@media (max-width: 950px) {
  .machine-grid { grid-template-columns: repeat(2, 1fr); }
  .parts-grid { grid-template-columns: repeat(2, 1fr); }
  .method-section { grid-template-columns: 1fr; }
  .method-panel { border-radius: 18px 18px 0 0; }
  .status-panel { border-radius: 0 0 18px 18px; }
  .machine-hero, .method-document { grid-template-columns: 1fr; gap: 40px; }
  .machine-content-grid { grid-template-columns: 1fr; }
  .purchase-aside { padding-top: 0; display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .index-section, .parts-section, .scale-section, .faq-section, .related-section { width: min(100% - 28px, 1180px); padding: 78px 0; }
  .section-heading, .scale-section, .faq-section, .footer-top, .warning-document { grid-template-columns: 1fr; gap: 35px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-grid div:nth-child(2) { border-right: 0; }
  .metric-grid div:nth-child(3), .metric-grid div:nth-child(4) { border-top: 1px solid rgba(19,40,34,.18); }
  .machine-grid { grid-template-columns: 1fr; }
  .parts-grid { grid-template-columns: 1fr; }
  .method-section { width: min(100% - 28px, 1180px); }
  .method-panel { padding: 38px 25px; }
  .disclosure-strip { width: min(100% - 28px, 1180px); flex-direction: column; align-items: stretch; }
  .disclosure-strip > div { grid-template-columns: 1fr; gap: 8px; }
  .footer-links { margin-top: 15px; }
  .footer-bottom { flex-direction: column; }
  .machine-page, .info-page, .info-page.narrow { width: min(100% - 28px, 1180px); }
  .machine-hero { padding-top: 35px; }
  .machine-profile-card dl div { grid-template-columns: 90px 1fr; }
  .purchase-aside { grid-template-columns: 1fr; }
  .match-card-head, .match-card-foot { flex-direction: column; }
  .match-card-foot { align-items: flex-start; }
  .status-document { grid-template-columns: 1fr; }
  .warning-document { padding: 32px 24px; }
}

@media (max-width: 520px) {
  .metric-grid { grid-template-columns: 1fr; }
  .metric-grid div, .metric-grid div:not(:first-child) { padding: 20px 0; border-right: 0; border-top: 1px solid rgba(19,40,34,.18); }
  .metric-grid div:first-child { border-top: 0; }
  .match-card { padding: 22px 18px; }
  .status-badge { white-space: normal; }
  .footer-links { grid-template-columns: 1fr; }
  .info-hero { padding: 70px 0 55px; }
  .method-document { padding: 45px 0; }
}

@font-face { font-family: 'Geist Local'; src: url('/assets/geist.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; }
:root { --font-geist-sans: 'Geist Local'; }
html { -webkit-text-size-adjust: 100%; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.header-tools { position: relative; display: flex; align-items: center; gap: 10px; }
.catalog-nav { gap: 22px !important; }
.catalog-nav > a { white-space: nowrap; }
.catalog-more, .catalog-mobile { position: relative; }
.catalog-more summary, .catalog-mobile summary { display: inline-flex; align-items: center; gap: 6px; border: 0; background: transparent; color: var(--ink); font-size: inherit; font-weight: 650; list-style: none; cursor: pointer; opacity: .72; }
.catalog-more summary::-webkit-details-marker, .catalog-mobile summary::-webkit-details-marker { display: none; }
.catalog-more summary span, .catalog-mobile summary span { color: var(--coral); font-size: 13px; transition: transform .2s ease; }
.catalog-more[open] summary, .catalog-mobile[open] summary { opacity: 1; }
.catalog-more[open] summary span, .catalog-mobile[open] summary span { transform: rotate(180deg); }
.catalog-dropdown { position: absolute; z-index: 80; top: calc(100% + 15px); right: 0; display: grid; min-width: 220px; overflow: hidden; border: 1px solid rgba(19,40,34,.16); border-radius: 12px; background: #fffdf8; box-shadow: 0 18px 44px rgba(19,40,34,.14); padding: 8px; }
.catalog-dropdown a { display: block; border-radius: 8px; padding: 11px 12px; color: var(--ink); font-size: 12px; font-weight: 700; line-height: 1.25; opacity: 1 !important; }
.catalog-dropdown a:hover, .catalog-dropdown a:focus-visible { background: #deede6; color: var(--forest); }
.catalog-mobile { display: none; }
.catalog-mobile summary { border: 1px solid rgba(19,40,34,.24); border-radius: 999px; padding: 8px 11px; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; opacity: 1; }
.catalog-mobile .catalog-dropdown { width: min(320px,calc(100vw - 36px)); grid-template-columns: 1fr 1fr; gap: 2px; }
.language-switcher { display: inline-flex; }
.language-switcher select { width: 55px; border: 1px solid rgba(19,40,34,.25); border-radius: 999px; background: rgba(255,255,255,.5); color: var(--ink); padding: 8px 7px; font-size: 10px; font-weight: 800; cursor: pointer; outline: none; }
.language-switcher select:focus-visible { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(21,62,53,.12); }
.technical-note { margin: -5px 0 18px; border-left: 2px solid var(--coral); padding: 10px 13px; color: #66716d; font-size: 11px; line-height: 1.55; }
.parts-grid h3 a { color: inherit; text-decoration: none; }
.parts-grid h3 a:hover { color: var(--coral); }
.relation-record-link { margin: 16px 0 0; }
.relation-record-link a { color: var(--forest); font-size: 11px; font-weight: 780; text-decoration: none; }
.relation-record-link a:hover { color: var(--coral); }
.category-page > .breadcrumbs { padding-bottom: 0; }
.category-scope { margin-top: 18px !important; border-left: 2px solid var(--coral); padding-left: 15px; font-size: 12px !important; }
.category-guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 52px 0 80px; }
.category-guide-grid article { border: 1px solid rgba(19,40,34,.2); border-radius: 14px; background: rgba(255,255,255,.5); padding: 34px; }
.category-guide-grid h2 { margin: 14px 0 22px; font-family: Georgia, serif; font-size: 31px; font-weight: 500; letter-spacing: -.03em; }
.category-guide-grid ul, .relation-checks ol { margin: 0; padding: 0; list-style: none; counter-reset: guide; }
.category-guide-grid li, .relation-checks li { position: relative; margin: 0; border-top: 1px solid rgba(19,40,34,.14); padding: 15px 0 15px 34px; color: #58655f; font-size: 13px; line-height: 1.55; counter-increment: guide; }
.category-guide-grid li::before, .relation-checks li::before { content: counter(guide, decimal-leading-zero); position: absolute; left: 0; color: var(--coral); font-family: Georgia, serif; font-size: 11px; font-style: italic; }
.buying-path { margin: 76px auto 96px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: var(--forest); padding: 48px; color: white; box-shadow: 0 22px 60px rgba(17,48,40,.12); }
.buying-path-home { margin: 42px auto 52px; padding: 30px 34px; }
.buying-path-home .buying-path-heading { gap: 38px; }
.buying-path-home .buying-path-heading h2 { font-size: clamp(30px,3.6vw,43px); }
.buying-path-home .buying-path-steps { gap: 18px; margin: 24px 0 22px; }
.buying-path-home .buying-path-steps li { padding-top: 13px; }
.buying-path-home .buying-path-steps li > span { margin-bottom: 7px; }
.buying-path-home .buying-path-steps p { margin-top: 5px; line-height: 1.45; }
.buying-path-home .primary-button { min-width: 205px; min-height: 44px; }
.buying-path-category { margin-top: -18px; }
.buying-path-heading { display: grid; grid-template-columns: minmax(0,.85fr) minmax(280px,1.15fr); gap: 70px; align-items: end; }
.buying-path-heading h2 { max-width: 610px; margin: 14px 0 0; font-family: Georgia, serif; font-size: clamp(34px,4.5vw,54px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.buying-path-heading h2 em { color: var(--coral); font-weight: 500; }
.buying-path-heading > p { margin: 0; color: rgba(255,255,255,.73); font-size: 14px; line-height: 1.7; }
.buying-path-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin: 38px 0 34px; padding: 0; list-style: none; }
.buying-path-steps li { border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; }
.buying-path-steps li > span { display: block; margin-bottom: 13px; color: var(--coral); font-family: Georgia,serif; font-size: 12px; font-style: italic; }
.buying-path-steps strong { display: block; font-size: 14px; }
.buying-path-steps p { margin: 9px 0 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.6; }
.buying-path .primary-button { width: fit-content; min-width: 230px; margin: 0; background: var(--coral); }
.buying-path .primary-button:hover, .buying-path .primary-button:focus-visible { background: #d95e45; }
.buying-path .primary-button span { color: white; }
.category-records { margin: 0 0 80px; }
.relation-index { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.relation-index > a { display: flex; min-height: 176px; flex-direction: column; border: 1px solid rgba(19,40,34,.18); border-radius: 12px; background: rgba(255,255,255,.56); padding: 22px; color: var(--ink); text-decoration: none; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.relation-index > a:hover { transform: translateY(-3px); border-color: rgba(19,40,34,.42); box-shadow: 0 14px 30px rgba(19,40,34,.07); }
.relation-index span { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.relation-index strong { margin-top: 8px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.relation-index p { margin: 10px 0 18px; color: #63706a; font-size: 12px; line-height: 1.5; }
.relation-index small { margin-top: auto; color: var(--forest); font-size: 10px; font-weight: 780; }
.category-empty { max-width: 760px; border-radius: 10px; background: #ece5d9; padding: 24px; color: #59655f; font-size: 13px; line-height: 1.65; }
.page-cta { margin-top: 40px; }
.inline-button { display: inline-flex; gap: 24px; text-decoration: none; }
.relation-page { padding-bottom: 110px; }
.relation-hero { max-width: 850px; padding: 52px 0 65px; }
.relation-hero h1 { margin: 20px 0; font-family: Georgia, serif; font-size: clamp(42px, 6vw, 76px); font-weight: 500; line-height: .98; letter-spacing: -.05em; }
.relation-hero > p:not(.eyebrow) { max-width: 720px; color: #59655f; font-size: 15px; line-height: 1.7; }
.shopping-record { display: grid; grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr); gap: 54px; margin: 28px 0 50px; border: 1px solid rgba(19,40,34,.2); border-radius: 16px; background: #deede6; padding: 42px; }
.shopping-record-heading h2 { margin: 14px 0 13px; font-family: Georgia,serif; font-size: clamp(32px,4vw,45px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.shopping-record-heading > p:not(.micro-label) { margin: 0; color: #58665f; font-size: 13px; line-height: 1.65; }
.shopping-record-fields { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin: 0; border-block: 1px solid rgba(19,40,34,.18); }
.shopping-record-fields > div { min-width: 0; padding: 18px 18px 18px 0; }
.shopping-record-fields > div + div { border-left: 1px solid rgba(19,40,34,.14); padding-left: 18px; }
.shopping-record-fields dt { margin-bottom: 7px; color: #65736d; font-size: 9px; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.shopping-record-fields dd { margin: 0; overflow-wrap: anywhere; color: var(--forest); font-size: 13px; font-weight: 760; line-height: 1.5; }
.shopping-reference-fallback { color: #59665f; font-size: 11px; font-weight: 560; }
.shopping-record-actions { display: flex; align-items: center; gap: 22px; margin-top: 24px; }
.shopping-record-actions .primary-button { flex: 0 0 auto; min-width: 210px; margin: 0; }
.shopping-record-actions > p { display: flex; gap: 10px; align-items: flex-start; margin: 0; color: #52625b; font-size: 11px; line-height: 1.55; }
.shopping-record-actions i { flex: 0 0 auto; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--forest); color: white; font-style: normal; font-size: 10px; }
.spo-machine-showcase { width: min(1240px,calc(100% - 40px)); margin: 52px auto 72px; overflow: hidden; border: 1px solid rgba(19,40,34,.16); border-radius: 24px; background: #f5f2e9; box-shadow: 0 22px 58px rgba(19,40,34,.08); }
.spo-machine-intro { display: grid; grid-template-columns: minmax(330px,.82fr) minmax(460px,1.18fr); gap: 0; border-bottom: 1px solid rgba(19,40,34,.16); background: #fffdf8; }
.spo-machine-intro-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(30px,4vw,52px); }
.spo-machine-intro-copy h1, .spo-machine-intro-copy h2 { max-width: 620px; margin: 14px 0 18px; color: var(--forest); font-family: Georgia,serif; font-size: clamp(36px,4.2vw,58px); font-weight: 500; line-height: .98; letter-spacing: -.05em; }
.spo-machine-intro-copy h1 em, .spo-machine-intro-copy h2 em { color: var(--coral); font-weight: 500; }
.spo-machine-intro-copy > p:not(.eyebrow) { max-width: 600px; margin: 0; color: #596860; font-size: 14px; line-height: 1.72; }
.spo-machine-intro-copy dl { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin: 28px 0 0; }
.spo-machine-intro-copy dl div { display: grid; gap: 4px; border: 1px solid rgba(19,40,34,.13); border-radius: 11px; background: #f5f2e9; padding: 13px; }
.spo-machine-intro-copy dt { color: var(--forest); font-family: Georgia,serif; font-size: 23px; line-height: 1; }
.spo-machine-intro-copy dd { margin: 0; color: #6b7771; font-size: 9px; font-weight: 800; letter-spacing: .055em; line-height: 1.25; text-transform: uppercase; }
.spo-machine-hero { display: grid; min-height: 390px; margin: 0; place-items: center; overflow: hidden; background: #ede4d5; }
.spo-machine-hero img { display: block; width: 100%; height: 100%; max-width: 100%; object-fit: contain; object-position: center; }
.spo-machine-heading { display: grid; grid-template-columns: minmax(280px,.9fr) minmax(300px,1.1fr); gap: 38px; align-items: end; padding: 30px 34px 22px; }
.spo-machine-heading h3 { margin: 9px 0 0; color: var(--forest); font-family: Georgia,serif; font-size: clamp(27px,3.1vw,40px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.spo-machine-heading > p { margin: 0; color: #63716a; font-size: 12px; line-height: 1.65; }
.spo-machine-rail { display: grid; grid-auto-columns: minmax(270px,298px); grid-auto-flow: column; gap: 13px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 0 34px 20px; scroll-padding-inline: 34px; scroll-snap-type: inline mandatory; scrollbar-color: var(--coral) rgba(19,40,34,.1); scrollbar-width: thin; }
.spo-machine-rail::-webkit-scrollbar { height: 8px; }
.spo-machine-rail::-webkit-scrollbar-track { border-radius: 999px; background: rgba(19,40,34,.08); }
.spo-machine-rail::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--coral); }
.spo-machine-card { position: relative; display: grid; min-height: 390px; grid-template-rows: auto auto auto 1fr auto; overflow: hidden; border: 1px solid rgba(19,40,34,.15); border-radius: 15px; background: #fffdf8; padding: 20px; scroll-snap-align: start; box-shadow: 0 9px 24px rgba(19,40,34,.05); }
.spo-machine-card::before { position: absolute; inset: 0 0 auto; height: 5px; background: var(--forest); content: ''; }
.spo-machine-card[data-brand="singer"]::before { background: #d25540; }
.spo-machine-card[data-brand="brother"]::before { background: #315e75; }
.spo-machine-card[data-brand="janome"]::before { background: #9a663b; }
.spo-machine-card[data-brand="juki"]::before { background: #507660; }
.spo-machine-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 3px 0 20px; color: #65716b; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.spo-machine-card-top b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #edf0eb; color: var(--forest); font-size: 10px; }
.spo-machine-card h3 { min-height: 75px; margin: 0; color: var(--forest); font-family: Georgia,serif; font-size: 21px; font-weight: 500; line-height: 1.14; letter-spacing: -.025em; }
.spo-machine-reference { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 16px 0 0; border-block: 1px solid rgba(19,40,34,.11); padding: 11px 0; color: #77817c; font-size: 9px; font-weight: 780; letter-spacing: .055em; text-transform: uppercase; }
.spo-machine-reference strong { color: var(--forest); font-size: 11px; letter-spacing: .02em; overflow-wrap: anywhere; text-align: right; }
.spo-associated { padding: 15px 0; }
.spo-associated > p { margin: 0 0 8px; color: #77817c; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.spo-associated ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.spo-associated a { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; align-items: start; border-radius: 9px; background: #f1eee5; padding: 9px 10px; color: #46564e; font-size: 10px; line-height: 1.35; text-decoration: none; transition: background .2s ease,color .2s ease; }
.spo-associated a:hover { background: #e3eee8; color: var(--forest); }
.spo-associated a strong { color: var(--coral); font-size: 9px; letter-spacing: .02em; overflow-wrap: anywhere; }
.spo-machine-actions { display: grid; gap: 10px; align-self: end; }
.spo-retailer-button { min-width: 0; width: 100%; min-height: 44px; margin: 0; padding-inline: 15px; font-size: 10px; }
.spo-compatibility-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--forest); font-size: 10px; font-weight: 800; text-decoration: none; }
.spo-compatibility-link span { color: var(--coral); font-size: 17px; }
.spo-machine-disclosure { display: flex; align-items: flex-start; justify-content: space-between; gap: 26px; border-top: 1px solid rgba(19,40,34,.13); padding: 15px 34px 18px; color: #6b7771; font-size: 9px; line-height: 1.5; }
.spo-machine-disclosure span { flex: 0 0 auto; color: var(--forest); font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.spo-machine-disclosure p { max-width: 790px; margin: 0; }
.machine-shop-index { padding: 0 0 72px; }
.machine-shop-index > .breadcrumbs { width: min(1160px,calc(100% - 40px)); margin: 0 auto; }
.spo-machine-showcase-page { margin-top: 24px; }
.shop-machine-panel { margin: 10px 0 76px; overflow: hidden; border: 1px solid rgba(19,40,34,.18); border-radius: 20px; background: #fffdf8; box-shadow: 0 18px 46px rgba(19,40,34,.07); }
.shop-machine-panel-head { display: grid; grid-template-columns: minmax(0,.92fr) minmax(360px,1.08fr); gap: 0; border-bottom: 1px solid rgba(19,40,34,.14); }
.shop-machine-panel-head > div { align-self: center; padding: clamp(28px,4vw,48px); }
.shop-machine-panel-head h2 { margin: 12px 0 13px; color: var(--forest); font-family: Georgia,serif; font-size: clamp(31px,4vw,47px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.shop-machine-panel-head p:not(.micro-label) { margin: 0; color: #596760; font-size: 13px; line-height: 1.7; }
.shop-machine-panel-head figure { display: grid; min-height: 300px; margin: 0; place-items: center; overflow: hidden; background: #ede4d5; }
.shop-machine-panel-head img { display: block; width: 100%; height: 100%; max-height: 390px; object-fit: contain; object-position: center; }
.shop-machine-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; padding: 0 34px; }
.shop-machine-facts div { min-width: 0; border-bottom: 1px solid rgba(19,40,34,.12); padding: 19px 16px; }
.shop-machine-facts div + div { border-left: 1px solid rgba(19,40,34,.1); }
.shop-machine-facts dt { margin-bottom: 7px; color: #718078; font-size: 9px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.shop-machine-facts dd { margin: 0; overflow-wrap: anywhere; color: var(--forest); font-size: 13px; font-weight: 760; }
.shop-machine-main-action { display: flex; align-items: center; gap: 25px; padding: 24px 50px 30px; }
.shop-machine-main-action .primary-button { flex: 0 0 auto; min-width: 245px; margin: 0; }
.shop-machine-main-action strong { display: block; color: var(--forest); font-size: 10px; line-height: 1.45; }
.shop-machine-main-action p { margin: 5px 0 0; color: #6a7771; font-size: 10px; line-height: 1.5; }
.shop-accessory-heading { display: grid; grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); gap: 42px; align-items: end; border-top: 1px solid rgba(19,40,34,.12); padding: 30px 50px 20px; }
.shop-accessory-heading h2 { margin: 0; color: var(--forest); font-family: Georgia,serif; font-size: clamp(27px,3vw,38px); font-weight: 500; line-height: 1.03; letter-spacing: -.035em; }
.shop-accessory-heading p { margin: 0; color: #64716b; font-size: 12px; line-height: 1.65; }
.shop-accessory-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 0 50px 38px; }
.shop-accessory-grid.single { grid-template-columns: minmax(0,760px); }
.shop-accessory-card { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid rgba(19,40,34,.14); border-radius: 13px; background: #f4f0e7; padding: 19px; }
.shop-accessory-card h3 { margin: 7px 0 9px; color: var(--forest); font-family: Georgia,serif; font-size: 20px; font-weight: 500; line-height: 1.16; }
.shop-accessory-card p:not(.micro-label) { margin: 0; color: #63716a; font-size: 10px; }
.shop-accessory-card .outline-button { flex: 0 0 190px; min-width: 0; text-align: center; }
.shop-machine-detail .machine-kicker span:last-child { border-radius: 999px; background: #deede6; padding: 7px 10px; color: var(--forest); }
.retailer-showcase { margin: 52px auto 70px; }
.retailer-showcase-heading { display: grid; grid-template-columns: minmax(0,.9fr) minmax(300px,1.1fr); gap: 46px; align-items: end; margin-bottom: 24px; }
.retailer-showcase-heading h2 { margin: 12px 0 0; font-family: Georgia,serif; font-size: clamp(32px,4vw,48px); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.retailer-showcase-heading h2 em { color: var(--coral); font-weight: 500; }
.retailer-showcase-heading > p { margin: 0; color: #68736e; font-size: 14px; line-height: 1.75; }
.retailer-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.retailer-card { position: relative; display: grid; grid-template-columns: 72px minmax(0,1fr); grid-template-rows: auto auto auto auto; gap: 7px 13px; min-height: 0; overflow: hidden; border: 1px solid rgba(19,40,34,.16); border-radius: 14px; background: #fffdf8; padding: 16px; box-shadow: 0 10px 28px rgba(19,40,34,.055); transition: transform .23s ease,border-color .23s ease,box-shadow .23s ease; }
.retailer-card::after { position: absolute; right: -34px; top: -38px; width: 105px; height: 105px; border: 18px solid rgba(234,104,77,.08); border-radius: 50%; content: ''; pointer-events: none; }
.retailer-card:hover { transform: translateY(-3px); border-color: rgba(19,40,34,.38); box-shadow: 0 20px 44px rgba(19,40,34,.09); }
.retailer-visual { position: relative; z-index: 1; margin: 0; overflow: hidden; border: 1px solid rgba(19,40,34,.1); border-radius: 13px; background: radial-gradient(circle at 50% 42%,rgba(255,255,255,.98),rgba(222,237,230,.74)); }
.retailer-visual img { display: block; box-sizing: border-box; width: 100%; height: 100%; max-width: 100%; object-fit: contain; object-position: center; }
.retailer-visual figcaption { position: absolute; right: 9px; bottom: 8px; left: 9px; border-radius: 999px; background: rgba(255,253,248,.91); padding: 5px 8px; color: #53645c; font-size: 9px; font-weight: 820; letter-spacing: .06em; line-height: 1.2; text-align: center; text-transform: uppercase; backdrop-filter: blur(5px); }
.retailer-visual-card { grid-column: 1; grid-row: 1 / span 2; width: 72px; height: 72px; margin: 0; }
.retailer-visual-card img { padding: 7px 7px 22px; }
.retailer-visual-card figcaption { right: 4px; bottom: 4px; left: 4px; padding: 3px 4px; font-size: 7px; letter-spacing: .03em; }
.retailer-reference { position: relative; z-index: 1; display: grid; grid-column: 1; grid-row: 3; width: 72px; min-height: 50px; place-content: center; border-radius: 10px; background: var(--forest); color: white; text-align: center; }
.retailer-reference span,.retailer-product-code span { color: rgba(255,255,255,.7); font-size: 9px; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.retailer-reference strong,.retailer-product-code strong { margin-top: 4px; font-family: Georgia,serif; font-size: 17px; font-weight: 500; line-height: 1.08; overflow-wrap: anywhere; }
.retailer-name { display: flex; grid-column: 2; grid-row: 1; min-width: 0; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 5px 8px; margin: 0; color: #4f6159; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.retailer-name span { border-radius: 999px; background: #deede6; padding: 5px 8px; color: var(--forest); font-size: 9px; }
.retailer-card h3 { grid-column: 2; grid-row: 2; min-width: 0; margin: 0; color: var(--forest); font-family: Georgia,serif; font-size: 18px; font-weight: 500; line-height: 1.12; letter-spacing: -.02em; }
.retailer-compatible { display: grid; grid-column: 2; grid-row: 3; gap: 3px; margin: 4px 0 0; color: #68736e; font-size: 10px; line-height: 1.35; }
.retailer-compatible strong { color: #69756f; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.retailer-card > a { display: flex; grid-column: 1 / -1; grid-row: 4; justify-content: space-between; gap: 12px; margin-top: 5px; border-top: 1px solid rgba(19,40,34,.13); padding-top: 11px; color: var(--forest); font-size: 10px; font-weight: 800; line-height: 1.35; text-decoration: none; }
.retailer-card > a span { color: var(--coral); font-size: 18px; }
.retailer-showcase-note { max-width: 780px; margin: 14px 0 0; color: #77817c; font-size: 10px; line-height: 1.5; }
.retailer-listing { margin: 22px 0 38px; overflow: hidden; border: 1px solid rgba(19,40,34,.19); border-radius: 14px; background: #fffdf8; box-shadow: 0 12px 34px rgba(19,40,34,.06); }
.retailer-listing-heading { display: grid; grid-template-columns: minmax(240px,.9fr) minmax(300px,1.1fr); gap: 34px; align-items: end; padding: 24px 28px 20px; }
.retailer-listing-heading h2 { max-width: 600px; margin: 9px 0 0; font-family: Georgia,serif; font-size: clamp(27px,3.2vw,36px); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.retailer-listing-heading > p { margin: 0; color: #5e6d66; font-size: 13px; line-height: 1.65; }
.retailer-listing-product { display: grid; grid-template-columns: 92px 92px minmax(0,1fr) auto; gap: 17px; align-items: center; border-block: 1px solid rgba(19,40,34,.13); background: #f5f2e9; padding: 17px 28px; }
.retailer-listing-product + .retailer-listing-product { border-top: 0; }
.retailer-visual-listing { width: 92px; height: 82px; }
.retailer-visual-listing img { padding: 7px 7px 23px; }
.retailer-visual-listing figcaption { right: 5px; bottom: 4px; left: 5px; padding: 3px 4px; font-size: 7px; letter-spacing: .03em; }
.retailer-product-code { display: grid; min-height: 72px; place-content: center; border-radius: 10px; background: var(--forest); color: white; text-align: center; }
.retailer-product-copy > p { margin: 0 0 7px; color: #607068; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.retailer-product-copy h3 { margin: 0; color: var(--forest); font-family: Georgia,serif; font-size: 21px; font-weight: 500; line-height: 1.12; }
.retailer-product-copy > span { display: block; margin-top: 7px; color: #75807b; font-size: 10px; line-height: 1.4; }
.retailer-product-copy > small { display: block; max-width: 620px; margin-top: 7px; color: #53615b; font-size: 10px; line-height: 1.45; }
.retailer-button { min-width: 235px; min-height: 44px; margin: 0; text-align: center; }
.retailer-action { display: grid; gap: 8px; justify-items: stretch; }
.retailer-action > span { color: #616e68; font-size: 9px; font-weight: 760; letter-spacing: .035em; line-height: 1.35; text-align: center; text-transform: uppercase; }
.retailer-listing-foot { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 13px 28px 15px; color: #6e7974; font-size: 10px; line-height: 1.45; }
.retailer-listing-foot span { flex: 0 0 auto; color: var(--forest); font-weight: 800; }
.retailer-listing-foot p { max-width: 650px; margin: 0; }
.relation-checks { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin: 80px 0 45px; border-radius: 15px; background: #e7dfd2; padding: 48px; }
.relation-checks h2 { margin: 16px 0 0; font-family: Georgia, serif; font-size: 40px; font-weight: 500; }
.relation-nav { display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid rgba(19,40,34,.18); padding-top: 28px; }
.relation-nav .outline-button { margin: 0; border-color: rgba(19,40,34,.25); color: var(--forest); }
.relation-nav .outline-button:hover { background: rgba(19,40,34,.06); border-color: rgba(19,40,34,.5); }
.relation-nav .primary-button { margin: 0; }
.footer-links .footer-cookie-settings { appearance: none; width: fit-content; border: 0; background: transparent; padding: 0; color: rgba(255,255,255,.69); font: inherit; font-size: 12px; text-align: left; cursor: pointer; }
.footer-links .footer-cookie-settings:hover, .footer-links .footer-cookie-settings:focus-visible { color: white; }
.cookie-consent[hidden] { display: none !important; }
.cookie-consent { position: fixed; z-index: 1000; inset: 0; display: flex; align-items: flex-end; justify-content: center; background: rgba(12,28,24,.46); padding: 24px; backdrop-filter: blur(5px); }
.cookie-consent-card { width: min(760px, 100%); border: 1px solid rgba(19,40,34,.2); border-radius: 18px; background: #f7f2e9; box-shadow: 0 26px 80px rgba(8,24,19,.28); padding: 30px; color: var(--ink); }
.cookie-consent-card h2 { margin: 9px 0 10px; font-family: Georgia, serif; font-size: clamp(26px, 4vw, 38px); font-weight: 500; letter-spacing: -.035em; }
.cookie-consent-card > p:not(.micro-label) { max-width: 680px; margin: 0; color: #53615b; font-size: 13px; line-height: 1.65; }
.cookie-privacy-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; color: var(--forest); font-size: 12px; font-weight: 760; text-decoration: none; }
.cookie-privacy-link:hover, .cookie-privacy-link:focus-visible { color: var(--coral); }
.cookie-consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.cookie-consent-actions button { min-height: 48px; border: 1px solid var(--forest); border-radius: 8px; background: transparent; padding: 11px 18px; color: var(--forest); font: inherit; font-size: 12px; font-weight: 780; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.cookie-consent-actions button:hover, .cookie-consent-actions button:focus-visible { background: var(--forest); color: #fff; transform: translateY(-1px); }
a, button, select, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(237,107,79,.42); outline-offset: 4px; border-radius: 5px; }
.catalog-nav > a { position: relative; }
.catalog-nav > a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--coral); transition: right .24s ease; }
.catalog-nav > a:hover::after, .catalog-nav > a:focus-visible::after { right: 0; }
.finder-card, .finder-card select, .primary-button, .machine-card, .match-card, .status-document article, .outline-button, .text-link { transition-timing-function: cubic-bezier(.2,.75,.25,1); }
.finder-card::after { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px transparent; transition: box-shadow .28s ease; }
.finder-card.finder-active::after { box-shadow: inset 0 0 0 1px rgba(237,107,79,.55); }
.finder-card select { transition: border-color .2s ease, box-shadow .2s ease, transform .18s ease, opacity .18s ease; }
.field-is-updating select { opacity: .55; transform: translateY(2px); }
.primary-button span, .machine-card-bottom b, .text-link span { transition: transform .22s cubic-bezier(.2,.75,.25,1); }
.primary-button:hover span, .primary-button:focus-visible span, .text-link:hover span, .text-link:focus-visible span { transform: translateX(4px); }
.machine-card:hover .machine-card-bottom b, .machine-card:focus-visible .machine-card-bottom b { transform: translate(2px,-2px); }
.match-card { transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease; }
.match-card:hover { transform: translateY(-2px); border-color: rgba(19,40,34,.42); box-shadow: 0 14px 32px rgba(19,40,34,.07); }
.status-document article { transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease; }
.status-document article:hover { transform: translateY(-3px); border-color: rgba(19,40,34,.4); box-shadow: 0 13px 30px rgba(19,40,34,.07); }
.outline-button:hover, .outline-button:focus-visible { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.7); }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .58s cubic-bezier(.2,.75,.25,1) var(--reveal-delay,0ms), transform .58s cubic-bezier(.2,.75,.25,1) var(--reveal-delay,0ms); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
@media (max-width: 1100px) { .retailer-listing-product { grid-template-columns: 92px 92px minmax(0,1fr); } .retailer-visual-listing { width: 92px; } .retailer-action { grid-column: 1 / -1; width: 100%; } .retailer-button { width: 100%; } }
@media (max-width: 1040px) { .catalog-nav { gap: 13px !important; font-size: 11px !important; } }
@media (max-width: 980px) { .site-header nav { gap: 18px; } .relation-index, .retailer-grid { grid-template-columns: repeat(2, 1fr); } .shopping-record { grid-template-columns: 1fr; gap: 30px; } .retailer-showcase-heading, .retailer-listing-heading { grid-template-columns: 1fr; gap: 22px; align-items: start; } }
@media (max-width: 980px) { .spo-machine-intro, .shop-machine-panel-head { grid-template-columns: 1fr; } .spo-machine-hero, .shop-machine-panel-head figure { min-height: 0; } .spo-machine-heading, .shop-accessory-heading { grid-template-columns: 1fr; gap: 14px; align-items: start; } .shop-machine-facts { grid-template-columns: repeat(2,minmax(0,1fr)); } .shop-machine-facts div:nth-child(3) { border-left: 0; } }
@media (max-width: 860px) { .site-header .catalog-nav { display: none; } .catalog-mobile { display: block; } }
@media (max-width: 700px) { .category-guide-grid, .relation-checks, .buying-path-heading { grid-template-columns: 1fr; gap: 20px; } .buying-path { padding: 34px 26px; } .buying-path-steps { grid-template-columns: 1fr; } .buying-path-home { margin: 30px auto 40px; padding: 24px 20px; } .buying-path-home .buying-path-heading { gap: 14px; } .buying-path-home .buying-path-steps { gap: 0; margin: 18px 0; } .buying-path-home .buying-path-steps li { display: grid; grid-template-columns: 28px minmax(0,1fr); column-gap: 10px; padding: 10px 0; } .buying-path-home .buying-path-steps li > span { grid-column: 1; grid-row: 1 / span 2; margin: 2px 0 0; } .buying-path-home .buying-path-steps strong, .buying-path-home .buying-path-steps p { grid-column: 2; } .shopping-record { padding: 30px 24px; } .shopping-record-fields { grid-template-columns: 1fr; } .shopping-record-fields > div + div { border-left: 0; border-top: 1px solid rgba(19,40,34,.14); padding-left: 0; } .shopping-record-actions { align-items: stretch; flex-direction: column; } .shopping-record-actions .primary-button { width: 100%; } .relation-index, .retailer-grid, .shop-accessory-grid { grid-template-columns: 1fr; } .retailer-showcase { margin: 40px auto 54px; } .retailer-showcase-heading { gap: 16px; margin-bottom: 18px; } .retailer-card { grid-template-columns: 66px minmax(0,1fr); gap: 6px 11px; min-height: 0; padding: 14px; } .retailer-visual-card { width: 66px; height: 66px; } .retailer-reference { width: 66px; min-height: 46px; } .retailer-card h3 { font-size: 17px; } .retailer-listing-heading { gap: 14px; padding: 20px 18px 17px; } .retailer-listing-product { grid-template-columns: 76px minmax(0,1fr); gap: 12px 15px; padding: 14px 18px; } .retailer-visual-listing { grid-column: 1; grid-row: 1; width: 76px; height: 70px; } .retailer-product-code { grid-column: 1; grid-row: 2; width: 76px; min-height: 58px; } .retailer-product-copy { grid-column: 2; grid-row: 1 / span 2; min-width: 0; } .retailer-product-copy h3 { font-size: 19px; } .retailer-action { grid-column: 1 / -1; width: 100%; } .retailer-button { min-width: 0; width: 100%; } .retailer-listing-foot { align-items: stretch; flex-direction: column; gap: 6px; padding: 12px 18px 14px; } .relation-nav { align-items: stretch; flex-direction: column; } .relation-nav a { width: 100%; } .shop-machine-main-action, .shop-accessory-card { align-items: stretch; flex-direction: column; } .shop-accessory-card .outline-button { flex: 0 0 auto; width: 100%; } .cookie-consent { padding: 12px; } .cookie-consent-card { padding: 24px 20px; } .cookie-consent-actions { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .header-tools { margin-left: auto; } .language-switcher select { width: 52px; padding: 7px 6px; } .category-guide-grid article, .relation-checks { padding: 26px 22px; } .buying-path .primary-button { width: 100%; min-width: 0; } }
@media (max-width: 620px) { .spo-machine-showcase { width: min(100% - 24px,1240px); margin: 38px auto 52px; border-radius: 18px; } .spo-machine-intro-copy { padding: 28px 22px 30px; } .spo-machine-intro-copy dl { grid-template-columns: 1fr; } .spo-machine-intro-copy dl div { grid-template-columns: 46px minmax(0,1fr); align-items: center; } .spo-machine-hero img { width: 100%; height: auto; } .spo-machine-heading { padding: 25px 22px 18px; } .spo-machine-rail { grid-auto-columns: minmax(252px,86vw); padding: 0 22px 18px; scroll-padding-inline: 22px; } .spo-machine-card { min-height: 370px; padding: 18px; } .spo-machine-card h3 { min-height: 0; } .spo-machine-disclosure { align-items: stretch; flex-direction: column; gap: 7px; padding: 14px 22px 17px; } .shop-machine-panel { border-radius: 16px; } .shop-machine-panel-head > div { padding: 26px 22px; } .shop-machine-panel-head img { width: 100%; height: auto; } .shop-machine-facts { grid-template-columns: 1fr; padding: 0 22px; } .shop-machine-facts div + div { border-left: 0; } .shop-machine-main-action, .shop-accessory-heading { padding: 24px 22px; } .shop-machine-main-action .primary-button { width: 100%; min-width: 0; } .shop-accessory-grid { padding: 0 22px 26px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; transition-delay: 0ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}
