/* KEGEMA CNC configuration: scoped, image-independent and native-control first. */
.shop-section, .shop-review {
  --shop-accent: #0088ff;
  --shop-ink: #1e272e;
  --shop-muted: #566b79;
  --shop-line: #dce5eb;
  --shop-soft: #f1f5f8;
  --shop-heading: var(--font-family-heading, 'Montserrat', sans-serif);
  --shop-body: var(--font-family-sans, 'Inter', sans-serif);
}
.shop-section {
  padding: 88px 0 64px;
  background: #222d34;
  color: #e5edf3;
  font-family: var(--shop-body);
  scroll-margin-top: 110px;
}

.shop-section [hidden], .shop-review[hidden] { display: none !important; }
.shop-section *, .shop-section *::before, .shop-section *::after { box-sizing: border-box; }
.shop-section button, .shop-section select, .shop-section textarea { font: inherit; }
.shop-section button, .shop-section select, .shop-section textarea { border-radius: 0; }
.shop-section button { cursor: pointer; }
.shop-section :focus-visible, .shop-review :focus-visible { outline: 3px solid var(--shop-accent); outline-offset: 4px; }
.shop-section :is(p, h2, h3, h4, dl, dd, fieldset) { margin: 0; }
.shop-section :is(.shop-step, .shop-summary, .shop-review) { scroll-margin-top: 114px; }

