body.mallet-sitewide-style-only {
  --mallet-blue-strong: #12647f;
  --mallet-blue-deep: #0a3a49;
  --mallet-ink: #08252f;
  --mallet-orange: #ef7625;
  --mallet-orange-dark: #c95008;
  --mallet-paper: #f7f6f2;
  --mallet-line: #cbd7d8;
  --mallet-muted: #52676e;
  --mallet-white: #fff;
  --mallet-display: "Avenir Next", Avenir, "Segoe UI Variable Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --mallet-body: "Avenir Next", Avenir, "Segoe UI Variable Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.mallet-atelier .home-hero .hero-copy h1 { max-width: 10ch; }

.mallet-atelier .service-deck__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(2.25rem, 4vw, 4rem);
}

.mallet-atelier .service-deck__card {
  position: relative;
  grid-column: span 4;
  min-height: 31rem;
  overflow: hidden;
  background: var(--mallet-ink);
  color: var(--mallet-white);
  isolation: isolate;
}

.mallet-atelier .service-deck__card:nth-child(1),
.mallet-atelier .service-deck__card:nth-child(6) { grid-column: span 8; }

.mallet-atelier .service-deck__media,
.mallet-atelier .service-deck__media picture,
.mallet-atelier .service-deck__image,
.mallet-atelier .service-deck__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mallet-atelier .service-deck__image { object-fit: cover; transition: transform .9s var(--mallet-ease), filter .9s var(--mallet-ease); }
.mallet-atelier .service-deck__shade { background: linear-gradient(180deg, rgba(4,27,35,.05) 20%, rgba(4,27,35,.94) 100%); z-index: 1; }
.mallet-atelier .service-deck__copy { position: absolute; z-index: 2; inset: auto clamp(1.4rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem); }
.mallet-atelier .service-deck__copy h3 { max-width: 16ch; color: var(--mallet-white); font-size: clamp(1.75rem, 2.8vw, 3.35rem); overflow-wrap: break-word; }
.mallet-atelier .service-deck__copy p { margin-top: .85rem; max-width: 48ch; color: rgba(255,255,255,.8); }
.mallet-atelier .service-deck__copy a { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.35rem; font-weight: 600; }
@media (hover:hover) and (pointer:fine) {
  .mallet-atelier .service-deck__card:hover .service-deck__image { transform: scale(1.035); filter: saturate(1.05); }
}

.mallet-atelier .related-links { background: var(--mallet-stone); }
.mallet-atelier .related-links > header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 2rem; align-items: end; }
.mallet-atelier .related-links__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1px; margin-top: 3rem; background: var(--mallet-line); border: 1px solid var(--mallet-line); }
.mallet-atelier .related-links__group { display: flex; flex-direction: column; gap: .25rem; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--mallet-paper); }
.mallet-atelier .related-links__group h3 { margin-bottom: .8rem; font-size: 1.2rem; letter-spacing: -.02em; }
.mallet-atelier .related-links__group a { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-top: 1px solid var(--mallet-line); text-decoration: none; }
.mallet-atelier .related-links__group a:hover { color: var(--mallet-blue-strong); }
.mallet-atelier .related-links__group--estimate { position: relative; background: var(--mallet-blue-deep); color: var(--mallet-white); }
.mallet-atelier .related-links__group--estimate::before { position: absolute; top: 0; left: 0; width: 4rem; height: .28rem; background: var(--mallet-orange); content: ""; }
.mallet-atelier .related-links__group--estimate h3 { color: #c6dfe5; }
.mallet-atelier .related-links__group--estimate a { min-height: 3.4rem; align-items: center; margin-top: auto; padding: .9rem 1rem; border: 1px solid var(--mallet-orange); background: var(--mallet-orange); color: var(--mallet-ink); font-weight: 700; }
.mallet-atelier .related-links__group--estimate a:hover { border-color: var(--mallet-white); background: var(--mallet-white); color: var(--mallet-ink); }

.mallet-atelier .decision-band { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 7vw, 8rem); background: var(--mallet-blue-deep); color: rgba(255,255,255,.82); }
.mallet-atelier .decision-band h2 { color: var(--mallet-white); }
.mallet-atelier .decision-band > div:last-child { align-self: end; }
.mallet-atelier .decision-band .text-link { margin-top: 1.5rem; }

