/* Shared quote flow, extending the existing Tauranga theme. */
.homepage .category-columns { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.homepage .category-columns .service-summary { display: block; font: 400 1rem/1.5 var(--font-body); margin: .6rem 0 1rem; color: var(--ink-muted); }
.homepage .category-columns .service-support-links { grid-column: 1 / -1; margin: 0; font: 400 1rem/1.6 var(--font-body); color: var(--ink); }
.homepage .category-columns .service-support-links a { color: inherit; text-decoration: underline; text-underline-offset: .2em; }
.homepage .home-banner .hero-help { font: 400 1rem/1.6 var(--font-body); color: #fff; margin-top: 1.25rem; }
.homepage .home-banner .hero-help a { color: #fff; text-decoration: underline; text-underline-offset: .2em; }
.project-path { padding: 2.5rem var(--page-gutter, 24px); background: var(--surface, #fff); color: var(--ink, #172033); }
.project-path h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); margin: 0 0 1.25rem; }
.project-path ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; padding-left: 1.5rem; }
.project-path li { padding-left: .3rem; font-size: 1rem; line-height: 1.6; }
.project-path li strong { display: block; }
.project-path p { font-size: 1rem; line-height: 1.6; margin: 1rem 0 0; }
.project-path a { color: inherit; text-decoration: underline; text-underline-offset: .2em; }
.quote-section { scroll-margin-top: 140px; }
#painting-costs, #all-service-areas { scroll-margin-top: 140px; }
.homepage .bottom-form.quote-section { background: #0b1224; padding: 3.5rem var(--page-gutter, 24px); color: #fff; }
.homepage .bottom-form.quote-section::before { pointer-events: none; }
.quote-section .quote-layout { position: relative; z-index: 1; max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); gap: 3rem; align-items: start; }
.homepage .quote-section h2 { text-align: left; font-size: clamp(2rem, 3.5vw, 2.75rem); line-height: 1.15; margin: 0 0 1rem; color: #fff; }
.quote-section .quote-intro p, .quote-section .quote-intro li { color: #e1e7ef; font-size: 1rem; line-height: 1.6; }
.quote-section .quote-intro ul { padding-left: 1.2rem; margin: 1rem 0; }
.quote-section .quote-intro a, .quote-section .quote-privacy a, .quote-section #thank-you a { color: #fff; text-decoration: underline; text-underline-offset: .2em; }
.quote-section .quote-intro .quote-phone { display: inline-block; font-size: 1.15rem; font-weight: 600; margin: .3rem 0; }
.quote-section .quote-kicker { text-transform: uppercase; letter-spacing: .08em; font-size: .875rem; margin-bottom: .75rem; }
.homepage .quote-section .contact-form { max-width: none; margin: 0; }
.quote-section .quote-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.25rem; }
.quote-section .quote-field { min-width: 0; }
.quote-section .quote-field--wide { grid-column: 1 / -1; }
.quote-section .quote-field label { display: block; color: #fff; font-size: .95rem; font-weight: 500; line-height: 1.4; margin-bottom: .45rem; }
.quote-section label span { color: #c4cfdd; font-weight: 400; }
.homepage .quote-section .contact-form input:not([type="hidden"]),
.homepage .quote-section .contact-form select,
.homepage .quote-section .contact-form textarea { background-color: #15223a; color: #fff; border: 1px solid #8290a6; border-radius: 8px; font-size: 1rem; width: 100%; min-height: 48px; height: auto; padding: .8rem .85rem; margin: 0; box-sizing: border-box; }
.homepage .quote-section .contact-form select { padding-right: 2.5rem; }
.homepage .quote-section .contact-form textarea { min-height: 104px; resize: vertical; }
.homepage .quote-section .contact-form input::placeholder,
.homepage .quote-section .contact-form textarea::placeholder { color: #bac6d6; }
.homepage .quote-section .contact-form input:focus,
.homepage .quote-section .contact-form select:focus,
.homepage .quote-section .contact-form textarea:focus { outline: 2px solid #fbbf24; outline-offset: 3px; box-shadow: none; }
.quote-section .quote-field-hint, .quote-section .quote-privacy { color: #c4cfdd; font-size: .875rem; line-height: 1.5; margin: .5rem 0 0; }
.homepage .quote-section .contact-form button { max-width: none; width: 100%; min-height: 52px; margin: 1.25rem 0 0; padding: .9rem 1rem; font-size: 1rem; background: #f59e0b; color: #172033; text-transform: none; border-radius: 8px; }
.homepage .quote-section .contact-form button:hover { background: #fbbf24; box-shadow: none; }
.homepage .quote-section .contact-form button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; box-shadow: none; }
.homepage .quote-section .contact-form button:disabled { opacity: .75; cursor: wait; }
.quote-section .quote-error { color: #fff; background: #7a2424; padding: 1rem; border-left: 4px solid #fca5a5; font-size: 1rem; line-height: 1.5; margin-top: 1rem; }
.quote-section #thank-you { position: static; inset: auto; z-index: auto; background: transparent; text-align: left; padding: 1rem 0; display: block; }
.quote-section #thank-you p { font-size: 1rem; line-height: 1.6; color: #e1e7ef; }
.quote-section #thank-you h3 { color: #fff; font-size: 1.75rem; margin-bottom: 1rem; }
.quote-section [hidden] { display: none !important; }
.quote-section .quote-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.mobile-quote-actions { display: none; }
.service-decision { margin: 0; padding: 1.4rem var(--page-gutter, 24px); color: var(--ink, #172033); background: var(--surface-alt, #eef2f5); font-size: 1rem; line-height: 1.6; }
.service-decision a { color: inherit; text-decoration: underline; text-underline-offset: .2em; font-weight: 600; }
@media (max-width: 1000px) {
  .homepage .category-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quote-section .quote-layout { grid-template-columns: 1fr; gap: 1.5rem; }
}
@media (max-width: 767px) {
  .homepage .category-columns { grid-template-columns: 1fr; }
  .project-path ol { grid-template-columns: 1fr; gap: 1rem; }
  .quote-section .quote-fields { grid-template-columns: 1fr; }
  .homepage .bottom-form.quote-section { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  body.has-quote-form { padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)); }
  .mobile-quote-actions { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; gap: .75rem; padding: .7rem 1rem calc(.7rem + env(safe-area-inset-bottom, 0px)); background: #0b1224; border-top: 1px solid #526177; }
  .mobile-quote-actions a { flex: 1; padding: .85rem .5rem; min-height: 46px; text-align: center; font: 600 1rem/1.3 var(--font-body); border: 1px solid #8290a6; border-radius: 8px; color: #fff; text-decoration: none; }
  .mobile-quote-actions .mobile-quote-actions__primary { flex: 1.5; background: #f59e0b; border-color: #f59e0b; color: #172033; }
  .mobile-quote-actions a:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
  body.menu-active .mobile-quote-actions, body:has(.contact-form :focus) .mobile-quote-actions { display: none; }
}

/* Give promotional imagery context without presenting it as job evidence. */
.image-context{max-width:1180px;margin:12px auto;padding:0 24px;color:#465161;font:400 14px/1.6 Arial,sans-serif;}

/* Regional routes follow the property location, with Tauranga kept as this site's focus. */
.branch-links { max-width: 1180px; margin: 2rem auto 0; padding: 1.5rem 24px; border-top: 1px solid #657186; color: #fff; font: 400 1rem/1.6 Arial, sans-serif; }
.branch-links p { margin: 0 0 .8rem; color: inherit; font-size: 1rem; }
.branch-links ul { display: flex; flex-wrap: wrap; gap: .4rem 1.5rem; list-style: none; margin: 0; padding: 0; }
.branch-links li { margin: 0; padding: 0; }
.branch-links a { display: inline-block; padding: .5rem 0; color: #fff; text-decoration: underline; text-underline-offset: .2em; }
.branch-links a[aria-current] { font-weight: 700; }
.branch-links a:focus-visible { outline: 2px solid #fbbf24; outline-offset: 4px; }
.regional-footer { background: #0b1224; padding: 1px 0; }

/* Large service and contact choices, retaining native form controls as fallback. */
.quote-section .quote-choice-fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.quote-section .quote-choice-fieldset legend { float: none; width: auto; padding: 0; margin: 0 0 .6rem; color: #fff; font: 500 .95rem/1.4 var(--font-body, sans-serif); }
.quote-section .quote-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.homepage .quote-section .contact-form .quote-choice-grid button,
.quote-section .quote-contact-choices label { display: flex; align-items: center; justify-content: center; gap: .6rem; margin: 0; padding: .75rem .6rem; min-height: 52px; border: 1px solid #8290a6; border-radius: 8px; color: #fff; background: #15223a; font: 500 .95rem/1.4 var(--font-body, sans-serif); text-align: center; cursor: pointer; box-sizing: border-box; }
.homepage .quote-section .contact-form .quote-choice-grid button[aria-pressed="true"],
.quote-section .quote-contact-choices label:has(input:checked) { border: 2px solid #fbbf24; padding: calc(.75rem - 1px) calc(.6rem - 1px); background: #29374a; }
.homepage .quote-section .contact-form .quote-choice-grid button:hover,
.quote-section .quote-contact-choices label:hover { background: #29374a; }
.homepage .quote-section .contact-form .quote-contact-choices input[type="radio"] { appearance: auto; position: static; width: 18px; height: 18px; min-height: 0; flex: 0 0 18px; margin: 0; padding: 0; accent-color: #fbbf24; }
.quote-section .quote-contact-choices label span { color: #fff; font-weight: 500; }
.homepage .quote-section .contact-form .quote-choice-grid button { letter-spacing: normal; }
.quote-section #quote-service-detail { margin-top: .75rem; }
.quote-section #quote-service-choices[hidden] + #quote-service-detail { margin-top: 0; }
.quote-section #quote-service-error { color: #fecaca; }
.quote-section .quote-contact-choices label:has(input:focus-visible) { outline: 3px solid #fff; outline-offset: 3px; }
