/*
 * LOCCO — made-to-order page
 * Scoped stylesheet. It does not override the shared site shell.
 */

.made-to-order-page {
  --mto-page: #f6f3ed;
  --mto-soft: #ece9e1;
  --mto-card: #fffdf8;
  --mto-green-soft: #e4eee7;
  --mto-text: #183e36;
  --mto-muted: #68746f;
  --mto-green: #1f5b4d;
  --mto-green-deep: #123f35;
  --mto-warm: #efb08c;
  --mto-warm-soft: #f8dfcf;
  --mto-border: rgba(24, 62, 54, .14);
  --mto-shadow: 0 22px 54px rgba(25, 66, 55, .12);
  --mto-radius-card: 22px;
  --mto-radius-feature: 32px;
  --mto-container: 1240px;

  overflow: clip;
  background: var(--mto-page);
  color: var(--mto-text);
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.made-to-order-page *,
.made-to-order-page *::before,
.made-to-order-page *::after {
  box-sizing: border-box;
}

.made-to-order-page a { color: inherit; }
.made-to-order-page img { display: block; width: 100%; height: auto; }

.made-to-order-page .container {
  width: min(var(--mto-container), calc(100% - 48px));
  margin-inline: auto;
}

.made-to-order-page > .mto-hero-section,
.made-to-order-page > .mto-facts-section {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

.made-to-order-page > .mto-hero-section > .container.hero-grid,
.made-to-order-page > .mto-facts-section > .container.fact-grid {
  width: min(var(--mto-container), calc(100% - 48px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

.made-to-order-page h1,
.made-to-order-page h2,
.made-to-order-page h3,
.made-to-order-page p { margin-top: 0; }

.made-to-order-page h1 {
  max-width: 720px;
  margin: 14px 0 20px;
  font-size: clamp(48px, 4.7vw, 68px);
  line-height: 1;
  letter-spacing: -.052em;
}

.made-to-order-page h2 {
  margin-bottom: 15px;
  font-size: clamp(34px, 3.15vw, 48px);
  line-height: 1.06;
  letter-spacing: -.043em;
}

.made-to-order-page h3 {
  margin-bottom: 9px;
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.made-to-order-page .btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.made-to-order-page .btn-primary {
  background: var(--mto-green);
  color: #fff;
  box-shadow: 0 11px 26px rgba(31, 91, 77, .17);
}

.made-to-order-page .btn-primary:hover {
  background: var(--mto-green-deep);
  transform: translateY(-1px);
}

.made-to-order-page .btn-secondary {
  border-color: var(--mto-border);
  background: transparent;
  color: var(--mto-text);
}

.made-to-order-page .btn-soft {
  background: var(--mto-warm-soft);
  color: var(--mto-green-deep);
}

.made-to-order-page .breadcrumbs {
  overflow: hidden;
  padding: 23px 0 16px;
  color: var(--mto-muted);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.made-to-order-page .breadcrumbs a { text-decoration: none; }
.made-to-order-page .breadcrumbs span { margin: 0 8px; opacity: .55; }

.made-to-order-page .kicker,
.made-to-order-page .eyebrow {
  color: var(--mto-green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .085em;
  text-transform: uppercase;
}

.made-to-order-page .kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.made-to-order-page .kicker::before {
  width: 23px;
  height: 2px;
  border-radius: 2px;
  background: var(--mto-warm);
  content: "";
}

.made-to-order-page .eyebrow { margin-bottom: 9px; }
.made-to-order-page .eyebrow.warm { color: var(--mto-warm); }
.made-to-order-page .eyebrow.light { color: var(--mto-warm-soft); }

/* Hero */
.made-to-order-page .mto-hero-section { padding: 8px 0 46px; }

.made-to-order-page .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr);
  align-items: center;
  gap: clamp(38px, 4.2vw, 64px);
}

.made-to-order-page .hero-copy-column { min-width: 0; }

.made-to-order-page .hero-lead {
  max-width: 700px;
  margin-bottom: 14px;
  font-size: clamp(21px, 1.9vw, 26px);
  line-height: 1.26;
  letter-spacing: -.022em;
}

.made-to-order-page .hero-copy {
  max-width: 710px;
  margin-bottom: 24px;
  color: var(--mto-muted);
  font-size: 16px;
  line-height: 1.62;
}

.made-to-order-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 22px;
}

.made-to-order-page .location-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--mto-green-deep);
  font-size: 13px;
  font-weight: 760;
}

.made-to-order-page .location-inline span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.made-to-order-page .location-inline i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mto-warm);
}

.made-to-order-page .hero-media { position: relative; min-width: 0; }

.made-to-order-page .hero-photo {
  height: clamp(455px, 38vw, 550px);
  border-radius: 62px 22px 62px 22px;
  object-fit: cover;
  box-shadow: var(--mto-shadow);
}

.made-to-order-page .hero-badge {
  position: absolute;
  bottom: 30px;
  left: -22px;
  padding: 15px 19px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 21px;
  background: var(--mto-card);
  box-shadow: var(--mto-shadow);
}

.made-to-order-page .hero-badge strong {
  display: block;
  color: var(--mto-green);
  font-size: 27px;
  line-height: 1;
}

.made-to-order-page .hero-badge span {
  color: var(--mto-muted);
  font-size: 11px;
  font-weight: 750;
}

/* Facts */
.made-to-order-page .mto-facts-section { padding: 14px 0 68px; }

.made-to-order-page .fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.made-to-order-page .fact {
  display: flex;
  min-width: 0;
  min-height: 148px;
  flex-direction: column;
  gap: 14px;
  padding: 21px;
  border: 1px solid var(--mto-border);
  border-radius: var(--mto-radius-card);
  background: var(--mto-card);
}

.made-to-order-page .fact-icon {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 13px;
  background: var(--mto-warm-soft);
  color: var(--mto-green-deep);
  font-weight: 900;
}

.made-to-order-page .fact > strong {
  min-height: 2.35em;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.made-to-order-page .fact-more {
  margin-top: auto;
  color: var(--mto-muted);
  font-size: 13px;
}

.made-to-order-page .fact-more summary {
  display: inline-flex;
  cursor: pointer;
  color: var(--mto-green);
  font-weight: 800;
  list-style: none;
}

.made-to-order-page .fact-more summary::-webkit-details-marker { display: none; }
.made-to-order-page .fact-more summary::after { margin-left: 5px; content: "+"; }
.made-to-order-page .fact-more[open] summary::after { content: "−"; }
.made-to-order-page .fact-more p { margin: 9px 0 0; line-height: 1.45; }

/* Main layout */
.made-to-order-page .content-wrap {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: start;
  gap: 42px;
}

.made-to-order-page .side-nav {
  position: sticky;
  top: 112px;
  padding: 16px;
  border: 1px solid var(--mto-border);
  border-radius: 20px;
  background: rgba(255, 253, 248, .78);
}

.made-to-order-page .side-nav-title {
  margin-bottom: 9px;
  color: var(--mto-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.made-to-order-page .side-nav a {
  display: block;
  padding: 7px 9px;
  border-radius: 11px;
  color: var(--mto-muted);
  font-size: 12px;
  font-weight: 720;
  text-decoration: none;
}

.made-to-order-page .side-nav a:hover { background: var(--mto-soft); color: var(--mto-green-deep); }

.made-to-order-page .content-column { min-width: 0; }

.made-to-order-page .section {
  padding: 38px 0 62px;
  scroll-margin-top: 110px;
}

.made-to-order-page .section.soft {
  margin: 7px 0;
  padding: 34px;
  border-radius: var(--mto-radius-feature);
  background: var(--mto-soft);
}

.made-to-order-page .section-head { max-width: 830px; margin-bottom: 26px; }
.made-to-order-page .section-head p,
.made-to-order-page .body-copy { color: var(--mto-muted); font-size: 15px; line-height: 1.62; }

/* Routes */
.made-to-order-page .routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.made-to-order-page .route-card {
  display: flex;
  min-width: 0;
  min-height: 360px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--mto-border);
  border-radius: 28px;
  background: var(--mto-card);
}

.made-to-order-page .route-card.primary {
  background: var(--mto-green);
  color: #fff;
  box-shadow: var(--mto-shadow);
  transform: translateY(-5px);
}

.made-to-order-page .route-tag {
  align-self: flex-start;
  margin-bottom: 24px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--mto-warm-soft);
  color: var(--mto-green-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.made-to-order-page .route-card.primary .route-tag { background: rgba(255,255,255,.14); color: #fff; }
.made-to-order-page .route-card > p { color: var(--mto-muted); font-size: 14px; }
.made-to-order-page .route-card.primary > p { color: rgba(255,255,255,.82); }

.made-to-order-page .route-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0 20px;
  padding: 0;
  list-style: none;
}

.made-to-order-page .route-steps li {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--mto-soft);
  color: var(--mto-muted);
  font-size: 11px;
  font-weight: 720;
}

.made-to-order-page .route-card.primary .route-steps li { background: rgba(255,255,255,.12); color: rgba(255,255,255,.86); }
.made-to-order-page .route-link { margin-top: auto; font-weight: 820; text-decoration: none; }
.made-to-order-page .center-action { display: flex; justify-content: center; margin-top: 22px; }

/* Process */
.made-to-order-page .process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.made-to-order-page .step {
  position: relative;
  min-width: 0;
  min-height: 248px;
  padding: 21px;
  border: 1px solid var(--mto-border);
  border-radius: 20px;
  background: var(--mto-card);
}

.made-to-order-page .step-no {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 14px;
  background: var(--mto-warm-soft);
  color: var(--mto-green-deep);
  font-weight: 900;
}

.made-to-order-page .step:not(:nth-child(4n))::after {
  position: absolute;
  top: 41px;
  right: -13px;
  width: 14px;
  height: 2px;
  background: var(--mto-warm);
  content: "";
}

.made-to-order-page .step p { margin: 0; color: var(--mto-muted); font-size: 13px; line-height: 1.5; }

.made-to-order-page .related-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.made-to-order-page .related-row a {
  padding: 9px 13px;
  border: 1px solid var(--mto-border);
  border-radius: 999px;
  background: var(--mto-card);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}

/* Selection */
.made-to-order-page .selection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.made-to-order-page .selection-card {
  position: relative;
  min-width: 0;
  min-height: 330px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--mto-border);
  border-radius: 28px;
  background: var(--mto-card);
}

.made-to-order-page .selection-card::after {
  position: absolute;
  right: -58px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--mto-green-soft);
  content: "";
}

.made-to-order-page .selection-number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 13px;
  background: var(--mto-warm-soft);
  font-weight: 900;
}

