/* Customer homepage: extend the existing navy / teal identity. */
.customer-home { overflow-x: clip; }
.customer-home .copy-line { display: block; }
.customer-home :is(a, button, summary):focus-visible { outline: 3px solid #c9a84c; outline-offset: 5px; }
.customer-home .site-header { position: sticky; z-index: 1000; padding: 16px 0; background: var(--white); color: var(--navy); border-bottom: 1px solid var(--line); }
.customer-home .site-header.shrink { padding: 16px 0; background: var(--white); color: var(--navy); box-shadow: 0 4px 20px #0b244708; }
.customer-home .logo { font-size: 20px; line-height: 1.5; letter-spacing: .03em; }
.customer-home .logo small { color: var(--teal-ink); font-size: 14px; letter-spacing: .06em; }
.customer-home .header-inner { width: min(100% - 48px, 1360px); gap: 24px; }
.customer-home .nav { gap: 22px; }
.customer-home .nav a { font-size: 14px; }
.customer-home .nav .btn { color: white; padding: 12px 20px; }
.customer-home .nav-toggle span { background: var(--navy); }
.customer-hero { background: #eef6f5; }
.customer-hero-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 1600px; margin: auto; }
.customer-hero-copy { padding: clamp(40px,5vw,80px) clamp(24px,5vw,88px); align-self: center; }
.hero-kicker { color: var(--teal-ink); font-size: 16px; font-weight: 700; letter-spacing: .12em; margin-bottom: 24px; }
.customer-hero h1 { font-size: clamp(36px,4.2vw,64px); color: var(--navy); line-height: 1.55; letter-spacing: .05em; }
.customer-hero h1 span { display: block; }
.customer-hero-lead { font-size: clamp(17px,1.6vw,20px); margin-top: 28px; color: var(--navy); }
.customer-hero-description { color: #455763; font-size: 16px; margin: 20px 0 28px; }
.customer-hero .btn { font-size: 17px; border-radius: 4px; padding: 17px 26px; box-shadow: none; gap: 28px; }
.hero-status { color: #3b5860; font-size: 14px; margin: 12px 0 20px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; color: var(--teal-ink); font-size: 16px; font-weight: 700; border-bottom: 1px solid currentColor; padding: 7px 0; }
.text-link:hover { color: var(--navy); }
.customer-hero-photo { position: relative; min-width: 0; margin: 0; }
.customer-hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.customer-hero-photo figcaption { position: absolute; right: 20px; bottom: 20px; padding: 5px 12px; background: #fffffff2; color: #334452; font-size: 14px; }
.hero-care-note { padding-block: 20px; }
.hero-care-note p { font-size: 14px; color: #43565b; line-height: 1.8; }
.customer-home .features { background: var(--navy); }
.customer-home [id] { scroll-margin-top: 110px; }
.customer-home .facts { background: var(--off-white); padding-block: 72px; }
.customer-home .section { padding-block: 80px; }
.customer-home .section-title { margin-bottom: 20px; }
.customer-home .section-subtitle { margin-bottom: 36px; }
.customer-home :is(h1,h2,h3,p,span) { overflow-wrap: normal; }
.customer-home .copy-break { display: inline; }
.customer-needs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; margin-top: 44px; }
.customer-needs article { border-top: 1px solid #b7cec9; padding-top: 24px; }
.need-number { display: block; font-family: Georgia,serif; font-size: 32px; line-height: 1; color: var(--teal-ink); margin-bottom: 20px; }
.customer-needs h3 { font-size: 20px; line-height: 1.7; margin-bottom: 16px; }
.customer-needs p { color: var(--gray); font-size: 16px; }
.customer-home .section-action { text-align: center; margin-top: 28px; }
.customer-home .price-note { font-size: 16px; line-height: 1.9; max-width: 820px; margin: 32px auto 0; padding: 24px; background: white; border-left: 3px solid var(--teal-ink); text-align: left; }
.customer-home .store-card { border-radius: 6px; }
.store-reservation { background: var(--off-white); border-top: 1px solid var(--line); padding: 20px; margin-top: 24px; }
.store-reservation strong { font-size: 17px; color: var(--navy); }
.store-reservation p { font-size: 15px; color: var(--gray); margin: 8px 0 0; }
.columns-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 32px; }
.columns-heading .eyebrow { text-align: left; }
.column-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.column-links a { padding: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 16px; }
.column-links a:first-child { padding-left: 0; }
.column-links a:last-child { border-right: 0; }
.column-links a:hover { background: var(--off-white); }
.column-links a > span { font-size: 14px; color: var(--teal-ink); }
.column-links a > span:last-child { font-size: 24px; align-self: flex-end; margin-top: auto; }
.column-links h3 { font-size: 20px; }
.customer-home .cta-band { padding-block: 72px; }
.customer-home .cta-band p { font-size: 18px; }
.customer-home .footer-name small { font-size: 14px; }
.business-information { margin-top: 36px; border-top: 1px solid #ffffff40; padding-top: 24px; }
.business-information summary { cursor: pointer; font-size: 16px; padding: 8px 0; }
.business-information-body { padding-block: 20px; }
.customer-home .business-information .support-link-card { border: 0; background: transparent; padding: 20px 0 0; box-shadow: none; display: block; }
.customer-home .business-information .support-link-card h2 { color: white; font-size: 24px; margin-block: 12px; }
.customer-home .business-information .support-link-card p { color: #dce5ee; }
.customer-home .business-information .support-link-points { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.customer-home .business-information .support-link-points span { width: auto; padding: 8px 12px; font-size: 14px; }
.customer-home .business-information .support-link-actions .btn { font-size: 16px; padding: 10px 18px; }
.customer-home .customer-sticky { align-items: center; padding: 10px 18px calc(10px + env(safe-area-inset-bottom)); gap: 16px; }
.customer-sticky > span { font-size: 14px; line-height: 1.6; color: var(--navy); }
.customer-sticky small { display: block; font-size: 14px; color: var(--gray); }
.customer-home .customer-sticky .btn { flex: 1; font-size: 15px; min-height: 48px; border-radius: 4px; }
.customer-home .js .fade-in { opacity: 1; transform: none; }
@media (max-width: 1100px) {
  .customer-home .nav { display: none; }
  .customer-home .nav-toggle { display: flex; }
  .customer-home .nav.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; width: 100%; height: auto; max-height: calc(100dvh - 100px); overflow-y: auto; transform: none; background: white; padding: 24px; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; border-bottom: 1px solid var(--line); box-shadow: 0 10px 24px #0b24470a; }
  .customer-home .nav.open a { color: var(--navy); padding: 13px 16px; font-size: 16px; }
  .customer-home .nav.open a.btn { color: white; margin-top: 12px; }
  .customer-hero-copy { padding: 40px 30px; }
}
@media (max-width: 800px) {
  .customer-hero-grid { grid-template-columns: 1fr; }
  .customer-hero-copy { padding: 40px 24px 32px; }
  .customer-hero h1 { font-size: clamp(36px,7vw,52px); }
  .hero-kicker { margin-bottom: 18px; }
  .customer-hero-lead { margin-top: 20px; }
  .customer-hero-photo { height: 300px; }
  .customer-hero-photo img { object-position: center 48%; }
  .customer-hero-description { margin-block: 16px 24px; }
  .customer-needs { gap: 22px; }
  .customer-needs h3 { font-size: 18px; }
  .columns-heading { display: block; }
  .columns-heading .text-link { margin-top: 20px; }
  .column-links { grid-template-columns: 1fr; }
  .column-links a, .column-links a:first-child { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .column-links a:last-child { border-bottom: 0; }
  .customer-home .section { padding-block: 60px; }
}
@media (max-width: 600px) {
  .customer-home .header-inner { width: calc(100% - 32px); gap: 12px; }
  .customer-home .logo { font-size: 17px; }
  .customer-home .logo small { font-size: 14px; }
  .customer-home .site-header, .customer-home .site-header.shrink { padding: 12px 0; }
  .customer-home .nav-toggle { width: 36px; flex-shrink: 0; }
  .customer-hero-copy { padding-inline: 22px; }
  .customer-hero .btn { padding: 16px 22px; width: 100%; font-size: 16px; }
  .hero-status { text-align: center; }
  .customer-hero-photo { height: 250px; }
  .customer-needs { grid-template-columns: 1fr; gap: 24px; }
  .customer-needs article { padding-top: 20px; }
  .need-number { font-size: 26px; margin-bottom: 12px; }
  .customer-needs h3 { margin-bottom: 8px; }
  .customer-home .price-note { padding: 20px; }
  .customer-home .store-body { padding: 24px 20px; }
  .customer-home .store-table :is(th,td) { font-size: 16px; }
  .customer-home .store-table th { width: 5.5em; white-space: normal; }
  .customer-home .footer { padding-bottom: 120px; }
}
@media (prefers-reduced-motion: reduce) {
  .customer-home * { scroll-behavior: auto; transition: none; }
}