.mallet-atelier .location-directory { background: var(--mallet-ice); }
.mallet-atelier .location-directory__search { display: grid; gap: .5rem; max-width: 34rem; margin-top: 3rem; font-weight: 600; }
.mallet-atelier .location-directory__search input { min-height: 3.5rem; padding: .75rem 1rem; border: 1px solid var(--mallet-line); background: var(--mallet-white); color: var(--mallet-ink); }
.mallet-atelier .location-directory__status { margin-top: .85rem; color: var(--mallet-muted); }
.mallet-atelier .location-directory__regions { display: grid; gap: 3rem; margin-top: 3rem; }
.mallet-atelier .location-directory__region > h3 { margin-bottom: 1rem; font-size: clamp(1.6rem, 2vw, 2.1rem); }
.mallet-atelier .location-directory__region > div { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: .75rem; }
.mallet-atelier .location-directory__region a { display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; min-height: 6.3rem; padding: 1.25rem; border: 1px solid var(--mallet-line); background: var(--mallet-paper); text-decoration: none; align-content: center; }
.mallet-atelier .location-directory__region a span { color: var(--mallet-muted); font-size: .92rem; }
.mallet-atelier .location-directory__region a .icon { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.mallet-atelier .location-directory__region a:hover { background: var(--mallet-white); color: var(--mallet-blue-strong); }

.mallet-atelier .service-area-sampler { background: var(--mallet-ice); }
.mallet-atelier .service-area-sampler__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin-top: 3rem; }
.mallet-atelier .service-area-sampler__card { position: relative; display: grid; min-height: 9rem; padding: 1.4rem; border: 1px solid var(--mallet-line); background: rgba(255,255,255,.64); text-decoration: none; align-content: end; transition: background .25s ease, transform .25s ease, border-color .25s ease; }
.mallet-atelier .service-area-sampler__card span { color: var(--mallet-muted); font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.mallet-atelier .service-area-sampler__card strong { margin-top: .25rem; font: 500 clamp(1.55rem, 2.2vw, 2.2rem)/1.05 var(--mallet-display); letter-spacing: -.03em; }
.mallet-atelier .service-area-sampler__card .icon { position: absolute; top: 1.25rem; right: 1.25rem; }
.mallet-atelier .service-area-sampler__all { margin-top: 1.5rem; }
@media (hover:hover) and (pointer:fine) {
  .mallet-atelier .service-area-sampler__card:hover { background: var(--mallet-white); border-color: var(--mallet-blue-strong); transform: translateY(-.18rem); }
}

.mallet-atelier .city-locality { display: grid; grid-template-columns: minmax(17rem, .78fr) minmax(30rem, 1.22fr); gap: clamp(2.5rem, 6vw, 7rem); }
.mallet-atelier .city-locality > header > p:last-child { max-width: 37rem; margin-top: 1.4rem; color: #cfe0e5; }
.mallet-atelier .city-locality__decisions { display: grid; gap: 1px; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.2); }
.mallet-atelier .city-locality__decisions article { position: relative; padding: clamp(1.35rem, 2.5vw, 2rem) clamp(1.35rem, 3vw, 2.4rem); background: rgba(4,27,35,.42); }
.mallet-atelier .city-locality__decisions article > span { color: var(--mallet-orange); font-size: .78rem; font-weight: 700; letter-spacing: .14em; }
.mallet-atelier .city-locality__decisions h3 { margin-top: .55rem; color: var(--mallet-white); font-size: clamp(1.35rem, 2vw, 1.85rem); }
.mallet-atelier .city-locality__decisions p { margin-top: .6rem; color: #cfe0e5; }
.mallet-atelier .city-locality__sources { grid-column: 2; display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; }

.mallet-atelier .calculator-hero { position: relative; display: grid; min-height: min(48rem, calc(100vh - 4.75rem)); overflow: hidden; align-items: end; isolation: isolate; }
.mallet-atelier .calculator-hero__media,
.mallet-atelier .calculator-hero__media picture,
.mallet-atelier .calculator-hero__media img,
.mallet-atelier .calculator-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mallet-atelier .calculator-hero__media img { object-fit: cover; transform: scale(1.01); }
.mallet-atelier .calculator-hero__shade { z-index: 1; background: linear-gradient(90deg, rgba(4,27,35,.98) 0%, rgba(4,27,35,.8) 42%, rgba(4,27,35,.18) 78%); }
.mallet-atelier .calculator-hero__copy { position: relative; z-index: 2; width: min(100%, 55rem); padding: clamp(5rem, 9vw, 9rem) var(--mallet-pad); color: rgba(255,255,255,.82); }
.mallet-atelier .calculator-hero__copy h1 { color: var(--mallet-white); }
.mallet-atelier .calculator-hero__copy > p:not(.context-line) { margin-top: 1.5rem; font-size: clamp(1.1rem, 1.25vw, 1.3rem); }
.mallet-atelier .calculator-hero .trust-strip { margin-top: 2rem; }
.mallet-atelier .calculator-hero .scroll-cue { position: static; display: inline-flex; margin-top: 2rem; }

.mallet-atelier .calculator-shell { display: grid; grid-template-columns: minmax(0, .8fr) minmax(24rem, 1.2fr); gap: clamp(2rem, 7vw, 8rem); align-items: start; background: var(--mallet-paper); }
.mallet-atelier .calculator-shell header { position: sticky; top: 6rem; }
.mallet-atelier .calculator-shell header p:last-child { margin-top: 1.25rem; color: var(--mallet-muted); }
.mallet-atelier .calculator-shell__form { padding: clamp(1.5rem, 4vw, 3.5rem); background: var(--mallet-blue-deep); color: var(--mallet-white); box-shadow: var(--mallet-shadow); }
.mallet-atelier .calculator-form fieldset { display: grid; gap: 1.25rem; margin: 0; padding: 0; border: 0; }
.mallet-atelier .calculator-form legend { margin-bottom: .5rem; font: 500 clamp(2rem, 3.3vw, 3.4rem)/1 var(--mallet-display); color: var(--mallet-white); letter-spacing: -.035em; }
.mallet-atelier .calculator-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.mallet-atelier .calculator-choices label { min-height: 8rem; cursor: pointer; }
.mallet-atelier .calculator-choices input { position: absolute; opacity: 0; pointer-events: none; }
.mallet-atelier .calculator-choices span { display: grid; height: 100%; align-content: end; padding: 1.15rem; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.05); transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.mallet-atelier .calculator-choices small { margin-top: .25rem; color: rgba(255,255,255,.65); }
.mallet-atelier .calculator-choices input:checked + span { border-color: var(--mallet-orange); background: rgba(239,118,37,.16); transform: translateY(-.15rem); }
.mallet-atelier .calculator-choices input:focus-visible + span { outline: .2rem solid var(--mallet-orange); outline-offset: .2rem; }
.mallet-atelier .calculator-error { min-height: 1.6rem; color: #ffd4bd; }
.mallet-atelier .calculator-input { display: grid; gap: .5rem; }
.mallet-atelier .calculator-input input,
.mallet-atelier .calculator-input select { min-height: 3.6rem; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.35); background: #123d49; color: var(--mallet-white); }
.mallet-atelier .calculator-nav { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.mallet-atelier .calculator-nav > button { min-height: 3rem; border: 0; background: transparent; color: var(--mallet-white); text-decoration: underline; }

/* Real WPForms bridge. The local facsimiles are replaced with the existing
   WordPress forms during the production build; these rules keep the same
   hierarchy without changing form fields, calculations or destinations. */
.mallet-atelier .estimate-panel .wpforms-container,
.mallet-atelier .estimate-panel div.wpforms-container-full,
.mallet-atelier .calculator-shell__wpforms .wpforms-container,
.mallet-atelier .calculator-shell__wpforms div.wpforms-container-full {
  margin: 1.5rem 0 0 !important;
  color: var(--mallet-white);
}

.mallet-atelier .estimate-panel .wpforms-form,
.mallet-atelier .calculator-shell__wpforms .wpforms-form { max-width: none !important; }

.mallet-atelier .estimate-panel .wpforms-field,
.mallet-atelier .calculator-shell__wpforms .wpforms-field { padding: 0 0 1rem !important; }

.mallet-atelier .estimate-panel .wpforms-field-label,
.mallet-atelier .calculator-shell__wpforms .wpforms-field-label,
.mallet-atelier .estimate-panel .wpforms-field-sublabel,
.mallet-atelier .calculator-shell__wpforms .wpforms-field-sublabel {
  margin-bottom: .48rem !important;
  color: rgba(255,255,255,.84) !important;
  font-size: .93rem !important;
  font-weight: 600 !important;
}

.mallet-atelier .estimate-panel .wpforms-required-label,
.mallet-atelier .calculator-shell__wpforms .wpforms-required-label { color: #ffb17b !important; }

.mallet-atelier .estimate-panel .wpforms-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.mallet-atelier .estimate-panel .wpforms-form select,
.mallet-atelier .estimate-panel .wpforms-form textarea,
.mallet-atelier .calculator-shell__wpforms .wpforms-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.mallet-atelier .calculator-shell__wpforms .wpforms-form select,
.mallet-atelier .calculator-shell__wpforms .wpforms-form textarea {
  width: 100% !important;
  min-height: 3.55rem !important;
  padding: .78rem .95rem !important;
  border: 1px solid rgba(255,255,255,.32) !important;
  border-radius: 0 !important;
  background: rgba(255,255,255,.055) !important;
  color: var(--mallet-white) !important;
  box-shadow: none !important;
  font: 500 1rem/1.35 var(--mallet-body) !important;
}

.mallet-atelier .estimate-panel .wpforms-form select option,
.mallet-atelier .calculator-shell__wpforms .wpforms-form select option { color: var(--mallet-ink); background: var(--mallet-white); }

.mallet-atelier .estimate-panel .wpforms-form input::placeholder,
.mallet-atelier .estimate-panel .wpforms-form textarea::placeholder,
.mallet-atelier .calculator-shell__wpforms .wpforms-form input::placeholder,
.mallet-atelier .calculator-shell__wpforms .wpforms-form textarea::placeholder { color: rgba(255,255,255,.58) !important; opacity: 1; }

.mallet-atelier .estimate-panel .wpforms-form input:focus,
.mallet-atelier .estimate-panel .wpforms-form select:focus,
.mallet-atelier .estimate-panel .wpforms-form textarea:focus,
.mallet-atelier .calculator-shell__wpforms .wpforms-form input:focus,
.mallet-atelier .calculator-shell__wpforms .wpforms-form select:focus,
.mallet-atelier .calculator-shell__wpforms .wpforms-form textarea:focus {
  border-color: var(--mallet-orange) !important;
  outline: .18rem solid rgba(239,118,37,.35) !important;
  outline-offset: .12rem !important;
}

.mallet-atelier .estimate-panel .wpforms-page-indicator,
.mallet-atelier .calculator-shell__wpforms .wpforms-page-indicator { margin: 0 0 1.4rem !important; color: rgba(255,255,255,.7) !important; }
.mallet-atelier .estimate-panel .wpforms-page-indicator-page-progress-wrap,
.mallet-atelier .calculator-shell__wpforms .wpforms-page-indicator-page-progress-wrap { background: rgba(255,255,255,.16) !important; }
.mallet-atelier .estimate-panel .wpforms-page-indicator-page-progress,
.mallet-atelier .calculator-shell__wpforms .wpforms-page-indicator-page-progress { background: var(--mallet-orange) !important; }

.mallet-atelier .estimate-panel .wpforms-page-button,
.mallet-atelier .estimate-panel .wpforms-submit,
.mallet-atelier .calculator-shell__wpforms .wpforms-page-button,
.mallet-atelier .calculator-shell__wpforms .wpforms-submit {
  min-height: 3.35rem !important;
  padding: .78rem 1.15rem !important;
  border: 1px solid var(--mallet-orange) !important;
  border-radius: 0 !important;
  background: var(--mallet-orange) !important;
  color: #071f27 !important;
  box-shadow: none !important;
  font: 700 .96rem/1 var(--mallet-body) !important;
  text-transform: none !important;
  transition: background .22s ease, color .22s ease, transform .22s ease !important;
}

.mallet-atelier .estimate-panel .wpforms-page-button:hover,
.mallet-atelier .estimate-panel .wpforms-submit:hover,
.mallet-atelier .calculator-shell__wpforms .wpforms-page-button:hover,
.mallet-atelier .calculator-shell__wpforms .wpforms-submit:hover { background: #ff8a3d !important; transform: translateY(-.12rem); }

.mallet-atelier .estimate-panel .wpforms-page-prev,
.mallet-atelier .calculator-shell__wpforms .wpforms-page-prev { margin-right: .65rem !important; border-color: rgba(255,255,255,.46) !important; background: transparent !important; color: var(--mallet-white) !important; }

.mallet-atelier .estimate-panel .wpforms-error,
.mallet-atelier .calculator-shell__wpforms .wpforms-error { color: #ffd4bd !important; }

.mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: .8rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices li { position: relative; width: auto !important; margin: 0 !important; }
.mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices label {
  display: grid !important;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.055) !important;
  cursor: pointer;
  transition: border-color .22s ease, background .22s ease, transform .22s ease;
}
.mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices img { width: 100% !important; aspect-ratio: 4 / 3; object-fit: cover; }
.mallet-atelier .calculator-shell__wpforms .wpforms-image-choices-label { min-height: 3.2rem; padding: .8rem .9rem !important; color: var(--mallet-white) !important; font-size: .95rem !important; font-weight: 650 !important; text-align: left !important; }
.mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices li.mt-choice-selected label,
.mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices li:has(input:checked) label { border-color: var(--mallet-orange) !important; background: rgba(239,118,37,.15) !important; transform: translateY(-.12rem); }
.mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices input[type="radio"],
.mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices input[type="checkbox"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices li:has(input:focus-visible) label { outline: .2rem solid var(--mallet-orange); outline-offset: .18rem; }

.mallet-atelier .calculator-shell__wpforms .wpforms-field-payment-total,
.mallet-atelier .calculator-shell__wpforms .wpforms-calculations-field,
.mallet-atelier .calculator-shell__wpforms .wpforms-confirmation-container-full {
  padding: 1.25rem !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.07) !important;
  color: var(--mallet-white) !important;
}

/* Shared system for ranking-bearing legacy bodies. Their copy and Elementor
   structure remain untouched; this is deliberately a restrained skin. */
body.mallet-sitewide-style-only main { color: var(--mallet-ink); }
body.mallet-sitewide-style-only main h1,
body.mallet-sitewide-style-only main h2,
body.mallet-sitewide-style-only main h3,
body.mallet-sitewide-style-only main h4 {
  font-family: var(--mallet-display) !important;
  letter-spacing: -.025em;
  text-wrap: balance;
}
body.mallet-sitewide-style-only main p,
body.mallet-sitewide-style-only main li { font-family: var(--mallet-body); line-height: 1.7; }
body.mallet-sitewide-style-only main img { max-width: 100%; height: auto; }
body.mallet-sitewide-style-only main .elementor-button {
  border-radius: 0 !important;
  background: var(--mallet-blue-deep) !important;
  color: var(--mallet-white) !important;
  transition: background .22s ease, transform .22s ease;
}
body.mallet-sitewide-style-only main .elementor-button:hover { background: var(--mallet-orange-dark) !important; transform: translateY(-.12rem); }

[data-id="a373282"],
.mt-footer-service-areas { display: none !important; }

/* The release owns its responsive Call/Estimate bar. Suppress the inherited
   floating/sticky duplicates so they never cover content or compete with it. */
body.mallet-sitewide-runtime .mt-cta-float,
body.mallet-sitewide-runtime .mt-cta-sticky { display: none !important; }
body.mallet-sitewide-runtime.mt-sticky-active { padding-bottom: 0 !important; }

.mallet-atelier .cost-drivers__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 3rem; background: var(--mallet-line); border: 1px solid var(--mallet-line); }
.mallet-atelier .cost-drivers__grid article { padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--mallet-white); }
.mallet-atelier .cost-drivers__grid article > span { color: var(--mallet-orange-dark); font-weight: 700; letter-spacing: .12em; }
.mallet-atelier .cost-drivers__grid h3 { margin-top: 2.8rem; }
.mallet-atelier .cost-drivers__grid p { margin-top: .85rem; color: var(--mallet-muted); }

@media (max-width: 980px) {
  .mallet-atelier .service-deck__card,
  .mallet-atelier .service-deck__card:nth-child(1),
  .mallet-atelier .service-deck__card:nth-child(6) { grid-column: span 6; }
  .mallet-atelier .calculator-shell { grid-template-columns: 1fr; }
  .mallet-atelier .calculator-shell header { position: static; }
  .mallet-atelier .cost-drivers__grid { grid-template-columns: repeat(2, 1fr); }
  .mallet-atelier .service-area-sampler__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mallet-atelier .city-locality { grid-template-columns: 1fr; }
  .mallet-atelier .city-locality__sources { grid-column: auto; }
}

@media (max-width: 700px) {
  .mallet-atelier .service-deck__card,
  .mallet-atelier .service-deck__card:nth-child(1),
  .mallet-atelier .service-deck__card:nth-child(6) { grid-column: 1 / -1; min-height: 26rem; }
  .mallet-atelier .decision-band,
  .mallet-atelier .related-links > header { grid-template-columns: 1fr; }
  .mallet-atelier .calculator-hero { min-height: 41rem; }
  .mallet-atelier .calculator-hero__shade { background: linear-gradient(180deg, rgba(4,27,35,.5), rgba(4,27,35,.98) 72%); }
  .mallet-atelier .calculator-hero__copy { padding-top: 13rem; }
  .mallet-atelier .calculator-choices,
  .mallet-atelier .cost-drivers__grid { grid-template-columns: 1fr; }
  .mallet-atelier .service-area-sampler__grid { grid-template-columns: 1fr; }
  .mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices { grid-template-columns: 1fr !important; }
  .mallet-atelier .estimate-panel .wpforms-page-button,
  .mallet-atelier .estimate-panel .wpforms-submit,
  .mallet-atelier .calculator-shell__wpforms .wpforms-page-button,
  .mallet-atelier .calculator-shell__wpforms .wpforms-submit { width: 100% !important; margin: .35rem 0 0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  .mallet-atelier .service-deck__image,
  .mallet-atelier .calculator-choices span,
  .mallet-atelier .service-area-sampler__card { transition: none; }
}
