/*
Theme Name: Velolang Store
Description: Minimal store theme with a responsive header and video background.
Version: 1.0.0
Text Domain: velolang-store
Requires at least: 6.0
Requires PHP: 7.4
*/

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./assets/Montserrat-Regular.ttf') format('truetype');
}

:root {
  --content-gutter: clamp(24px, 6.25vw, 100px);
  --header-ink: #fff;
  --header-muted: #d1d1d1;
  --header-line: rgba(255, 255, 255, 0.15);
}

* { box-sizing: border-box; }
body { margin: 0; background: #fff; color: var(--header-ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.content-container, .header-inner, .footer-inner { width: 100%; margin-inline: auto; padding-inline: var(--content-gutter); }
.store-header { position: fixed; inset: 0 0 auto; z-index: 2; color: var(--header-ink); background: transparent; border-bottom: 1px solid transparent; font-family: 'Montserrat', sans-serif; font-size: 16px; transform: translateY(0); transition: transform 280ms cubic-bezier(.22,.61,.36,1), background-color 240ms ease, backdrop-filter 240ms ease, border-color 240ms ease; will-change: transform; }
.store-header.is-scrolled { background: rgba(17, 17, 17, .38); border-bottom-color: var(--header-line); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.store-header.is-hidden { transform: translateY(-105%); }
.admin-bar .store-header { top: 32px; }
.hero-video { position: relative; display: flex; align-items: center; height: 100vh; height: 100svh; min-height: 600px; overflow: hidden; background: #111111; }
.hero-video-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(1.12) contrast(1.04); }
.hero-video::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,17,17,.88) 0%, rgba(17,17,17,.72) 35%, rgba(17,17,17,.28) 70%, rgba(17,17,17,.12) 100%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; display: flex; justify-content: flex-start; width: 100%; padding-top: 120px; }
.hero-content-inner { width: min(100%, 690px); color: #fff; text-align: left; }
.hero-eyebrow { margin: 0 0 18px; color: #e3642a; font-family: 'Montserrat',sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-content h1 { max-width: 680px; margin: 0 0 26px; color: #fff; font-family: 'Montserrat', sans-serif; font-size: clamp(50px, 5.2vw, 82px); font-weight: 700; line-height: 1.02; letter-spacing: -.05em; }
.hero-description { max-width: 620px; margin: 0 0 38px; color: rgba(255,255,255,.88); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-button { display: inline-flex; align-items: center; justify-content: center; min-width: 210px; min-height: 62px; padding: 17px 32px; border: 1px solid transparent; border-radius: 0; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .065em; line-height: 1.2; text-decoration: none; transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease; }
.hero-button:hover { transform: translateY(-2px); }
.hero-button-light { border-color: #fff; background: #fff; color: #171717; }
.hero-button-light:hover { border-color: #e3642a; background: #e3642a; color: #fff; }
.hero-button-orange { border-color: #e3642a; background: #e3642a; color: #fff; }
.hero-button-orange:hover { border-color: #fff; background: #fff; color: #171717; }
.benefits-section { width: 100%; background: #111111; color: #fff; padding-block: 80px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; list-style: none; margin-block: 0; }
.benefit-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 24px; }
.benefit-icon { display: block; flex: 0 0 50px; width: 50px; height: 50px; object-fit: contain; }
.benefit-item p { max-width: 280px; margin: 0; font-size: 18px; font-weight: 700; line-height: 1.5; }
.faq-feature-wrap { width: 100%; padding: 0 15px 15px; background: linear-gradient(to bottom, #111111 0%, #fff 100%); }
.faq-feature { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; width: 100%; min-height: clamp(500px, 42vw, 700px); overflow: hidden; background: #29241f url('./assets/landing/Unser Sortiment.webp') center center / cover no-repeat; color: #fff; }
.faq-feature::before { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, .52); pointer-events: none; }
.faq-feature-copy { position: relative; z-index: 1; grid-column: 2; width: min(100%, 600px); justify-self: end; padding: 48px clamp(48px, 6vw, 96px) 48px 32px; text-align: right; transform: translateY(-5%); }
.faq-feature-subheader { margin: 0 0 18px; color: #fff; font-family: 'Montserrat', sans-serif; font-size: clamp(15px, 1.15vw, 18px); font-weight: 400; line-height: 1.5; }
.faq-feature h2 { margin: 0 0 34px; font-family: 'Montserrat', sans-serif; font-size: clamp(42px, 4.5vw, 68px); font-weight: 700; line-height: 1.05; letter-spacing: -.03em; }
.faq-feature-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 30px; background: #fff; color: #e3642a; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .06em; text-decoration: none; }
.faq-feature-button:hover { background: #f3f3f3; }
.category-shopping { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 15px; width: 100%; min-height: clamp(760px, 66vw, 960px); padding: 0 15px 15px; background: #fff; }
.category-card { position: relative; display: flex; overflow: hidden; background-position: center; background-size: cover; color: #fff; }
.category-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.34) 58%, rgba(0,0,0,.12) 100%); pointer-events: none; }
.category-card-bikes { grid-row: 1 / 3; align-items: flex-end; background-image: url('./assets/landing/Velos & E-Bikes.webp'); }
.category-card-bikes::before { background: linear-gradient(0deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.22) 62%, rgba(0,0,0,.08) 100%); }
.category-card-accessories { align-items: center; background-image: url('./assets/4-2.webp'); }
.category-card-lifestyle { align-items: center; background-image: url('./assets/landing/Velo Lifestyle.webp'); }
.category-card-content { position: relative; z-index: 1; width: min(86%, 580px); padding: clamp(28px, 3.5vw, 56px); font-family: 'Montserrat', sans-serif; }
.category-card h2 { margin: 0 0 16px; font-size: clamp(30px, 3vw, 48px); font-weight: 700; line-height: 1.08; letter-spacing: -.025em; }
.category-card p { margin: 0 0 26px; font-size: clamp(14px, 1vw, 16px); line-height: 1.55; }
.category-card-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; background: #fff; color: #e3642a; font-size: 13px; font-weight: 700; letter-spacing: .055em; text-decoration: none; }
.category-card-button:hover { background: #f2f2f2; }
.category-card-button-orange { background: #e3642a; color: #fff; }
.category-card-button-orange:hover { background: #c95320; }
.company-story { position: relative; overflow: hidden; background: #fff; color: #171717; }
.company-story-inner { position: relative; display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(48px, 8vw, 130px); min-height: 650px; padding-top: clamp(100px, 11vw, 170px); padding-bottom: clamp(100px, 11vw, 170px); }
.company-story-year { position: relative; color: rgba(227, 100, 42, .13); font-family: 'Montserrat', sans-serif; font-size: clamp(110px, 16vw, 230px); font-weight: 700; line-height: .8; letter-spacing: -.08em; user-select: none; }
.company-story-content { position: relative; max-width: 760px; }
.company-story-content::before { content: ''; display: block; width: 70px; height: 4px; margin-bottom: 30px; background: #e3642a; }
.company-story h2 { max-width: 700px; margin: 0 0 32px; font-family: 'Montserrat', sans-serif; font-size: clamp(42px, 5vw, 70px); font-weight: 700; line-height: 1.06; letter-spacing: -.04em; }
.company-story p { max-width: 720px; margin: 0 0 38px; font-size: clamp(16px, 1.15vw, 18px); line-height: 1.75; }
.company-story-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 28px; background: #e3642a; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-decoration: none; }
.company-story-button:hover { background: #c95320; }
.services-section { background: #111111; color: #fff; padding-block: clamp(90px, 10vw, 150px); }
.services-header { max-width: 880px; margin-bottom: clamp(50px, 6vw, 84px); }
.services-header h2 { margin: 0 0 24px; font-family: 'Montserrat', sans-serif; font-size: clamp(44px, 5vw, 72px); font-weight: 700; line-height: 1.05; letter-spacing: -.04em; }
.services-header p { max-width: 760px; margin: 0; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.6; }
.services-transport-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; margin-top: 32px; padding: 15px 30px; border: 1px solid #e3642a; background: #e3642a; color: #fff; font-family: 'Montserrat',sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .065em; text-decoration: none; transition: background-color 180ms ease,border-color 180ms ease,color 180ms ease,transform 180ms ease; }
.services-transport-cta:hover { border-color: #fff; background: #fff; color: #171717; transform: translateY(-2px); }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.service-card { --service-image: none; position: relative; display: flex; align-items: center; min-height: 360px; overflow: hidden; color: #fff; text-decoration: none; isolation: isolate; }
.service-card::after { content: ''; position: absolute; z-index: -2; inset: 0; background-image: var(--service-image); background-position: center; background-size: cover; transition: transform 400ms ease, filter 400ms ease; }
.service-card::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.72) 42%, rgba(0,0,0,.12) 100%); }
.service-card:hover::after { transform: scale(1.025); filter: brightness(1.08); }
.service-card-content { display: flex; flex-direction: column; align-items: flex-start; width: min(78%, 500px); padding: clamp(34px, 4vw, 58px); font-family: 'Montserrat', sans-serif; }
.service-card-content i { margin-bottom: 22px; color: #e3642a; font-size: 40px; line-height: 1; }
.service-card-content strong { margin-bottom: 12px; font-size: clamp(25px, 2.25vw, 36px); line-height: 1.12; }
.service-card-content > span { font-size: clamp(15px, 1.15vw, 18px); line-height: 1.5; }
.service-workshop { --service-image: url('./assets/dienstleistungen/1.webp'); }
.service-paint { --service-image: url('./assets/dienstleistungen/2.webp'); }
.service-rental { --service-image: url('./assets/dienstleistungen/3.webp?v=20260918'); }
.service-finance { --service-image: url('./assets/dienstleistungen/4.webp'); }
.service-pickup { --service-image: url('./assets/dienstleistungen/5.webp'); }
.service-accessible { --service-image: url('./assets/dienstleistungen/6.webp?v=20260918'); }
.home-financing { color: #111111; font-family: 'Montserrat', sans-serif; }
.home-financing-intro { background: #fff; color: #111111; }
.home-financing-intro-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: center; gap: clamp(50px, 7vw, 120px); padding-block: clamp(80px, 7vw, 110px); }
.home-financing-copy { max-width: 740px; }
.home-financing-eyebrow { margin: 0 0 18px; color: #e3642a; font-size: 12px; font-weight: 700; letter-spacing: .16em; line-height: 1.4; }
.home-financing-copy h2 { max-width: 700px; margin: 0 0 30px; font-size: clamp(38px, 4.2vw, 64px); font-weight: 700; letter-spacing: -.04em; line-height: 1.08; }
.home-financing-copy > p:not(.home-financing-eyebrow) { max-width: 690px; margin: 0 0 15px; color: #4b4b4b; font-size: clamp(15px, 1.1vw, 17px); line-height: 1.65; }
.home-financing-copy > p:nth-of-type(2) { color: #111111; font-weight: 600; }
.home-financing-more { display: inline-flex; align-items: center; gap: 14px; margin-top: 16px; padding-bottom: 7px; border-bottom: 1px solid #e3642a; color: #111111; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; transition: color 180ms ease, gap 180ms ease; }
.home-financing-more:hover { gap: 20px; color: #e3642a; }
.home-financing-more span { color: #e3642a; font-size: 19px; line-height: 1; }
.home-financing-visual { display: flex; flex-direction: column; justify-content: center; min-height: 390px; padding: clamp(36px, 5vw, 80px); border-left: 1px solid #e5e5e5; background: #fff; }
.home-financing-visual-main strong { display: block; color: #e3642a; font-size: clamp(112px, 13vw, 220px); font-weight: 700; letter-spacing: -.09em; line-height: .82; }
.home-financing-visual-main span { display: block; margin-top: 16px; color: #111111; font-size: clamp(22px, 2vw, 32px); font-weight: 700; letter-spacing: .12em; }
.home-financing-visual-secondary { display: flex; align-items: baseline; gap: 16px; margin-top: 54px; padding-top: 20px; border-top: 1px solid #e5e5e5; }
.home-financing-visual-secondary strong { color: #111111; font-size: clamp(42px, 5vw, 72px); letter-spacing: -.06em; line-height: 1; }
.home-financing-visual-secondary span { color: #666666; font-size: 13px; font-weight: 700; letter-spacing: .14em; }
.home-financing-process { background: #fff; color: #111111; }
.home-financing-process-inner { padding-block: clamp(70px, 6vw, 95px); }
.home-financing .workshop-process { margin-top: 0; }
.home-financing .workshop-process > h2 { margin-bottom: 46px; font-size: clamp(30px, 3vw, 42px); text-align: center; }
.home-financing-process .workshop-process-track { background: rgba(17,17,17,.22); }
.home-financing-process .workshop-process-number { color: #9f9f9f; }
.home-financing-process .workshop-process-marker { border-color: #9f9f9f; background: #fff; }
.home-financing-process .workshop-process-steps h3 { color: #111111; }
.home-financing-process .workshop-process-steps p { color: #666666; }
.home-financing-process .workshop-process.is-visible .workshop-process-number { color: #e3642a; }
.home-financing-process .workshop-process.is-visible .workshop-process-marker { border-color: #e3642a; background: #e3642a; }
.home-financing-requirements { background: #fff; }
.home-financing-requirements-inner { padding-block: clamp(70px, 6vw, 95px); }
.home-financing-requirements h2 { margin: 0 0 38px; font-size: clamp(30px, 3vw, 42px); font-weight: 700; letter-spacing: -.03em; line-height: 1.15; }
.home-financing-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 54px; margin: 0; padding: 0; list-style: none; }
.home-financing-checklist li { display: flex; align-items: flex-start; gap: 16px; min-height: 78px; padding: 22px 0; border-top: 1px solid #dcdcdc; font-size: 16px; font-weight: 600; line-height: 1.5; }
.home-financing-checklist li span { flex: 0 0 auto; color: #e3642a; font-size: 21px; line-height: 1; }
.home-financing-approval { margin: 30px 0 0; font-size: 15px; line-height: 1.5; }
.workshop-cta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); height: 86vh; min-height: 680px; max-height: 950px; }
.workshop-cta-media { min-width: 0; overflow: hidden; }
.workshop-cta-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.workshop-cta-panel { display: flex; align-items: center; justify-content: center; background: #111111; color: #fff; padding: clamp(56px, 7vw, 120px); }
.workshop-cta-content { width: min(100%, 650px); }
.workshop-cta h2 { margin: 0 0 32px; font-family: 'Montserrat', sans-serif; font-size: clamp(44px, 4.5vw, 70px); font-weight: 700; line-height: 1.07; letter-spacing: -.045em; }
.workshop-cta p { max-width: 610px; margin: 0 0 40px; color: #d0d0d0; font-size: clamp(16px, 1.2vw, 19px); line-height: 1.7; }
.workshop-cta-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 15px 29px; background: #e3642a; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-decoration: none; transition: background-color 180ms ease, color 180ms ease; }
.workshop-cta-button:hover { background: #fff; color: #171717; }
.family-leadership { background: #fff; color: #171717; }
.family-leadership-inner { max-width: 1280px; padding-inline: clamp(16px, 3vw, 40px); padding-top: clamp(72px, 7vw, 100px); padding-bottom: clamp(76px, 7vw, 104px); }
.family-leadership-header { position: relative; display: block; max-width: 820px; margin: 0 auto clamp(48px, 5vw, 66px); text-align: center; }
.family-leadership-header::before { content: ''; display: block; width: 54px; height: 3px; margin: 0 auto 24px; background: #e3642a; }
.family-leadership-header h2 { margin: 0 0 20px; font-family: 'Montserrat', sans-serif; font-size: clamp(38px, 4vw, 54px); font-weight: 700; line-height: 1.08; letter-spacing: -.04em; }
.family-leadership-header > p { max-width: 650px; margin: 0 auto; font-size: clamp(15px, 1.15vw, 17px); line-height: 1.6; }
.family-leadership-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.family-profile-image { width: 100%; aspect-ratio: 59 / 40; overflow: hidden; background: #e5e0d7; }
.family-profile-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.family-profile-copy { max-width: 590px; padding-top: 24px; }
.family-profile h3 { margin: 0 0 9px; font-family: 'Montserrat', sans-serif; font-size: clamp(25px, 2vw, 32px); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; }
.family-profile-role { margin: 0 0 15px; color: #e3642a; font-family: 'Montserrat', sans-serif; font-size: clamp(14px, 1vw, 16px); font-style: italic; font-weight: 600; line-height: 1.45; }
.family-profile-copy > p:last-child { max-width: 590px; margin: 0; font-size: clamp(14px, 1vw, 16px); line-height: 1.65; }
.brand-partners { background: #fff; color: #171717; }
.brand-partners-inner { padding-top: 12px; padding-bottom: clamp(68px, 6vw, 90px); }
.brand-partners h2 { margin: 0 0 36px; font-family: 'Montserrat', sans-serif; font-size: clamp(30px, 3vw, 40px); font-weight: 700; line-height: 1.15; letter-spacing: -.03em; text-align: center; }
.brand-partners-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.brand-partners-list li { display: flex; align-items: center; justify-content: center; min-height: 150px; padding: 28px clamp(24px, 3vw, 44px); }
.brand-partners-list li + li { border-left: 1px solid rgba(23, 23, 23, .16); }
.brand-partners-list img { display: block; width: 100%; height: 78px; max-width: 230px; object-fit: contain; mix-blend-mode: multiply; opacity: .72; transition: opacity 180ms ease, transform 180ms ease; }
.brand-partners-list li:hover img { opacity: 1; transform: scale(1.035); }
.customer-reviews { background: #111111; color: #fff; }
.customer-reviews-inner { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 2fr); gap: clamp(60px, 8vw, 130px); padding-top: clamp(76px, 7vw, 104px); padding-bottom: clamp(76px, 7vw, 104px); }
.customer-reviews-intro h2 { margin: 0 0 32px; font-family: 'Montserrat', sans-serif; font-size: clamp(34px, 3.4vw, 46px); font-weight: 700; line-height: 1.1; letter-spacing: -.035em; }
.customer-reviews-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; background: #e3642a; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.customer-reviews-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(42px, 5vw, 68px) clamp(34px, 5vw, 72px); }
.customer-reviews blockquote { position: relative; margin: 0; padding-top: 38px; }
.customer-reviews blockquote > span { position: absolute; top: -15px; left: -4px; color: #743a20; font-family: Georgia, serif; font-size: 92px; line-height: 1; opacity: .68; }
.customer-reviews blockquote p { position: relative; margin: 0; color: #e4e4e4; font-family: 'Montserrat', sans-serif; font-size: clamp(14px, 1vw, 16px); line-height: 1.65; }
.final-cta { background: #fff; color: #171717; }
.final-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: clamp(60px, 9vw, 150px); padding-top: clamp(72px, 7vw, 100px); padding-bottom: clamp(72px, 7vw, 100px); }
.final-cta-copy { position: relative; padding-left: 28px; }
.final-cta-copy::before { content: ''; position: absolute; top: 7px; bottom: 6px; left: 0; width: 4px; background: #e3642a; }
.final-cta h2 { margin: 0 0 17px; font-family: 'Montserrat', sans-serif; font-size: clamp(40px, 4vw, 56px); font-weight: 700; line-height: 1.08; letter-spacing: -.04em; }
.final-cta p { max-width: 620px; margin: 0; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.65; }
.final-cta-actions { display: flex; align-items: center; gap: 12px; }
.final-cta-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 14px 24px; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .055em; line-height: 1.25; text-align: center; text-decoration: none; white-space: nowrap; transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.final-cta-button-secondary { border: 1px solid #292929; color: #292929; }
.final-cta-button-secondary:hover { border-color: #e3642a; background: #e3642a; color: #fff; }
.final-cta-button-primary { border: 1px solid #e3642a; background: #e3642a; color: #fff; }
.final-cta-button-primary:hover { border-color: #111111; background: #111111; }
.site-footer { background: #111111; color: #fff; }
.site-footer-inner { padding-top: clamp(72px, 7vw, 100px); padding-bottom: 28px; }
.site-footer-columns { display: grid; grid-template-columns: 1.25fr 1.35fr .85fr 1.05fr 1.15fr; gap: clamp(30px, 4vw, 58px); }
.site-footer-brand img { display: block; width: 118px; height: 88px; object-fit: contain; margin-bottom: 28px; }
.site-footer-socials { display: flex; align-items: center; gap: 18px; }
.site-footer-socials a { display: inline-flex; align-items: center; justify-content: center; min-width: 28px; min-height: 32px; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; text-decoration: none; transition: color 160ms ease; }
.site-footer-socials a:hover { color: #e3642a; }
.site-footer-socials svg { width: 19px; height: 19px; }
.site-footer-group h2 { margin: 0 0 24px; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.site-footer-group ul { list-style: none; margin: 0; padding: 0; }
.site-footer-group li + li { margin-top: 12px; }
.site-footer-group a { color: #bdbdbd; font-size: 14px; line-height: 1.5; text-decoration: none; transition: color 160ms ease; }
.site-footer-group a:hover { color: #e3642a; }
.site-footer-contact address { margin: 0 0 22px; color: #bdbdbd; font-size: 14px; font-style: normal; line-height: 1.65; }
.site-footer-contact .site-footer-contact-link { display: block; color: #e3642a; font-weight: 600; }
.site-footer-contact .site-footer-contact-link + .site-footer-contact-link { margin-top: 8px; }
.site-footer-contact .site-footer-contact-link:hover { color: #fff; }
.site-footer-bottom { margin-top: clamp(56px, 6vw, 80px); padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #858585; font-size: 12px; line-height: 1.5; }
.page-screen { min-height: 70vh; background: #fff; color: #171717; }
.service-page-screen { background: #fff; }
.legal-page-screen { background: #fff; }
.page-screen-hero { display: flex; flex-direction: column; justify-content: flex-end; min-height: 420px; padding-top: 180px; padding-bottom: 70px; background: #111111; color: #fff; }
.page-screen-hero p { margin: 0 0 14px; color: #e3642a; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.page-screen-hero h1 { max-width: 1050px; margin: 0; font-family: 'Montserrat', sans-serif; font-size: clamp(44px, 6vw, 82px); line-height: 1.05; letter-spacing: -.045em; }
.not-found-page { display: flex; min-height: min(760px,100svh); align-items: center; padding-block: 170px 100px; background: #111111; color: #fff; }
.not-found-content { width: 100%; }
.not-found-code { margin: 0 0 17px; color: #e3642a; font-family: 'Montserrat',sans-serif; font-size: 16px; font-weight: 700; letter-spacing: .18em; }
.not-found-content h1 { max-width: 760px; margin: 0 0 22px; font-family: 'Montserrat',sans-serif; font-size: clamp(48px,6vw,82px); line-height: 1.06; letter-spacing: -.045em; }
.not-found-content > p:not(.not-found-code) { margin: 0 0 38px; color: #ccc; font-size: clamp(16px,1.4vw,19px); line-height: 1.6; }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.not-found-actions a { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid #e3642a; background: #e3642a; color: #fff; font-family: 'Montserrat',sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-decoration: none; transition: background-color 180ms ease,border-color 180ms ease,color 180ms ease; }
.not-found-actions a:hover { border-color: #fff; background: #fff; color: #111111; }
.not-found-actions a + a { border-color: rgba(255,255,255,.75); background: transparent; }
.not-found-actions a + a:hover { border-color: #e3642a; background: #e3642a; color: #fff; }
@media (max-width: 600px) { .not-found-page { min-height: 680px; padding-block: 145px 80px; } .not-found-actions { flex-direction: column; } .not-found-actions a { width: 100%; } }
.page-screen-content { min-height: 380px; padding-top: clamp(70px,8vw,120px); padding-bottom: clamp(80px,9vw,140px); font-size: clamp(17px,1.3vw,20px); line-height: 1.75; }
.page-screen-content a { color: #e3642a; }
.legal-page-content { width: min(100%,1100px); margin-inline: auto; padding-top: clamp(70px,7vw,105px); padding-bottom: clamp(90px,9vw,140px); color: #292929; }
.legal-page-content section { padding: 0 0 42px; margin: 0 0 42px; border-bottom: 1px solid #dedede; }
.legal-page-content h2 { margin: 0 0 21px; color: #111111; font-family: 'Montserrat',sans-serif; font-size: clamp(22px,2vw,29px); font-weight: 700; line-height: 1.3; letter-spacing: -.02em; }
.legal-page-content p,.legal-page-content li { color: #514d47; font-size: 15px; line-height: 1.78; }
.legal-page-content p { margin: 0 0 18px; }
.legal-page-content p:last-child { margin-bottom: 0; }
.legal-page-content address { margin: 0 0 18px; color: #514d47; font-size: 15px; font-style: normal; line-height: 1.78; }
.legal-page-content a { color: #e3642a; text-underline-offset: 3px; }
.legal-page-content ul { margin: 0; padding-left: 22px; }
.legal-page-content li { margin-bottom: 11px; padding-left: 5px; }
.legal-page-content li::marker { color: #e3642a; }
.legal-page-date { margin-top: 4px !important; color: #e3642a !important; font-family: 'Montserrat',sans-serif; font-size: 13px !important; font-weight: 700; letter-spacing: .05em; }
.legal-imprint { width: min(100%,900px); }
.legal-imprint section { padding-bottom: 34px; margin-bottom: 34px; }
.legal-shipping-payment { width: min(100%,900px); }
.legal-gear-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.legal-gear-list li { display: grid; grid-template-columns: 48px minmax(0,1fr); align-items: center; min-height: 96px; margin: 0; padding: 22px 0; border-bottom: 1px solid #dedede; }
.legal-gear-list li:first-child { border-top: 1px solid #dedede; }
.legal-gear-list i { color: #e3642a; font-size: 26px; line-height: 1; }
.legal-gear-list span { color: #292929; font-family: 'Montserrat',sans-serif; font-size: clamp(17px,1.6vw,21px); font-weight: 650; line-height: 1.45; }
.legal-returns { width: min(100%,1000px); }
.legal-returns-intro { max-width: 820px; margin-bottom: 32px !important; color: #111111 !important; font-family: 'Montserrat',sans-serif; font-size: clamp(19px,1.8vw,24px) !important; line-height: 1.5 !important; }
.legal-returns-list span { font-family: inherit; font-size: 15px; font-weight: 400; line-height: 1.72; }
.legal-returns-notes { margin-top: 42px; padding-left: 26px; border-left: 3px solid #e3642a; }
.legal-returns-notes p { margin-bottom: 23px; }
.about-page-hero { height: 650px; min-height: 650px; overflow: hidden; background-color: #111111; background-image: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.73) 37%, rgba(0,0,0,.28) 70%, rgba(0,0,0,.08) 100%), url('./assets/service-lackierung.webp'); background-position: center 47%; background-size: cover; color: #fff; }
.about-page-hero-inner { display: flex; align-items: center; min-height: inherit; padding-top: 140px; padding-bottom: 46px; }
.about-page-hero-content { width: max(60%, 690px); max-width: 100%; }
.about-page-hero-eyebrow { margin: 0 0 24px; color: #e3642a; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .14em; }
.about-page-hero h1 { margin: 0 0 29px; color: #fff; font-family: 'Montserrat', sans-serif; font-size: clamp(47px, 5vw, 72px); font-weight: 700; line-height: 1.06; letter-spacing: -.042em; }
.about-page-hero-description { margin: 0; color: rgba(255,255,255,.84); font-size: clamp(17px, 1.25vw, 20px); line-height: 1.68; }
.about-history { overflow: hidden; background: #fff; color: #171717; }
.about-history-inner { padding-top: clamp(88px, 9vw, 138px); padding-bottom: clamp(110px, 11vw, 170px); }
.about-history-intro { position: relative; width: 100%; margin: 0 0 clamp(110px, 12vw, 180px); padding-left: 29px; }
.about-history-intro > span { position: absolute; top: 3px; bottom: 5px; left: 0; width: 3px; background: #e3642a; }
.about-history-intro h2 { margin: 0 0 18px; color: #e3642a; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.about-history-intro p { margin: 0; color: #4e4a44; font-size: clamp(17px, 1.25vw, 20px); line-height: 1.76; }
.about-history-timeline { position: relative; display: flex; flex-direction: column; gap: 50px; width: min(100%, 1280px); margin-inline: auto; }
.about-history-line { position: absolute; z-index: 2; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(23,23,23,.2); transform: translateX(-50%); }
.about-history-line span { display: block; width: 2px; height: 100%; background: #e3642a; transform: scaleY(0); transform-origin: top; will-change: transform; }
.about-history-event { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 82px minmax(0,1fr); align-items: center; min-height: 0; margin-bottom: 0; padding-bottom: 0; }
.about-history-event:last-child { margin-bottom: 0; padding-bottom: 0; }
.about-history-image { grid-column: 1; width: min(100%, 550px); margin: 0; justify-self: start; opacity: 0; transform: translateY(46px); transition: opacity 620ms ease, transform 700ms cubic-bezier(.22,.61,.36,1); }
.about-history-image img { display: block; width: 100%; height: 345px; border-radius: 18px; object-fit: cover; }
.about-history-image.is-document { overflow: hidden; border-radius: 18px; }
.about-history-image.is-document img { height: 345px; object-fit: contain; transition: transform 360ms ease; }
.about-history-image.is-document:hover img { transform: scale(1.18); }
.about-history-marker { z-index: 3; grid-column: 2; grid-row: 1; width: 15px; height: 15px; justify-self: center; border: 2px solid #9f9a92; border-radius: 50%; background: #fff; transition: border-color 220ms ease, background-color 220ms ease; }
.about-history-copy { grid-column: 3; grid-row: 1; width: min(100%, 520px); justify-self: end; opacity: 0; transform: translateX(32px); transition: opacity 600ms ease 100ms, transform 700ms cubic-bezier(.22,.61,.36,1) 100ms; }
.about-history-date { margin: 0 0 16px !important; color: #e3642a !important; font-family: 'Montserrat', sans-serif; font-size: 12px !important; font-weight: 700; letter-spacing: .13em; }
.about-history-copy h3 { margin: 0 0 20px; font-family: 'Montserrat', sans-serif; font-size: clamp(27px, 2.5vw, 38px); font-weight: 700; line-height: 1.16; letter-spacing: -.03em; }
.about-history-copy > p:last-child { margin: 0; color: #59544d; font-size: 15px; line-height: 1.72; }
.about-history-event.is-reversed .about-history-image { grid-column: 3; justify-self: end; transition-delay: 100ms; }
.about-history-event.is-reversed .about-history-copy { grid-column: 1; justify-self: start; transform: translateX(-32px); transition-delay: 0ms; }
.about-history-event.is-active .about-history-image, .about-history-event.is-active .about-history-copy { opacity: 1; transform: translate(0); }
.about-history-event.is-active .about-history-marker { border-color: #e3642a; background: #e3642a; animation: history-marker-pulse 500ms ease 1 both; }
@keyframes history-marker-pulse { 0% { box-shadow: 0 0 0 0 rgba(227,100,42,.34); } 70% { box-shadow: 0 0 0 10px rgba(227,100,42,0); } 100% { box-shadow: none; } }
.about-history.is-reduced .about-history-line span { transform: scaleY(1); }
.about-generations { overflow: hidden; background: #111111; color: #fff; }
.about-generations-inner { padding-top: clamp(92px, 9vw, 138px); padding-bottom: clamp(105px, 10vw, 155px); }
.about-generations-intro { position: relative; width: min(100%, 900px); margin: 0 auto clamp(78px, 8vw, 118px); padding-top: 24px; text-align: center; }
.about-generations-intro > span { position: absolute; top: 0; left: 50%; width: 56px; height: 3px; background: #e3642a; transform: translateX(-50%); }
.about-generations-intro h2 { max-width: 790px; margin: 0 auto 24px; font-family: 'Montserrat', sans-serif; font-size: clamp(36px, 3.8vw, 54px); font-weight: 700; line-height: 1.12; letter-spacing: -.038em; }
.about-generations-intro p { max-width: 850px; margin: 0 auto; color: #b7b7b7; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.75; }
.about-generations-timeline { position: relative; width: min(100%, 1280px); margin-inline: auto; }
.about-generations-line { position: absolute; z-index: 1; top: 48px; right: 16.666%; left: 16.666%; height: 1px; background: rgba(255,255,255,.2); }
.about-generations-line span { display: block; width: 100%; height: 2px; background: #e3642a; transform: scaleX(0); transform-origin: left; will-change: transform; }
.about-generations-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(24px, 3vw, 46px); }
.about-generation { position: relative; min-width: 0; }
.about-generation + .about-generation::before { content: ''; position: absolute; top: 0; bottom: 0; left: calc(clamp(24px, 3vw, 46px) / -2); width: 1px; background: rgba(255,255,255,.11); }
.about-generation-index { height: 24px; margin: 0 0 17px; color: #e3642a; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.about-generation-marker { position: relative; z-index: 2; display: block; width: 15px; height: 15px; margin: 0 auto 38px; border: 2px solid #777; border-radius: 50%; background: #111111; transition: border-color 220ms ease, background-color 220ms ease; }
.about-generation-portrait { width: 100%; aspect-ratio: 5 / 6; margin: 0 0 31px; border: 1px solid rgba(255,255,255,.14); background: #111111; opacity: 0; transform: translateY(28px); transition: opacity 540ms ease, transform 620ms cubic-bezier(.22,.61,.36,1); }
.about-generation-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-generation-copy { opacity: 0; transform: translateY(22px); transition: opacity 520ms ease 90ms, transform 620ms cubic-bezier(.22,.61,.36,1) 90ms; }
.about-generation-label { min-height: 18px; margin: 0 0 13px; color: #e3642a; font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.about-generation h3 { margin: 0 0 8px; font-family: 'Montserrat', sans-serif; font-size: clamp(25px, 2.2vw, 34px); font-weight: 700; line-height: 1.16; letter-spacing: -.025em; }
.about-generation-role { min-height: 22px; margin: 0 0 18px; color: #ddd; font-size: 14px; font-weight: 600; }
.about-generation-biography { margin: 0; color: #aaa; font-size: 14px; line-height: 1.72; }
.about-generation.is-active .about-generation-marker { border-color: #e3642a; background: #e3642a; animation: history-marker-pulse 500ms ease 1 both; }
.about-generation.is-active .about-generation-portrait, .about-generation.is-active .about-generation-copy { opacity: 1; transform: translateY(0); }
.about-generations.is-reduced .about-generations-line span { transform: scaleX(1); }
.about-brands { background: #fff; color: #171717; }
.about-brands-inner { padding-top: clamp(86px, 8vw, 124px); padding-bottom: clamp(90px, 9vw, 132px); }
.about-brands-intro { position: relative; width: min(100%, 900px); margin-bottom: clamp(52px, 6vw, 76px); padding-left: 29px; }
.about-brands-intro > span { position: absolute; top: 5px; bottom: 7px; left: 0; width: 3px; background: #e3642a; }
.about-brands-intro h2 { margin: 0 0 21px; font-family: 'Montserrat', sans-serif; font-size: clamp(36px, 3.8vw, 52px); font-weight: 700; line-height: 1.12; letter-spacing: -.038em; }
.about-brands-intro p { max-width: 820px; margin: 0; color: #504b44; font-size: clamp(16px, 1.2vw, 18px); line-height: 1.72; }
.about-values { background: #fff; color: #171717; }
.about-values-inner { padding-top: clamp(86px, 8vw, 126px); padding-bottom: clamp(105px, 10vw, 155px); }
.about-values-header { position: relative; margin-bottom: clamp(56px, 6vw, 82px); padding-left: 29px; }
.about-values-header > span { position: absolute; top: 5px; bottom: 5px; left: 0; width: 3px; background: #e3642a; }
.about-values-header h2 { margin: 0; font-family: 'Montserrat', sans-serif; font-size: clamp(36px, 3.8vw, 52px); font-weight: 700; line-height: 1.12; letter-spacing: -.038em; }
.about-values-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; width: min(100%,1280px); margin: 0 auto; padding: 0; list-style: none; }
.about-values-grid li { position: relative; min-height: 220px; padding: 30px 28px 34px; overflow: hidden; border: 1px solid rgba(23,23,23,.13); background: rgba(255,255,255,.68); opacity: 0; transform: translateY(22px); transition: opacity 460ms ease calc(var(--value-index) * 110ms), transform 540ms cubic-bezier(.22,.61,.36,1) calc(var(--value-index) * 110ms), border-color 180ms ease, background-color 180ms ease; }
.about-values-grid li::after { content: ''; position: absolute; top: 0; left: 0; width: 42px; height: 3px; background: #e3642a; transition: width 220ms ease; }
.about-values-grid li::before { content: ''; position: absolute; right: 13px; bottom: 13px; width: 22px; height: 22px; border-right: 1px solid rgba(227,100,42,.55); border-bottom: 1px solid rgba(227,100,42,.55); transition: width 220ms ease,height 220ms ease,border-color 220ms ease; }
.about-values-grid li:hover { border-color: rgba(227,100,42,.38); background: #fff; transform: translateY(-4px); }
.about-values-grid li:hover::after { width: 86px; }
.about-values-grid li:hover::before { width: 32px; height: 32px; border-color: #e3642a; }
.about-value-number { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 30px; margin-bottom: 25px; border: 1px solid rgba(227,100,42,.55); color: #aaa49b; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; line-height: 1; letter-spacing: .1em; transition: color 320ms ease calc(var(--value-index) * 110ms + 100ms),background-color 180ms ease,border-color 180ms ease; }
.about-values-grid li:hover .about-value-number { border-color: #e3642a; background: #e3642a; color: #fff; }
.about-value-divider { display: block; width: 100%; height: 1px; margin-bottom: 25px; background: rgba(23,23,23,.32); transform: scaleX(0); transform-origin: left; transition: transform 520ms cubic-bezier(.22,.61,.36,1) calc(var(--value-index) * 110ms + 80ms); }
.about-values-grid p { max-width: 330px; margin: 0; font-family: 'Montserrat', sans-serif; font-size: clamp(16px,1.3vw,19px); font-weight: 650; line-height: 1.48; letter-spacing: -.015em; }
.about-values.is-visible .about-values-grid li { opacity: 1; transform: translateY(0); }
.about-values.is-visible .about-values-grid li:hover { transform: translateY(-4px); }
.about-values.is-visible .about-value-number { color: #e3642a; }
.about-values.is-visible .about-values-grid li:hover .about-value-number { color: #fff; }
.about-values.is-visible .about-value-divider { transform: scaleX(1); }
.about-closing { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); min-height: clamp(620px,48vw,720px); background: #111111; }
.about-closing-content { display: flex; align-items: center; min-width: 0; padding: 80px var(--content-gutter); color: #fff; }
.about-closing-copy { width: min(100%,600px); opacity: 0; transform: translateY(24px); transition: opacity 560ms ease, transform 620ms cubic-bezier(.22,.61,.36,1); }
.about-closing-copy h2 { margin: 0 0 25px; font-family: 'Montserrat',sans-serif; font-size: clamp(43px,4.7vw,68px); font-weight: 700; line-height: 1.07; letter-spacing: -.043em; }
.about-closing-copy > p { margin: 0 0 37px; color: #c4c4c4; font-size: clamp(16px,1.2vw,19px); line-height: 1.65; }
.about-closing-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.about-closing-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 14px 24px; border: 1px solid transparent; color: #fff; font-family: 'Montserrat',sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .06em; line-height: 1.2; text-align: center; text-decoration: none; transition: border-color 180ms ease,background-color 180ms ease,color 180ms ease; }
.about-closing-button-primary { border-color: #e3642a; background: #e3642a; }
.about-closing-button-primary:hover { border-color: #fff; background: #fff; color: #171717; }
.about-closing-button-secondary { border-color: rgba(255,255,255,.72); background: transparent; }
.about-closing-button-secondary:hover { border-color: #e3642a; color: #e3642a; }
.about-closing-media { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); grid-template-rows: repeat(2,minmax(0,1fr)); gap: 6px; min-width: 0; min-height: 0; padding: 6px 6px 6px 0; }
.about-closing-media figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; opacity: 0; transform: translateY(18px); transition: opacity 500ms ease,transform 560ms cubic-bezier(.22,.61,.36,1); }
.about-closing-media-top { grid-column: 1; grid-row: 1; }
.about-closing-media-bottom { grid-column: 1; grid-row: 2; transition-delay: 110ms !important; }
.about-closing-media-tall { grid-column: 2; grid-row: 1 / span 2; transition-delay: 220ms !important; }
.about-closing-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-closing-media-top img { object-position: center 48%; }
.about-closing-media-bottom img { object-position: center 42%; }
.about-closing-media-tall img { object-position: center 54%; }
.about-closing.is-visible .about-closing-copy,.about-closing.is-visible .about-closing-media figure { opacity: 1; transform: translateY(0); }
@media (max-width: 800px) {
  .about-history-inner { padding-top: 76px; padding-bottom: 105px; }
  .about-history-intro { margin-bottom: 94px; }
  .about-history-timeline { padding-left: 0; }
  .about-history-line { right: auto; left: 7px; transform: none; }
  .about-history-event, .about-history-event.is-reversed { grid-template-columns: 30px minmax(0,1fr); align-items: start; min-height: 0; margin-bottom: 0; padding-bottom: 0; }
  .about-history-image, .about-history-event.is-reversed .about-history-image { grid-column: 2; grid-row: 1; width: 100%; justify-self: stretch; transition-delay: 0ms; }
  .about-history-marker { grid-column: 1; grid-row: 1; margin-top: 18px; justify-self: start; }
  .about-history-copy, .about-history-event.is-reversed .about-history-copy { grid-column: 2; grid-row: 2; width: 100%; margin-top: 28px; justify-self: stretch; transform: translateY(24px); transition-delay: 90ms; }
  .about-generations-intro { margin-bottom: 82px; }
  .about-generations-timeline { padding-left: 31px; }
  .about-generations-line { top: 0; right: auto; bottom: 0; left: 7px; width: 1px; height: auto; }
  .about-generations-line span { width: 2px; height: 100%; transform: scaleY(0); transform-origin: top; }
  .about-generations.is-reduced .about-generations-line span { transform: scaleY(1); }
  .about-generations-grid { display: block; }
  .about-generation { margin-bottom: 92px; }
  .about-generation:last-child { margin-bottom: 0; }
  .about-generation + .about-generation::before { display: none; }
  .about-generation-marker { position: absolute; top: 3px; left: -31px; margin: 0; }
  .about-generation-index { margin-bottom: 20px; }
  .about-generation-portrait { width: min(100%, 400px); }
  .about-brand { padding-right: 26px; padding-left: 26px; }
  .about-values-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-closing { display: flex; flex-direction: column; min-height: 0; }
  .about-closing-content { padding: 76px var(--content-gutter) 80px; }
  .about-closing-media { grid-template-columns: minmax(0,1fr); grid-template-rows: auto; gap: 6px; padding: 6px; }
  .about-closing-media figure { grid-column: 1; }
  .about-closing-media-tall { grid-row: auto; order: 1; aspect-ratio: 4 / 3; }
  .about-closing-media-top { grid-row: auto; order: 2; aspect-ratio: 16 / 9; }
  .about-closing-media-bottom { grid-row: auto; order: 3; aspect-ratio: 16 / 9; }
}
@media (max-width: 600px) {
  .about-history-intro { margin-bottom: 78px; padding-left: 20px; }
  .about-history-intro p { font-size: 16px; line-height: 1.7; }
  .about-history-event, .about-history-event.is-reversed { margin-bottom: 0; padding-bottom: 0; }
  .about-history-image img { height: 345px; }
  .about-history-image.is-document img { height: 345px; }
  .about-history-copy h3 { margin-bottom: 16px; font-size: 27px; }
  .about-history-copy > p:last-child { font-size: 14px; line-height: 1.68; }
  .about-generations-inner { padding-top: 78px; padding-bottom: 100px; }
  .about-generations-intro { margin-bottom: 70px; padding-top: 22px; }
  .about-generations-intro h2 { margin-bottom: 20px; font-size: 35px; }
  .about-generations-intro p { font-size: 15px; line-height: 1.7; }
  .about-generation { margin-bottom: 76px; }
  .about-generation-portrait { margin-bottom: 26px; }
  .about-generation-biography { font-size: 14px; }
  .about-brands-inner { padding-top: 76px; padding-bottom: 96px; }
  .about-brands-intro { margin-bottom: 50px; padding-left: 20px; }
  .about-brands-intro h2 { font-size: 35px; }
  .about-brands-intro p { font-size: 15px; }
  .about-values-inner { padding-top: 72px; padding-bottom: 96px; }
  .about-values-header { margin-bottom: 42px; padding-left: 20px; }
  .about-values-header h2 { font-size: 35px; }
  .about-values-grid { grid-template-columns: minmax(0,1fr); }
  .about-values-grid { gap: 12px; }
  .about-values-grid li { display: block; min-height: 185px; padding: 30px 24px; }
  .about-value-number { min-width: 36px; min-height: 27px; margin: 0 0 24px; }
  .about-value-divider { margin-bottom: 22px; }
  .about-values-grid p { max-width: none; font-size: 16px; }
  .about-closing-content { padding-top: 68px; padding-bottom: 72px; }
  .about-closing-copy h2 { margin-bottom: 21px; font-size: 40px; }
  .about-closing-copy > p { margin-bottom: 31px; font-size: 16px; }
  .about-closing-actions { flex-direction: column; }
  .about-closing-button { width: 100%; }
}
.service-page-hero { --service-hero-image: none; position: relative; height: 650px; min-height: 650px; overflow: hidden; background-color: #111111; background-image: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.7) 34%, rgba(0,0,0,.22) 68%, rgba(0,0,0,.06) 100%), var(--service-hero-image); background-position: center; background-size: cover; color: #fff; }
.service-page-hero-inner { display: flex; align-items: center; min-height: inherit; padding-top: 140px; padding-bottom: 40px; }
.service-page-hero-content { width: max(60%, 630px); max-width: 100%; }
.service-page-hero h1 { margin: 0 0 27px; color: #fff; font-family: 'Montserrat', sans-serif; font-size: clamp(48px, 5.5vw, 78px); font-weight: 700; line-height: 1.04; letter-spacing: -.045em; }
.service-page-hero p { margin: 0 0 38px; color: rgba(255,255,255,.86); font-size: clamp(17px, 1.25vw, 20px); line-height: 1.65; }
.service-hero-highlight { color: #e3642a; font-weight: 700; }
.service-page-hero-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 15px 27px; background: #e3642a; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .06em; line-height: 1.2; text-decoration: none; transition: background-color 180ms ease, color 180ms ease; }
.service-page-hero-cta:hover { background: #fff; color: #171717; }
.service-page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.service-page-hero-cta-secondary { border: 1px solid rgba(255,255,255,.78); background: rgba(0,0,0,.12); }
.service-page-hero-cta-secondary:hover { border-color: #e3642a; background: transparent; color: #e3642a; }
.service-hero-workshop { background-position: center 54%; }
.service-hero-paintwork { background-position: center 48%; }
.service-hero-rental { background-position: center 52%; }
.service-hero-financing { background-position: center 50%; }
.service-hero-pickup { background-position: center 52%; }
.service-hero-accessible { background-position: center 48%; }
.financing-examples-section { background: #fff; color: #171717; }
.financing-examples-inner { padding-top: clamp(78px, 8vw, 120px); padding-bottom: clamp(88px, 9vw, 140px); }
.financing-examples-header { width: min(100%, 1120px); margin: 0 auto 46px; }
.financing-examples-header > span { display: block; width: 56px; height: 3px; margin-bottom: 23px; background: #e3642a; }
.financing-examples-header h2 { margin: 0; font-family: 'Montserrat', sans-serif; font-size: clamp(36px, 3.5vw, 50px); font-weight: 700; line-height: 1.12; letter-spacing: -.035em; }
.financing-examples-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; width: min(100%, 1120px); margin: 0 auto; }
.financing-example-card { position: relative; display: flex; flex-direction: column; min-height: 360px; padding: 34px 34px 31px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #111111; color: #fff; transition: transform 190ms ease, border-color 190ms ease; }
.financing-example-card::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: #e3642a; transform: scaleX(.2); transform-origin: left; transition: transform 240ms ease; }
.financing-example-card:hover { transform: translateY(-3px); border-color: rgba(227,100,42,.45); }
.financing-example-card:hover::after { transform: scaleX(1); }
.financing-example-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.financing-example-heading > span { color: #e3642a; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.financing-example-heading h3 { margin: 0; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 650; line-height: 1.3; text-align: right; }
.financing-example-price { display: grid; grid-template-columns: auto 1fr; align-items: end; margin: auto 0 36px; font-family: 'Montserrat', sans-serif; }
.financing-example-price > span { align-self: center; width: 38px; margin-right: 16px; color: #9a9a9a; font-size: 10px; font-weight: 600; line-height: 1.35; letter-spacing: .06em; text-transform: uppercase; }
.financing-example-price strong { color: #e3642a; font-size: clamp(78px, 7vw, 104px); font-weight: 700; line-height: .76; letter-spacing: -.07em; }
.financing-example-price small { grid-column: 2; margin-top: 14px; color: #b8b8b8; font-size: 12px; font-weight: 600; letter-spacing: .06em; }
.financing-example-description { margin: 0; color: #a9a9a9; font-size: 13px; line-height: 1.55; }
.financing-faq-section { background: #fff; color: #171717; }
.financing-faq-inner { padding-top: clamp(78px, 8vw, 116px); padding-bottom: clamp(88px, 9vw, 136px); }
.financing-faq-header, .financing-faq-list { width: min(100%, 1120px); margin-inline: auto; }
.financing-faq-header { margin-bottom: 34px; }
.financing-faq-header > span { display: block; width: 56px; height: 3px; margin-bottom: 21px; background: #e3642a; }
.financing-faq-header h2 { margin: 0; font-family: 'Montserrat', sans-serif; font-size: clamp(34px, 3.2vw, 46px); font-weight: 700; line-height: 1.12; letter-spacing: -.035em; }
.financing-faq-item { border-bottom: 1px solid rgba(23,23,23,.2); transition: border-color 180ms ease; }
.financing-faq-item:first-child { border-top: 1px solid rgba(23,23,23,.2); }
.financing-faq-question { display: grid; grid-template-columns: 56px minmax(0, 1fr) 28px; align-items: center; width: 100%; min-height: 84px; padding: 19px 0; border: 0; background: transparent; color: #171717; font: inherit; text-align: left; cursor: pointer; }
.financing-faq-question:focus-visible { outline: 2px solid #e3642a; outline-offset: 4px; }
.financing-faq-number { color: #e3642a; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; transition: color 180ms ease; }
.financing-faq-title { padding-right: 28px; font-family: 'Montserrat', sans-serif; font-size: clamp(16px, 1.35vw, 20px); font-weight: 700; line-height: 1.4; }
.financing-faq-toggle { position: relative; width: 18px; height: 18px; justify-self: end; }
.financing-faq-toggle::before, .financing-faq-toggle::after { content: ''; position: absolute; top: 8px; left: 1px; width: 16px; height: 1px; background: #171717; transition: transform 180ms ease, background-color 180ms ease; }
.financing-faq-toggle::after { transform: rotate(90deg); }
.financing-faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; visibility: hidden; transition: grid-template-rows 220ms ease, opacity 180ms ease, visibility 220ms; }
.financing-faq-answer > div { min-height: 0; overflow: hidden; padding: 0 56px; transition: padding-bottom 220ms ease; }
.financing-faq-answer p { max-width: 850px; margin: 0; color: #615c55; font-size: 15px; line-height: 1.7; }
.financing-faq-item.is-open { border-color: #e3642a; }
.financing-faq-item.is-open .financing-faq-answer { grid-template-rows: 1fr; opacity: 1; visibility: visible; }
.financing-faq-item.is-open .financing-faq-answer > div { padding-bottom: 27px; }
.financing-faq-item.is-open .financing-faq-toggle::after { transform: rotate(0deg); }
.financing-faq-item.is-open .financing-faq-toggle::before, .financing-faq-item.is-open .financing-faq-toggle::after { background: #e3642a; }
.workshop-services-section { background: #fff; color: #171717; }
.workshop-services-inner { padding-top: clamp(76px, 8vw, 120px); padding-bottom: clamp(86px, 9vw, 140px); }
.workshop-services-intro { position: relative; max-width: 860px; padding-left: 28px; }
.workshop-services-intro::before { content: ''; position: absolute; top: 3px; bottom: 4px; left: 0; width: 3px; background: #e3642a; }
.workshop-services-intro h2, .workshop-services-catalogue > h2 { margin: 0; font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: -.025em; }
.workshop-services-intro h2 { margin-bottom: 16px; color: #e3642a; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.workshop-services-intro p { margin: 0; color: #4e4a44; font-size: clamp(16px, 1.2vw, 19px); line-height: 1.72; }
.workshop-services-catalogue { margin-top: clamp(70px, 8vw, 110px); }
.workshop-services-catalogue > h2 { margin-bottom: 38px; font-size: clamp(34px, 3vw, 44px); line-height: 1.15; }
.workshop-services-grid { display: grid; grid-template-columns: repeat(var(--service-columns, 4), minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.workshop-services-grid li { position: relative; min-height: 190px; padding: 29px 27px 31px; overflow: hidden; border: 1px solid rgba(23,23,23,.13); background: rgba(255,255,255,.68); transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.workshop-services-grid li::after { content: ''; position: absolute; top: 0; left: 0; width: 42px; height: 3px; background: #e3642a; transition: width 220ms ease; }
.workshop-services-grid li::before { content: ''; position: absolute; right: 13px; bottom: 13px; width: 22px; height: 22px; border-right: 1px solid rgba(227,100,42,.55); border-bottom: 1px solid rgba(227,100,42,.55); transition: width 220ms ease, height 220ms ease, border-color 220ms ease; }
.workshop-services-grid li:hover { transform: translateY(-4px); border-color: rgba(227,100,42,.38); background: #fff; }
.workshop-services-grid li:hover::after { width: 86px; }
.workshop-services-grid li:hover::before { width: 32px; height: 32px; border-color: #e3642a; }
.workshop-services-grid span { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; min-height: 28px; margin-bottom: 20px; border: 1px solid rgba(227,100,42,.55); color: #e3642a; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.workshop-services-grid li:hover span { border-color: #e3642a; background: #e3642a; color: #fff; }
.workshop-services-grid li > i { position: absolute; top: 27px; right: 26px; color: #e3642a; font-size: 33px; line-height: 1; opacity: .78; transition: opacity 180ms ease, transform 180ms ease; }
.workshop-services-grid li:hover > i { opacity: 1; transform: translateX(-3px); }
.workshop-services-grid h3 { max-width: 260px; margin: 0; font-family: 'Montserrat', sans-serif; font-size: clamp(17px, 1.3vw, 20px); font-weight: 650; line-height: 1.45; letter-spacing: -.015em; }
.has-rental-prices .workshop-services-grid li { display: flex; flex-direction: column; min-height: 282px; padding: 30px 30px 32px; }
.has-rental-prices .workshop-services-grid h3 { max-width: none; font-size: clamp(20px, 1.7vw, 25px); line-height: 1.25; }
.has-rental-prices .rental-scope { margin: 8px 0 25px; color: #68635d; font-size: 14px; line-height: 1.45; }
.has-rental-prices .rental-price { display: flex; align-items: baseline; gap: 10px; margin: auto 0 0; color: #e3642a; font-family: 'Montserrat', sans-serif; white-space: nowrap; }
.has-rental-prices .rental-price strong { font-size: clamp(31px, 3vw, 43px); font-weight: 700; line-height: 1; letter-spacing: -.05em; }
.has-rental-prices .rental-price small { color: #514d48; font-size: 15px; font-weight: 600; }
.workshop-pricing-process { background: #fff; color: #171717; }
.workshop-pricing-process-inner { padding-top: 0; padding-bottom: clamp(92px, 10vw, 150px); }
.workshop-pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; width: min(100%, 1120px); margin: 0 auto; }
@media (max-width: 1000px) { .workshop-pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.workshop-price-card { position: relative; display: flex; flex-direction: column; min-height: 270px; padding: 38px 40px 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: #111111; color: #fff; transition: transform 200ms ease, border-color 200ms ease; }
.workshop-price-card::before { content: ''; position: absolute; top: 0; left: 0; width: 72px; height: 3px; background: #e3642a; transition: width 240ms ease; }
.workshop-price-card:hover { transform: translateY(-4px); border-color: rgba(227,100,42,.48); }
.workshop-price-card:hover::before { width: 130px; }
.workshop-price-card h2 { margin: 0 0 35px; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 19px; font-weight: 650; letter-spacing: -.015em; }
.workshop-price { display: flex; align-items: flex-end; gap: 17px; margin: 0; font-family: 'Montserrat', sans-serif; }
.workshop-price span { max-width: 38px; padding-bottom: 9px; color: #aaa; font-size: 11px; font-weight: 600; line-height: 1.35; letter-spacing: .07em; text-transform: uppercase; }
.workshop-price strong { color: #fff; font-size: clamp(72px, 7vw, 98px); font-weight: 700; line-height: .78; letter-spacing: -.07em; }
.workshop-price-note { margin: auto 0 0; color: #8f8f8f; font-size: 12px; line-height: 1.5; }
.workshop-process { margin-top: clamp(95px, 10vw, 145px); }
.service-process-only .workshop-process { margin-top: 0; }
.workshop-process > h2 { margin: 0 0 58px; font-family: 'Montserrat', sans-serif; font-size: clamp(34px, 3vw, 44px); font-weight: 700; line-height: 1.15; letter-spacing: -.025em; }
.workshop-process-timeline { position: relative; }
.workshop-process-track { position: absolute; top: 51px; right: var(--process-edge); left: var(--process-edge); height: 1px; overflow: visible; background: rgba(23,23,23,.22); }
.workshop-process-track span { display: block; width: 100%; height: 2px; background: #e3642a; transform: scaleX(0); transform-origin: left; transition: transform 1.8s cubic-bezier(.22,.61,.36,1) .15s; }
.workshop-process-steps { position: relative; display: grid; grid-template-columns: repeat(var(--process-count), minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.workshop-process-steps li { text-align: center; }
.workshop-process-number { display: block; margin-bottom: 17px; color: #b7b1a8; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; transition: color 220ms ease calc(.2s + var(--step) * .4s); }
.workshop-process-marker { position: relative; z-index: 1; display: block; width: 14px; height: 14px; margin: 0 auto 29px; border: 2px solid #9f9a92; border-radius: 50%; background: #fff; transition: border-color 220ms ease calc(.25s + var(--step) * .4s), background-color 220ms ease calc(.25s + var(--step) * .4s); }
.workshop-process-steps li > div { padding: 0 clamp(12px, 2vw, 30px); opacity: 0; transform: translateY(12px); transition: opacity 380ms ease calc(.3s + var(--step) * .4s), transform 380ms ease calc(.3s + var(--step) * .4s); }
.workshop-process-steps h3 { margin: 0 0 8px; font-family: 'Montserrat', sans-serif; font-size: clamp(16px, 1.25vw, 19px); font-weight: 700; line-height: 1.4; }
.workshop-process-steps p { margin: 0; color: #777169; font-size: 13px; line-height: 1.55; }
.workshop-process.is-visible .workshop-process-track span { transform: scaleX(1); }
.workshop-process.is-visible .workshop-process-number { color: #e3642a; }
.workshop-process.is-visible .workshop-process-marker { border-color: #e3642a; background: #e3642a; animation: workshop-marker-pulse 500ms ease calc(.35s + var(--step) * .4s) 1 both; }
.workshop-process.is-visible .workshop-process-steps li > div { opacity: 1; transform: translateY(0); }
@keyframes workshop-marker-pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(227,100,42,0); } 45% { box-shadow: 0 0 0 7px rgba(227,100,42,.16); } }
.workshop-closing-cta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); height: clamp(620px, 46vw, 700px); background: #111111; }
.workshop-closing-content { display: flex; align-items: center; min-width: 0; padding: 70px var(--content-gutter); background: #111111; color: #fff; }
.workshop-closing-content-inner { width: min(100%, 650px); }
.workshop-closing-content h2 { margin: 0 0 28px; color: #fff; font-family: 'Montserrat', sans-serif; font-size: clamp(44px, 4.5vw, 68px); font-weight: 700; line-height: 1.06; letter-spacing: -.045em; }
.workshop-closing-content p { max-width: 610px; margin: 0 0 39px; color: #cfcfcf; font-size: clamp(16px, 1.2vw, 19px); line-height: 1.7; }
.workshop-closing-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.workshop-closing-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 14px 23px; border: 1px solid transparent; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .055em; line-height: 1.25; text-align: center; text-decoration: none; transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease; }
.workshop-closing-button-primary { border-color: #e3642a; background: #e3642a; }
.workshop-closing-button-primary:hover { border-color: #fff; background: #fff; color: #171717; }
.workshop-closing-button-secondary { border-color: rgba(255,255,255,.72); background: transparent; }
.workshop-closing-button-secondary:hover { border-color: #e3642a; color: #e3642a; }
.workshop-closing-media { min-width: 0; min-height: 0; overflow: hidden; }
.workshop-closing-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }

.velolang-shop { min-height: 70vh; background: #fff; color: #171717; }
.woocommerce-cart .page-screen { background: #fff; }
.woocommerce-cart .page-screen-content { background: #fff; }
.velolang-shop-hero { display: flex; flex-direction: column; justify-content: flex-end; min-height: 440px; padding-top: 180px; padding-bottom: 72px; background: #111111; color: #fff; }
.velolang-shop-hero p { margin: 0 0 14px; color: #e3642a; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.velolang-shop-hero h1 { margin: 0; color: #fff; font-family: 'Montserrat', sans-serif; font-size: clamp(48px, 6vw, 82px); font-weight: 700; line-height: 1; letter-spacing: -.045em; }
.velolang-shop-catalog { padding-top: clamp(55px, 6vw, 90px); padding-bottom: clamp(80px, 8vw, 130px); }
.velolang-shop-categories { display: flex; flex-wrap: wrap; gap: 10px 34px; margin-bottom: 54px; border-bottom: 1px solid rgba(23,23,23,.16); }
.velolang-shop-categories a { position: relative; padding: 0 0 17px; color: #5d5a55; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; text-decoration: none; transition: color 180ms ease; }
.velolang-shop-categories a::after { content: ''; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: #e3642a; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.velolang-shop-categories a:hover, .velolang-shop-categories a.is-active { color: #171717; }
.velolang-shop-categories a:hover::after, .velolang-shop-categories a.is-active::after { transform: scaleX(1); }
.velolang-shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.velolang-shop-toolbar .woocommerce-result-count { margin: 0; color: #716d66; font-size: 14px; }
.velolang-shop-toolbar .woocommerce-ordering { margin: 0; }
.velolang-shop-toolbar .orderby { min-height: 46px; padding: 0 40px 0 15px; border: 1px solid rgba(23,23,23,.22); border-radius: 0; background: transparent; color: #171717; font-family: 'Montserrat', sans-serif; font-size: 13px; }
.velolang-shop-grid ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 0; padding: 0; }
.velolang-shop-grid ul.products::before, .velolang-shop-grid ul.products::after { display: none; }
.velolang-shop-grid ul.products li.product.velolang-product-card { display: flex; min-width: 0; height: 100%; flex-direction: column; float: none; width: auto; margin: 0; padding: 0; overflow: hidden; border: 1px solid #e3e3e3; background: #fff; transition: border-color 180ms ease,transform 180ms ease; }
.velolang-shop-grid ul.products li.product.velolang-product-card:hover { border-color: #e3642a; transform: translateY(-3px); }
.velolang-product-image { position: relative; display: grid; aspect-ratio: 1 / 1; place-items: center; overflow: hidden; background: #f6f6f6; }
.velolang-shop-grid .velolang-product-image img { display: block; width: 100%; height: 100%; margin: 0; padding: 0; object-fit: contain; mix-blend-mode: multiply; transition: transform 320ms ease; }
.velolang-product-card:hover .velolang-product-image img { transform: scale(1.035); }
.velolang-product-sale { position: absolute; top: 14px; left: 14px; padding: 7px 10px; background: #e3642a; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.velolang-product-content { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.velolang-product-brand { margin: 0 0 9px; color: #e3642a; font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.velolang-product-content h2 { min-height: 2.5em; margin: 0 0 10px; font-family: 'Montserrat', sans-serif; font-size: clamp(17px,1.4vw,21px); font-weight: 700; line-height: 1.25; }
.velolang-product-content h2 a { color: #171717; text-decoration: none; transition: color 180ms ease; }
.velolang-product-content h2 a:hover { color: #e3642a; }
.velolang-product-description { display: -webkit-box; min-height: 3em; margin: 0 0 20px; overflow: hidden; color: #666; font-size: 13px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.velolang-product-footer { display: flex; flex-direction: column; gap: 17px; margin-top: auto; padding-top: 17px; border-top: 1px solid #e9e9e9; }
.velolang-product-meta { display: flex; min-height: 25px; align-items: baseline; justify-content: space-between; gap: 10px; }
.velolang-product-price { color: #171717; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; line-height: 1.35; }
.velolang-product-price del { margin-right: 6px; color: #888; font-size: 12px; font-weight: 500; opacity: 1; }
.velolang-product-price ins { color: #e3642a; text-decoration: none; }
.velolang-product-stock { flex: 0 0 auto; color: #777; font-size: 11px; white-space: nowrap; }
.velolang-product-stock.is-in-stock::before { content: ''; display: inline-block; width: 6px; height: 6px; margin: 0 7px 1px 0; border-radius: 50%; background: #599348; }
.velolang-product-stock.is-out-of-stock::before { content: ''; display: inline-block; width: 6px; height: 6px; margin: 0 7px 1px 0; border-radius: 50%; background: #b74b3f; }
.velolang-shop-grid ul.products li.product .velolang-product-footer a.velolang-product-button { position: relative; display: flex; min-height: 46px; align-items: center; justify-content: center; width: 100%; margin: 0; padding: 11px 38px; border-radius: 0; background: #111111; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .06em; line-height: 1.25; text-align: center; text-decoration: none; text-transform: uppercase; transition: background-color 180ms ease; }
.velolang-shop-grid ul.products li.product .velolang-product-footer a.velolang-product-button:hover { background: #e3642a; color: #fff; }
.velolang-product-button-label { display: block; }
.velolang-product-button-icon { position: absolute; top: 50%; right: 15px; width: 17px; height: 17px; transform: translateY(-50%); }
.velolang-shop-grid .velolang-product-footer a.added_to_cart { display: none !important; }
.velolang-shop-pagination { margin-top: 60px; }
.velolang-shop-pagination .page-numbers { border: 0 !important; }
.velolang-shop-pagination .page-numbers li { border: 0 !important; margin-right: 4px !important; }
.velolang-shop-pagination .page-numbers a, .velolang-shop-pagination .page-numbers span { display: inline-flex !important; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 10px !important; border: 1px solid rgba(23,23,23,.18) !important; color: #171717; }
.velolang-shop-pagination .page-numbers .current, .velolang-shop-pagination .page-numbers a:hover { border-color: #e3642a !important; background: #e3642a !important; color: #fff !important; }

/* Global WooCommerce single-product presentation. */
.velolang-single-product { min-height: 70vh; padding-top: 140px; background: #fff; color: #171717; }
.velolang-single-product::before { content: ''; position: absolute; z-index: -1; inset: 0 0 auto; height: 140px; background: #111111; }
.single-product .store-header { background: #111111; }
.velolang-product-main { padding-top: 42px; padding-bottom: clamp(80px,8vw,128px); }
.velolang-product-breadcrumb { margin-bottom: 38px; color: #777; font-size: 12px; line-height: 1.5; }
.velolang-product-breadcrumb a { color: #555; text-decoration: none; transition: color 180ms ease; }
.velolang-product-breadcrumb a:hover { color: #e3642a; }
.velolang-product-breadcrumb span { margin: 0 10px; color: #aaa; }
.velolang-product-layout { display: grid; grid-template-columns: minmax(0,1.22fr) minmax(390px,1fr); gap: clamp(52px,6vw,104px); align-items: start; }
.velolang-product-gallery { min-width: 0; }
.velolang-product-gallery .woocommerce-product-gallery { float: none !important; width: 100% !important; margin: 0 !important; }
.velolang-product-gallery .woocommerce-product-gallery__wrapper { margin: 0; }
.velolang-product-gallery .woocommerce-product-gallery__image { display: grid; min-height: clamp(480px,48vw,720px); place-items: center; overflow: hidden; background: #f7f7f7; }
.velolang-product-gallery .woocommerce-product-gallery__image img { display: block; width: 100% !important; height: clamp(480px,48vw,720px) !important; object-fit: contain; mix-blend-mode: multiply; }
.velolang-product-gallery .flex-control-thumbs { display: flex; gap: 12px; margin: 14px 0 0 !important; padding: 0 0 4px !important; overflow-x: auto; list-style: none; scrollbar-width: thin; }
.velolang-product-gallery .flex-control-thumbs li { flex: 0 0 92px; width: 92px !important; margin: 0 !important; background: #f7f7f7; }
.velolang-product-gallery .flex-control-thumbs img { display: block; width: 92px; height: 92px; object-fit: contain; border: 1px solid transparent; opacity: .62; transition: opacity 180ms ease,border-color 180ms ease; }
.velolang-product-gallery .flex-control-thumbs img.flex-active,.velolang-product-gallery .flex-control-thumbs img:hover { border-color: #e3642a; opacity: 1; }
.velolang-product-gallery .woocommerce-product-gallery__trigger { z-index: 2 !important; top: 18px !important; right: 18px !important; border-radius: 0 !important; background: #fff !important; }
.velolang-product-summary { position: sticky; top: 116px; min-width: 0; padding-top: 12px; }
.velolang-single-brand { margin: 0 0 14px; color: #e3642a; font-family: 'Montserrat',sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.velolang-product-summary h1 { margin: 0 0 24px; color: #111111; font-family: 'Montserrat',sans-serif; font-size: clamp(38px,4vw,62px); font-weight: 700; line-height: 1.06; letter-spacing: -.045em; }
.velolang-single-price { margin-bottom: 29px; color: #111111; font-family: 'Montserrat',sans-serif; font-size: clamp(25px,2.2vw,34px); font-weight: 650; }
.velolang-single-price del { margin-right: 9px; color: #999; font-size: .65em; font-weight: 400; }
.velolang-single-price ins { color: #e3642a; text-decoration: none; }
.velolang-single-excerpt { max-width: 600px; margin-bottom: 27px; color: #555; font-size: 16px; line-height: 1.72; }
.velolang-single-excerpt p { margin: 0; }
.velolang-single-purchase { padding: 27px 0 29px; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }
.velolang-single-purchase > .stock,.velolang-single-purchase .woocommerce-variation-availability .stock { display: flex; align-items: center; gap: 10px; min-height: 24px; margin: 0 0 22px; color: #4e4e4e; font-size: 13px; font-weight: 650; }
.velolang-single-purchase > .stock::before,.velolang-single-purchase .woocommerce-variation-availability .stock::before { content: ''; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: #4f8b48; }
.velolang-single-purchase > .out-of-stock::before,.velolang-single-purchase .woocommerce-variation-availability .out-of-stock::before { background: #b74b3f; }
.velolang-single-purchase form.cart { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 !important; }
.velolang-single-purchase .quantity { float: none !important; margin: 0 !important; }
.velolang-single-purchase .qty { width: 78px; min-height: 56px; border: 1px solid #bbb; border-radius: 0; background: #fff; color: #111111; font-size: 15px; text-align: center; }
.velolang-single-purchase .single_add_to_cart_button { flex: 1 1 240px; min-height: 56px; margin: 0 !important; padding: 15px 26px !important; border: 1px solid #e3642a !important; border-radius: 0 !important; background: #e3642a !important; color: #fff !important; font-family: 'Montserrat',sans-serif !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: .07em; text-transform: uppercase; transition: background-color 180ms ease,border-color 180ms ease,color 180ms ease; }
.velolang-single-purchase .single_add_to_cart_button:hover { border-color: #111111 !important; background: #111111 !important; }
.velolang-single-purchase .single_add_to_cart_button.disabled { opacity: .45; }
.velolang-single-purchase table.variations { width: 100%; margin: 0 0 20px; border: 0; border-collapse: collapse; }
.velolang-single-purchase table.variations tr { display: grid; grid-template-columns: 110px minmax(0,1fr); align-items: center; padding: 9px 0; border-bottom: 1px solid #e4e4e4; }
.velolang-single-purchase table.variations th,.velolang-single-purchase table.variations td { padding: 0; border: 0; text-align: left; }
.velolang-single-purchase table.variations label { color: #111111; font-family: 'Montserrat',sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.velolang-single-purchase table.variations select { width: 100%; min-height: 48px; padding: 0 42px 0 14px; border: 1px solid #bbb; border-radius: 0; background: #fff; color: #171717; }
.velolang-single-purchase .reset_variations { display: inline-block; margin-top: 8px; color: #e3642a; font-size: 12px; text-decoration: none; }
.velolang-single-purchase .woocommerce-variation { margin: 17px 0; }
.velolang-single-purchase .woocommerce-variation-price { margin-bottom: 10px; color: #111111; font-size: 22px; font-weight: 700; }
.velolang-single-sku { margin: 19px 0 0; color: #777; font-size: 12px; }
.velolang-single-sku span { margin-right: 8px; color: #111111; font-weight: 700; }
.velolang-product-details { background: #f7f7f5; color: #171717; }
.velolang-product-details-inner { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(52px,8vw,130px); padding-top: clamp(72px,7vw,110px); padding-bottom: clamp(80px,8vw,126px); }
.velolang-product-details article + article { padding-left: clamp(36px,5vw,76px); border-left: 1px solid #d9d9d5; }
.velolang-details-eyebrow { margin: 0 0 16px; color: #e3642a; font-family: 'Montserrat',sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.velolang-product-details h2 { margin: 0 0 26px; color: #111111; font-family: 'Montserrat',sans-serif; font-size: clamp(29px,3vw,42px); line-height: 1.12; letter-spacing: -.035em; }
.velolang-product-description > div { color: #555; font-size: 15px; line-height: 1.78; }
.velolang-product-description > div > *:first-child { margin-top: 0; }
.velolang-product-description > div > *:last-child { margin-bottom: 0; }
.velolang-product-attributes table { width: 100%; border: 0; border-collapse: collapse; }
.velolang-product-attributes tr { border-bottom: 1px solid #d9d9d5; }
.velolang-product-attributes th,.velolang-product-attributes td { padding: 15px 0; border: 0; color: #555; font-size: 14px; text-align: left; vertical-align: top; }
.velolang-product-attributes th { width: 42%; padding-right: 22px; color: #111111; font-family: 'Montserrat',sans-serif; font-weight: 650; }
.velolang-product-attributes p { margin: 0; }

@media (max-width: 900px) {
  .velolang-product-layout { grid-template-columns: minmax(0,1fr); gap: 48px; }
  .velolang-product-summary { position: static; }
  .velolang-product-details-inner { grid-template-columns: minmax(0,1fr); gap: 58px; }
  .velolang-product-details article + article { padding-top: 52px; padding-left: 0; border-top: 1px solid #d9d9d5; border-left: 0; }
}

@media (max-width: 600px) {
  .velolang-single-product { padding-top: 140px; }
  .velolang-product-main { padding-top: 26px; padding-bottom: 72px; }
  .velolang-product-breadcrumb { margin-bottom: 25px; font-size: 11px; }
  .velolang-product-gallery .woocommerce-product-gallery__image,.velolang-product-gallery .woocommerce-product-gallery__image img { min-height: 340px; height: 340px !important; }
  .velolang-product-gallery .flex-control-thumbs li,.velolang-product-gallery .flex-control-thumbs img { flex-basis: 76px; width: 76px !important; height: 76px; }
  .velolang-product-summary h1 { font-size: 37px; }
  .velolang-single-purchase form.cart { display: grid; grid-template-columns: 74px minmax(0,1fr); }
  .velolang-single-purchase .single_add_to_cart_button { width: 100%; }
  .velolang-single-purchase .variations_form { display: block !important; }
  .velolang-single-purchase table.variations tr { grid-template-columns: minmax(0,1fr); gap: 8px; }
  .velolang-product-details-inner { padding-top: 67px; padding-bottom: 76px; }
}

@media (max-width: 1100px) {
  .velolang-shop-grid ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  .velolang-shop-grid ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .financing-examples-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workshop-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px 32px; }
  .company-story-inner { grid-template-columns: 1fr; gap: 42px; min-height: 0; }
  .company-story-year { position: absolute; top: 90px; right: var(--content-gutter); }
  .company-story-content { z-index: 1; }
  .home-financing-intro-inner { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .home-financing-visual { min-height: 0; padding: 30px 0 0; border-left: 0; border-top: 1px solid #e5e5e5; }
  .brand-partners-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .family-leadership-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-partners-list li:nth-child(3) { border-left: 0; }
  .brand-partners-list li:nth-child(n+3) { border-top: 1px solid rgba(23, 23, 23, .16); }
  .customer-reviews-inner { grid-template-columns: minmax(220px, .7fr) minmax(0, 1.5fr); gap: 50px; }
  .final-cta-inner { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .final-cta-actions { justify-content: flex-start; }
  .site-footer-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px 38px; }
}

@media (max-width: 600px) {
  .financing-examples-inner { padding-top: 68px; padding-bottom: 82px; }
  .financing-examples-header { margin-bottom: 34px; }
  .financing-examples-header h2 { font-size: 36px; }
  .financing-examples-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .financing-example-card { min-height: 360px; padding: 34px 27px 30px; }
  .financing-faq-inner { padding-top: 66px; padding-bottom: 82px; }
  .financing-faq-header { margin-bottom: 27px; }
  .financing-faq-question { grid-template-columns: 44px minmax(0, 1fr) 24px; min-height: 75px; }
  .financing-faq-title { padding-right: 14px; }
  .financing-faq-answer > div { padding-inline: 44px; }
  .financing-faq-item.is-open .financing-faq-answer > div { padding-bottom: 24px; }
  .workshop-closing-cta { display: flex; flex-direction: column; height: auto; min-height: 0; }
  .workshop-closing-media { order: 1; min-height: 0; aspect-ratio: 4 / 3; }
  .workshop-closing-media img { object-position: center 56%; }
  .workshop-closing-content { order: 2; padding: 66px 24px 72px; }
  .workshop-closing-content h2 { margin-bottom: 23px; font-size: 41px; }
  .workshop-closing-content p { margin-bottom: 32px; font-size: 16px; }
  .workshop-closing-actions { flex-direction: column; }
  .workshop-closing-button { width: 100%; }
  .workshop-pricing-process-inner { padding-bottom: 84px; }
  .workshop-pricing-grid { grid-template-columns: minmax(0, 1fr); }
  .workshop-price-card { min-height: 280px; padding: 38px 28px 34px; }
  .workshop-process { margin-top: 82px; }
  .workshop-process > h2 { margin-bottom: 42px; }
  .workshop-process-track { top: 7px; right: auto; bottom: 13px; left: 41px; width: 1px; height: auto; }
  .workshop-process-track span { width: 2px; height: 100%; transform: scaleY(0); transform-origin: top; }
  .workshop-process-steps { display: block; }
  .workshop-process-steps li { display: grid; grid-template-columns: 32px 18px minmax(0, 1fr); align-items: start; min-height: 126px; text-align: left; }
  .workshop-process-number { margin: 0; padding-top: 1px; }
  .workshop-process-marker { width: 13px; height: 13px; margin: 0; }
  .workshop-process-steps li > div { padding: 0 0 0 18px; }
  .workshop-process.is-visible .workshop-process-track span { transform: scaleY(1); }
  .workshop-services-inner { padding-top: 66px; padding-bottom: 80px; }
  .workshop-services-intro { padding-left: 20px; }
  .workshop-services-catalogue { margin-top: 62px; }
  .workshop-services-catalogue > h2 { margin-bottom: 28px; font-size: 34px; }
  .workshop-services-grid { grid-template-columns: minmax(0, 1fr); }
  .workshop-services-grid { gap: 12px; }
  .workshop-services-grid li { display: block; min-height: 185px; padding: 30px 24px; }
  .workshop-services-grid span { min-width: 34px; min-height: 26px; margin: 0 0 28px; }
  .workshop-services-grid li > i { top: 27px; right: 20px; font-size: 29px; }
  .workshop-services-grid h3 { max-width: none; padding-right: 8px; font-size: 16px; }
  .service-page-hero { height: 650px; min-height: 650px; background-image: linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.62) 70%, rgba(0,0,0,.3) 100%), var(--service-hero-image); }
  .about-page-hero { height: 650px; min-height: 650px; background-image: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.68) 72%, rgba(0,0,0,.32) 100%), url('./assets/service-lackierung.webp'); background-position: 55% center; }
  .about-page-hero-inner { align-items: flex-end; padding-top: 135px; padding-bottom: 68px; }
  .about-page-hero-eyebrow { margin-bottom: 18px; font-size: 11px; }
  .about-page-hero h1 { margin-bottom: 22px; font-size: 42px; }
  .about-page-hero-description { font-size: 16px; }
  .service-page-hero-inner { align-items: flex-end; padding-top: 135px; padding-bottom: 64px; }
  .service-page-hero h1 { margin-bottom: 21px; font-size: 43px; }
  .service-page-hero p { margin-bottom: 31px; font-size: 16px; }
  .service-page-hero-cta { width: 100%; padding-inline: 18px; }
  .service-page-hero-actions { flex-direction: column; }
  .service-hero-workshop { background-position: 58% center; }
  .service-hero-paintwork { background-position: 60% center; }
  .service-hero-rental { background-position: 62% center; }
  .service-hero-financing { background-position: 60% center; }
  .service-hero-pickup { background-position: 62% center; }
  .service-hero-accessible { background-position: 62% center; }
  .velolang-shop-hero { min-height: 360px; padding-top: 145px; padding-bottom: 48px; }
  .velolang-shop-catalog { padding-top: 44px; }
  .velolang-shop-categories { gap: 12px 22px; margin-bottom: 38px; }
  .velolang-shop-categories a { padding-bottom: 12px; font-size: 12px; }
  .velolang-shop-toolbar { align-items: flex-start; flex-direction: column; }
  .velolang-shop-toolbar .woocommerce-ordering, .velolang-shop-toolbar .orderby { width: 100%; }
  .velolang-shop-grid ul.products { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .velolang-product-content { padding: 22px; }
  .hero-video { min-height: 700px; align-items: flex-end; }
  .hero-video::after { background: linear-gradient(0deg, rgba(17,17,17,.92) 0%, rgba(17,17,17,.72) 48%, rgba(17,17,17,.2) 100%); }
  .hero-video-background { object-position: 42% center; }
  .hero-content { justify-content: flex-start; padding-top: 130px; padding-bottom: 48px; }
  .hero-content-inner { width: 100%; }
  .hero-eyebrow { margin-bottom: 13px; font-size: 11px; }
  .hero-content h1 { max-width: 520px; margin-bottom: 20px; font-size: clamp(40px, 12vw, 52px); }
  .hero-description { margin-bottom: 29px; font-size: 16px; line-height: 1.55; }
  .hero-actions { flex-direction: column; }
  .hero-button { width: 100%; min-height: 58px; }
  .benefits-section { padding-block: 64px; }
  .benefits-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .faq-feature { grid-template-columns: minmax(0, 1fr); min-height: 560px; background-position: 42% center; }
  .faq-feature::before { background: rgba(0, 0, 0, .6); }
  .faq-feature-copy { grid-column: 1; justify-self: center; align-self: center; padding: 40px 22px 100px; text-align: center; transform: none; }
  .faq-feature h2 { margin-bottom: 28px; }
  .category-shopping { display: flex; flex-direction: column; min-height: 0; }
  .category-card { min-height: 510px; align-items: flex-end; }
  .category-card::before, .category-card-bikes::before { background: linear-gradient(0deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.22) 75%, rgba(0,0,0,.08) 100%); }
  .category-card-content { width: 100%; padding: 30px 24px; }
  .category-card h2 { font-size: 34px; }
  .company-story-inner { padding-top: 90px; padding-bottom: 90px; }
  .company-story-year { top: 72px; font-size: 112px; }
  .company-story-content::before { margin-bottom: 80px; }
  .company-story h2 { font-size: 40px; }
  .services-grid { grid-template-columns: minmax(0, 1fr); }
  .service-card { min-height: 450px; }
  .service-card-content { width: 92%; padding: 30px 24px; }
  .home-financing-intro-inner { padding-block: 68px; }
  .home-financing-copy h2 { font-size: clamp(36px, 10vw, 48px); }
  .home-financing-visual-main strong { font-size: clamp(112px, 28vw, 160px); }
  .home-financing-visual-secondary { margin-top: 36px; }
  .home-financing-checklist { grid-template-columns: minmax(0, 1fr); }
  .home-financing-checklist li { min-height: 0; padding: 19px 0; font-size: 15px; }
  .workshop-cta { display: flex; flex-direction: column; height: auto; min-height: 0; max-height: none; }
  .workshop-cta-media { height: 62vh; min-height: 420px; max-height: 620px; }
  .workshop-cta-media img { object-position: center 58%; }
  .workshop-cta-panel { min-height: 540px; padding: 76px 24px; text-align: center; }
  .workshop-cta h2 { font-size: 42px; }
  .workshop-cta-button { width: 100%; }
  .family-leadership-inner { padding-top: 68px; padding-bottom: 76px; }
  .family-leadership-header { margin-bottom: 46px; }
  .family-leadership-header h2 { font-size: 38px; }
  .family-leadership-grid { grid-template-columns: minmax(0, 1fr); gap: 54px; }
  .family-profile-copy { padding-top: 22px; }
  .brand-partners-inner { padding-top: 0; padding-bottom: 64px; }
  .brand-partners h2 { margin-bottom: 26px; font-size: 30px; }
  .brand-partners-list li { min-height: 120px; padding: 22px 18px; }
  .brand-partners-list img { height: 58px; }
  .customer-reviews-inner { grid-template-columns: minmax(0, 1fr); gap: 58px; padding-top: 72px; padding-bottom: 76px; }
  .customer-reviews-intro h2 { max-width: 330px; font-size: 34px; }
  .customer-reviews-cta { width: 100%; }
  .customer-reviews-grid { grid-template-columns: minmax(0, 1fr); gap: 46px; }
  .final-cta-inner { gap: 38px; padding-top: 68px; padding-bottom: 72px; }
  .final-cta-copy { padding-left: 20px; }
  .final-cta h2 { font-size: 40px; }
  .final-cta-actions { flex-direction: column; align-items: stretch; }
  .final-cta-button { width: 100%; white-space: normal; }
  .site-footer-inner { padding-top: 64px; }
  .site-footer-columns { grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .site-footer-brand img { width: 108px; height: 80px; margin-bottom: 22px; }
  .site-footer-group h2 { margin-bottom: 18px; }
  .site-footer-bottom { margin-top: 52px; }
}

@media (min-width: 601px) and (max-height: 760px) {
  .service-page-hero h1 { font-size: clamp(42px,5vw,66px); }
  .about-page-hero h1 { font-size: clamp(42px,4.7vw,62px); }
  .service-page-hero-inner,.about-page-hero-inner { padding-top: 105px; padding-bottom: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-closing-copy,.about-closing-media figure { opacity: 1; transform: none; transition: none; }
  .about-values-grid li { opacity: 1; transform: none; transition: none; }
  .about-value-number { color: #e3642a; transition: none; }
  .about-value-divider { transform: scaleX(1); transition: none; }
  .about-history-line span { transform: scaleY(1) !important; }
  .about-history-image, .about-history-copy { opacity: 1; transform: none !important; transition: none; }
  .about-history-image.is-document img { transition: none; }
  .about-history-image.is-document:hover img { transform: none; }
  .about-history-event.is-active .about-history-marker { animation: none; }
  .service-card::after, .brand-partners-list img { transition: none; }
}
.contact-screen { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,2fr); height: 100vh; height: 100svh; max-height: 100svh; min-height: 0; overflow: hidden; background: #111111; }
.contact-visual { display: flex; align-items: center; min-width: 0; padding: 140px clamp(28px,3.5vw,58px) 35px; background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2)),url('./assets/faq-header.webp') center / cover no-repeat; }
.contact-glass-panel { width: min(100%,470px); padding: clamp(30px,3vw,46px); border: 1px solid rgba(255,255,255,.2); border-radius: 2px; background: rgba(17,17,17,.58); box-shadow: 0 20px 55px rgba(0,0,0,.14); color: #fff; -webkit-backdrop-filter: blur(18px) saturate(110%); backdrop-filter: blur(18px) saturate(110%); }
.contact-eyebrow { display: block; margin-bottom: 17px; color: #e3642a; font-family: 'Montserrat',sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-glass-panel > h1 { max-width: 410px; margin: 0; font-family: 'Montserrat',sans-serif; font-size: clamp(34px,3.25vw,50px); font-weight: 700; line-height: 1.1; letter-spacing: -.042em; }
.contact-details { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.08fr); gap: clamp(28px,4vw,52px); padding-top: 31px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-details h2 { margin: 0 0 18px; color: #fff; font-family: 'Montserrat',sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.contact-details address { margin: 0 0 18px; color: rgba(255,255,255,.84); font-size: 14px; font-style: normal; line-height: 1.7; }
.contact-details address strong { color: #fff; }
.contact-details a { display: block; width: fit-content; margin-top: 8px; color: #e3642a; font-size: 14px; font-weight: 650; text-decoration: none; transition: color 180ms ease; }
.contact-details a:hover { color: #fff; }
.contact-hours { margin: 0; }
.contact-hours div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 20px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-hours dt,.contact-hours dd { margin: 0; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.55; }
.contact-hours dd { text-align: right; }
.contact-form-side { display: flex; align-items: center; min-width: 0; padding: clamp(108px,14vh,140px) clamp(42px,6vw,100px) 25px; background: #111111; }
.contact-form-wrap { width: min(100%,680px); margin: 0 auto; }
.contact-form-wrap > h2 { margin: 0 0 24px; color: #fff; font-family: 'Montserrat',sans-serif; font-size: clamp(28px,2.4vw,38px); font-weight: 700; line-height: 1.15; letter-spacing: -.035em; }
.contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 18px; }
.contact-field { min-width: 0; }
.contact-field-full,.contact-submit { grid-column: 1 / -1; }
.contact-field > label:not(.contact-privacy label) { display: block; margin: 0 0 6px; color: #f0f0f0; font-family: 'Montserrat',sans-serif; font-size: 11px; font-weight: 650; }
.contact-field label span { color: #aaa; font-weight: 400; }
.contact-field input:not([type="checkbox"]),.contact-field select,.contact-field textarea { display: block; width: 100%; min-height: 46px; padding: 10px 13px; border: 1px solid #d5d5d5; border-radius: 0; outline: 0; background: #fff; color: #171717; font: inherit; font-size: 14px; transition: border-color 170ms ease; }
.contact-field textarea { min-height: 98px; resize: vertical; }
.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus { border-color: #e3642a; }
.contact-field [aria-invalid="true"] { border-color: #b43d21 !important; }
.contact-field-error { display: block; margin-top: 7px; color: #ff9364; font-size: 12px; line-height: 1.45; }
.contact-privacy { display: grid; grid-template-columns: 20px minmax(0,1fr); gap: 5px 10px; align-items: start; }
.contact-privacy input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #e3642a; }
.contact-privacy label { color: #c8c8c8; font-size: 12px; line-height: 1.6; }
.contact-privacy label a { color: #e3642a; text-underline-offset: 2px; }
.contact-privacy .contact-field-error { grid-column: 2; margin-top: 0; }
.contact-submit { min-height: 50px; padding: 12px 25px; border: 1px solid #e3642a; border-radius: 0; background: #e3642a; color: #fff; font-family: 'Montserrat',sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .06em; cursor: pointer; transition: border-color 180ms ease,background-color 180ms ease,color 180ms ease; }
.contact-submit:hover { border-color: #111111; background: #111111; }
.contact-form-status { margin: 0 0 25px; padding: 14px 16px; border-left: 3px solid; font-size: 13px; line-height: 1.55; }
.contact-form-status.is-success { border-color: #e3642a; background: #fff7f1; color: #63331e; }
.contact-form-status.is-error { border-color: #a4311c; background: #fff4f1; color: #7d2817; }
.contact-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.contact-location { background: #fff; color: #171717; }
.contact-location-inner { padding-top: clamp(82px,8vw,124px); padding-bottom: clamp(90px,9vw,138px); }
.contact-location-header { position: relative; max-width: 760px; margin-bottom: clamp(42px,5vw,66px); padding-left: 28px; }
.contact-location-header::before { content: ''; position: absolute; top: 3px; bottom: 5px; left: 0; width: 3px; background: #e3642a; }
.contact-location-header > span { display: block; margin-bottom: 14px; color: #e3642a; font-family: 'Montserrat',sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.contact-location-header h2 { margin: 0 0 17px; font-family: 'Montserrat',sans-serif; font-size: clamp(38px,4vw,56px); font-weight: 700; line-height: 1.1; letter-spacing: -.04em; }
.contact-location-header p { margin: 0; color: #5c5852; font-size: clamp(16px,1.2vw,18px); line-height: 1.65; }
.contact-location-layout { display: grid; grid-template-columns: minmax(0,2fr) minmax(330px,1fr); grid-template-rows: auto; min-height: 500px; }
.contact-map { min-width: 0; min-height: 0; background: #eee; }
.contact-map iframe { display: block; width: 100%; height: 100%; min-height: 500px; border: 0; }
.contact-visit-panel { display: flex; flex-direction: column; min-width: 0; min-height: 500px; overflow: visible; padding: clamp(32px,3vw,44px); background: #111111; color: #fff; }
.contact-visit-panel h3 { margin: 0 0 15px; color: #fff; font-family: 'Montserrat',sans-serif; font-size: 16px; font-weight: 700; }
.contact-visit-address { padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-visit-address address { margin: 0 0 20px; color: #ccc; font-size: 14px; font-style: normal; line-height: 1.65; }
.contact-visit-address a { display: block; width: fit-content; margin-top: 8px; color: #e3642a; font-size: 14px; font-weight: 650; text-decoration: none; transition: color 180ms ease; }
.contact-visit-address a:hover { color: #fff; }
.contact-visit-hours { padding: 22px 0 26px; }
.contact-visit-hours dl { margin: 0; }
.contact-visit-hours dl div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.contact-visit-hours dt,.contact-visit-hours dd { margin: 0; color: #c8c8c8; font-size: 13px; line-height: 1.5; }
.contact-visit-hours dd { text-align: right; }
.contact-route-button { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 54px; margin-top: auto; padding: 14px 24px; border: 1px solid #e3642a; background: #e3642a; color: #fff; font-family: 'Montserrat',sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-decoration: none; transition: border-color 180ms ease,background-color 180ms ease,color 180ms ease; }
.contact-route-button:hover { border-color: #fff; background: #fff; color: #111111; }
.contact-reviews { overflow: hidden; background: #fff; color: #171717; }
.contact-reviews-inner { display: grid; grid-template-columns: minmax(280px,.9fr) minmax(0,1.7fr); gap: clamp(54px,7vw,110px); padding-top: clamp(86px,8vw,126px); padding-bottom: clamp(92px,9vw,138px); }
.contact-reviews-intro { position: relative; align-self: start; padding-top: 23px; opacity: 0; transform: translateY(20px); transition: opacity 460ms ease,transform 540ms cubic-bezier(.22,.61,.36,1); }
.contact-reviews-intro > span { position: absolute; top: 0; left: 0; width: 54px; height: 3px; background: #e3642a; }
.contact-reviews-intro h2 { max-width: 390px; margin: 0 0 32px; font-family: 'Montserrat',sans-serif; font-size: clamp(37px,3.6vw,52px); font-weight: 700; line-height: 1.12; letter-spacing: -.04em; }
.contact-reviews-intro a { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 22px; border: 1px solid #e3642a; background: #e3642a; color: #fff; font-family: 'Montserrat',sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-align: center; text-decoration: none; transition: border-color 180ms ease,background-color 180ms ease,color 180ms ease; }
.contact-reviews-intro a:hover { border-color: #111111; background: #111111; }
.contact-reviews-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.contact-reviews-grid blockquote { position: relative; min-height: 210px; margin: 0; padding: 36px clamp(28px,3.5vw,52px) 40px; border-bottom: 1px solid #dedede; opacity: 0; transform: translateY(18px); transition: opacity 430ms ease calc(var(--review-index) * 90ms + 90ms),transform 520ms cubic-bezier(.22,.61,.36,1) calc(var(--review-index) * 90ms + 90ms); }
.contact-reviews-grid blockquote:nth-child(odd) { padding-left: 0; border-right: 1px solid #dedede; }
.contact-reviews-grid blockquote:nth-child(even) { padding-right: 0; }
.contact-reviews-grid blockquote:nth-last-child(-n+2) { border-bottom: 0; }
.contact-reviews-grid blockquote > span { display: block; height: 50px; margin-bottom: 12px; color: rgba(227,100,42,.24); font-family: Georgia,serif; font-size: 82px; line-height: .9; opacity: 0; transition: opacity 240ms ease calc(var(--review-index) * 90ms + 40ms); }
.contact-reviews-grid p { max-width: 430px; margin: 0; color: #292929; font-size: clamp(16px,1.3vw,19px); line-height: 1.65; }
.contact-reviews.is-visible .contact-reviews-intro,.contact-reviews.is-visible .contact-reviews-grid blockquote { opacity: 1; transform: translateY(0); }
.contact-reviews.is-visible .contact-reviews-grid blockquote > span { opacity: 1; }

.header-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; height: 140px; gap: 24px; transition: height 240ms ease; }
.store-header.is-scrolled .header-inner { height: 90px; }
.header-nav { justify-self: start; }
.header-links { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); list-style: none; margin: 0; padding: 0; }
.menu-item-has-children { position: relative; }
.service-menu-trigger { display: inline-flex; min-height: 44px; align-items: center; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; font-size: 16px; line-height: 1.4; cursor: default; transition: color 160ms ease; }
.shop-menu-item { display: flex; align-items: center; }
.submenu-toggle { display: none; align-items: center; justify-content: center; width: 36px; min-height: 44px; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.service-submenu { position: absolute; top: calc(100% + 20px); left: -22px; width: 290px; margin: 0; padding: 16px 0; list-style: none; background: rgba(17,17,17,.96); border-top: 2px solid #e3642a; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease; }
.service-submenu::before { content: ''; position: absolute; right: 0; bottom: 100%; left: 0; height: 22px; }
.menu-item-has-children:hover .service-submenu, .menu-item-has-children:focus-within .service-submenu, .menu-item-has-children.is-submenu-open .service-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.service-submenu li a { display: flex; min-height: 0; padding: 10px 22px; color: #d2d2d2; font-size: 14px; white-space: normal; }
.service-submenu li a:hover { color: #e3642a; background: rgba(255,255,255,.04); }
.store-header a { color: inherit; text-decoration: none; }
.header-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 16px; font-weight: 400; line-height: 1.4; white-space: nowrap; transition: color 160ms ease; }
.header-links a:hover, .service-menu-trigger:hover, .cart-link:hover { color: var(--header-muted); }
.header-brand { grid-column: 2; grid-row: 1; justify-self: center; display: flex; align-items: center; }
.custom-logo-link { display: flex; align-items: center; }
.store-header .custom-logo { display: block; width: auto; height: 68px; max-width: 160px; object-fit: contain; transition: height 240ms ease,max-width 240ms ease; }
.store-header:not(.is-scrolled) .custom-logo { height: 100px; max-width: 190px; }
.header-actions { grid-column: 3; grid-row: 1; display: flex; align-items: center; justify-self: end; gap: 24px; }
.header-links .shop-menu-item > a { min-height: 48px; padding: 11px 18px; background: #e3642a; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .055em; }
.header-links .shop-menu-item > a:hover { background: #fff; color: #171717; }
.cart-link { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; transition: color 160ms ease; }
.cart-icon-wrap { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 44px; flex: 0 0 30px; }
.cart-count { position: absolute; top: 1px; right: -6px; display: grid; min-width: 18px; height: 18px; padding: 0 4px; place-items: center; border-radius: 20px; background: #e3642a; color: #fff; font-size: 10px; font-weight: 700; line-height: 1; }
.cart-link .cart-total { display: inline-block; margin-left: 12px; font-size: 12px; white-space: nowrap; }
.cart-drawer-backdrop { position: fixed; inset: 0; z-index: 9998; background: rgba(17,17,17,.58); opacity: 0; transition: opacity 280ms ease; }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 9999; display: flex; flex-direction: column; width: min(440px,100vw); height: 100dvh; padding: 0 32px 32px; overflow-y: auto; background: #fff; color: #111111; transform: translateX(100%); visibility: hidden; transition: transform 300ms ease,visibility 300ms; }
.cart-drawer-open { overflow: hidden; }
.cart-drawer-open .cart-drawer-backdrop { opacity: 1; }
.cart-drawer-open .cart-drawer { transform: translateX(0); visibility: visible; }
.cart-drawer-header { display: flex; min-height: 90px; align-items: center; justify-content: space-between; border-bottom: 1px solid #dedede; }
.cart-drawer-header h2 { margin: 0; color: #111111; font-family: 'Montserrat',sans-serif; font-size: 22px; }
.cart-drawer-close { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 0; background: transparent; color: #111111; cursor: pointer; }
.cart-drawer-close svg { width: 24px; height: 24px; }
.cart-drawer .widget_shopping_cart_content { flex: 1; padding-top: 28px; }
.cart-drawer .woocommerce-mini-cart { margin: 0; padding: 0; list-style: none; }
.cart-drawer .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item { position: relative; min-height: 96px; margin: 0 0 18px; padding: 0 30px 18px 88px; border-bottom: 1px solid #e6e6e6; }
.cart-drawer .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove_from_cart_button) { display: block; min-width: 0; color: #111111; font-family: 'Montserrat',sans-serif; font-size: 14px; font-weight: 650; line-height: 1.4; text-decoration: none; overflow-wrap: anywhere; transition: color 160ms ease; }
.cart-drawer .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove_from_cart_button):hover { color: #e3642a; }
.cart-drawer .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item img { position: absolute; top: 0; left: 0; float: none; width: 72px; height: 72px; margin: 0; object-fit: contain; background: #f6f6f6; }
.cart-drawer .widget_shopping_cart_content ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .remove_from_cart_button { position: absolute; top: 0; right: 0; color: #777; font-size: 20px; text-decoration: none; }
.cart-drawer .quantity { display: block; margin-top: 8px; color: #666; font-size: 13px; }
.cart-drawer .woocommerce-mini-cart__total { display: flex; justify-content: space-between; margin: 26px 0 20px; padding-top: 20px; border-top: 1px solid #111111; }
.cart-drawer .woocommerce-mini-cart__buttons { display: grid; gap: 10px; margin: 0; }
.cart-drawer .woocommerce-mini-cart__buttons .button { display: flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid #111111; background: transparent; color: #111111; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.cart-drawer .woocommerce-mini-cart__buttons .checkout { border-color: #e3642a; background: #e3642a; color: #fff; }
.cart-drawer .woocommerce-mini-cart__empty-message { margin-top: 12px; color: #666; }
@media (max-width: 520px) { .cart-drawer { padding-right: 22px; padding-left: 22px; } }
@media (prefers-reduced-motion: reduce) { .cart-drawer,.cart-drawer-backdrop { transition: none; } }
.cart-link svg, .menu-toggle svg { width: 23px; height: 23px; }
.store-header :focus-visible { outline: 2px solid currentColor; outline-offset: 4px; border-radius: 2px; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.mobile-menu-header,.mobile-menu-backdrop { display: none; }

@media (max-width: 1100px) {
  .contact-screen { grid-template-columns: minmax(0,1fr); height: auto; max-height: none; min-height: 0; overflow: visible; }
  .contact-visual { min-height: 520px; padding: 150px var(--content-gutter) 65px; }
  .contact-glass-panel { margin: auto; }
  .contact-form-side { padding: 82px var(--content-gutter) 90px; }
  .contact-location-layout { grid-template-columns: minmax(0,1.65fr) minmax(300px,1fr); }
  .contact-reviews-inner { grid-template-columns: minmax(240px,.75fr) minmax(0,1.7fr); gap: 46px; }
  .header-inner { gap: 12px; }
  .menu-toggle { display: inline-flex; grid-column: 1; grid-row: 1; justify-self: start; }
  .header-nav { position: fixed; z-index: 10001; top: 0; bottom: 0; left: 0; display: block; width: min(390px, 88vw); padding: 0 26px 36px; overflow-y: auto; overscroll-behavior: contain; background: #111111; color: #fff; visibility: hidden; transform: translateX(-100%); transition: transform 300ms cubic-bezier(.22,.61,.36,1), visibility 300ms; }
  .header-nav.is-open { visibility: visible; transform: translateX(0); }
  .mobile-menu-open { overflow: hidden; }
  .mobile-menu-open .store-header { z-index: 10002; }
  .mobile-menu-header { display: flex; min-height: 90px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; font-family: 'Montserrat',sans-serif; font-size: 15px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-menu-close { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 0; background: transparent; color: #fff; cursor: pointer; }
  .mobile-menu-close svg { width: 24px; height: 24px; }
  .mobile-menu-backdrop { position: fixed; z-index: 10000; inset: 0; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(17,17,17,.65); opacity: 0; cursor: default; transition: opacity 300ms ease; }
  .mobile-menu-backdrop[hidden] { display: none; }
  .mobile-menu-open .mobile-menu-backdrop { opacity: 1; }
  .service-submenu { position: static; width: auto; margin: 2px 0 8px 14px; padding: 4px 0 4px 12px; border-top: 0; border-left: 1px solid rgba(227,100,42,.65); background: transparent; opacity: 1; visibility: visible; transform: none; }
  .service-submenu::before { display: none; }
  .service-submenu li a { padding: 8px 12px; font-size: 13px; }
  .shop-menu-item { display: flex; justify-content: space-between; }
  .submenu-toggle { display: inline-flex; }
  .header-links .service-submenu { display: none; }
  .header-links .is-submenu-open > .service-submenu { display: block; }
  .shop-menu-item > .service-submenu { flex-basis: 100%; }
  .shop-menu-item.is-submenu-open { flex-wrap: wrap; }
  .header-links { flex-direction: column; align-items: stretch; gap: 0; padding-top: 22px; }
  .header-links > li { border-bottom: 1px solid rgba(255,255,255,.11); }
  .header-links a { display: flex; min-height: 58px; padding-inline: 4px; }
  .service-menu-trigger { width: 100%; min-height: 58px; padding-inline: 4px; cursor: pointer; text-align: left; }
  .header-links a:hover { background: rgba(255, 255, 255, .06); }
  .header-links .shop-menu-item > a { min-height: 58px; padding-inline: 16px; }
  .menu-toggle[aria-expanded="true"] .menu-lines { display: none; }
  .menu-toggle[aria-expanded="false"] .menu-close { display: none; }
}

@media (max-width: 600px) {
  .contact-visual { min-height: 480px; padding-top: 135px; padding-bottom: 48px; }
  .contact-glass-panel { padding: 32px 25px; }
  .contact-glass-panel > h1 { font-size: 36px; }
  .contact-form-side { padding-top: 66px; padding-bottom: 74px; }
  .contact-form-wrap > h2 { margin-bottom: 31px; font-size: 32px; }
  .contact-form { grid-template-columns: minmax(0,1fr); gap: 20px; }
  .contact-field,.contact-submit { grid-column: 1; }
  .contact-submit { width: 100%; }
  .contact-location-inner { padding-top: 72px; padding-bottom: 82px; }
  .contact-location-header { margin-bottom: 38px; padding-left: 20px; }
  .contact-location-header h2 { font-size: 38px; }
  .contact-location-layout { display: block; height: auto; min-height: 0; }
  .contact-visit-panel { overflow: visible; }
  .contact-map,.contact-map iframe { min-height: 380px; height: 380px; }
  .contact-visit-panel { padding: 36px 26px; }
  .contact-route-button { width: 100%; margin-top: 4px; }
  .contact-reviews-inner { display: block; padding-top: 72px; padding-bottom: 82px; }
  .contact-reviews-intro { margin-bottom: 50px; }
  .contact-reviews-intro h2 { margin-bottom: 27px; font-size: 38px; }
  .contact-reviews-intro a { width: 100%; }
  .contact-reviews-grid { display: block; }
  .contact-reviews-grid blockquote,.contact-reviews-grid blockquote:nth-child(odd),.contact-reviews-grid blockquote:nth-child(even),.contact-reviews-grid blockquote:nth-last-child(-n+2) { min-height: 0; padding: 27px 0 31px; border-right: 0; border-bottom: 1px solid #dedede; }
  .contact-reviews-grid blockquote:last-child { border-bottom: 0; }
  .contact-reviews-grid blockquote > span { height: 39px; margin-bottom: 8px; font-size: 68px; }
  .contact-reviews-grid p { font-size: 16px; }
  .header-inner { gap: 8px; }
  .header-actions { gap: 0; }
  .cart-link .cart-total { display: none; }
  .store-header .custom-logo { max-width: 128px; height: 52px; }
  .store-header:not(.is-scrolled) .custom-logo { max-width: 148px; height: 76px; }
}

@media (max-width: 782px) {
  .admin-bar .store-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  .contact-reviews-intro,.contact-reviews-grid blockquote,.contact-reviews-grid blockquote > span { opacity: 1; transform: none; transition: none; }
  .store-header, .header-inner, .store-header a { transition: none; }
  .workshop-process-track span { transform: scaleX(1); transition: none; }
  .workshop-process-number { color: #e3642a; transition: none; }
  .workshop-process-marker { border-color: #e3642a; background: #e3642a; transition: none; }
  .workshop-process-steps li > div { opacity: 1; transform: none; transition: none; }
  .workshop-process.is-visible .workshop-process-marker { animation: none; }
}

@media (max-width: 600px) and (prefers-reduced-motion: reduce) {
  .workshop-process-track span { transform: scaleY(1); }
}

/* Fluent Forms contact form within the existing Kontakt layout. */
.contact-form-wrap .fluentform { color: #fff; }
.contact-form-wrap .fluentform form fieldset { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 18px; }
.contact-form-wrap .fluentform .ff-el-group { min-width: 0; margin-bottom: 14px; }
.contact-form-wrap .fluentform .ff-el-group:has([name="nachricht"]),
.contact-form-wrap .fluentform .ff_submit_btn_wrapper { grid-column: 1 / -1; }
.contact-form-wrap .fluentform .ff-el-input--label label { margin-bottom: 6px; color: #f0f0f0; font-family: 'Montserrat',sans-serif; font-size: 11px; font-weight: 650; }
.contact-form-wrap .fluentform .ff-el-input--label .ff-el-required { color: #e3642a; }
.contact-form-wrap .fluentform .ff-el-form-control { width: 100%; min-height: 46px; padding: 10px 13px; border: 1px solid #d5d5d5; border-radius: 0; background: #fff; color: #171717; font-size: 14px; box-shadow: none; }
.contact-form-wrap .fluentform textarea.ff-el-form-control { min-height: 98px; resize: vertical; }
.contact-form-wrap .fluentform .ff-el-form-control:focus { border-color: #e3642a; box-shadow: none; }
.contact-form-wrap .fluentform .ff-el-is-error .ff-el-form-control { border-color: #e3642a; }
.contact-form-wrap .fluentform .error { color: #ff9364; font-size: 12px; }
.contact-form-wrap .fluentform .ff-btn-submit { min-height: 50px; padding: 12px 25px; border: 1px solid #e3642a; border-radius: 0; background: #e3642a; color: #fff; font-family: 'Montserrat',sans-serif; font-size: 12px; font-weight: 700; cursor: pointer; transition: background-color 180ms ease,border-color 180ms ease; }
.contact-form-wrap .fluentform .ff-btn-submit:hover { border-color: #fff; background: transparent; color: #fff; }
.contact-form-wrap .fluentform .ff-message-success { padding: 14px 16px; border: 0; border-left: 3px solid #e3642a; border-radius: 0; background: #fff7f1; color: #63331e; }
@media (max-width: 700px) { .contact-form-wrap .fluentform form fieldset { grid-template-columns: minmax(0,1fr); } .contact-form-wrap .fluentform .ff-el-group:has([name="nachricht"]),.contact-form-wrap .fluentform .ff_submit_btn_wrapper { grid-column: 1; } .contact-form-wrap .fluentform .ff-btn-submit { width: 100%; } }

/* Kontakt: full-width hero, then the form, then the existing map section. */
.contact-screen { display: block; height: 650px; min-height: 650px; max-height: none; overflow: hidden; background: linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.62) 42%,rgba(0,0,0,.16) 100%),url('./assets/faq-header.webp') center / cover no-repeat; }
.contact-visual { display: flex; align-items: center; width: 100%; height: 100%; min-height: 0; padding-top: 140px; padding-bottom: 46px; background: none; }
.contact-glass-panel { width: max(60%,690px); max-width: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
.contact-glass-panel > h1 { max-width: none; font-size: clamp(48px,5vw,72px); line-height: 1.06; }
.contact-form-section { background: #111111; }
.contact-form-section .contact-form-side { width: 100%; min-height: 0; padding-top: clamp(78px,8vw,120px); padding-bottom: clamp(84px,9vw,130px); }
.contact-form-section .contact-form-wrap { width: min(100%,800px); }
@media (max-width: 600px) {
  .contact-screen { height: 650px; min-height: 650px; background-position: 55% center; }
  .contact-visual { align-items: flex-end; min-height: 0; padding-top: 135px; padding-bottom: 68px; }
  .contact-glass-panel { padding: 0; }
  .contact-glass-panel > h1 { font-size: 42px; }
  .contact-form-section .contact-form-side { padding-top: 72px; padding-bottom: 82px; }
}

/* Editorial WooCommerce cart. Native Woo forms and totals remain authoritative. */
.velolang-cart-page { min-height: 45vh; padding-top: clamp(55px,6vw,90px); padding-bottom: clamp(100px,10vw,150px); background: #fff; color: #111111; font-family: 'Montserrat',sans-serif; }
.velolang-cart-page .woocommerce-notices-wrapper { margin-bottom: 16px; }
.vl-cart-layout { display: grid; grid-template-columns: minmax(0,1.85fr) minmax(320px,1fr); align-items: start; gap: clamp(48px,5vw,90px); }
.vl-cart-products,.vl-cart-summary { min-width: 0; }
.vl-cart-items { border-top: 1px solid #dedede; }
.vl-cart-item { display: grid; grid-template-columns: 112px minmax(0,1fr) 132px 126px 36px; align-items: center; gap: clamp(16px,1.8vw,28px); min-width: 0; padding: 28px 0; border-bottom: 1px solid #dedede; }
.vl-cart-image a,.vl-cart-image img { display: block; width: 112px; height: 112px; }
.vl-cart-image img { object-fit: contain; background: #f7f7f7; }
.vl-cart-info { min-width: 0; }
.vl-cart-info h2 { margin: 0 0 9px; font-size: clamp(17px,1.15vw,20px); font-weight: 700; line-height: 1.35; }
.vl-cart-info h2 a { color: #111111; text-decoration: none; transition: color 160ms ease; }
.vl-cart-info h2 a:hover { color: #e3642a; }
.vl-cart-info .variation { display: grid; grid-template-columns: auto 1fr; gap: 2px 8px; margin: 0 0 11px; color: #555; font-size: 12px; line-height: 1.5; }
.vl-cart-info .variation dt,.vl-cart-info .variation dd,.vl-cart-info .variation p { margin: 0; }
.vl-cart-unit-price { display: block; color: #4b4b4b; font-size: 13px; line-height: 1.5; white-space: nowrap; }
.vl-cart-unit-price > span { margin-right: 7px; color: #777; font-size: 11px; }
.vl-cart-line-total { color: #111111; font-size: 16px; font-weight: 700; white-space: nowrap; }
.vl-cart-quantity { justify-self: start; }
.vl-cart-stepper { display: inline-flex; height: 44px; align-items: stretch; border: 1px solid #d6d6d6; }
.vl-cart-stepper .vl-cart-step { width: 35px; padding: 0; border: 0; background: #fff; color: #111111; font-size: 19px; font-weight: 400; cursor: pointer; transition: color 160ms ease,background-color 160ms ease; }
.vl-cart-stepper .vl-cart-step:hover { background: #f5f5f5; color: #e3642a; }
.vl-cart-stepper .quantity { display: flex; width: 49px; align-items: stretch; margin: 0; }
.vl-cart-stepper input.qty { width: 49px; height: 42px; min-height: 42px; padding: 0 2px; border: 0; border-right: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; border-radius: 0; outline-offset: -2px; background: #fff; color: #111111; font: inherit; font-size: 14px; text-align: center; appearance: textfield; }
.vl-cart-stepper input.qty::-webkit-inner-spin-button,.vl-cart-stepper input.qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.vl-cart-fixed-quantity { display: inline-grid; width: 44px; height: 44px; place-items: center; border: 1px solid #dedede; font-size: 14px; }
.vl-cart-mobile-label { display: none; }
.vl-cart-remove { justify-self: end; }
.velolang-cart-page .vl-cart-remove a.remove { display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 0; background: transparent; color: #777 !important; text-decoration: none; transition: color 160ms ease; }
.velolang-cart-page .vl-cart-remove a.remove:hover { background: transparent; color: #e3642a !important; }
.vl-cart-remove svg { width: 20px; height: 20px; }
.vl-cart-actions { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 20px; margin-top: 35px; }
.vl-cart-coupon { width: min(100%,460px); }
.vl-cart-coupon label { display: block; margin-bottom: 10px; color: #111111; font-size: 14px; font-weight: 700; }
.vl-cart-coupon-controls { display: flex; gap: 8px; }
.vl-cart-coupon input.input-text { flex: 1; min-width: 0; height: 46px; padding: 10px 13px; border: 1px solid #d7d7d7; border-radius: 0; outline: 0; background: #fff; color: #111111; font: inherit; font-size: 13px; }
.vl-cart-coupon input.input-text:focus { border-color: #e3642a; }
.velolang-cart-page .vl-cart-coupon-button.button { min-height: 46px; padding: 10px 18px; border: 1px solid #111111; border-radius: 0; background: transparent; color: #111111; font-size: 11px; font-weight: 700; letter-spacing: .06em; transition: color 160ms ease,border-color 160ms ease; }
.velolang-cart-page .vl-cart-coupon-button.button:hover { border-color: #e3642a; background: transparent; color: #e3642a; }
.velolang-cart-page .vl-cart-update.button { min-height: 42px; padding: 7px 0; border: 0; border-bottom: 1px solid #b4b4b4; border-radius: 0; background: transparent; color: #505050; font-size: 12px; font-weight: 600; cursor: pointer; }
.velolang-cart-page .vl-cart-update.button:hover { border-bottom-color: #e3642a; background: transparent; color: #e3642a; }
.velolang-cart-page .vl-cart-update.button:disabled { opacity: .45; cursor: default; }
.vl-cart-summary { position: sticky; top: 112px; }
.vl-cart-summary .cart_totals { float: none; width: 100%; }
.vl-cart-summary .cart_totals > h2 { margin: 0 0 27px; font-size: clamp(23px,2vw,29px); font-weight: 700; line-height: 1.25; letter-spacing: -.03em; }
.vl-cart-summary-rows { border-top: 1px solid #dedede; }
.vl-cart-summary-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 17px 0; border-bottom: 1px solid #e7e7e7; color: #414141; font-size: 13px; line-height: 1.6; }
.vl-cart-summary-row > :last-child { text-align: right; }
.vl-cart-summary-row .woocommerce-Price-amount { white-space: nowrap; }
.vl-cart-summary-row .woocommerce-remove-coupon { color: #e3642a; font-size: 11px; text-decoration: none; }
.vl-cart-grand-total { align-items: center; margin-top: 8px; padding: 24px 0; border-bottom-color: #111111; color: #111111; font-size: 16px; }
.vl-cart-grand-total > strong:last-child { font-size: clamp(21px,2vw,27px); white-space: nowrap; }
.vl-cart-summary .wc-proceed-to-checkout { padding: 24px 0 0; }
.woocommerce .vl-cart-summary .wc-proceed-to-checkout a.checkout-button.button.alt { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: center; margin: 0; padding: 15px 20px; border: 1px solid #e3642a; border-radius: 0; background: #e3642a; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; transition: background-color 180ms ease,border-color 180ms ease; }
.woocommerce .vl-cart-summary .wc-proceed-to-checkout a.checkout-button.button.alt:hover { border-color: #111111; background: #111111; color: #fff; }
.vl-cart-reassurance { margin: 16px 0 0; color: #666; font-size: 11px; line-height: 1.5; text-align: center; }
.vl-cart-shipping { display: block; }
.vl-cart-shipping-title { display: block; margin-bottom: 9px; color: #414141; }
.vl-cart-shipping-options { color: #555; font-size: 12px; }
.vl-cart-shipping-options .woocommerce-shipping-methods { margin: 0; padding: 0; list-style: none; }
.vl-cart-shipping-options .woocommerce-shipping-methods li { display: flex; align-items: flex-start; justify-content: flex-end; gap: 7px; margin: 7px 0; }
.vl-cart-shipping-options .woocommerce-shipping-methods input[type=radio] { margin: 3px 0 0; accent-color: #e3642a; }
.vl-cart-shipping-options .woocommerce-shipping-methods label { cursor: pointer; }
.vl-cart-shipping-options p { margin: 12px 0 0; }
.vl-cart-shipping-options a { color: #e3642a; text-decoration: underline; text-underline-offset: 3px; }
.vl-cart-shipping-options .woocommerce-shipping-calculator { text-align: right; }
.vl-cart-shipping-options .shipping-calculator-form { margin-top: 14px; text-align: left; }
.vl-cart-shipping-options .shipping-calculator-form input,.vl-cart-shipping-options .shipping-calculator-form select { width: 100%; max-width: 100%; min-height: 42px; border: 1px solid #d7d7d7; border-radius: 0; }
.vl-cart-shipping-options .shipping-calculator-form button { background: #111111; color: #fff; border-radius: 0; }
.vl-cart-empty { max-width: 680px; margin: 20px auto 0; padding: clamp(60px,7vw,100px) 0 clamp(90px,10vw,140px); text-align: center; }
.vl-cart-empty h2 { margin: 0 0 16px; color: #111111; font-size: clamp(30px,3vw,42px); line-height: 1.15; }
.vl-cart-empty p { margin: 0 0 30px; color: #666; font-size: 15px; line-height: 1.6; }
.velolang-cart-page .vl-cart-empty a.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 26px; border: 1px solid #e3642a; border-radius: 0; background: #e3642a; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-decoration: none; }
.velolang-cart-page .vl-cart-empty a.button:hover { border-color: #111111; background: #111111; color: #fff; }
@media (max-width: 1200px) { .vl-cart-layout { grid-template-columns: minmax(0,1.65fr) minmax(285px,1fr); gap: 34px; } .vl-cart-item { grid-template-columns: 86px minmax(0,1fr) 118px 100px 30px; gap: 13px; } .vl-cart-image a,.vl-cart-image img { width: 86px; height: 86px; } }
@media (max-width: 980px) { .vl-cart-layout { grid-template-columns: minmax(0,1fr); gap: 60px; } .vl-cart-summary { position: static; } .vl-cart-item { grid-template-columns: 112px minmax(0,1fr) 132px 126px 36px; gap: 20px; } .vl-cart-image a,.vl-cart-image img { width: 112px; height: 112px; } }
@media (max-width: 650px) {
  .velolang-cart-page { padding-top: 44px; }
  .velolang-cart-page { padding-bottom: 90px; }
  .vl-cart-layout { gap: 55px; }
  .vl-cart-item { grid-template-columns: 88px minmax(0,1fr) 36px; align-items: start; gap: 12px 16px; padding: 24px 0; }
  .vl-cart-image { grid-column: 1; grid-row: 1 / 3; }
  .vl-cart-image a,.vl-cart-image img { width: 88px; height: 88px; }
  .vl-cart-info { grid-column: 2; grid-row: 1; }
  .vl-cart-info h2 { font-size: 16px; }
  .vl-cart-unit-price { white-space: normal; }
  .vl-cart-remove { grid-column: 3; grid-row: 1; }
  .vl-cart-quantity { grid-column: 2; grid-row: 2; }
  .vl-cart-line-total { grid-column: 1 / -1; grid-row: 3; display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid #eee; }
  .vl-cart-mobile-label { display: inline-block; margin-right: 9px; color: #777; font-size: 11px; font-weight: 500; }
  .vl-cart-actions { display: block; }
  .vl-cart-coupon { width: 100%; }
  .vl-cart-update.button { margin-top: 18px; }
}
@media (max-width: 390px) { .vl-cart-coupon-controls { display: grid; grid-template-columns: 1fr; } .vl-cart-coupon-button { width: 100%; } .vl-cart-item { grid-template-columns: 72px minmax(0,1fr) 28px; gap: 12px; } .vl-cart-image a,.vl-cart-image img { width: 72px; height: 72px; } }
/* Guided frame-size calculator. */
.velolang-frame-calculator-page .store-header { background: #111; }
.frame-calculator {
    min-height: 100svh;
    padding: 170px var(--content-gutter, 100px) 100px;
    background: #fff;
    color: #111;
}
.frame-calculator-shell { width: min(1120px, 100%); margin: 0 auto; }
.frame-calculator-header { margin-bottom: clamp(34px, 5vw, 64px); }
.frame-calculator-eyebrow,
.frame-step-number { margin: 0 0 14px; color: #e85d04; font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.frame-calculator-progress-row { display: flex; justify-content: space-between; margin-bottom: 12px; color: #686868; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.frame-calculator-progress { height: 2px; overflow: hidden; background: #dedede; }
.frame-calculator-progress span { display: block; width: 20%; height: 100%; background: #e85d04; transition: width .45s ease; }
.frame-calculator-stage { min-height: 560px; }
.frame-calculator-step { opacity: 0; transform: translateX(18px); transition: opacity .3s ease, transform .3s ease; }
.frame-calculator-step.is-backward { transform: translateX(-18px); }
.frame-calculator-step.is-active { opacity: 1; transform: translateX(0); }
.frame-calculator-question { max-width: 760px; margin: 0 auto clamp(30px, 4vw, 48px); text-align: center; }
.frame-calculator-question h1,
.frame-calculator-question h2 { margin: 0; font-size: clamp(34px, 4.5vw, 62px); line-height: 1.06; letter-spacing: -.035em; }
.frame-calculator-question > p:last-child:not(.frame-step-number) { max-width: 660px; margin: 20px auto 0; color: #666; font-size: 16px; line-height: 1.7; }
.frame-choice-grid { display: grid; gap: 16px; }
.frame-choice-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin: 0 auto; }
.frame-choice-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.frame-choice {
    min-height: 200px;
    padding: 30px 24px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    color: #111;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.frame-choice:hover { border-color: #e85d04; transform: translateY(-3px); }
.frame-choice.is-selected { border-color: #e85d04; background: #111; color: #fff; }
.frame-choice strong { font-size: 20px; line-height: 1.25; }
.frame-choice > span:last-child { margin-top: 8px; color: #747474; font-size: 14px; line-height: 1.45; }
.frame-choice.is-selected > span:last-child { color: #d0d0d0; }
.frame-choice-mark { width: 54px; height: 54px; margin-bottom: auto; border: 1px solid currentColor; display: grid; place-items: center; color: #e85d04; font-size: 18px; font-weight: 700; }
.frame-choice-bike i { margin-bottom: auto; color: #e85d04; font-size: 46px; line-height: 1; }
.frame-calculator-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 38px; }
.frame-calculator-actions-end { justify-content: flex-end; max-width: 760px; margin-left: auto; margin-right: auto; }
.frame-calculator-button { min-height: 52px; padding: 0 26px; border: 1px solid #111; border-radius: 0; display: inline-flex; align-items: center; justify-content: center; font: inherit; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.frame-calculator-button-primary { border-color: #e85d04; background: #e85d04; color: #fff; }
.frame-calculator-button-primary:hover { border-color: #111; background: #111; color: #fff; }
.frame-calculator-button-primary:disabled { border-color: #d6d6d6; background: #d6d6d6; color: #888; cursor: not-allowed; }
.frame-calculator-button-secondary { background: transparent; color: #111; }
.frame-calculator-button-secondary:hover { background: #111; color: #fff; }
.frame-measurement { max-width: 760px; margin: 0 auto; }
.frame-measurement-value { display: flex; justify-content: center; align-items: baseline; gap: 10px; margin-bottom: 36px; }
.frame-measurement-value input { width: 210px; padding: 0; border: 0; background: transparent; color: #111; font: inherit; font-size: clamp(70px, 10vw, 124px); font-weight: 700; line-height: .9; letter-spacing: -.06em; text-align: right; appearance: textfield; }
.frame-measurement-value input::-webkit-inner-spin-button { appearance: none; }
.frame-measurement-value span { color: #e85d04; font-size: 22px; font-weight: 700; }
.frame-measurement-range { --range-progress: 50%; width: 100%; height: 3px; margin: 18px 0; background: linear-gradient(to right, #e85d04 var(--range-progress), #d7d7d7 var(--range-progress)); appearance: none; cursor: pointer; }
.frame-measurement-range::-webkit-slider-thumb { width: 24px; height: 24px; border: 5px solid #fff; border-radius: 50%; background: #e85d04; box-shadow: 0 0 0 1px #e85d04; appearance: none; }
.frame-measurement-range::-moz-range-thumb { width: 14px; height: 14px; border: 5px solid #fff; border-radius: 50%; background: #e85d04; box-shadow: 0 0 0 1px #e85d04; }
.frame-measurement-controls { display: grid; grid-template-columns: 52px 1fr 52px; align-items: center; gap: 14px; margin-top: 20px; }
.frame-measurement-controls button { width: 52px; height: 52px; border: 1px solid #bbb; background: #fff; color: #111; font-size: 24px; cursor: pointer; }
.frame-measurement-controls button:hover { border-color: #e85d04; color: #e85d04; }
.frame-measurement-controls span { color: #777; text-align: center; }
.frame-calculator-error { min-height: 22px; margin: 10px 0 0; color: #b52424; font-size: 13px; text-align: center; }
.frame-measurement-help { max-width: 920px; margin: 34px auto 0; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; }
.frame-measurement-help summary { padding: 20px 0; font-weight: 700; cursor: pointer; }
.frame-measurement-help summary::marker { color: #e85d04; }
.frame-measurement-help-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; padding: 8px 0 28px; }
.frame-measurement-help article { border-top: 2px solid #e85d04; padding-top: 18px; }
.frame-measurement-help article span { display: block; margin-bottom: 24px; color: #e85d04; font-size: 28px; font-weight: 300; }
.frame-measurement-help article strong { display: block; font-size: 16px; }
.frame-measurement-help article p { margin: 10px 0 0; color: #666; font-size: 14px; line-height: 1.65; }
.frame-result-inputs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 24px; margin-bottom: 32px; color: #626262; font-size: 14px; }
.frame-result-inputs span:not(:last-child)::after { content: '·'; margin-left: 24px; color: #e85d04; }
.frame-result-display { max-width: 760px; margin: 0 auto; padding: clamp(36px, 6vw, 72px); background: #111; color: #fff; text-align: center; }
.frame-result-display > p:first-child { margin: 0 0 18px; color: #e85d04; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.frame-result-display > strong { display: block; color: #e85d04; font-size: clamp(82px, 12vw, 150px); line-height: .85; letter-spacing: -.06em; }
.frame-result-display > strong small { font-size: .25em; letter-spacing: 0; }
.frame-result-display > span { display: block; margin-top: 24px; font-size: 15px; font-weight: 700; text-transform: uppercase; }
.frame-result-display > p:last-child { margin: 16px 0 0; color: #c5c5c5; font-size: 14px; }
.frame-result-note { max-width: 760px; margin: 28px auto 0; color: #606060; font-size: 14px; line-height: 1.75; text-align: center; }
.frame-result-actions { justify-content: center; }
@media (max-width: 980px) {
    .frame-calculator { padding-left: 40px; padding-right: 40px; }
    .frame-choice-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .frame-calculator { min-height: auto; padding: 128px 20px 70px; }
    .frame-calculator-stage { min-height: 620px; }
    .frame-calculator-question { margin-bottom: 28px; text-align: left; }
    .frame-calculator-question h1, .frame-calculator-question h2 { font-size: 36px; }
    .frame-calculator-question > p:last-child:not(.frame-step-number) { margin-top: 16px; font-size: 14px; }
    .frame-choice-grid-two, .frame-choice-grid-four { grid-template-columns: 1fr; }
    .frame-choice { min-height: 132px; padding: 22px; }
    .frame-choice-mark, .frame-choice-bike i { margin-bottom: 22px; }
    .frame-measurement-value input { width: 155px; font-size: 76px; }
    .frame-measurement-help-grid { grid-template-columns: 1fr; gap: 20px; }
    .frame-measurement-help article span { margin-bottom: 12px; }
    .frame-calculator-actions { flex-direction: column-reverse; }
    .frame-calculator-actions .frame-calculator-button { width: 100%; }
    .frame-result-inputs { flex-direction: column; align-items: center; }
    .frame-result-inputs span::after { display: none; }
    .frame-result-actions { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    .frame-calculator *, .frame-calculator *::before, .frame-calculator *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
