.breadcrumb-bar { background: #fff; border-bottom: 1px solid var(--line); }
.breadcrumbs { min-height: 46px; display: flex; align-items: center; gap: 9px; color: #839097; font-size: 13px; letter-spacing: .04em; }
.breadcrumbs a:hover { color: var(--orange-dark); }
.breadcrumbs span[aria-hidden] { color: #c1c7c7; }

.product-hero { position: relative; min-height: max(620px, calc(100svh - 158px)); display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.product-hero::before { content: ""; position: absolute; inset: 0; background: url("assets/images/hero-elektrohubwagen-pillar.webp") center / cover; }
.product-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,16,24,.97), rgba(5,16,24,.84) 43%, rgba(5,16,24,.25) 76%), linear-gradient(0deg, rgba(5,16,24,.65), transparent 45%); }
.product-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 680px) minmax(330px, 380px); gap: clamp(35px, 5vw, 75px); align-items: center; padding-block: 70px; }
.product-hero h1 { margin: 20px 0 21px; color: #fff; font-size: clamp(52px, 5.15vw, 74px); }
.product-hero-copy > p { max-width: 620px; color: #d1dbdf; font-size: 15px; line-height: 1.7; }
.product-hero-actions { display: flex; gap: 12px; margin-top: 29px; }
.product-proof { margin-top: 21px; }
.product-quickfinder { background: rgba(255,255,255,.97); }
.product-hero-aside { padding: 24px; border: 1px solid rgba(255,255,255,.18); background: rgba(7,18,26,.58); backdrop-filter: blur(12px); }
.product-hero-aside > span { color: var(--orange); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-hero-aside strong { display: block; margin: 8px 0 12px; color: #fff; font-family: var(--site-font); font-size: 26px; font-weight: 400; line-height: 1.15; }
.product-hero-aside ul { list-style: none; padding: 0; margin: 0; }
.product-hero-aside li { padding: 9px 0; border-top: 1px solid rgba(255,255,255,.12); color: #b6c2c7; font-size: 13px; }
.product-hero-aside li::before { content: "✓"; margin-right: 8px; color: var(--orange); }

.anchor-nav { position: sticky; z-index: 50; top: 78px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 7px 20px rgba(11,23,32,.03); }
.anchor-nav-inner { min-height: 58px; display: flex; align-items: center; gap: 31px; overflow-x: auto; scrollbar-width: none; }
.anchor-nav-inner::-webkit-scrollbar { display: none; }
.anchor-nav a { flex: 0 0 auto; color: #53636b; font-size: 13px; font-weight: 730; }
.anchor-nav a:first-child { color: var(--orange-dark); }

.intro-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 105px; }
.intro-lead h2 { margin: 18px 0 24px; font-size: clamp(44px, 4.5vw, 65px); }
.intro-lead p { color: #6e7c83; font-size: 13px; line-height: 1.8; }
.intro-facts { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.intro-fact { min-height: 190px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.intro-fact > span { color: var(--orange-dark); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.intro-fact strong { display: block; margin: 18px 0 8px; color: var(--ink); font-family: var(--site-font); font-size: 29px; font-weight: 400; }
.intro-fact p { color: #7b878d; font-size: 13px; line-height: 1.6; }

.choice-section { background: var(--cream); }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d3d7d3; border-left: 1px solid #d3d7d3; }
.choice-card { position: relative; min-height: 330px; padding: 29px; border-right: 1px solid #d3d7d3; border-bottom: 1px solid #d3d7d3; background: rgba(255,255,255,.42); }
.choice-card.featured { color: #fff; background: var(--ink); }
.choice-card > span { color: #9ba5a8; font-size: 13px; }
.choice-card h3 { margin: 35px 0 12px; color: var(--ink); font-family: var(--site-font); font-size: 28px; font-weight: 400; }
.choice-card.featured h3 { color: #fff; }
.choice-card p { color: #718087; font-size: 13px; line-height: 1.7; }
.choice-card.featured p { color: #aebac0; }
.choice-card ul { list-style: none; padding: 0; margin: 22px 0 0; }
.choice-card li { padding: 7px 0; border-top: 1px solid rgba(100,115,122,.16); color: #56676f; font-size: 13px; }
.choice-card.featured li { color: #b7c1c5; border-color: rgba(255,255,255,.12); }
.choice-card li::before { content: "→"; margin-right: 8px; color: var(--orange); }

.spec-section { background: #fff; }
.spec-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.spec-copy h2 { margin: 18px 0 22px; font-size: clamp(42px, 4.5vw, 62px); }
.spec-copy > p { color: #6d7a81; font-size: 13px; line-height: 1.8; }
.spec-note { margin-top: 28px; padding: 18px; border-left: 3px solid var(--orange); background: var(--orange-pale); color: #6d5a44; font-size: 13px; }
.spec-list { border-top: 1px solid var(--line); }
.spec-row { display: grid; grid-template-columns: minmax(140px, .65fr) minmax(0, 1.2fr); gap: 20px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.spec-row > span { color: var(--orange-dark); font-size: 13px; font-weight: 800; }
.spec-row strong { color: var(--ink); font-size: 13px; }
.spec-row p { margin: 0; color: #6f7d83; font-size: 13px; line-height: 1.65; }

.price-section { background: var(--ink); color: #fff; }
.price-section .section-heading h2 { color: #fff; }
.price-section .section-heading > p { color: #aab7bd; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); }
.price-card { min-height: 285px; padding: 28px; background: var(--ink); }
.price-card:nth-child(2) { background: var(--ink-soft); }
.price-card > span { color: var(--orange); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.price-card strong { display: block; margin: 22px 0 10px; color: #fff; font-family: var(--site-font); font-size: 35px; font-weight: 400; }
.price-card p { color: #9aaab1; font-size: 13px; line-height: 1.7; }
.price-card small { display: block; margin-top: 24px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.12); color: #c4ced2; font-size: 13px; }
.price-disclaimer { margin: 18px 0 0; color: #758990; font-size: 13px; }

.use-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.use-card { display: grid; grid-template-columns: 1fr; gap: 0; min-height: 190px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.use-card > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: var(--orange-dark); background: var(--orange-pale); font-family: var(--site-font); font-size: 19px; }
.use-card h3 { margin: 3px 0 8px; color: var(--ink); font-family: var(--site-font); font-size: 23px; font-weight: 400; }
.use-card p { color: #758188; font-size: 13px; line-height: 1.65; }
.use-card a { color: var(--ink); font-size: 13px; font-weight: 760; }
.use-card a::after { content: " →"; color: var(--orange); }

.landing-finder { padding: 85px 0; background: var(--orange); color: var(--ink); }
.landing-finder-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.landing-finder h2 { margin: 0 0 13px; font-size: clamp(42px, 4.5vw, 62px); }
.landing-finder h2 em { color: var(--ink); }
.landing-finder p { margin: 0; color: var(--ink); font-size: 13px; }
.landing-finder .button { min-width: 230px; background: var(--ink); color: #fff; }

.product-photo-story { background: linear-gradient(180deg, #fff, #f3f6f5); }
.product-photo-story-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); gap: clamp(42px, 7vw, 92px); align-items: center; }
.product-photo-frame { position: relative; margin: 0; overflow: hidden; background: var(--ink); box-shadow: 0 30px 80px rgba(7,24,32,.18); }
.product-photo-frame::after { position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.18); content: ""; }
.product-photo-frame img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.product-photo-frame figcaption { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; padding: 16px 19px; color: #d8e6ea; background: var(--ink); }
.product-photo-frame figcaption span { color: var(--orange); font-size: 13px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.product-photo-frame figcaption strong { font-size: 13px; text-align: right; }
.product-photo-copy h2 { margin: 18px 0 22px; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.04; }
.product-photo-copy > p { color: #5b6b72; font-size: 13px; line-height: 1.8; }
.product-photo-copy ul { display: grid; gap: 0; margin: 26px 0 29px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.product-photo-copy li { position: relative; padding: 13px 0 13px 24px; border-bottom: 1px solid var(--line); color: #52636a; font-size: 13px; line-height: 1.5; }
.product-photo-copy li::before { position: absolute; left: 1px; top: 17px; width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; background: var(--orange-dark); box-shadow: 0 0 0 1px var(--orange-dark); content: ""; }
.product-photo-copy .button { width: fit-content; max-width: 100%; min-height: 55px; height: auto; padding-block: 13px; line-height: 1.3; text-align: center; }
.product-photo-story--reverse { background: linear-gradient(135deg, #f5f7f6, #fff 58%); }
.product-photo-story--reverse .product-photo-frame { order: 2; border-radius: 5px 42px 5px 5px; }
.product-photo-story--compact { background: linear-gradient(180deg, #fff, #f1f5f4); }
.product-photo-story--compact .product-photo-story-grid { grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr); }
.product-photo-story--compact .product-photo-frame { border-radius: 42px 5px 42px 5px; }
.product-photo-story--compact .product-photo-copy { max-width: 680px; }

@media (max-width: 900px) {
  .product-hero-inner { grid-template-columns: 1fr; }
  .product-hero-aside { display: none; }
  .intro-grid, .spec-layout { grid-template-columns: 1fr; gap: 45px; }
  .choice-grid, .price-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 270px; }
  .landing-finder-inner { grid-template-columns: 1fr; gap: 30px; }
  .landing-finder .button { justify-self: start; }
  .product-photo-story-grid { grid-template-columns: 1fr; }
  .product-photo-copy { max-width: 760px; }
  .product-photo-story--reverse .product-photo-frame { order: initial; }
  .product-photo-story--compact .product-photo-story-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .breadcrumb-bar { display: none; }
  .product-hero-inner,
  .product-hero-inner > *,
  .intro-grid,
  .intro-grid > *,
  .spec-layout,
  .spec-layout > *,
  .product-photo-story-grid,
  .product-photo-story-grid > * { min-width: 0; max-width: 100%; }
  .product-hero h1,
  .product-hero-copy > p,
  .intro-lead h2,
  .intro-lead p,
  .spec-copy h2,
  .product-photo-copy h2 { overflow-wrap: anywhere; hyphens: auto; }
  .product-hero .eyebrow { flex-wrap: wrap; max-width: 100%; }
  .product-hero { min-height: 660px; }
  .product-hero::before { background-position: 63% center; }
  .product-hero::after { background: linear-gradient(90deg, rgba(5,16,24,.97), rgba(5,16,24,.55)), linear-gradient(0deg, rgba(5,16,24,.88), transparent); }
  .product-hero-inner { padding-block: 58px 66px; }
  .product-hero h1 { font-size: 45px; }
  .product-hero-copy > p { font-size: 14px; }
  .product-hero-actions { display: grid; }
  .product-hero-actions .button-ghost { display: none; }
  .anchor-nav { top: 66px; }
  .anchor-nav-inner { gap: 24px; }
  .intro-facts, .use-grid { grid-template-columns: 1fr; }
  .use-grid,
  .use-card,
  .use-card > div { min-width: 0; max-width: 100%; }
  .use-card { grid-template-columns: minmax(0, 1fr); }
  .use-card h3,
  .use-card p { overflow-wrap: anywhere; hyphens: auto; }
  .spec-row { grid-template-columns: 1fr; }
  .spec-row p { grid-column: auto; }
  .use-card { grid-template-columns: 1fr; padding: 23px; }
  .use-card > span { width: 45px; height: 45px; }
  .landing-finder .button { width: 100%; }
  .product-photo-frame figcaption { grid-template-columns: 1fr; gap: 5px; }
  .product-photo-frame figcaption strong { text-align: left; }
  .product-photo-copy .button { width: 100%; }
}
