/* Quote template only: the shared design system and other pages stay intact. */
.page-template-quote-contact .site-main { padding-block: 0; }
.mss-quote-page { padding-block: 2.7rem 3rem; }
.mss-quote-hero { padding-bottom: 2rem; max-width: 58rem; }
.mss-quote-hero .eyebrow { margin-bottom: .8rem; display: flex; align-items: center; gap: .8rem; }
.mss-quote-hero .eyebrow::before { content: ""; width: 2rem; height: 1px; background: currentColor; }
.mss-quote-hero h1 { font-size: clamp(2.65rem, 4.4vw, 4rem); margin-bottom: .85rem; }
.mss-quote-intro { max-width: 44rem; font-size: 1.05rem; color: var(--mss-stone); margin-bottom: 1rem; }
.mss-quote-service-line { font-size: .74rem; color: var(--mss-gold-ink); margin: 0; }
.mss-quote-grid { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr); gap: 1.65rem; align-items: start; }
.mss-quote-form-panel { background: var(--mss-warm-white); border: 1px solid var(--mss-border); border-top: 3px solid var(--mss-soft-gold); border-radius: .3rem; padding: 2rem; box-shadow: 0 12px 32px rgb(20 34 56 / 4%); min-width: 0; }
.mss-quote-form-heading { display: flex; align-items: start; gap: 1rem; }
.mss-quote-detail-icon { border: 1px solid var(--mss-border); border-radius: .25rem; padding: .55rem; color: var(--mss-gold-ink); }
.mss-quote-form-heading h2 { font-size: clamp(1.7rem, 2.4vw, 2.2rem); margin-bottom: .45rem; }
.mss-quote-form-heading p { color: var(--mss-stone); font-size: .86rem; margin-bottom: .7rem; }
.mss-quote-required { font-size: .72rem; color: var(--mss-stone); margin: .7rem 0 1rem; }
.mss-quote-form fieldset { padding: 0; border: 0; margin: 0; min-width: 0; }
.mss-quote-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.05rem 1.2rem; }
.mss-quote-fields > div { min-width: 0; }
.mss-quote-field-wide { grid-column: 1 / -1; }
.mss-quote-fields label { display: block; font-size: .83rem; font-weight: 600; margin-bottom: .4rem; line-height: 1.5; }
.mss-quote-fields label span { color: var(--mss-gold-ink); }
.mss-quote-fields small { color: var(--mss-stone); font-size: .7rem; font-weight: 400; }
.mss-quote-fields input, .mss-quote-fields select, .mss-quote-fields textarea { width: 100%; min-height: 48px; font-size: 1rem; padding: .65rem .75rem !important; background: #f8f6f1 !important; border-color: #d7d0c3 !important; border-radius: .2rem; }
.mss-quote-fields textarea { resize: vertical; min-height: 108px; }
.mss-quote-fields :is(input, select, textarea):focus { outline: 2px solid var(--mss-navy); outline-offset: 2px; box-shadow: 0 0 0 5px var(--mss-champagne); }
.mss-quote-fields #quote-preference { max-width: 18rem; }
.mss-quote-submit { display: flex; gap: 1.2rem; align-items: center; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--mss-border); }
.mss-quote-submit .button { flex: 0 0 auto; }
.mss-quote-submit p { color: var(--mss-stone); font-size: .74rem; line-height: 1.6; margin: 0; }
.mss-quote-contact { position: relative; isolation: isolate; overflow: hidden; padding: 2rem; background: var(--mss-navy); color: var(--mss-ivory); border: 1px solid #354253; border-radius: .3rem; }
.mss-quote-contact::before { content: ""; position: absolute; z-index: -1; right: -5rem; top: -8rem; width: 18rem; height: 23rem; border: 1px solid rgb(215 196 155 / 15%); border-radius: 50%; transform: rotate(30deg); box-shadow: 0 0 0 1.5rem rgb(215 196 155 / 4%), 0 0 0 3rem rgb(215 196 155 / 3%); }
.mss-quote-contact > .mss-icon { color: var(--mss-soft-gold); width: 2.1rem; height: 2.1rem; margin-bottom: 1.6rem; }
.mss-quote-contact .eyebrow { color: var(--mss-soft-gold); font-size: .65rem; margin-bottom: .7rem; }
.mss-quote-contact h2 { font-size: 2.5rem; margin-bottom: 1rem; }
.mss-quote-contact p:not(.eyebrow) { color: #d3d7df; font-size: .9rem; }
.mss-quote-contact .mss-quote-number { border-top: 1px solid #566071; padding-top: 1.4rem; margin-top: 1.4rem; font-size: 1.22rem !important; letter-spacing: .04em; color: var(--mss-ivory) !important; }
.mss-quote-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.mss-quote-contact .mss-quote-actions { flex-direction: column; align-items: stretch; }
.mss-quote-page :is(.mss-quote-contact, .mss-quote-closing) .button-outline { border-color: #78808a; color: var(--mss-ivory); }
.mss-quote-page :is(.mss-quote-contact, .mss-quote-closing) .button-outline:hover { background: #26364b; }
.mss-quote-page :is(.mss-quote-contact, .mss-quote-closing) [data-cta="whatsapp"] > .mss-icon { color: var(--mss-soft-gold); }
.mss-quote-page :is(.mss-quote-contact, .mss-quote-closing) a:focus-visible { outline-color: var(--mss-soft-gold); }
.mss-quote-help { padding: 1.8rem 1.7rem; margin-top: 1rem; border: 1px solid var(--mss-border); background: var(--mss-champagne); border-radius: .3rem; }
.mss-quote-help h3 { font-family: var(--mss-font-heading); font-weight: 400; font-size: 1.5rem; letter-spacing: -.03em; line-height: 1.25; margin-bottom: .7rem; }
.mss-quote-help p { font-size: .85rem; color: var(--mss-stone); margin-bottom: .7rem; }
.mss-quote-help .contact-action { padding: .5rem 0; min-height: 44px; }
.mss-quote-process { padding-block: 3rem; }
.mss-quote-process .eyebrow { margin-bottom: .65rem; }
.mss-quote-process h2 { font-size: 2.35rem; margin-bottom: 1.6rem; }
.mss-quote-process ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; padding: 0; margin: 0; gap: 2rem; }
.mss-quote-process li { border-top: 1px solid #cfc3aa; padding-top: 1rem; }
.mss-quote-process li > span { display: block; color: var(--mss-gold-ink); font-size: .8rem; letter-spacing: .12em; margin-bottom: .7rem; }
.mss-quote-process h3 { font-size: 1rem; font-weight: 600; line-height: 1.4; margin-bottom: .6rem; }
.mss-quote-process li p { font-size: .85rem; color: var(--mss-stone); margin: 0; }
.mss-quote-closing { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 2.4rem 2.6rem; background: var(--mss-navy); color: var(--mss-ivory); border-left: 3px solid var(--mss-soft-gold); }
.mss-quote-closing h2 { font-size: clamp(1.85rem, 3vw, 2.7rem); max-width: 17ch; margin: 0; }
.mss-quote-explore { display: flex; justify-content: flex-end; align-items: center; gap: .8rem; color: var(--mss-soft-gold); font-size: .75rem; margin-top: 1rem; min-height: 44px; }
.mss-quote-explore:hover { color: var(--mss-ivory); }
.mss-quote-review { margin-top: 1.4rem; padding: 1.4rem; border: 1px solid #c7b48c; background: var(--mss-ivory); scroll-margin-top: 8rem; }
.mss-quote-review h3 { font-size: 1.15rem; margin-bottom: .8rem; }
.mss-quote-review p { font-size: .85rem; color: var(--mss-stone); }
.mss-quote-review pre { white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; font-size: .83rem; border-block: 1px solid var(--mss-border); padding-block: 1rem; }
.mss-quote-edit { background: transparent; border: 0; text-decoration: underline; color: var(--mss-navy); min-height: 44px; padding: .5rem; }
.page-template-quote-contact .desktop-quote-tab, .page-template-quote-contact .mobile-contact-bar { display: none !important; }
.page-template-quote-contact.has-contact-dock .site-footer { padding-bottom: 0; }
@media (max-width: 1050px) {
 .mss-quote-grid { grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 1.2rem; }
 .mss-quote-form-panel, .mss-quote-contact { padding: 1.5rem; }
 .mss-quote-submit { align-items: start; flex-direction: column; gap: .75rem; }
}
@media (max-width: 800px) {
 .mss-quote-grid { grid-template-columns: 1fr; }
 .mss-quote-support { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1rem; align-items: start; }
 .mss-quote-help { margin-top: 0; }
 .mss-quote-closing { padding: 2rem; }
}
@media (max-width: 600px) {
 .mss-quote-page { padding-block: 1.7rem 2rem; }
 .mss-quote-hero { padding-bottom: 1.5rem; }
 .mss-quote-hero h1 { font-size: 2.65rem; }
 .mss-quote-intro { font-size: .95rem; }
 .mss-quote-service-line { font-size: .7rem; line-height: 1.8; }
 .mss-quote-form-panel { padding: 1.2rem; }
 .mss-quote-detail-icon { display: none; }
 .mss-quote-fields, .mss-quote-support, .mss-quote-process ol { grid-template-columns: 1fr; }
 .mss-quote-fields { gap: 1rem; }
 .mss-quote-fields #quote-preference { max-width: none; }
 .mss-quote-fields label { font-size: .85rem; }
 .mss-quote-submit .button { width: 100%; }
 .mss-quote-process { padding-block: 2.2rem; }
 .mss-quote-process h2 { font-size: 2rem; }
 .mss-quote-process ol { gap: 1.3rem; }
 .mss-quote-closing { padding: 1.6rem; flex-direction: column; align-items: start; gap: 1.3rem; }
 .mss-quote-closing > div, .mss-quote-closing .button { width: 100%; }
 .mss-quote-explore { justify-content: flex-start; }
 .mss-quote-review { padding: 1rem; }
}

