.employee-gifts-page main { overflow: hidden; }
.employee-choice,
.employee-gallery-section { max-width: 1380px; margin: 0 auto; padding-right: 36px; padding-left: 36px; }

.employee-choice { padding-top: 14px; padding-bottom: 28px; }
.employee-section-heading { max-width: 1200px; margin: 0 auto 24px; text-align: center; }
.employee-section-heading .eyebrow { margin: 0 0 10px; }
.employee-section-heading h2,
.employee-gallery-head h1 { margin: 0; font: normal clamp(2.5rem, 4.4vw, 4.3rem)/1 'DM Serif Display', serif; letter-spacing: -.035em; }
.employee-gallery-head h1 { color: var(--ink); }
.employee-section-heading h2 { font-size: clamp(2.75rem, 6.2vw, 5.7rem); }
.employee-section-heading > p:last-child { grid-column: 2; grid-row: 1 / 3; max-width: 620px; margin: 0 0 3px; color: var(--gray); }
.employee-choice-grid { position: relative; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, 1fr); align-items: stretch; border: 1px solid var(--line); background: linear-gradient(to right, var(--red) 0 59.2%, #fff 59.2% 100%); box-shadow: 0 16px 44px rgba(18, 20, 24, .08); }
.employee-choice-grid::before { content: ''; position: absolute; z-index: 4; top: 0; left: 59.2%; width: 2px; height: 100%; background: rgba(255, 255, 255, .5); transform: scaleY(0); transform-origin: center; pointer-events: none; }
.employee-choice.is-visible .employee-choice-grid::before { animation: choice-route-draw .62s .18s ease-out forwards; }
.employee-choice-card { position: relative; min-width: 0; min-height: 224px; overflow: hidden; padding: clamp(24px, 2.5vw, 32px); display: flex; border: 0; background: #fff; color: var(--ink); text-decoration: none; cursor: pointer; }
.employee-choice-card:hover,
.employee-choice-card:focus-visible { z-index: 3; }
.employee-choice-card:focus-visible { z-index: 6; outline: 3px solid rgba(228, 32, 38, .28); outline-offset: -3px; }
.employee-choice-content { min-width: 0; flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; transform-origin: center; transition: transform .26s cubic-bezier(.22, .72, .25, 1); }
.employee-choice-card:hover .employee-choice-content,
.employee-choice-card:focus-visible .employee-choice-content { transform: translateY(-3px) scale(1.04); }
.employee-choice-card h3 { max-width: 520px; margin: 7px 0 10px; font: normal clamp(1.8rem, 2.5vw, 2.4rem)/1 'DM Serif Display', serif; letter-spacing: -.035em; }
.employee-choice-card p { max-width: 560px; margin: 0; color: var(--gray); line-height: 1.55; }
.employee-choice-label { color: var(--red) !important; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.employee-choice-primary { background: var(--red); color: #fff; }
.employee-choice-primary:hover,
.employee-choice-primary:focus-visible { background: var(--red); }
.employee-choice-primary p { color: rgba(255, 255, 255, .86); }
.employee-choice-primary .employee-choice-label { color: #fff !important; opacity: .78; }
.employee-choice-shop:hover,
.employee-choice-shop:focus-visible { background: #fff; }
.employee-choice-button { position: relative; overflow: hidden; isolation: isolate; transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease, color .24s ease; }
.employee-choice-button { align-self: flex-start; pointer-events: none; background: var(--red); color: #fff; }
.employee-choice-primary .employee-choice-button { background: #fff; color: var(--red); }
.employee-choice-button::after { content: ''; position: absolute; top: -35%; bottom: -35%; left: -42%; width: 24%; pointer-events: none; transform: skewX(-22deg); background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .68), transparent); opacity: 0; }
.employee-choice-primary .employee-choice-button::after { background: linear-gradient(90deg, transparent, rgba(228, 32, 38, .18), transparent); }
.employee-choice-card:hover .employee-choice-button::after,
.employee-choice-card:focus-visible .employee-choice-button::after { animation: choice-button-sheen-hover .78s ease-out both; }
.employee-choice-card:hover .employee-choice-button,
.employee-choice-card:focus-visible .employee-choice-button { box-shadow: 0 12px 26px rgba(18, 20, 24, .18); }
.employee-choice-shop:hover .employee-choice-button,
.employee-choice-shop:focus-visible .employee-choice-button { background: #cf1a20; box-shadow: 0 12px 28px rgba(228, 32, 38, .23); }
.employee-choice-primary:hover .employee-choice-button,
.employee-choice-primary:focus-visible .employee-choice-button { background: #fff; box-shadow: 0 12px 28px rgba(18, 20, 24, .2); }
.employee-choice-divider { position: absolute; z-index: 5; top: 50%; left: 59.2%; display: grid; place-items: center; transform: translate(-50%, -50%); pointer-events: none; }
.employee-choice-divider span { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(228, 32, 38, .34); border-radius: 50%; background: #fff; color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(18, 20, 24, .09); }
.employee-choice.is-visible .employee-choice-card:first-child { animation: choice-in-left .58s ease; }
.employee-choice.is-visible .employee-choice-card:last-child { animation: choice-in-right .58s ease; }
.employee-choice.is-visible .employee-choice-divider span { animation: choice-divider-in .55s .12s ease backwards; }

@keyframes choice-in-left { from { opacity: 0; transform: translateX(-18px); } to { opacity: 1; transform: none; } }
@keyframes choice-in-right { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }
@keyframes choice-divider-in { from { opacity: 0; transform: scale(.78); } to { opacity: 1; transform: scale(1); } }
@keyframes choice-route-draw { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes choice-button-sheen-hover {
  0% { left: -42%; opacity: 0; }
  18% { opacity: .82; }
  84% { opacity: .2; }
  100% { left: 120%; opacity: 0; }
}

.employee-gallery-section { position: relative; padding-top: 28px; padding-bottom: 16px; background: #fff; }
.employee-gallery-head { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 34px; }
.employee-gallery-head > div:first-child { max-width: 850px; }
.employee-gallery-head .eyebrow { margin: 0 0 10px; }
.employee-gallery-head > div:first-child > .eyebrow { font-size: .56rem; color: #a4a9af; }
.employee-gallery-head .employee-gallery-intro { max-width: 760px; margin: 18px 0 0; color: var(--gray); }
.employee-premium-promise strong { position: relative; color: var(--ink); font-weight: 750; white-space: nowrap; }
.employee-premium-promise strong::after { content: ''; position: absolute; left: 0; right: 0; bottom: -.18em; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left center; animation: premium-line-in 1.15s .45s cubic-bezier(.22, 1, .36, 1) forwards; }
@keyframes premium-line-in { to { transform: scaleX(1); } }
.employee-gallery-info-row { max-width: 760px; margin-top: 20px; }
.employee-logo-note { position: relative; min-width: 0; margin: 0; padding: 12px 112px 12px 16px; display: flex; align-items: center; gap: 14px; border-left: 4px solid var(--red); background: #f5f5f3; color: var(--ink); }
.employee-logo-note-shop { flex: 0 0 auto; padding: 8px 11px; background: var(--red); color: #fff; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.employee-logo-note-shop:hover,
.employee-logo-note-shop:focus-visible { background: var(--ink); color: #fff; }
.employee-logo-note span { color: var(--ink); font-size: .94rem; font-weight: 650; line-height: 1.4; }
.employee-gallery-controls { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.employee-gallery-counter { min-width: 66px; color: var(--gray); font-size: .86rem; font-weight: 700; text-align: center; font-variant-numeric: tabular-nums; }
.gallery-arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); background: #fff; color: var(--ink); font: 700 1.2rem/1 Arial, sans-serif; cursor: pointer; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.gallery-arrow:hover,
.gallery-arrow:focus-visible { border-color: var(--red); background: var(--red); color: #fff; }
.employee-seo-trigger { position: absolute; right: 10px; bottom: 7px; margin: 0; padding: 2px 4px; border: 0; background: transparent; color: #888b8d; font-family: "DM Sans", sans-serif; font-size: .58rem; font-weight: 400; line-height: 1.2; cursor: pointer; white-space: nowrap; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; transition: color .2s ease, text-decoration-color .2s ease; }
.employee-seo-trigger:hover,
.employee-seo-trigger:focus-visible { color: var(--red); text-decoration-color: currentColor; }

.employee-seo-dialog { width: min(940px, calc(100% - 40px)); max-height: calc(100vh - 40px); margin: auto; padding: 0; overflow-x: hidden; overflow-y: auto; border: 0; background: transparent; color: var(--ink); }
.employee-seo-dialog::backdrop { background: rgba(18, 20, 24, .58); backdrop-filter: blur(5px); }
.employee-seo-dialog-panel { position: relative; padding: clamp(30px, 4vw, 54px); border-top: 6px solid var(--red); border-bottom: 4px solid var(--red); background: #fff; box-shadow: 0 26px 80px rgba(0, 0, 0, .26); }
.employee-seo-close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font: 400 1.65rem/1 Arial, sans-serif; cursor: pointer; transition: border-color .2s ease, color .2s ease, transform .2s ease; }
.employee-seo-close:hover,
.employee-seo-close:focus-visible { border-color: var(--red); color: var(--red); transform: rotate(6deg); }
.employee-seo-dialog-head { max-width: 760px; padding-right: 48px; }
.employee-seo-dialog-head .eyebrow { margin: 0 0 10px; }
.employee-seo-dialog-head h2 { margin: 0; font: normal clamp(2.35rem, 5vw, 4.5rem)/.98 'DM Serif Display', serif; letter-spacing: -.035em; }
.employee-seo-dialog-head > p:last-child { max-width: 700px; margin: 18px 0 0; color: var(--gray); line-height: 1.6; }
.employee-seo-content { margin-top: 30px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.employee-seo-content article { min-width: 0; padding: 23px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.employee-seo-content article:last-child { grid-column: auto; }
.employee-seo-content h3 { margin: 0 0 9px; font-size: 1.06rem; line-height: 1.28; }
.employee-seo-content p { margin: 0; color: var(--gray); font-size: .94rem; line-height: 1.58; }
.employee-seo-faq { margin-top: 30px; }
.employee-seo-faq > .eyebrow { margin: 0 0 8px; }
.employee-seo-faq > h3 { margin: 0 0 16px; font: normal clamp(1.8rem, 3.4vw, 2.75rem)/1.05 'DM Serif Display', serif; letter-spacing: -.025em; }
.employee-seo-faq details { border-top: 1px solid var(--line); }
.employee-seo-faq details:last-of-type { border-bottom: 1px solid var(--line); }
.employee-seo-faq summary { position: relative; padding: 16px 42px 16px 0; color: var(--ink); font-size: .96rem; font-weight: 750; line-height: 1.4; cursor: pointer; list-style: none; }
.employee-seo-faq summary::-webkit-details-marker { display: none; }
.employee-seo-faq summary::after { content: '+'; position: absolute; top: 50%; right: 8px; color: var(--red); font: 500 1.25rem/1 Arial, sans-serif; transform: translateY(-50%); }
.employee-seo-faq details[open] summary::after { content: '−'; }
.employee-seo-faq details p { max-width: 760px; margin: -2px 0 17px; color: var(--gray); font-size: .94rem; line-height: 1.58; }
.employee-seo-actions { margin-top: 26px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.employee-seo-actions .button,
.employee-seo-shop-link { position: relative; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; overflow: hidden; isolation: isolate; border: 1px solid var(--red); background: var(--red); color: #fff; font-size: .92rem; font-weight: 750; text-align: center; text-decoration: none; transition: filter .2s ease, transform .2s ease, box-shadow .2s ease; }
.employee-seo-actions .button::after,
.employee-seo-shop-link::after { content: ''; position: absolute; z-index: 1; top: -35%; bottom: -35%; left: -42%; width: 24%; pointer-events: none; transform: skewX(-22deg); background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .68), transparent); opacity: 0; }
.employee-seo-actions .button:hover,
.employee-seo-actions .button:focus-visible,
.employee-seo-shop-link:hover,
.employee-seo-shop-link:focus-visible { color: #fff; filter: brightness(.9); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(228, 32, 38, .22); }
.employee-seo-actions .button:hover::after,
.employee-seo-actions .button:focus-visible::after,
.employee-seo-shop-link:hover::after,
.employee-seo-shop-link:focus-visible::after { animation: choice-button-sheen-hover .78s ease-out both; }
.employee-gallery { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 31.5%); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--red) var(--light); overscroll-behavior-inline: contain; padding: 0 0 16px; }
.employee-gallery-card { min-width: 0; display: flex; flex-direction: column; scroll-snap-align: start; border: 1px solid var(--line); background: #f7f7f5; }
.employee-benefits-card { position: relative; }
.employee-gallery-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background-repeat: no-repeat; filter: grayscale(1); transition: filter .34s ease; }
.employee-gallery-image::after { content: ''; position: absolute; z-index: 2; right: 14px; bottom: 14px; width: clamp(118px, 38%, 156px); aspect-ratio: 1300 / 450; border: 1px solid rgba(228, 32, 38, .2); background-color: #fff; background-image: linear-gradient(to bottom, transparent 0 68%, #fff 68% 100%), url('../bmerch-logo-kundenpraesente-header.png'); background-position: center, center; background-size: 100% 100%, contain; background-repeat: no-repeat; box-shadow: 0 8px 24px rgba(18, 20, 24, .09); }
.gallery-image-1,
.gallery-image-2,
.gallery-image-3,
.gallery-image-4,
.gallery-image-5,
.gallery-image-6,
.gallery-image-7,
.gallery-image-8,
.gallery-image-9 { background-position: center; background-size: cover; }
.gallery-image-1 { background-image: url('./onboarding-bmerch-hell-v2.webp'); }
.gallery-image-2 { background-image: url('./bilder-kontrast/02-jubilaeum-nur-regenschirm-v6.webp'); }
.gallery-image-3 { background-image: url('./bilder-kontrast/06-weihnachten-kontrast-v3.webp'); }
.gallery-image-4 { background-image: url('./bilder-hell/09-grossaktion-bmerch-hell-v1.webp'); }
.gallery-image-5 { background-image: url('./bilder-kontrast/05-willkommen-kontrast-v4.webp'); }
.gallery-image-6 { background-image: url('./bilder-kontrast/03-team-event-kontrast-v4.webp'); }
.gallery-image-7 { background-image: url('./bilder-kontrast/07-sommerfest-kontrast-v3.webp'); }
.gallery-image-8 { background-image: url('./bilder-kontrast/11-ausbildungsstart-kontrast-v3.webp'); }
.gallery-image-9 { background-image: url('./bilder-kontrast/10-wohlbefinden-kontrast-v3.webp'); }
.gallery-image-benefits { background: linear-gradient(145deg, #f2f2f0 0 62%, rgba(228, 32, 38, .12) 62% 64%, #fff 64% 100%); }
.benefits-shop-preview { position: absolute; inset: 24px 22px 78px; z-index: 1; overflow: hidden; border: 1px solid rgba(18, 20, 24, .16); border-radius: 3px; background: rgba(255, 255, 255, .96); box-shadow: 0 16px 38px rgba(18, 20, 24, .12); }
.benefits-shop-bar { position: relative; min-height: 50px; padding: 12px 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgba(18, 20, 24, .1); }
.benefits-shop-bar strong { color: var(--ink); font-size: clamp(.76rem, 1vw, .92rem); }
.benefits-shop-bar > span { flex: 0 0 auto; padding: 6px 8px; border-radius: 999px; background: rgba(228, 32, 38, .11); color: var(--red); font-size: clamp(.58rem, .75vw, .68rem); font-weight: 800; }
/* 04: three compact bursts around the points badge; no confetti over the product area. */
.employee-benefits-card .benefits-shop-preview { overflow: visible; }
.benefits-shop-contents { position: absolute; inset: 0; display: block; overflow: hidden; border-radius: inherit; }
.benefits-shop-bar strong,
.benefits-shop-bar > span:not(.benefits-confetti) { position: relative; z-index: 7; }
.benefits-shop-preview > .benefits-confetti { position: absolute; z-index: 6; top: 27px; right: 48px; width: 1px; height: 1px; padding: 0; border-radius: 0; background: none; pointer-events: none; }
.benefits-confetti i { --x: 0px; --y: 0px; --drift: -3px; --fall: 10px; --r: 0deg; --delay: 0s; position: absolute; top: -5px; left: -3px; width: 6px; height: 10px; display: block; border-radius: 1px; background: var(--red); opacity: 0; transform: translate(0, 0) scale(.3) rotate(0); }
.benefits-confetti i:nth-child(8n + 1) { --x: -48px; --y: -20px; --r: 315deg; }
.benefits-confetti i:nth-child(8n + 2) { --x: -24px; --y: -32px; --r: -285deg; background: #c5a05a; }
.benefits-confetti i:nth-child(8n + 3) { --x: 14px; --y: -30px; --r: 430deg; }
.benefits-confetti i:nth-child(8n + 4) { --x: 44px; --y: -14px; --r: 355deg; background: #c5a05a; }
.benefits-confetti i:nth-child(8n + 5) { --x: 46px; --y: 8px; --r: -340deg; background: #c5a05a; }
.benefits-confetti i:nth-child(8n + 6) { --x: 20px; --y: 16px; --r: 490deg; }
.benefits-confetti i:nth-child(8n + 7) { --x: -24px; --y: 16px; --r: -425deg; background: #c5a05a; }
.benefits-confetti i:nth-child(8n + 8) { --x: -52px; --y: 4px; --r: 365deg; }
.benefits-confetti i:nth-child(5n) { width: 7px; height: 7px; border-radius: 50%; }
.benefits-confetti i:nth-child(n + 9) { --delay: .4s; --drift: 3px; }
.benefits-confetti i:nth-child(n + 17) { --delay: .8s; --drift: -5px; --fall: 12px; }
.employee-benefits-card:hover .benefits-confetti i,
.employee-benefits-card:focus-within .benefits-confetti i { animation: benefits-confetti-pop 3.1s cubic-bezier(.2, .65, .3, 1) var(--delay) both; }
@keyframes benefits-confetti-pop {
  0% { opacity: 0; transform: translate(0, 0) scale(.3) rotate(0); }
  7% { opacity: 1; }
  28% { opacity: 1; transform: translate(var(--x), var(--y)) scale(1.05) rotate(calc(var(--r) * .45)); }
  72% { opacity: .95; }
  100% { opacity: 0; transform: translate(calc(var(--x) + var(--drift)), calc(var(--y) + var(--fall))) scale(.75) rotate(var(--r)); }
}
.benefits-shop-products { padding: 15px 12px 11px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.benefits-product { min-width: 0; min-height: 94px; padding: 10px 5px 8px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid rgba(18, 20, 24, .09); background: #f7f7f5; }
.benefits-product i { position: relative; display: block; width: 34px; height: 38px; color: var(--red); }
.benefits-product small { color: #5d6168; font-size: clamp(.48rem, .63vw, .59rem); font-style: normal; font-weight: 700; white-space: nowrap; }
.benefits-product-camera { width: 44px !important; height: 30px !important; top: 6px; border: 3px solid currentColor; border-radius: 5px; background: #fff; }
.benefits-product-camera::before { content: ''; position: absolute; top: 5px; left: 12px; width: 14px; height: 14px; border: 3px solid currentColor; border-radius: 50%; background: rgba(228, 32, 38, .08); }
.benefits-product-camera::after { content: ''; position: absolute; top: -8px; left: 7px; width: 15px; height: 8px; border: 3px solid currentColor; border-bottom: 0; border-radius: 4px 4px 0 0; background: #fff; }
.benefits-product-headphones { width: 44px !important; height: 34px !important; top: 3px; border: 3px solid currentColor; border-bottom: 0; border-radius: 24px 24px 0 0; }
.benefits-product-headphones::before,
.benefits-product-headphones::after { content: ''; position: absolute; bottom: -4px; width: 9px; height: 17px; border: 3px solid currentColor; border-radius: 5px; background: #fff; }
.benefits-product-headphones::before { left: -5px; }
.benefits-product-headphones::after { right: -5px; }
.benefits-product-phone { width: 24px !important; height: 39px !important; top: 0; border: 3px solid currentColor; border-radius: 5px; background: linear-gradient(currentColor, currentColor) center 5px / 8px 2px no-repeat, radial-gradient(circle, currentColor 0 2px, transparent 2.4px) center calc(100% - 4px) / 5px 5px no-repeat, linear-gradient(rgba(228, 32, 38, .08), rgba(228, 32, 38, .08)) center 10px / 16px 21px no-repeat, #fff; }
.benefits-shop-action { width: max-content; margin: 0 auto; padding: 7px 12px; display: block; background: var(--red); color: #fff; font-size: clamp(.58rem, .75vw, .68rem); font-weight: 800; }
.gallery-image-custom { width: 100%; display: block; padding: 0; border: 0; appearance: none; filter: grayscale(1); background: #f4f4f2; color: var(--ink); font: inherit; text-align: left; cursor: pointer; perspective: 1100px; }
.gallery-image-custom::after { right: 14px; left: auto; }
.employee-gallery-card-more .employee-gallery-image-more { cursor: default; }
.employee-gallery-card-more:hover .employee-custom-visual strong,
.employee-gallery-card-more:focus-within .employee-custom-visual strong { color: var(--ink); text-shadow: none; }
.employee-gallery-card-more:hover .employee-custom-visual strong::before,
.employee-gallery-card-more:focus-within .employee-custom-visual strong::before { opacity: .12; transform: scaleX(.2); box-shadow: none; }
.employee-flip-inner { position: absolute; z-index: 0; inset: 0; display: block; transform-style: preserve-3d; transition: transform .58s cubic-bezier(.22,.72,.25,1); }
.employee-flip-card.is-flipped { filter: grayscale(0); }
.employee-flip-card.is-flipped .employee-flip-inner { transform: rotateY(180deg); }
.employee-flip-face { position: absolute; inset: 0; display: block; overflow: hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.employee-flip-front { background: linear-gradient(145deg, #f4f4f2 0 63%, rgba(228, 32, 38, .16) 63% 65%, #fff 65% 100%); }
.employee-flip-back { display: grid; place-items: center; padding: 32px 32px 92px; background: linear-gradient(145deg, #f4f4f2 0 63%, rgba(228, 32, 38, .16) 63% 65%, #fff 65% 100%); transform: rotateY(180deg); }
.employee-flip-card.is-flipped .employee-flip-front { visibility: hidden; }
.employee-flip-card.is-flipped .employee-flip-front .employee-custom-visual strong::before { content: none; opacity: 0; box-shadow: none; }
.employee-flip-back-content { width: 100%; max-width: 305px; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; background: transparent; }
.employee-flip-back-content strong { color: var(--ink); background: transparent; box-shadow: none; font: normal clamp(1.4rem, 1.9vw, 1.8rem)/1.08 'DM Serif Display', serif; letter-spacing: -.025em; }
.employee-flip-back-content strong::before,
.employee-flip-back-content strong::after { content: none; display: none; }
.employee-flip-back-content > span { color: #4f5359; font-size: clamp(.84rem, 1vw, .94rem); font-weight: 500; letter-spacing: 0; line-height: 1.5; }
.benefits-flow { width: 100%; max-width: 330px; display: block; text-align: center; }
.benefits-flow-title { display: block; color: var(--ink); font: normal clamp(1.15rem, 1.55vw, 1.42rem)/1.08 'DM Serif Display', serif; letter-spacing: -.025em; }
.benefits-flow-steps { margin-top: 22px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.benefits-flow-step { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 5px; color: var(--ink); }
.benefits-flow-step:not(:last-child)::after { content: '→'; position: absolute; top: 19px; right: -14px; color: var(--red); font-size: 1rem; font-weight: 800; }
.benefits-flow-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(18, 20, 24, .16); border-radius: 50%; background: rgba(255, 255, 255, .94); color: var(--red); box-shadow: 0 8px 18px rgba(18, 20, 24, .08); }
.benefits-flow-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.benefits-flow-step b { color: var(--red); font-size: .62rem; letter-spacing: .08em; }
.benefits-flow-step small { max-width: 90px; color: #4f5359; font-size: clamp(.54rem, .68vw, .64rem); font-weight: 700; line-height: 1.25; }
.employee-flip-benefits.is-flipped .benefits-flow-step { animation: benefits-step-in .38s ease both; }
.employee-flip-benefits.is-flipped .benefits-flow-step:nth-child(2) { animation-delay: .08s; }
.employee-flip-benefits.is-flipped .benefits-flow-step:nth-child(3) { animation-delay: .16s; }
@keyframes benefits-step-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.employee-gallery-card .employee-flip-hint { position: absolute; z-index: 5; top: auto; right: auto; bottom: 14px; left: 14px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(228, 32, 38, .34); border-radius: 50%; background: rgba(255,255,255,.96); color: var(--red); font-size: 1.15rem; font-weight: 700; line-height: 1; letter-spacing: 0; box-shadow: 0 7px 18px rgba(18,20,24,.12); transition: color .25s ease, background-color .25s ease, transform .3s ease; }
.employee-flip-card:hover .employee-flip-hint,
.employee-flip-card:focus-visible .employee-flip-hint { background: var(--red); color: #fff; transform: rotate(22deg); }
.employee-flip-card.is-flipped .employee-flip-hint { background: var(--red); color: #fff; transform: rotate(180deg); }
.employee-flip-card:focus-visible { outline: 3px solid rgba(228,32,38,.3); outline-offset: -3px; }
.employee-gallery-inquiry-link { position: absolute; z-index: 4; inset: 0; display: block; }
.employee-gallery-inquiry-link:focus-visible { outline: 3px solid rgba(228,32,38,.5); outline-offset: -3px; }
.employee-gallery-card button.employee-flip-hint { margin: 0; padding: 0; font-family: inherit; cursor: pointer; appearance: none; }
.employee-gallery-card button.employee-flip-hint > span { font: inherit; color: inherit; line-height: inherit; }
.employee-custom-visual { position: absolute; z-index: 1; inset: 0; padding: clamp(26px, 3vw, 38px) clamp(24px, 2.8vw, 36px) 82px; display: flex; align-items: center; justify-content: center; }
.employee-custom-visual strong { position: relative; z-index: 0; max-width: 300px; padding: .38em .55em .44em; color: var(--ink); font: normal clamp(1.55rem, 2.2vw, 2.1rem)/1.08 'DM Serif Display', serif; letter-spacing: -.025em; text-align: center; transition: color .28s ease, text-shadow .28s ease; }
.employee-custom-visual strong::before { content: ''; position: absolute; z-index: -1; inset: 0; border-radius: 2px; background: var(--red); opacity: .12; transform: scaleX(.2); transform-origin: center; transition: transform .34s ease, opacity .28s ease, box-shadow .28s ease; }
.employee-gallery-card:hover .employee-custom-visual strong,
.employee-gallery-card:focus-within .employee-custom-visual strong,
.employee-gallery-card.is-active .employee-custom-visual strong { color: #fff; text-shadow: 0 1px 1px rgba(18, 20, 24, .18); }
.employee-gallery-card:hover .employee-custom-visual strong::before,
.employee-gallery-card:focus-within .employee-custom-visual strong::before,
.employee-gallery-card.is-active .employee-custom-visual strong::before { opacity: .96; transform: scaleX(1); box-shadow: 0 10px 26px rgba(228, 32, 38, .2); }
.employee-gallery-card:hover .employee-gallery-image:not(.employee-photo-preview),
.employee-gallery-card:focus-within .employee-gallery-image:not(.employee-photo-preview),
.employee-gallery-card.is-active .employee-gallery-image:not(.employee-photo-preview) { filter: grayscale(0); }
.employee-gallery-card > div:last-child { min-height: 168px; padding: 22px 22px 20px; flex: 1; display: flex; flex-direction: column; background: #f7f7f5; }
.employee-gallery-card > div:last-child > span { color: #a4a9af; font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.employee-gallery-card h3 { margin: 10px 0 8px; font-size: 1.18rem; }
.employee-gallery-card p { margin: 0; color: var(--gray); font-size: .94rem; }

.reveal-section { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal-section.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .employee-section-heading { display: block; max-width: 780px; text-align: center; }
  .employee-section-heading > p:last-child { max-width: 720px; margin: 13px auto 0; }
  .employee-choice-grid { grid-template-columns: 1fr; }
  .employee-choice-grid::before { display: none; }
  .employee-choice-card { min-height: 0; }
  .employee-choice-divider { position: relative; top: auto; left: auto; width: 100%; height: 42px; transform: none; display: flex; justify-content: center; background: linear-gradient(to right, var(--red) 0 50%, #fff 50% 100%); }
  .employee-choice-divider span { position: relative; top: -4px; }
  .employee-gallery { grid-auto-columns: minmax(280px, 58%); }
}

@media (max-width: 800px) {
  .employee-choice,
  .employee-gallery-section { padding-right: 20px; padding-left: 20px; }
  .employee-gallery-head { align-items: flex-start; flex-direction: column; }
  .employee-gallery-controls { align-self: flex-end; }
}

@media (max-width: 560px) {
  .employee-choice { padding-top: 12px; padding-bottom: 28px; }
  .employee-choice-card { padding: 25px 24px; }
  .employee-choice-card h3 { font-size: 2rem; }
  .employee-gallery-section { padding-top: 20px; padding-bottom: 12px; }
  .employee-premium-promise strong { white-space: normal; }
  .employee-gallery { grid-auto-columns: 86%; }
  .employee-gallery-card > div:last-child { min-height: 168px; }
  .employee-gallery-image::after { right: 10px; bottom: 10px; width: 126px; }
  .employee-logo-note { align-items: flex-start; flex-direction: column; gap: 10px; padding-right: 16px; padding-bottom: 32px; }
  .employee-seo-trigger { right: 10px; bottom: 8px; font-size: .58rem; }
  .employee-seo-dialog { width: calc(100% - 24px); max-height: calc(100vh - 24px); }
  .employee-seo-dialog-panel { padding: 28px 20px 24px; }
  .employee-seo-dialog-head { padding-right: 38px; }
  .employee-seo-dialog-head h2 { font-size: 2.35rem; hyphens: manual; }
  .employee-seo-content { grid-template-columns: 1fr; }
  .employee-seo-content article:last-child { grid-column: auto; }
  .employee-seo-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .employee-seo-actions .button { text-align: center; }
  .employee-seo-shop-link { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .employee-premium-promise strong::after { animation: none; transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-section { opacity: 1; transform: none; transition: none; }
  .employee-gallery-image,
  .employee-gallery-card,
  .employee-gallery-card > div:last-child,
  .employee-choice-card,
  .employee-choice-content,
  .employee-choice-grid::before { transition: none; }
  .employee-choice-card:hover .employee-choice-content,
  .employee-choice-card:focus-visible .employee-choice-content { transform: none; }
  .employee-flip-inner,
  .employee-flip-hint { transition: none; }
  .employee-seo-trigger,
  .employee-seo-close,
  .employee-choice.is-visible .employee-choice-card,
  .employee-choice.is-visible .employee-choice-divider span,
  .employee-choice.is-visible .employee-choice-grid::before,
  .employee-choice-card:hover .employee-choice-button::after,
  .employee-choice-card:focus-visible .employee-choice-button::after,
  .employee-seo-actions .button:hover::after,
  .employee-seo-actions .button:focus-visible::after,
  .employee-seo-shop-link:hover::after,
  .employee-seo-shop-link:focus-visible::after,
  .employee-benefits-card:hover .benefits-confetti i,
  .employee-benefits-card:focus-within .benefits-confetti i { animation: none; }
}