.made-to-order-page .selection-card > * { position: relative; z-index: 1; }
.made-to-order-page .selection-card .route-link { display: inline-flex; margin-top: 18px; }

.made-to-order-page .measurement {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  padding: 22px;
  border-radius: 22px;
  background: var(--mto-warm-soft);
}

.made-to-order-page .measurement-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  background: var(--mto-card);
  font-size: 21px;
  font-weight: 900;
}

.made-to-order-page .measurement p { margin: 0; color: var(--mto-muted); }

/* Price */
.made-to-order-page .price-panel {
  padding: 44px;
  border-radius: var(--mto-radius-feature);
  background: var(--mto-green-deep);
  color: #fff;
  box-shadow: var(--mto-shadow);
}

.made-to-order-page .price-intro { max-width: 790px; color: rgba(255,255,255,.78); font-size: 17px; }
.made-to-order-page .price-main { margin: 22px 0; font-size: clamp(42px, 5.2vw, 66px); font-weight: 850; letter-spacing: -.055em; }

.made-to-order-page .price-formula {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  max-width: 780px;
}

.made-to-order-page .price-box {
  display: grid;
  gap: 4px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  background: rgba(255,255,255,.06);
}

.made-to-order-page .price-box strong { font-size: 18px; }
.made-to-order-page .price-box span { color: rgba(255,255,255,.72); font-size: 13px; }
.made-to-order-page .price-plus { color: var(--mto-warm); font-size: 28px; }
.made-to-order-page .price-note { margin: 24px 0 0; color: rgba(255,255,255,.78); }
.made-to-order-page .price-actions { margin-top: 22px; }

