/* Supplier details, presented in the GLAMËA palette. */
/* The existing range-seven layout keeps the product images side by side. */
.range-seven.machine-lineup { gap: 24px; align-items: stretch; }
.range-seven.machine-lineup .range-tile img { height: 240px; padding: 10px; background: #fff; }
.range-seven.machine-lineup .range-tile > span { padding: 16px 18px; }
.range-seven.machine-lineup .range-tile span b { font-size: 24px; line-height: 1.2; }
.range-seven.machine-lineup .range-tile span small { font-size: 14px; margin-top: 9px; }
.range-hero.catalogue-heading { padding: 35px 0 23px; }
.catalogue-heading h1 { font-size: clamp(37px, 4.3vw, 60px); }
.catalogue-heading .eyebrow { margin-bottom: 12px; }
.catalogue-heading .lead { margin-top: 16px; }
.catalogue-heading .range-shortcuts { margin-top: 15px; }
.section.catalogue-gallery { padding-top: 32px; }
.catalogue-source { margin: 20px 0; }
.catalogue-other { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 30px; padding: 25px; background: var(--pearl); }
.catalogue-other h3 { font-family: var(--serif); font-size: 29px; margin-bottom: 12px; }
.catalogue-other .eyebrow { margin-bottom: 12px; }
.catalogue-other p:last-child { margin: 0; }
.catalogue-other .button { flex-shrink: 0; }
.machine-sheet-heading { padding: 26px 0 25px; background: var(--pearl); }
.machine-sheet-heading .back-link { margin-bottom: 12px; }
.machine-sheet-heading .eyebrow { margin-bottom: 8px; font-size: 14px; }
.machine-sheet-heading h1 { font-size: clamp(30px, 3.5vw, 49px); line-height: 1.17; }
.section.machine-sheet { padding-top: 36px; }
.machine-sheet .model-split { align-items: start; gap: 45px; }
.supplier-machine { background: #fff; align-self: start; border: 1px solid #eadfe5; padding: 16px; }
.supplier-machine figcaption { font-size: 14px; color: var(--muted); padding: 16px 0 0; }
.machine-sheet .model-copy h2 { font-size: 32px; margin-bottom: 16px; }
.machine-sheet .model-copy h3 { font-family: var(--serif); font-size: 27px; margin: 32px 0 14px; }
.machine-sheet .model-copy h3 + .specs { margin-top: 0; }
.model-copy .specs > div { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 12px; align-items: start; }
.model-copy .specs dt, .model-copy .specs dd { min-width: 0; overflow-wrap: anywhere; }
.model-copy .specs dd { margin-left: 0; text-align: left; }
@media (max-width: 1000px) {
  .catalogue-other { align-items: flex-start; flex-direction: column; }
  .machine-sheet .model-split { gap: 28px; }
}
@media (max-width: 640px) {
  .range-hero.catalogue-heading { padding: 25px 0 18px; }
  .catalogue-heading h1 { font-size: 39px; }
  .catalogue-heading .lead { font-size: 17px; }
  .catalogue-heading .range-shortcuts { gap: 0 18px; }
  .section.catalogue-gallery { padding-top: 24px; }
  .range-seven.machine-lineup { gap: 22px 14px; }
  .range-seven.machine-lineup > a, .range-seven.machine-lineup > a:nth-child(n+5) { flex: 0 0 calc(50% - 7px); max-width: calc(50% - 7px); }
  .range-seven.machine-lineup .range-tile img { height: 180px; padding: 7px; }
  .range-seven.machine-lineup .range-tile > span { padding: 13px 11px; }
  .range-seven.machine-lineup .range-tile span b { font-size: 20px; }
  .range-seven.machine-lineup .range-tile span small { font-size: 14px; }
  .catalogue-other { padding: 24px; }
  .catalogue-other .button { width: 100%; }
  .machine-sheet-heading { padding: 20px 0; }
  .machine-sheet-heading h1 { font-size: 31px; }
  .section.machine-sheet { padding-top: 23px; }
  .machine-sheet .supplier-machine > img { max-height: 290px; }
  .machine-sheet .model-copy h2 { font-size: 29px; }
  .model-copy .specs > div { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); font-size: 15px; gap: 12px; }
  .comparison-wrap { overflow: visible; min-width: 0; }
  .comparison-table { display: block; min-width: 0; width: 100%; }
  .comparison-table caption { display: block; margin-bottom: 20px; }
  .comparison-table thead { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .comparison-table tbody { display: block; }
  .comparison-table tr { display: block; padding: 18px; margin-bottom: 16px; border: 1px solid var(--line); background: #fff; }
  .comparison-table tbody th { display: block; width: 100%; padding: 0 0 14px; font-size: 17px; }
  .comparison-table td, .comparison-table td:nth-child(2) { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 12px; width: 100%; padding: 12px 0; font-size: 15px; overflow-wrap: anywhere; }
  .comparison-table td::before { content: attr(data-label); color: var(--muted); }
  .comparison-table td:last-child { border-bottom: 0; padding-bottom: 0; }
}
@media (max-width: 360px) {
  .header-inner { gap: 12px; }
  .header-inner .brand-name { font-size: 24px; }
  .header-inner .menu-toggle { gap: 10px; padding: 10px 12px; }
}
.model-visual.product:has(figcaption) { aspect-ratio: auto; max-height: none; }
.model-visual.product:has(figcaption) > img { height: auto; max-height: 620px; object-fit: contain; }
.design-library { background: #392332; color: #fffbf5; }
.library-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 80px; align-items: center; }
.design-library .eyebrow, .design-library em { color: #e9caad; }
.design-library h2 { max-width: 720px; margin-bottom: 28px; }
.design-library .library-layout > div > p:not(.eyebrow) { color: #ecdee5; max-width: 57ch; }
.design-families { display: flex; flex-wrap: wrap; list-style: none; padding: 0; gap: 9px; margin: 28px 0 0; }
.design-families li { border: 1px solid #876c79; padding: 7px 13px; font-size: 14px; color: #f9e8db; }
.library-numbers { border-left: 1px solid #927e7e; padding-left: 45px; }
.library-source { font-size: 13px; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; }
.library-numbers dl { margin: 28px 0 0; }
.library-numbers dl > div { display: flex; flex-direction: column-reverse; margin-top: 26px; }
.library-numbers dd { font-family: var(--serif); font-size: clamp(54px, 5.4vw, 78px); line-height: 1; margin: 0 0 13px; font-variant-numeric: lining-nums; }
.library-numbers dd span { font-size: .52em; color: #e9caad; margin-left: 4px; vertical-align: top; }
.library-numbers dt { font-size: 15px; color: #ecdee5; }
.library-note { border-top: 1px solid #785e70; padding-top: 24px; margin: 40px 0 0; font-size: 13px; line-height: 1.8; color: #e0ccd6; max-width: 110ch; }
.mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.mode-grid article { padding: 38px; border: 1px solid #d9bfac; background: #fffcf7; }
.mode-grid article:nth-child(2) { background: #f8eff4; }
.mode-label { display: flex; align-items: center; gap: 19px; font-size: 12px; font-weight: 600; letter-spacing: .12em; color: #755242; }
.mode-label span { font-family: var(--serif); font-size: 42px; letter-spacing: -.04em; font-weight: 400; }
.mode-grid h3 { font-family: var(--serif); font-size: clamp(30px, 3.1vw, 43px); margin: 22px 0; color: var(--plum-dark); }
.mode-grid article > p:not(.mode-label) { color: var(--muted); font-size: 16px; }
.mode-grid .mode-detail { padding-top: 20px; margin: 26px 0 0; border-top: 1px solid #dcccce; }
.mode-detail b { display: block; font-weight: 500; color: #4b313e; margin-bottom: 4px; }
.mode-footer { display: flex; gap: 30px; justify-content: space-between; align-items: flex-start; margin-top: 26px; }
.mode-footer p { max-width: 74ch; font-size: 14px; color: var(--muted); margin: 0; }
.mode-footer a { flex-shrink: 0; }
.equipment-explained { background: #fffcf8; }
.equipment-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 56px; list-style: none; margin: 0; padding: 0; }
.equipment-list li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 18px; padding-top: 23px; border-top: 1px solid #d9c6b7; }
.equipment-list h3 { font-family: var(--serif); font-size: 29px; margin-bottom: 13px; }
.equipment-list p { font-size: 16px; color: var(--muted); margin: 0; }
.equipment-base { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; background: #f3e8ed; padding: 35px; margin: 42px 0 22px; align-items: center; }
.equipment-base .eyebrow { font-size: 11px; margin-bottom: 16px; }
.equipment-height { font-family: var(--serif); font-size: 65px; color: var(--plum-dark); line-height: 1; margin: 0; }
.equipment-height span { display: block; font-family: var(--sans); font-size: 15px; line-height: 1.6; color: var(--muted); margin-top: 10px; }
.equipment-base h3 { font-family: var(--serif); font-size: 30px; margin-bottom: 15px; }
.equipment-base p:not(.eyebrow):not(.equipment-height) { font-size: 15px; color: var(--muted); margin-bottom: 0; }
@media (max-width: 1000px) {
  .library-layout { gap: 40px; }
  .library-numbers { padding-left: 30px; }
  .mode-footer { flex-direction: column; gap: 14px; }
  .equipment-base { gap: 30px; }
}
@media (max-width: 640px) {
  .library-layout, .mode-grid, .equipment-list, .equipment-base { grid-template-columns: minmax(0, 1fr); }
  .library-numbers { border-left: 0; border-top: 1px solid #927e7e; padding: 26px 0 0; }
  .library-numbers dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 0; }
  .library-numbers dd { font-size: clamp(42px, 10vw, 62px); }
  .library-numbers dt { font-size: 13px; }
  .library-source { font-size: 11px; }
  .design-families li { font-size: 13px; padding: 6px 11px; }
  .mode-grid { gap: 18px; }
  .mode-grid article { padding: 26px; }
  .mode-grid h3 { font-size: 34px; }
  .equipment-list { gap: 24px; }
  .equipment-list h3 { font-size: 27px; }
  .equipment-base { gap: 28px; padding: 28px; }
}

/* Machine financing links use the existing GLAMËA buttons. */
.machine-financing .section-heading { margin-bottom: 24px; }
.machine-financing .container > p { max-width: 76ch; }
.financing-terms { margin-top: 18px; font-size: 14px; line-height: 1.7; }
.machine-purchase-actions .button, .machine-financing .button { min-width: 0; max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
@media (max-width: 640px) {
  .machine-purchase-actions, .machine-financing .actions { gap: 14px; }
  .machine-purchase-actions .button, .machine-financing .button { width: 100%; justify-content: center; text-align: center; }
}
