body.mallet-sitewide-style-only,
body.mallet-sitewide-rebuilt {
  --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; }

/* The project-calculator route is a focused landing page. Its real calculator
   begins inside the hero while the longer calculator route remains unchanged. */
.mallet-atelier .calculator-landing-hero {
  position: relative;
  min-height: 52rem;
  overflow: hidden;
  background: var(--mallet-blue-deep);
  color: var(--mallet-white);
  isolation: isolate;
}
.mallet-atelier .calculator-landing-hero__media,
.mallet-atelier .calculator-landing-hero__media picture,
.mallet-atelier .calculator-landing-hero__media img,
.mallet-atelier .calculator-landing-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mallet-atelier .calculator-landing-hero__media img { object-fit: cover; object-position: center; transform: scale(1.015); }
.mallet-atelier .calculator-landing-hero__shade { z-index: 1; background: linear-gradient(90deg, rgba(4,27,35,.98) 0%, rgba(4,27,35,.9) 48%, rgba(4,27,35,.68) 100%); }
.mallet-atelier .calculator-landing-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(31rem, .82fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  width: min(100%, var(--mallet-content));
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7rem) var(--mallet-pad) clamp(4.5rem, 8vw, 8rem);
  align-items: center;
}
.mallet-atelier .calculator-landing-hero__copy h1 { max-width: 11ch; color: var(--mallet-white); }
.mallet-atelier .calculator-landing-hero__copy > p:not(.context-line) { max-width: 43rem; margin-top: 1.4rem; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.15vw, 1.25rem); }
.mallet-atelier .calculator-landing-hero__copy .trust-strip { margin-top: 1.8rem; }
.mallet-atelier .calculator-landing-signals { display: grid; gap: .75rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.mallet-atelier .calculator-landing-signals li { position: relative; padding-left: 1.5rem; color: rgba(255,255,255,.78); }
.mallet-atelier .calculator-landing-signals li::before { position: absolute; top: .72em; left: 0; width: .55rem; height: .12rem; background: var(--mallet-orange); content: ""; }
.mallet-atelier .calculator-landing-hero__form { padding: clamp(1.5rem, 3.2vw, 2.75rem); border: 1px solid rgba(255,255,255,.24); background: rgba(4,27,35,.9); box-shadow: 0 2rem 5rem rgba(1,17,23,.34); backdrop-filter: blur(.8rem); }
.mallet-atelier .calculator-landing-hero__form > header { padding-bottom: 1.35rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.mallet-atelier .calculator-landing-hero__form h2 { max-width: 14ch; color: var(--mallet-white); font-size: clamp(2rem, 3vw, 3.15rem); }
.mallet-atelier .calculator-landing-hero__form header > p:last-child { max-width: 42ch; margin-top: .8rem; color: rgba(255,255,255,.72); }
.mallet-atelier .calculator-landing-hero__form .calculator-form { margin-top: 1.5rem; }
.mallet-atelier .calculator-landing-hero__form .calculator-form legend { font-size: clamp(1.55rem, 2.4vw, 2.3rem); }
.mallet-atelier .calculator-landing-hero__form .calculator-choices label { min-height: 6.8rem; }
.mallet-atelier .calculator-landing-hero__form .calculator-shell__wpforms .wpforms-container,
.mallet-atelier .calculator-landing-hero__form .calculator-shell__wpforms div.wpforms-container-full { margin-top: 1.5rem !important; }

.mallet-atelier .calculator-landing-proof { background: var(--mallet-paper); }
.mallet-atelier .calculator-landing-proof > header { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 6vw, 7rem); align-items: end; }
.mallet-atelier .calculator-landing-proof > header h2 { max-width: 15ch; grid-column: 2; }
.mallet-atelier .calculator-landing-proof__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: clamp(2.5rem, 5vw, 4.5rem); background: var(--mallet-line); border: 1px solid var(--mallet-line); }
.mallet-atelier .calculator-landing-proof__grid article { min-height: 18rem; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--mallet-white); }
.mallet-atelier .calculator-landing-proof__grid span { color: var(--mallet-orange-dark); font-weight: 700; letter-spacing: .14em; }
.mallet-atelier .calculator-landing-proof__grid h3 { max-width: 16ch; margin-top: 3rem; }
.mallet-atelier .calculator-landing-proof__grid p { max-width: 42ch; margin-top: .8rem; color: var(--mallet-muted); }