.made-to-order-page .price-more { margin-top: 15px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 13px; }
.made-to-order-page .price-more summary { cursor: pointer; color: var(--mto-warm-soft); font-size: 13px; font-weight: 820; }
.made-to-order-page .price-more p { margin: 12px 0 0; color: rgba(255,255,255,.78); }

/* Special */
.made-to-order-page .special-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.made-to-order-page .special-card {
  min-width: 0;
  min-height: 265px;
  padding: 25px;
  border: 1px solid var(--mto-border);
  border-radius: 22px;
  background: var(--mto-card);
}

.made-to-order-page .special-card .big {
  margin-bottom: 24px;
  color: var(--mto-green);
  font-size: 34px;
  font-weight: 850;
  line-height: 1;
}

.made-to-order-page .parameters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding: 18px;
  border-radius: 20px;
  background: var(--mto-soft);
}

.made-to-order-page .parameters span {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--mto-card);
  font-size: 12px;
  font-weight: 760;
}

/* Editorial */
.made-to-order-page .editorial {
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
  align-items: stretch;
  gap: 24px;
}

.made-to-order-page .editorial-media {
  min-width: 0;
  min-height: 410px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--mto-shadow);
}

.made-to-order-page .editorial-media img { height: 100%; object-fit: cover; }

