/* P-home only: leave the approved film and shared styles untouched. */
.home-page { --home-ink: #102638; --home-blue: #063b70; --home-pale: #eef6fb; --home-rule: #c7d4df; }
.home-page .home-section { padding-block: 56px; color: var(--home-ink); }
.home-page .home-section h2 { font-size: clamp(26px, 3vw, 38px); line-height: 1.2; margin: 0 0 24px; }
.home-page .home-section p { line-height: 1.65; max-width: 900px; }
.home-page .home-section a { color: var(--home-blue); text-underline-offset: 4px; overflow-wrap: anywhere; }
.home-page .home-eyebrow { color: var(--home-blue); text-transform: uppercase; letter-spacing: .1em; font-size: 13px; }
.home-page .home-directory ul, .home-page .home-guide-list, .home-page .home-models ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; padding: 0; list-style: none; }
.home-page .home-directory li, .home-page .home-guide-list li, .home-page .home-models li { border-bottom: 1px solid var(--home-rule); }
.home-page .home-directory a, .home-page .home-guide-list a, .home-page .home-models a { display: block; padding: 16px 0; font-size: 18px; }
.home-page .home-models { margin-top: 40px; }
.home-page .home-card-note { font-size: 15px; }
.home-page .home-group-link { display: inline-block; margin: 12px 0; color: var(--home-blue); text-underline-offset: 4px; }
.home-page .v3-applications { height: auto; min-height: 0; padding-bottom: 64px; }
.home-page .v3-catalog { height: auto; }
.home-page .v3-catalog-intro { max-width: 760px; margin-inline: auto; }
.home-page .home-inquiry { background: var(--home-pale); }
.home-page .quote-form { max-width: 900px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 28px; }
.home-page .field { min-width: 0; }
.home-page .field.full { grid-column: 1 / -1; }
.home-page label { display: block; margin-bottom: 8px; }
.home-page input, .home-page textarea { width: 100%; min-width: 0; padding: 12px; border: 1px solid #879dad; background: #fff; font: inherit; box-sizing: border-box; }
.home-page textarea { min-height: 140px; }
.home-page small { display: block; margin-top: 8px; line-height: 1.5; }
.home-page .quote-form .button { background: var(--home-blue); color: #fff; padding: 14px 24px; border: 0; font: inherit; cursor: pointer; justify-self: start; white-space: normal; }
.home-page #home-questions details { border-bottom: 1px solid var(--home-rule); padding: 20px 0; }
.home-page #home-questions summary { cursor: pointer; font-size: 19px; font-weight: 600; line-height: 1.5; }
.home-page .home-return { margin-top: 32px; }
.home-page [tabindex="-1"] { scroll-margin-top: 110px; }
.home-page :focus-visible { outline: 3px solid #ed6b24; outline-offset: 4px; }
.home-page .notice { max-width: calc(100vw - 32px); box-sizing: border-box; }
.home-page .skip-link:not(:focus) { visibility: hidden; }
.home-page:has(#quote:target) .v3-float-enquiry,
.home-page:has(#quote:focus-within) .v3-float-enquiry { visibility: hidden; }
.home-page .v3-smart-safe-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: initial; gap: 12px; overflow: visible; }
.home-page .v3-smart-safe-tabs button { min-width: 0; font-size: 16px; }
@media (max-width: 600px) {
  .home-page .home-section { padding-block: 36px; }
  .home-page .home-section.home-shell, .home-page .home-section > .home-shell { width: calc(100% - 32px); }
  .home-page .home-directory ul, .home-page .home-guide-list, .home-page .home-models ul, .home-page .quote-form { grid-template-columns: 1fr; }
  .home-page .v3-smart-safe-tabs { gap: 8px; }
  .home-page .v3-smart-safe-tabs button { flex-direction: column; gap: 8px; padding-inline: 4px; font-size: 12px; line-height: 1.3; text-align: center; }
  .home-page .v3-smart-safe-tabs img { max-width: 40px; height: auto; }
}

/* Compact homepage enquiry. */
.home-page .enquiry-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 64px; align-items: center; }
.home-page .enquiry-intro h2 { font-size: clamp(32px, 4vw, 48px); letter-spacing: -.035em; margin-bottom: 20px; }
.home-page .enquiry-intro > p:not(.home-eyebrow) { color: #506576; font-size: 18px; }
.home-page .enquiry-email { display: inline-block; margin-top: 16px; font-size: 16px; }
.home-page .enquiry-card { margin: 0; padding: 32px; background: #fff; border: 1px solid #dce5ec; border-radius: 12px; gap: 20px; }
.home-page .enquiry-card label { text-transform: none; letter-spacing: 0; font-size: 14px; font-weight: 600; }
.home-page .enquiry-card input, .home-page .enquiry-card textarea { border: 1px solid #c7d4df; border-radius: 6px; padding: 13px 14px; font-size: 16px; }
.home-page .enquiry-card textarea { min-height: 128px; resize: vertical; }
.home-page .enquiry-actions .button { width: 100%; border-radius: 6px; min-height: 48px; }
.home-page .enquiry-actions .button:hover { background: #092d50; }
.home-page .enquiry-actions p { font-size: 12px; color: #506576; margin: 10px 0 0; text-align: center; }
@media (max-width: 800px) { .home-page .enquiry-layout { grid-template-columns: 1fr; gap: 28px; } }
@media (max-width: 600px) { .home-page .enquiry-card { padding: 20px; } }

.home-page .enquiry-contact-options { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 28px; }
.home-page .home-section .enquiry-whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 12px 22px; border-radius: 6px; background: #157347; color: #fff; text-decoration: none; font-size: 16px; font-weight: 600; box-sizing: border-box; }
.home-page .enquiry-whatsapp:hover { background: #105b38; }
.home-page .enquiry-number { color: #506576; font-size: 14px; }
.home-page .enquiry-contact-options .enquiry-email { margin-top: 8px; font-size: 14px; }

/* Durable home enquiry submission */
.enquiry-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.enquiry-actions button:disabled{opacity:.65;cursor:default}