.mallet-atelier .calculator-landing-fit { display: grid; grid-template-columns: minmax(18rem, .72fr) minmax(0, 1.28fr); gap: clamp(2.5rem, 7vw, 8rem); background: var(--mallet-ice); align-items: start; }
.mallet-atelier .calculator-landing-fit > div:first-child { position: sticky; top: 6rem; }
.mallet-atelier .calculator-landing-fit > div:first-child > p:last-child { max-width: 44ch; margin-top: 1.2rem; color: var(--mallet-muted); }
.mallet-atelier .calculator-landing-fit__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--mallet-line); border: 1px solid var(--mallet-line); }
.mallet-atelier .calculator-landing-fit__list article { min-height: 15rem; padding: clamp(1.4rem, 3vw, 2.4rem); background: var(--mallet-paper); }
.mallet-atelier .calculator-landing-fit__list h3 { max-width: 15ch; }
.mallet-atelier .calculator-landing-fit__list p { margin-top: .75rem; color: var(--mallet-muted); }

.mallet-atelier .calculator-landing-steps { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(2.5rem, 7vw, 8rem); background: var(--mallet-blue-deep); color: rgba(255,255,255,.8); }
.mallet-atelier .calculator-landing-steps h2,
.mallet-atelier .calculator-landing-steps h3 { color: var(--mallet-white); }
.mallet-atelier .calculator-landing-steps > header { align-self: start; }
.mallet-atelier .calculator-landing-steps ol { display: grid; gap: 1px; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.2); list-style: none; }
.mallet-atelier .calculator-landing-steps li { display: grid; grid-template-columns: auto 1fr; gap: 1.3rem; padding: clamp(1.35rem, 2.7vw, 2rem); background: rgba(4,27,35,.74); }
.mallet-atelier .calculator-landing-steps li > span { color: var(--mallet-orange); font-size: .8rem; font-weight: 700; letter-spacing: .14em; }
.mallet-atelier .calculator-landing-steps li p { margin-top: .55rem; color: rgba(255,255,255,.72); }
.mallet-atelier .calculator-landing-steps__actions { grid-column: 2; display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; }
.mallet-atelier .calculator-landing-costs { background: var(--mallet-paper); }
.mallet-atelier .calculator-landing-close { display: grid; grid-template-columns: minmax(0, 1.15fr) auto; gap: 2rem; background: var(--mallet-blue-deep); color: rgba(255,255,255,.8); align-items: end; }
.mallet-atelier .calculator-landing-close h2 { max-width: 15ch; color: var(--mallet-white); }
.mallet-atelier .calculator-landing-close p:not(.context-line) { max-width: 52ch; margin-top: 1rem; }
.mallet-atelier .calculator-landing-close .actions { justify-content: flex-end; }

