/* Customer stories: keep the shared site typography and components. */
.customer-story { color: #241635; background: #fff; }
.customer-story .story-wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.customer-story .story-section { padding: 88px 0; }
.customer-story p { line-height: 1.75; }
.customer-story .story-eyebrow { color: #6e668b; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; line-height: 1.7; }
.customer-story h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.2; }
.customer-story h3 { font-size: 26px; line-height: 1.3; }
.customer-story a { transition: color .25s ease, background-color .25s ease, border-color .25s ease; }
.customer-story a:focus-visible { outline: 2px solid #6100d8; outline-offset: 5px; }
.story-skip { position: fixed; top: 8px; left: 16px; z-index: 100; transform: translateY(-150%); padding: 12px 20px; border-radius: 8px; background: #241635; color: #fff; }
.story-skip:focus { transform: none; }
.customer-story .story-hero { padding: 112px 0 0; background: radial-gradient(ellipse at 94% 25%, rgba(161,205,217,.22), transparent 58%), radial-gradient(ellipse at 10% 15%, rgba(97,0,216,.06), transparent 60%); }
.customer-story .story-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; color: #6e668b; font-size: 12px; margin-bottom: 40px; }
.customer-story .story-breadcrumb a:hover { color: #241635; }
.customer-story .story-hero-grid { display: grid; grid-template-columns: 5fr 6fr; align-items: center; gap: 64px; }
.customer-story .story-logo { width: 152px; height: auto; margin: 20px 0 26px; }
.customer-story h1 { font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.025em; }
.customer-story h1 span { display: block; background: linear-gradient(100deg, #241635 5%, #094353 90%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.customer-story .story-standfirst { max-width: 460px; font-size: 17px; color: #625d6b; margin-top: 26px; }
.customer-story .story-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 30px; padding: 0; list-style: none; }
.customer-story .story-tags li { border: 1px solid #dcd8e2; border-radius: 999px; padding: 5px 14px; font-size: 12px; color: #625d6b; }
.customer-story .story-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid #241635; border-radius: 999px; padding: 12px 25px; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.customer-story .story-button:hover { color: #fff; background: #241635; }
.customer-story .story-button span { text-decoration: none; }
.customer-story .story-hero-visual { position: relative; }
.customer-story .story-shop { display: block; width: 100%; height: 570px; object-fit: cover; border-radius: 20px; box-shadow: 0 24px 50px -35px rgba(36,22,53,.55); }
.customer-story .story-headstart { position: absolute; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 26px; border: 1px solid rgba(255,255,255,.85); border-radius: 14px; background: rgba(252,252,252,.95); box-shadow: 0 8px 30px rgba(36,22,53,.09); }
.customer-story .story-headstart > div { display: flex; align-items: center; gap: 16px; }
.customer-story .story-headstart strong { font-size: 48px; font-weight: 500; line-height: 1; }
.customer-story .story-headstart span { max-width: 74px; color: #625d6b; font-size: 13px; line-height: 1.5; }
.customer-story .story-headstart p { border-left: 1px solid #dcd8e2; padding-left: 24px; font-size: 13px; line-height: 1.6; }
.customer-story .story-services { display: flex; align-items: center; gap: 32px; padding: 34px 0; margin-top: 48px; border-top: 1px solid #e6e2eb; border-bottom: 1px solid #e6e2eb; }
.customer-story .story-services > p { flex-shrink: 0; }
.customer-story .story-services ul { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 0; padding: 0; list-style: none; }
.customer-story .story-services a { font-size: 13px; color: #625d6b; border-bottom: 1px solid #d4cedb; padding-bottom: 3px; }
.customer-story .story-services a:hover { color: #6100d8; border-color: #6100d8; }
.customer-story .story-business-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 100px; align-items: start; }
.customer-story .story-business > h2 { margin: 16px 0 24px; }
.customer-story .story-business > p:not(.story-eyebrow) { font-size: 16px; color: #625d6b; margin-top: 18px; }
.customer-story #the-story { scroll-margin-top: 72px; }
.customer-story .story-challenges { border-radius: 18px; background: linear-gradient(130deg, #f6f2f9, #f2f8f9); padding: 32px; }
.customer-story .story-challenges h2 { font-size: 28px; margin-top: 12px; }
.customer-story .story-challenges ul { margin-top: 24px; padding: 0; list-style: none; }
.customer-story .story-challenges li { display: flex; align-items: baseline; gap: 18px; padding: 16px 0; border-top: 1px solid #e0dce6; }
.customer-story .story-challenges li:last-child { padding-bottom: 0; }
.customer-story .story-challenges li > span { font-size: 11px; color: #6e668b; }
.customer-story .story-challenges li > p { color: #625d6b; font-size: 14px; line-height: 1.65; }
.customer-story .story-results { background: #f8f7fa; padding: 40px 0 44px; }
.customer-story .story-results h2 { font-size: 11px; }
.customer-story .story-metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; }
.customer-story .story-metrics > div { display: flex; flex-direction: column; gap: 12px; border-left: 1px solid #ddd7e4; padding: 0 28px; }
.customer-story .story-metrics > div:first-child { border-left: 0; padding-left: 0; }
.customer-story .story-metrics dd { order: -1; font-size: clamp(30px, 3vw, 42px); line-height: 1.1; margin: 0; }
.customer-story .story-metrics dt { max-width: 195px; font-size: 13px; line-height: 1.7; color: #625d6b; }
.customer-story .story-section-heading h2 { margin-top: 16px; }
.customer-story .story-help-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 40px; }
.customer-story .story-help-grid article { border-top: 1px solid #ded8e5; padding-top: 24px; }
.customer-story .story-step { font-size: 11px; color: #6e668b; letter-spacing: .08em; text-transform: uppercase; }
.customer-story .story-help-grid h3 { margin: 16px 0 22px; }
.customer-story .story-help-grid p { color: #625d6b; font-size: 16px; margin-top: 18px; }
.customer-story .story-help-grid p a { color: #241635; text-decoration: underline; text-underline-offset: 3px; }
.customer-story .story-help-grid .story-principle { padding-left: 18px; border-left: 2px solid #a1cdd9; color: #241635; }
.customer-story .story-quote { display: grid; grid-template-columns: 1fr 3fr; gap: 56px; padding: 56px; border-radius: 20px; color: #f8f1ff; background: radial-gradient(ellipse at 0 100%, rgba(110,102,139,.3), transparent 65%), linear-gradient(125deg, #241635, #29313c); }
.customer-story .story-quote figcaption { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.customer-story .story-quote .story-eyebrow { color: #d2cadf; margin-bottom: 22px; }
.customer-story .story-quote figcaption .bogart-family { font-size: 24px; }
.customer-story .story-quote figcaption > span:last-child { font-size: 13px; color: #d2cadf; }
.customer-story .story-quote blockquote { margin: 0; font-size: clamp(21px, 2.1vw, 27px); }
.customer-story .story-quote blockquote p { line-height: 1.6; }
.customer-story .story-next-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: center; }
.customer-story .story-next h2 { margin: 14px 0 22px; }
.customer-story .story-next > p:not(.story-eyebrow) { font-size: 16px; color: #625d6b; max-width: 510px; }
.customer-story .story-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 28px; }
.customer-story .story-text-link { font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.customer-story .story-related { display: grid; grid-template-columns: 120px 1fr; gap: 24px; align-items: center; border: 1px solid #e4dfea; border-radius: 16px; padding: 24px; }
.customer-story .story-related:hover { background: #faf8fc; border-color: #a1cdd9; }
.customer-story .story-related > img { width: 120px; height: 180px; object-fit: cover; border-radius: 10px; }
.customer-story .story-related h3 { font-size: 22px; margin: 12px 0; }
.customer-story .story-related p:not(.story-eyebrow) { font-size: 13px; color: #625d6b; margin-bottom: 18px; }
@media (max-width: 1100px) {
  .customer-story .story-hero-grid { gap: 36px; }
  .customer-story .story-shop { height: 530px; }
  .customer-story .story-headstart { left: 16px; right: 16px; bottom: 16px; padding: 18px; }
  .customer-story .story-headstart p { padding-left: 14px; font-size: 12px; }
  .customer-story .story-headstart > div { gap: 12px; }
  .customer-story .story-business-grid, .customer-story .story-help-grid, .customer-story .story-next-grid { gap: 40px; }
  .customer-story .story-quote { padding: 40px; gap: 32px; }
  .customer-story .story-related { grid-template-columns: 90px 1fr; gap: 18px; padding: 20px; }
  .customer-story .story-related > img { width: 90px; }
}
@media (max-width: 767px) {
  .customer-story .story-wrap { padding: 0 24px; }
  .customer-story .story-section { padding: 60px 0; }
  .customer-story .story-hero { padding-top: 88px; }
  .customer-story .story-breadcrumb { margin-bottom: 30px; font-size: 11px; gap: 8px; }
  .customer-story .story-hero-grid, .customer-story .story-business-grid, .customer-story .story-help-grid, .customer-story .story-next-grid { grid-template-columns: 1fr; }
  .customer-story .story-hero-copy { max-width: 540px; }
  .customer-story h1 { font-size: clamp(38px, 8vw, 52px); }
  .customer-story .story-logo { width: 132px; margin: 16px 0 22px; }
  .customer-story .story-standfirst { font-size: 16px; margin-top: 22px; }
  .customer-story .story-shop { height: auto; aspect-ratio: 1 / 1; }
  .customer-story .story-services { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 32px; padding: 26px 0; }
  .customer-story .story-services ul { gap: 14px 22px; }
  .customer-story .story-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 0; }
  .customer-story .story-metrics > div { padding: 0 22px; }
  .customer-story .story-metrics > div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .customer-story .story-metrics dd { font-size: 34px; }
  .customer-story .story-quote { grid-template-columns: 1fr; padding: 32px; gap: 26px; }
  .customer-story .story-quote .story-eyebrow { margin-bottom: 4px; }
  .customer-story .story-quote blockquote { font-size: 22px; }
  .customer-story .story-related { grid-template-columns: 120px 1fr; }
  .customer-story .story-related > img { width: 120px; }
}
@media (max-width: 479px) {
  .customer-story .story-wrap { padding: 0 16px; }
  .customer-story .story-headstart { left: 12px; right: 12px; bottom: 12px; padding: 16px; gap: 12px; }
  .customer-story .story-headstart strong { font-size: 40px; }
  .customer-story .story-headstart span { font-size: 12px; max-width: 60px; }
  .customer-story .story-headstart p { font-size: 11px; padding-left: 12px; }
  .customer-story .story-challenges { padding: 26px 22px; }
  .customer-story .story-metrics > div { padding: 0 16px; }
  .customer-story .story-metrics dd { font-size: 28px; }
  .customer-story .story-quote { padding: 30px 24px; }
  .customer-story .story-related { grid-template-columns: 85px 1fr; padding: 18px; }
  .customer-story .story-related > img { width: 85px; height: 175px; }
  .customer-story .story-related .story-eyebrow { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  .customer-story a { transition: none; }
}