.made-to-order-page .editorial-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 1px solid var(--mto-border);
  border-radius: 28px;
  background: var(--mto-card);
}

/* Finish */
.made-to-order-page .finish-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.made-to-order-page .finish-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--mto-border);
  border-radius: 28px;
  background: var(--mto-card);
}

.made-to-order-page .finish-card img {
  height: 190px;
  margin-bottom: 22px;
  border-radius: 20px;
  object-fit: cover;
}

/* FAQ */
.made-to-order-page .faq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: start;
  gap: 20px;
}

.made-to-order-page .faq-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.made-to-order-page .faq-group > h3 { font-size: 17px; }

.made-to-order-page .faq-group details {
  margin-bottom: 8px;
  padding: 0 17px;
  border: 1px solid var(--mto-border);
  border-radius: 15px;
  background: var(--mto-card);
}

.made-to-order-page .faq-group summary {
  position: relative;
  padding: 16px 28px 16px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

.made-to-order-page .faq-group summary::-webkit-details-marker { display: none; }
.made-to-order-page .faq-group summary::after { position: absolute; top: 12px; right: 0; content: "+"; font-size: 20px; color: var(--mto-green); }
.made-to-order-page .faq-group details[open] summary::after { content: "−"; }
.made-to-order-page .faq-group details p { margin: 0; padding: 0 0 16px; color: var(--mto-muted); font-size: 13px; line-height: 1.52; }

.made-to-order-page .contact-mini {
  position: sticky;
  top: 112px;
  padding: 21px;
  border-radius: 20px;
  background: var(--mto-warm-soft);
}

.made-to-order-page .contact-mini p { color: var(--mto-muted); font-size: 14px; }

/* Final CTA */
.made-to-order-page .final-cta {
  position: relative;
  overflow: hidden;
  margin: 48px auto 26px;
  padding: 48px;
  border-radius: 38px;
  background: var(--mto-green);
  color: #fff;
}

.made-to-order-page .final-cta::after {
  position: absolute;
  top: -115px;
  right: -80px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(239,176,140,.24);
  content: "";
}

.made-to-order-page .final-cta-inner { position: relative; z-index: 1; max-width: 900px; }
.made-to-order-page .final-cta h2 { max-width: 760px; }
.made-to-order-page .final-cta p { max-width: 820px; color: rgba(255,255,255,.82); font-size: 16px; }
.made-to-order-page .final-location { margin-top: 18px; }
.made-to-order-page .final-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 21px; }
.made-to-order-page .final-cta .btn-primary { background: #fff; color: var(--mto-green-deep); }
.made-to-order-page .final-cta .btn-secondary { border-color: rgba(255,255,255,.28); color: #fff; }

.made-to-order-page .mto-hidden-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Optional standalone shell */
.made-to-order-shell {
  margin: 0;
  background: #f6f3ed;
  color: #183e36;
  font-family: Manrope, "Segoe UI", Arial, sans-serif;
}

.made-to-order-shell *,
.made-to-order-shell *::before,
.made-to-order-shell *::after { box-sizing: border-box; }

.made-to-order-shell > .utility { background: #123f35; color: #fff; font-size: 13px; }
.made-to-order-shell > .utility .container,
.made-to-order-shell > .site-header .container,
.made-to-order-shell > .footer .container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.made-to-order-shell .utility-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 20px; }
.made-to-order-shell .utility-left,
.made-to-order-shell .utility-right { display: flex; gap: 18px; }
.made-to-order-shell .utility a { color: inherit; }
.made-to-order-shell .site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(24,62,54,.14); background: rgba(246,243,237,.94); backdrop-filter: blur(16px); }
.made-to-order-shell .nav { display: grid; min-height: 76px; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.made-to-order-shell .brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-weight: 800; text-decoration: none; }
.made-to-order-shell .brand-mark { width: 36px; height: 36px; border-radius: 50%; background: #1f5b4d; }
.made-to-order-shell .nav-links { display: flex; justify-content: center; gap: 20px; font-size: 13px; }
.made-to-order-shell .nav-links a { color: inherit; text-decoration: none; }
.made-to-order-shell .nav-links a.active { border-bottom: 2px solid #efb08c; }
.made-to-order-shell .header-actions { display: flex; gap: 9px; }
.made-to-order-shell .menu-btn { display: none; }
.made-to-order-shell .footer { padding: 30px 0 70px; border-top: 1px solid rgba(24,62,54,.14); color: #68746f; font-size: 13px; }
.made-to-order-shell .footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 36px; }
.made-to-order-shell .footer a { color: inherit; }
.made-to-order-shell .mobile-bar { display: none; }

@media (max-width: 1180px) {
  .made-to-order-page .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: 34px; }
  .made-to-order-page .content-wrap { grid-template-columns: 1fr; }
  .made-to-order-page .side-nav { display: none; }
  .made-to-order-page .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .made-to-order-page .step:nth-child(2n)::after { display: none; }
}

@media (max-width: 900px) {
  .made-to-order-page .container { width: min(var(--mto-container), calc(100% - 36px)); }
  .made-to-order-page .hero-grid { grid-template-columns: 1fr; }
  .made-to-order-page .hero-media { max-width: 680px; }
  .made-to-order-page .fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .made-to-order-page .routes,
  .made-to-order-page .selection-grid,
  .made-to-order-page .editorial,
  .made-to-order-page .finish-grid { grid-template-columns: 1fr; }
  .made-to-order-page .route-card.primary { transform: none; }
  .made-to-order-page .editorial-media { min-height: 360px; }
  .made-to-order-page .faq { grid-template-columns: 1fr; }
  .made-to-order-page .contact-mini { position: static; }
}

@media (max-width: 700px) {
  .made-to-order-page > .mto-hero-section > .container.hero-grid,
  .made-to-order-page > .mto-facts-section > .container.fact-grid,
  .made-to-order-page .container { width: min(100% - 28px, var(--mto-container)) !important; }
  .made-to-order-page { font-size: 15px; }
  .made-to-order-page h1 { margin-top: 11px; font-size: 43px; }
  .made-to-order-page h2 { font-size: 33px; }
  .made-to-order-page h3 { font-size: 20px; }
  .made-to-order-page .breadcrumbs { padding: 16px 0 9px; }
  .made-to-order-page .mto-hero-section { padding-bottom: 31px; }
  .made-to-order-page .hero-lead { font-size: 21px; }
  .made-to-order-page .hero-copy { font-size: 15px; }
  .made-to-order-page .hero-actions { display: grid; }
  .made-to-order-page .hero-actions .btn { width: 100%; }
  .made-to-order-page .location-inline { display: grid; }
  .made-to-order-page .hero-photo { height: 400px; border-radius: 40px 17px 40px 17px; }
  .made-to-order-page .hero-badge { bottom: 13px; left: 13px; }
  .made-to-order-page .mto-facts-section { padding-bottom: 42px; }
  .made-to-order-page .fact-grid { gap: 9px; }
  .made-to-order-page .fact { min-height: 124px; padding: 16px; }
  .made-to-order-page .fact > strong { min-height: auto; font-size: 16px; }
  .made-to-order-page .section { padding: 30px 0 45px; }
  .made-to-order-page .section.soft { margin: 0; padding: 25px 17px; border-radius: 25px; }
  .made-to-order-page .route-card { min-height: 0; padding: 24px; }
  .made-to-order-page .process-grid,
  .made-to-order-page .special-grid,
  .made-to-order-page .faq-groups { grid-template-columns: 1fr; }
  .made-to-order-page .step { display: grid; min-height: auto; grid-template-columns: auto 1fr; align-items: start; gap: 14px; }
  .made-to-order-page .step-no { margin: 0; }
  .made-to-order-page .step::after { display: none !important; }
  .made-to-order-page .measurement { grid-template-columns: 1fr; }
  .made-to-order-page .price-panel { padding: 30px 22px; }
  .made-to-order-page .price-main { font-size: 42px; }
  .made-to-order-page .price-formula { grid-template-columns: 1fr; }
  .made-to-order-page .price-plus { text-align: center; }
  .made-to-order-page .editorial-copy { padding: 24px; }
  .made-to-order-page .editorial-media { min-height: 300px; }
  .made-to-order-page .finish-card { padding: 22px; }
  .made-to-order-page .final-cta { padding: 33px 24px; border-radius: 28px; }
  .made-to-order-page .final-actions { display: grid; }
  .made-to-order-page .final-actions .btn { width: 100%; }
  .made-to-order-shell > .utility,
  .made-to-order-shell .nav-links,
  .made-to-order-shell .header-actions .btn-primary { display: none; }
  .made-to-order-shell .nav { min-height: 64px; }
  .made-to-order-shell .menu-btn { display: inline-flex; }
  .made-to-order-shell .footer-grid { grid-template-columns: 1fr; }
  .made-to-order-shell .mobile-bar { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 50; display: grid; grid-template-columns: 1fr 52px; gap: 8px; padding: 8px; border: 1px solid rgba(24,62,54,.14); border-radius: 19px; background: rgba(246,243,237,.94); box-shadow: 0 16px 40px rgba(24,62,54,.18); backdrop-filter: blur(18px); }
}

@media (max-width: 420px) {
  .made-to-order-page h1 { font-size: 39px; }

  /* Keep the approved mobile prototype's compact 2 × 2 facts block. */
  .made-to-order-page .fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .made-to-order-page .fact {
    min-height: 152px;
    gap: 11px;
    padding: 14px;
  }

  .made-to-order-page .fact-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 13px;
  }

  .made-to-order-page .fact > strong {
    font-size: 14px;
    line-height: 1.22;
  }

  .made-to-order-page .fact-more {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .made-to-order-page *,
  .made-to-order-shell * { scroll-behavior: auto !important; transition: none !important; }
}