.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%; overflow: hidden; align-content: end; border: 1px solid rgba(255,255,255,.35); border-radius: .45rem; background: rgba(255,255,255,.05); box-shadow: 0 .7rem 1.8rem rgba(1,17,23,.12); transition: border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease; }
.mallet-atelier .calculator-choices img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: filter .35s ease, transform .55s var(--mallet-ease); }
.mallet-atelier .calculator-choices strong { padding: .72rem .85rem 0; }
.mallet-atelier .calculator-choices small { margin-top: .2rem; padding: 0 .85rem .75rem; 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:checked + span img { filter: saturate(1.08) contrast(1.03); transform: scale(1.025); }
.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-field-label-inline,
.mallet-atelier .calculator-shell__wpforms .wpforms-field-label-inline {
  color: rgba(255,255,255,.84) !important;
  line-height: 1.5 !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: .7rem !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;
  border-radius: .45rem !important;
  background: rgba(255,255,255,.055) !important;
  box-shadow: 0 .7rem 1.8rem rgba(1,17,23,.12);
  cursor: pointer;
  transition: border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}
.mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices img {
  width: 100% !important;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: filter .35s ease, transform .55s var(--mallet-ease);
}
.mallet-atelier .calculator-shell__wpforms .wpforms-image-choices-label {
  display: flex !important;
  min-height: 3.2rem;
  align-items: center;
  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;
  box-shadow: 0 0 0 1px var(--mallet-orange), 0 1rem 2.2rem rgba(1,17,23,.22);
  transform: translateY(-.12rem);
}
.mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices li.mt-choice-selected img,
.mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices li:has(input:checked) img { filter: saturate(1.08) contrast(1.03); transform: scale(1.025); }
.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-page-indicator-page-progress { transition: width .35s var(--mallet-ease); }
.mallet-atelier .calculator-shell__wpforms .wpforms-page:not([style*="display: none"]),
.mallet-atelier .calculator-shell__wpforms .wpforms-page:not([style*="display:none"]) { animation: mt-calculator-page-in .32s var(--mallet-ease) both; }

@keyframes mt-calculator-page-in {
  from { opacity: 0; transform: translateY(.55rem); }
  to { opacity: 1; transform: translateY(0); }
}

@media (hover:hover) and (pointer:fine) {
  .mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices label:hover {
    border-color: rgba(255,255,255,.66) !important;
    box-shadow: 0 1rem 2.5rem rgba(1,17,23,.2);
    transform: translateY(-.14rem);
  }
  .mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices label:hover img { transform: scale(1.025); }
}

.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,
body.mallet-sitewide-style-only > .elementor .elementor-button,
body.mallet-sitewide-style-only .elementor-location-single .elementor-button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  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,
body.mallet-sitewide-style-only > .elementor .elementor-button:hover,
body.mallet-sitewide-style-only .elementor-location-single .elementor-button:hover { background: var(--mallet-orange-dark) !important; transform: translateY(-.12rem); }

.mt-footer-service-areas {
  width: min(100%, 78rem);
  margin: clamp(2.5rem, 5vw, 4.5rem) auto 0;
  padding: clamp(2rem, 4vw, 3.25rem) clamp(1rem, 3vw, 2rem) 0;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #cbd9dd;
}
.mt-footer-service-areas__head { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; margin-bottom: 2rem; }
.mt-footer-service-areas__eyebrow { margin: 0 0 .45rem; color: #9bc4cf; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.mt-footer-service-areas h2 { margin: 0; color: #fff; font: 500 clamp(1.8rem, 3vw, 2.8rem)/1.05 var(--mallet-display); letter-spacing: -.035em; }
.mt-footer-service-areas__head > a { color: #fff; font-weight: 700; text-decoration: none; }
.mt-footer-service-areas__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); }
.mt-footer-service-areas__region h3 { margin: 0 0 .8rem; color: #fff; font-size: .9rem; letter-spacing: .04em; }
.mt-footer-service-areas__region ul { display: grid; gap: .28rem; padding: 0; margin: 0; list-style: none; }
.mt-footer-service-areas__region a { color: #b8c9ce; font-size: .84rem; line-height: 1.45; text-decoration: none; }
.mt-footer-service-areas__region a:hover,
.mt-footer-service-areas__region a:focus-visible { color: #fff; text-decoration: underline; text-decoration-color: var(--mallet-orange); text-underline-offset: .2em; }

/* 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) {
  .mt-footer-service-areas__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .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; }
  .mallet-atelier .calculator-landing-hero__inner { grid-template-columns: 1fr; }
  .mallet-atelier .calculator-landing-hero__copy h1 { max-width: 13ch; }
  .mallet-atelier .calculator-landing-proof > header { grid-template-columns: 1fr; }
  .mallet-atelier .calculator-landing-proof > header h2 { grid-column: auto; }
  .mallet-atelier .calculator-landing-fit,
  .mallet-atelier .calculator-landing-steps { grid-template-columns: 1fr; }
  .mallet-atelier .calculator-landing-fit > div:first-child { position: static; }
  .mallet-atelier .calculator-landing-steps__actions { grid-column: auto; }
  .mallet-atelier .calculator-landing-close { grid-template-columns: 1fr; }
  .mallet-atelier .calculator-landing-close .actions { justify-content: flex-start; }
}

@media (max-width: 72rem) {
  .mallet-atelier .mobile-actions {
    right: .75rem;
    bottom: max(.75rem, env(safe-area-inset-bottom));
    left: .75rem;
    grid-template-columns: minmax(8.65rem, .84fr) minmax(0, 1.16fr);
    gap: .45rem;
    width: min(calc(100% - 1.5rem), 34rem);
    margin-inline: auto;
    padding: .45rem;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: .65rem;
    background: rgba(4,27,35,.94);
    box-shadow: 0 1.15rem 2.8rem rgba(1,17,23,.32);
    backdrop-filter: blur(.75rem);
  }

  .mallet-atelier .mobile-actions a {
    min-width: 0;
    min-height: 3.15rem;
    padding: .7rem .85rem;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: .38rem;
    color: var(--mallet-white);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
  }

  .mallet-atelier .mobile-actions a + a {
    border-color: #2b8cae;
    background: #2b8cae;
    color: var(--mallet-white);
  }

  .mallet-atelier .mobile-actions a:focus-visible {
    outline: .18rem solid var(--mallet-orange);
    outline-offset: .14rem;
  }
}

@media (max-width: 700px) {
  .mt-footer-service-areas__head { display: grid; align-items: start; }
  .mt-footer-service-areas__grid { grid-template-columns: 1fr; }
  .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 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
  .mallet-atelier .calculator-choices label { min-height: 0; }
  .mallet-atelier .calculator-choices img { aspect-ratio: 3 / 2; }
  .mallet-atelier .calculator-choices strong { padding: .62rem .7rem 0; font-size: .88rem; }
  .mallet-atelier .calculator-choices small { display: block; padding: 0 .7rem .62rem; font-size: .72rem; }
  .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: repeat(2, minmax(0, 1fr)) !important;
    gap: .55rem !important;
  }
  .mallet-atelier .calculator-shell__wpforms ul.wpforms-image-choices img { aspect-ratio: 3 / 2; }
  .mallet-atelier .calculator-shell__wpforms .wpforms-image-choices-label {
    min-height: 2.9rem;
    padding: .65rem .7rem !important;
    font-size: .86rem !important;
  }
  .mallet-atelier .calculator-landing-hero__shade { background: linear-gradient(180deg, rgba(4,27,35,.62), rgba(4,27,35,.98) 34%); }
  .mallet-atelier .calculator-landing-hero__inner { padding-top: 4rem; }
  .mallet-atelier .calculator-landing-hero__copy h1 { font-size: clamp(3rem, 13vw, 4.8rem); }
  .mallet-atelier .calculator-landing-hero__form { margin-inline: calc(var(--mallet-pad) * -.25); padding: 1.2rem; border-radius: .65rem; backdrop-filter: none; }
  .mallet-atelier .calculator-landing-hero__form > header { padding-bottom: 1rem; }
  .mallet-atelier .calculator-landing-hero__form h2 { font-size: clamp(1.85rem, 9vw, 2.55rem); }
  .mallet-atelier .calculator-landing-hero__form .wpforms-page-indicator { margin-bottom: 1rem !important; }
  .mallet-atelier .calculator-landing-proof__grid,
  .mallet-atelier .calculator-landing-fit__list { grid-template-columns: 1fr; }
  .mallet-atelier .calculator-landing-proof__grid article,
  .mallet-atelier .calculator-landing-fit__list article { min-height: 0; }
  .mallet-atelier .calculator-landing-proof__grid h3 { margin-top: 1.8rem; }
  .mallet-atelier .calculator-landing-steps__actions { display: grid; }
  .mallet-atelier .calculator-landing-steps__actions .button,
  .mallet-atelier .calculator-landing-close .button { width: 100%; }
  .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; }
}