.shop-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 32px;
}
.shop-intro h2 {
  color: #fff;
  font-size: clamp(2rem, 4.15vw, 3.35rem);
  letter-spacing: -.035em;
  line-height: 1.12;
}
.shop-intro h2 span { display: block; color: #a8cdeb; }
.shop-intro-copy { max-width: 470px; padding-bottom: 3px; }
.shop-intro-copy p { color: #e0e8ef; font-size: .95rem; line-height: 1.8; }
.shop-intro-copy p + p { margin-top: 12px; color: #abc0ce; font-size: .8rem; }
.shop-intro :is(.shop-eyebrow, .cnc-availability) {
  display: block;
  margin-bottom: 19px;
  color: #e9c080;
  font-size: .7rem;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.shop-section .shop-draft-note {
  margin-bottom: 26px;
  padding: 14px 18px;
  border-left: 3px solid #e8b66c;
  background: #343632;
  color: #ead4b1;
  font-size: .79rem;
  line-height: 1.7;
}
.shop-draft-note strong { color: #ffdfa9; font-weight: 650; }
.shop-page-draft {
  padding: 12px 0;
  border-bottom: 1px solid #e2d2b9;
  background: #f8f2e6;
  color: #695435;
  font-family: var(--font-family-sans, 'Inter', sans-serif);
  font-size: .74rem;
  line-height: 1.75;
}
.shop-page-draft > .container { display: flex; justify-content: space-between; align-items: center; gap: 12px 24px; }
.shop-page-draft a { flex: none; color: #574322; font-weight: 650; text-decoration: underline; text-underline-offset: 4px; }
.shop-page-draft a:hover { color: #342612; }
.shop-page-draft a:focus-visible { outline: 3px solid #0088ff; outline-offset: 4px; }

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 28px;
  align-items: start;
}
.shop-workbench { min-width: 0; background: #fff; color: var(--shop-ink); }
.shop-step { padding: 32px; border-bottom: 1px solid var(--shop-line); }
.shop-step:last-child { border-bottom: 0; }
.shop-step-heading { display: flex; gap: 13px; align-items: baseline; margin-bottom: 23px; }
.shop-number {
  flex: none;
  color: #496e88;
  font: 650 .75rem/1.5 var(--shop-body);
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}
.shop-step-heading h3 {
  min-width: 0;
  color: var(--shop-ink);
  font: 650 1.25rem/1.35 var(--shop-heading);
  letter-spacing: -.025em;
}
.shop-model-tools { display: grid; gap: 9px; }
.shop-model-tools label, .shop-filter label {
  display: block;
  color: #405867;
  font-size: .77rem;
  font-weight: 600;
  line-height: 1.5;
}
.shop-select, .shop-filter select {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 54px;
  padding: 13px 34px 13px 15px;
  border: 1px solid #aebfc9;
  background-color: #fff;
  color: var(--shop-ink);
  font-size: .91rem;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease;
}
.shop-select:focus-visible, .shop-filter select:focus-visible { outline-offset: 2px; }
.shop-filter { margin-top: 3px; }
.shop-filter > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 8px 0;
  color: #4e687a;
  font-size: .77rem;
  font-weight: 550;
  list-style: none;
  cursor: pointer;
}
.shop-filter > summary::-webkit-details-marker { display: none; }
.shop-filter > summary::after {
  content: '+';
  flex: none;
  color: #376786;
  font-size: 1.15rem;
  line-height: 1;
}
.shop-filter[open] > summary::after { content: '−'; }
.shop-filter > summary > span { margin-left: auto; color: #61798a; font-size: .72rem; font-weight: 400; }
.shop-filter[open] { padding-bottom: 12px; }
.shop-filter label { margin: 12px 0 7px; }
.shop-filter select { min-height: 46px; font-size: .82rem; }
.shop-filter > div { min-width: 0; }

.shop-model-header { margin-top: 25px; }
.shop-family-label {
  display: block;
  margin-bottom: 8px;
  color: #416d89;
  font-size: .68rem;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.shop-model-header h4 {
  color: var(--shop-ink);
  font-size: clamp(1.65rem, 2.4vw, 2.3rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
}
.shop-model-header p { margin-top: 10px; color: var(--shop-muted); font-size: .84rem; line-height: 1.75; }
.shop-facts {
  display: grid;
  grid-template-columns: 1.3fr .75fr 1fr;
  gap: 18px;
  padding: 22px 0;
  margin-top: 24px !important;
  border-top: 1px solid var(--shop-line);
  border-bottom: 1px solid var(--shop-line);
}
.shop-facts > div { min-width: 0; }
.shop-facts > div + div { padding-left: 18px; border-left: 1px solid var(--shop-line); }
.shop-facts dt { margin-bottom: 8px; color: #587183; font-size: .7rem; line-height: 1.5; }
.shop-facts dd {
  color: #223e51;
  font-size: .94rem;
  font-weight: 650;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.shop-standards { margin-top: 21px; }
.shop-step.shop-standards { margin-top: 0; }
.shop-standards h3 { margin: 0 0 18px; color: var(--shop-ink); font: 650 1.25rem/1.4 var(--shop-heading); letter-spacing: -.025em; }
.shop-standards h4, .shop-standards h5 {
  margin: 0 0 10px;
  color: #304f63;
  font-family: var(--shop-body);
  font-size: .79rem;
  font-weight: 650;
  line-height: 1.5;
}
.shop-standards dl > div, dl.shop-standards > div {
  display: grid;
  grid-template-columns: minmax(105px, .6fr) minmax(0, 1fr);
  gap: 20px;
  padding: 10px 0;
  border-top: 1px solid #e8edf1;
  font-size: .77rem;
  line-height: 1.65;
}
.shop-standards dt { color: #607584; }
.shop-standards dd { color: #2e495b; overflow-wrap: anywhere; }
.shop-standards p { color: var(--shop-muted); font-size: .8rem; line-height: 1.75; }
.shop-scope-label { display:block; margin-bottom:10px; color:#416d89; font-size:.68rem; font-weight:650; letter-spacing:.1em; line-height:1.6; text-transform:uppercase; }
.shop-step.shop-standards { background:#f7fafc; }
.shop-standards h3, .shop-extras-intro h3 { margin-bottom:12px; color:var(--shop-ink); font:650 1.25rem/1.4 var(--shop-heading); letter-spacing:-.025em; }
.shop-section .shop-scope-intro { margin-bottom:22px; color:var(--shop-muted); font-size:.8rem; line-height:1.75; }
.shop-step.shop-extras-intro { border-top:3px solid var(--shop-accent); }
.shop-extras-intro .shop-scope-intro { margin-bottom:0; }
.shop-extras-intro .advisor-accessory-hint { flex-direction:column; align-items:flex-start; padding:20px; }

.shop-section .shop-base-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-top: 19px;
  color: #536e80;
  font-size: .8rem;
  line-height: 1.6;
}
.shop-base-price strong { color: var(--shop-ink); font: 650 1.25rem/1.3 var(--shop-heading); letter-spacing: -.025em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.shop-presets { margin-top: 29px; }
.shop-presets-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 9px 18px; margin-bottom: 14px; }
.shop-presets-heading h4 { color: #284558; font: 650 .91rem/1.5 var(--shop-body); }
.shop-presets-heading > span { color: #627988; font-size: .7rem; line-height: 1.6; text-align: right; }
.shop-presets > p { margin: -8px 0 18px; color: var(--shop-muted); font-size: .8rem; line-height: 1.7; }
.shop-preset-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.shop-preset-grid button {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
  min-height: 145px;
  padding: 18px 14px 17px;
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px #d5e0e7;
  background: #f6f8fa;
  color: var(--shop-ink);
  text-align: left;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}
.shop-preset-grid button::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--shop-accent);
  transform: scaleX(0);
  transform-origin: var(--preset-origin-x, 0%) 0%;
  transition: transform 160ms ease;
}
.shop-preset-grid strong { font-size: .83rem; font-weight: 650; line-height: 1.5; overflow-wrap: anywhere; }
.shop-preset-grid span { color: #596e7c; font-size: .72rem; line-height: 1.6; }
.shop-preset-grid small { margin-top: auto; padding-top: 4px; color: #325b77; font-size: .72rem; line-height: 1.55; font-weight: 600; }
.shop-preset-grid button[aria-pressed='true'] { background: #edf6fd; box-shadow: inset 0 0 0 1px #98c6e7; }
.shop-preset-grid button[aria-pressed='true']::before { transform: scaleX(1); }
.shop-preset-grid button[aria-pressed='true'] strong { color: #165c8d; }

.shop-options-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; padding: 32px 32px 26px; }
.shop-equipment { min-width: 0; padding: 0; border: 0; }
.shop-equipment legend {
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  color: var(--shop-ink);
  font: 650 1.05rem/1.5 var(--shop-heading);
  letter-spacing: -.02em;
}
.shop-equipment legend .shop-number { display: inline-block; margin-right: 9px; vertical-align: .08em; }
.shop-equipment legend h3 { display: inline; margin: 0; font: inherit; color: inherit; }
.shop-choice {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  min-height: 78px;
  padding: 17px 15px;
  border: 0;
  box-shadow: inset 0 0 0 1px #d6e1e8;
  background: #f7f9fb;
  color: var(--shop-ink);
  cursor: pointer;
  transition: background-color 160ms ease, box-shadow 160ms ease;
}
.shop-choice + .shop-choice { margin-top: 9px; }
.shop-choice::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--shop-accent);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 140ms ease;
}
.shop-choice input:is([type='radio'],[type='checkbox']) {
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin: 3px 0 0;
  accent-color: #007cde;
  cursor: pointer;
}
.shop-choice > span { min-width: 0; }
.shop-choice strong { display: block; font-size: .8rem; font-weight: 600; line-height: 1.5; }
.shop-choice small { display: block; margin-top: 5px; color: #5d7281; font-size: .7rem; line-height: 1.6; }
.shop-choice :is(strong, small), .shop-equipment-help, .shop-equipment legend { overflow-wrap:anywhere; hyphens:auto; }
.shop-equipment legend { max-width:100%; }
.shop-choice b { max-width: 95px; padding-top: 1px; color: #315a76; font-size: .72rem; font-weight: 650; line-height: 1.65; text-align: right; font-variant-numeric: tabular-nums; }
.shop-choice:has(input:checked), .shop-choice.is-selected { background: #edf6fd; box-shadow: inset 0 0 0 1px #97c6e7; }
.shop-choice:has(input:checked)::before, .shop-choice.is-selected::before, .shop-choice:focus-within::before { transform: scaleY(1); }
.shop-choice:has(input:checked) strong, .shop-choice.is-selected strong { color: #155780; }
.shop-choice:has(input:disabled) { cursor: not-allowed; background: #f4f5f6; color: #667781; }
.shop-choice:has(input:disabled) input { cursor: not-allowed; }
.shop-option-note { margin: 13px 0 0 !important; color: #617683; font-size: .71rem; line-height: 1.75; }
.shop-section .shop-change-note { margin: 0; padding: 16px 32px; border-top: 1px solid #e0e8ee; border-bottom: 1px solid #e0e8ee; background: #f4f7f9; color: #5b7282; font-size: .76rem; line-height: 1.75; }

.shop-summary {
  position: sticky;
  top: 110px;
  max-height: calc(100vh - 130px);
  max-height: calc(100dvh - 130px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #5284a4 #dce6ed;
  scrollbar-gutter: stable;
  min-width: 0;
  padding: 30px 27px 26px;
  border-top: 4px solid var(--shop-accent);
  background: #eef3f7;
  color: var(--shop-ink);
}
.shop-summary::-webkit-scrollbar { width: 6px; }
.shop-summary::-webkit-scrollbar-track { background: #dce6ed; }
.shop-summary::-webkit-scrollbar-thumb { background: #5284a4; }
.shop-summary::-webkit-scrollbar-thumb:hover { background: #0073d6; }
.shop-summary:focus-visible { outline-offset: 3px; }
.shop-section .shop-summary :is(button, a) { scroll-margin-top: 20px; scroll-margin-bottom: 20px; }
.shop-summary-kicker { display: block; margin-bottom: 14px !important; color: #4f6c80; font-size: .67rem; font-weight: 650; text-transform: uppercase; letter-spacing: .11em; line-height: 1.6; }
.shop-summary h3 { color: var(--shop-ink); font-size: 1.6rem; font-weight: 700; line-height: 1.25; letter-spacing: -.03em; overflow-wrap: anywhere; }
.shop-summary > p:not(.shop-summary-kicker):not(.shop-pending):not(.shop-price-note) { margin-top: 9px; color: #567081; font-size: .76rem; line-height: 1.7; }
.shop-summary-lines { margin: 25px 0 0 !important; }
.shop-summary-lines > div, .shop-summary-lines dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #d5e0e8;
  font-size: .76rem;
  line-height: 1.65;
}
.shop-summary-lines dt { color: #29495e; font-weight: 550; overflow-wrap: anywhere; }
.shop-summary-lines dt > span { display: block; margin-bottom: 4px; color: #647d8e; font-size: .61rem; font-weight: 500; letter-spacing: .045em; line-height: 1.6; text-transform: uppercase; }
.shop-summary-lines dt small { display: block; color: #647a89; font-size: .69rem; }
.shop-summary-lines dd { align-self: center; max-width: 115px; color: #243f53; font-weight: 600; text-align: right; font-variant-numeric: tabular-nums; }
.shop-total { margin-top: 25px; }
.shop-total > :is(label, span, p) { display: block; margin-bottom: 5px; color: #4b687b; font-size: .76rem; line-height: 1.6; }
.shop-total strong { display: block; color: var(--shop-ink); font: 700 clamp(1.8rem, 2.7vw, 2.3rem)/1.2 var(--shop-heading); letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.shop-pending { margin-top: 11px !important; padding-left: 10px; border-left: 2px solid #b8965f; color: #795e35; font-size: .73rem; line-height: 1.7; }
.shop-section .shop-primary, .shop-review .shop-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  margin-top: 24px;
  padding: 14px 16px;
  border: 0;
  border-radius: 0;
  /* Deeper Azure keeps compact white button text legible. */
  background: #0073d6;
  color: #fff;
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease;
}
.shop-section .shop-secondary { display: block; width: fit-content; min-height: 44px; margin: 6px auto 0; padding: 12px 2px; border: 0; background: transparent; color: #315b77; font-size: .76rem; font-weight: 550; line-height: 1.7; text-align: center; text-underline-offset: 4px; }
.shop-price-note { margin-top: 17px !important; color: #5f7482; font-size: .68rem; line-height: 1.75; }
.shop-bottom-note { margin-top: 26px !important; color: #b1c0cb; font-size: .77rem; line-height: 1.85; }
.shop-summary .shop-bottom-note { padding-top: 16px; margin-top: 9px !important; border-top: 1px solid #d5e0e8; color: #60798a; font-size: .7rem; line-height: 1.75; }
.shop-bottom-note a { color: #b8def9; text-underline-offset: 4px; }
.shop-mobile-total { display: none; }
.shop-section #shop-fallback { padding: 28px; background: #fff; color: var(--shop-ink); }
.shop-section #shop-fallback p { margin-bottom: 20px; color: var(--shop-muted); font-size: .85rem; line-height: 1.75; }
.shop-section #shop-fallback table { width: 100%; border-collapse: collapse; font-size: .8rem; line-height: 1.65; }
.shop-section #shop-fallback :is(th, td) { padding: 12px 8px; border-bottom: 1px solid var(--shop-line); text-align: left; }
.shop-section #shop-fallback th { font-weight: 600; }
.shop-section #shop-fallback td { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.shop-section #shop-fallback thead { color: #3f6177; background: #edf3f7; }

.shop-review { margin-top: 28px; padding: 28px 32px; background: #fff; color: var(--shop-ink); font-family: var(--shop-body); scroll-margin-top: 115px; }
.shop-review h3 { margin: 0 0 12px; color: var(--shop-ink); font-size: 1.2rem; line-height: 1.4; }
.shop-review p, .shop-review label { display: block; margin-bottom: 12px; color: #526d7f; font-size: .8rem; line-height: 1.75; }
.shop-review textarea { display: block; width: 100%; min-height: 190px; padding: 15px; border: 1px solid #bdcdd7; background: #f8fafb; color: #28475b; font-size: .8rem; line-height: 1.75; resize: vertical; }
.shop-review .shop-primary { width: fit-content; min-width: 245px; margin: 20px 0 16px; cursor: pointer; }
.shop-review > .container > a { display: inline-block; padding: 10px 0; color: #28658e; font-size: .8rem; }
.shop-status { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

@media (hover: hover) and (pointer: fine) {
  .shop-select:hover, .shop-filter select:hover { border-color: #6695b4; background-color: #fafdff; }
  .shop-filter > summary:hover { color: #096aa7; }
  .shop-preset-grid button:hover { background: #eaf3fa; box-shadow: inset 0 0 0 1px #8ab9d9; }
  .shop-preset-grid button:hover::before { transform: scaleX(1); }
  .shop-choice:not(:has(input:disabled)):hover { background: #eaf3fa; box-shadow: inset 0 0 0 1px #95bad3; }
  .shop-choice:not(:has(input:disabled)):hover::before { transform: scaleY(1); }
  .shop-section .shop-primary:hover, .shop-review .shop-primary:hover { background: #006dcc; color: #fff; }
  .shop-section .shop-secondary:hover { color: #096aa7; text-decoration: underline; }
  .shop-bottom-note a:hover { color: #fff; text-decoration: underline; }
}

@media (max-width: 1180px) {
  .shop-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 22px; }
  .shop-step { padding: 28px; }
  .shop-options-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 28px; }
  .shop-section .shop-change-note { padding-left: 28px; padding-right: 28px; }
  .shop-summary { padding: 27px 23px 24px; }
  .shop-intro { gap: 36px; }
  .shop-preset-grid button { padding: 16px 11px; }
  .shop-preset-grid strong { font-size: .76rem; }
  .shop-facts { gap: 12px; }
  .shop-facts > div + div { padding-left: 12px; }
}

@media (max-width: 960px) {
  .shop-section { padding: 64px 0 48px; }
  .shop-layout { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .shop-intro { gap: 28px; }
  .shop-intro h2 { font-size: clamp(2rem, 4.5vw, 2.6rem); }
  .shop-intro-copy p { font-size: .86rem; }
  .shop-summary { position: static; max-height: none; overflow: visible; scrollbar-gutter: auto; padding: 30px; }
  .shop-summary-lines > div, .shop-summary-lines dl > div { grid-template-columns: minmax(0, 1fr) minmax(100px, auto); }
  .shop-summary-lines dd { max-width: none; }
  .shop-options-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .shop-preset-grid button { min-height: 130px; padding: 18px 16px; }
  .shop-preset-grid strong { font-size: .86rem; }
  .shop-mobile-total {
    position: sticky;
    top: var(--header-height, 76px);
    z-index: 25;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
    padding: 13px 19px;
    border-top: 3px solid var(--shop-accent);
    background: #eef3f7;
    color: var(--shop-ink);
    box-shadow: 0 5px 13px rgb(15 29 40 / 12%);
  }
  .shop-mobile-total > div { min-width: 0; }
  .shop-mobile-total :is(span, small) { display: block; color: #536e80; font-size: .66rem; line-height: 1.5; }
  .shop-mobile-total #shop-mobile-price { color: var(--shop-ink); font: 700 1.2rem/1.3 var(--shop-heading); font-variant-numeric: tabular-nums; letter-spacing: -.025em; }
  .shop-mobile-total strong { display: block; color: var(--shop-ink); font: 700 1.12rem/1.3 var(--shop-heading); font-variant-numeric: tabular-nums; letter-spacing: -.025em; }
  .shop-mobile-total a { display: block; min-height: 44px; padding: 10px 0; color: #205b83; font-size: .74rem; font-weight: 650; line-height: 1.6; text-decoration: none; text-underline-offset: 4px; }
  .shop-mobile-total > a:only-child { display: flex; justify-content: space-between; align-items: center; gap: 18px; width: 100%; padding: 0; }
  .shop-mobile-total > a > span:last-child { color: #315f7e; font-size: .72rem; font-weight: 600; }
  .shop-section :is(.shop-step, .shop-summary, .shop-review) { scroll-margin-top: calc(var(--header-height, 76px) + 105px); }
}

@media (max-width: 700px) {
  .shop-intro { grid-template-columns: minmax(0, 1fr); gap: 21px; margin-bottom: 24px; }
  .shop-intro-copy { max-width: 560px; }
  .shop-intro-copy p + p { font-size: .77rem; }
  .shop-options-grid { grid-template-columns: minmax(0, 1fr); }
  .shop-page-draft > .container { display: block; }
  .shop-page-draft a { display: inline-block; padding-left: 5px; }
  .shop-preset-grid button { padding: 16px 12px; }
  .shop-preset-grid strong { font-size: .77rem; }
}

@media (max-width: 480px) {
  .shop-section { padding: 48px 0 38px; }
  .shop-section > .container { padding-left: 16px; padding-right: 16px; }
  .shop-intro h2 { font-size: 2.2rem; }
  .shop-intro :is(.shop-eyebrow, .cnc-availability) { margin-bottom: 15px; font-size: .64rem; }
  .shop-intro-copy p { font-size: .82rem; }
  .shop-section .shop-draft-note { padding: 12px 14px; font-size: .73rem; margin-bottom: 20px; }
  .shop-step { padding: 24px 20px; }
  .shop-options-grid { padding: 25px 20px; }
  .shop-section .shop-change-note { padding: 14px 20px; font-size: .73rem; }
  .shop-standards h3 { font-size: 1.15rem; line-height: 1.5; }
  .shop-step-heading { gap: 10px; margin-bottom: 18px; }
  .shop-step-heading h3 { font-size: 1.1rem; }
  .shop-number { font-size: .69rem; }
  .shop-select { min-height: 52px; font-size: .83rem; padding-left: 11px; }
  .shop-model-header h4 { font-size: 1.8rem; }
  .shop-model-header p { font-size: .78rem; }
  .shop-facts { grid-template-columns: 1fr 1fr; gap: 16px 14px; padding: 19px 0; }
  .shop-facts > div:first-child { grid-column: 1 / -1; padding-bottom: 14px; border-bottom: 1px solid var(--shop-line); }
  .shop-facts > div:nth-child(2) { padding-left: 0; border-left: 0; }
  .shop-facts dt { margin-bottom: 5px; font-size: .68rem; }
  .shop-facts dd { font-size: .89rem; }
  .shop-standards dl > div, dl.shop-standards > div { grid-template-columns: minmax(82px, .7fr) minmax(0, 1fr); gap: 14px; font-size: .73rem; }
  .shop-preset-grid { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .shop-presets { margin-top: 24px; }
  .shop-presets-heading { display: block; }
  .shop-presets-heading > span { display: block; margin-top: 4px; text-align: left; }
  .shop-base-price strong { font-size: 1.15rem; }
  .shop-preset-grid button { min-height: 0; padding: 15px 17px; gap: 5px; }
  .shop-preset-grid button::before { inset: 0 auto 0 0; width: 3px; height: auto; transform: scaleY(0); transform-origin: 0% var(--preset-origin-y, 0%); }
  .shop-preset-grid button[aria-pressed='true']::before { transform: scaleY(1); }
  .shop-preset-grid strong { font-size: .85rem; }
  .shop-preset-grid span { font-size: .73rem; }
  .shop-preset-grid small { padding-top: 2px; }
  .shop-equipment legend { font-size: 1rem; }
  .shop-choice { padding: 16px 13px; gap: 9px; grid-template-columns: 17px minmax(0, 1fr) auto; }
  .shop-choice strong { font-size: .78rem; }
  .shop-choice b { max-width: 79px; font-size: .68rem; }
  .shop-choice small { font-size: .69rem; }
  .shop-summary { padding: 25px 21px; }
  .shop-summary h3 { font-size: 1.5rem; }
  .shop-summary-lines > div, .shop-summary-lines dl > div { gap: 13px; font-size: .74rem; }
  .shop-total strong { font-size: 2.05rem; }
  .shop-section .shop-primary, .shop-review .shop-primary { font-size: .72rem; padding: 14px 12px; }
  .shop-bottom-note { font-size: .73rem; }
  .shop-mobile-total { gap: 14px; padding: 10px 15px; }
  .shop-mobile-total a { font-size: .7rem; }
  .shop-mobile-total #shop-mobile-price { font-size: 1.2rem; }
  .shop-review { margin-top: 22px; padding: 24px 20px; }
  .shop-review textarea { padding: 12px; font-size: .75rem; }
  .shop-section #shop-fallback { padding: 18px 15px; }
  .shop-section #shop-fallback table { font-size: .72rem; }
  .shop-review .shop-primary { min-width: 0; width: 100%; }
  .shop-page-draft { font-size: .7rem; padding: 10px 0; }
}

@media (max-width: 359px) {
  .shop-step { padding-left: 17px; padding-right: 17px; }
  .shop-options-grid { padding-left: 17px; padding-right: 17px; }
  .shop-section .shop-change-note { padding-left: 17px; padding-right: 17px; }
  .shop-intro h2 { font-size: 1.95rem; }
  .shop-choice { grid-template-columns: 17px minmax(0, 1fr); }
  .shop-choice > b { grid-column: 2; max-width: none; padding: 0; text-align: left; }
  .shop-choice strong { font-size: .79rem; }
  .shop-summary { padding-left: 18px; padding-right: 18px; }
  .shop-mobile-total strong { font-size: 1.03rem; }
  .shop-mobile-total #shop-mobile-price { font-size: 1.08rem; }
  .shop-mobile-total > a:only-child { gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .shop-section *, .shop-section *::before, .shop-section *::after { transition: none !important; animation: none !important; }
  .shop-review *, .shop-review *::before, .shop-review *::after { transition: none !important; animation: none !important; }
}
body.shop-in-view .contact-bar { visibility: hidden; pointer-events: none; }
.shop-inquiry-note { margin: 0 0 12px; padding: 12px 14px; border-left: 3px solid #0088ff; background: #eaf4fc; color: #23475e; font-size: .8rem; line-height: 1.6; }
.shop-inquiry-note[hidden] { display: none; }
.shop-section > .container { container-type: inline-size; }
@container (max-width: 70em) {
  .shop-layout { grid-template-columns: minmax(0, 1fr); }
  .shop-summary { position: static; max-height: none; overflow: visible; scrollbar-gutter: auto; }
}
@container (max-width: 44em) {
  .shop-options-grid { grid-template-columns: minmax(0, 1fr); }
  .shop-preset-grid { grid-template-columns: minmax(0, 1fr); }
  .shop-intro { grid-template-columns: minmax(0, 1fr); }
}
.shop-section :is(input, select, button, summary) { scroll-margin-top: 125px; scroll-margin-bottom: 24px; }
@media (max-width: 960px) {
  .shop-section :is(input, select, button, summary) { scroll-margin-top: max(205px, calc(90px + 6rem)); }
  .shop-mobile-total #shop-mobile-price { font-size: 1rem; }
  .shop-mobile-total > a:only-child { flex-wrap:wrap; }
  .shop-mobile-total a > span { min-width:0; max-width:100%; }
}
.cnc-configurator-page #shop-heading, .cnc-configurator-page .cta-text :is(h2, p, a) { overflow-wrap:anywhere; hyphens:auto; }
.cnc-configurator-page .cta-container > * { min-width:0; }
.cnc-configurator-page .footer-col { min-width:0; overflow-wrap:anywhere; hyphens:auto; }
@media (max-width:768px) {
  .cnc-configurator-page .cta-container { grid-template-columns:minmax(0,1fr); }
  .cnc-configurator-page .contact-card { padding:clamp(18px,4vw,32px); }
  .cnc-configurator-page .cta-form-container :is(label, button, p) { overflow-wrap:anywhere; hyphens:auto; }
}
@media (max-width:600px) {
  .cnc-configurator-page .cta-container { padding-inline:16px; }
}
