:root { --ink: #0b0d0f; --paper: #f5f5f5; --white: #fff; --red: #d81820; --muted: #5f6368; --line: #d7d9dc; --marble-veins: radial-gradient(circle at 18% 22%, rgba(255,255,255,.09), transparent 19%), radial-gradient(circle at 88% 14%, rgba(216,24,32,.12), transparent 24%), linear-gradient(118deg, transparent 0 36%, rgba(255,255,255,.075) 37%, transparent 39% 100%), linear-gradient(152deg, transparent 0 58%, rgba(255,255,255,.05) 59%, transparent 61% 100%), repeating-linear-gradient(27deg, rgba(255,255,255,.028) 0 1px, transparent 1px 74px); --marble-dark: var(--marble-veins), linear-gradient(135deg, #08090b 0%, #12171b 48%, #070809 100%); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 14px; top: 14px; z-index: 50; padding: 10px 13px; color: #fff; background: var(--red); border-radius: 4px; font-weight: 900; text-decoration: none; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(216,24,32,.72); outline-offset: 4px; }
.grain { position: fixed; inset: 0; z-index: 8; pointer-events: none; opacity: .06; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 10; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 20px clamp(18px, 5vw, 76px); color: #fff; perspective: 920px; transition: padding .24s ease, background .24s ease, box-shadow .24s ease, border-color .24s ease; }
.site-header.is-scrolled { padding-top: 10px; padding-bottom: 10px; background: linear-gradient(90deg, rgba(5,6,8,.88), rgba(5,6,8,.66)); border-bottom: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 34px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.brand { display: block; width: 138px; padding: 0; background: transparent; border: 0; border-radius: 0; transition: width .24s ease, filter .24s ease; }
.brand img { width: 100%; filter: drop-shadow(0 10px 18px rgba(0,0,0,.36)) contrast(1.08) saturate(1.06); }
.site-header.is-scrolled .brand { width: 112px; filter: drop-shadow(0 8px 14px rgba(0,0,0,.28)); }
.site-header nav { display: flex; justify-content: center; align-items: center; gap: clamp(10px, 1.8vw, 26px); }
.site-header nav a, .call { font-size: 13px; font-weight: 800; text-decoration: none; }
.site-header nav a { position: relative; padding: 9px 11px; border-radius: 4px; transition: background .22s ease, color .22s ease; }
.site-header nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.site-header nav a:hover::after, .site-header nav a.is-active::after { transform: scaleX(1); }
.site-header nav a.is-active { color: #fff; background: rgba(216,24,32,.9); }
.site-header nav a.nav-extra { margin-left: 5px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.site-header nav a.nav-extra::before { content: ""; position: absolute; top: 50%; left: -13px; width: 1px; height: 18px; background: rgba(255,255,255,.22); transform: translateY(-50%); }
.site-header nav a.nav-extra + a.nav-extra::before { display: none; }
.site-header nav a.nav-extra:hover { background: rgba(255,255,255,.12); }
.site-header nav a.nav-extra:hover::after { transform: scaleX(0); }
.site-header nav a.nav-extra.is-active { background: rgba(255,255,255,.06); }
.call { padding: 11px 14px; border: 1px solid rgba(255,255,255,.46); border-radius: 5px; transition: background .22s ease, border-color .22s ease; }
.call:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.75); }
.site-header.is-scrolled .call { padding: 9px 12px; background: rgba(255,255,255,.06); }
.career-note { position: absolute; top: 84px; right: clamp(16px, 4vw, 58px); z-index: 11; width: 180px; min-height: 116px; display: grid; align-content: center; gap: 7px; padding: 20px 18px 18px 20px; color: var(--ink); background: linear-gradient(150deg, #fff 0%, #fff 68%, #f2f2f2 100%); border: 1px solid rgba(11,13,15,.13); border-top: 5px solid var(--red); border-radius: 2px 2px 3px 18px / 2px 2px 3px 26px; box-shadow: 6px 10px 22px rgba(216,24,32,.22), 0 18px 34px rgba(0,0,0,.18); transform: rotate(-5deg); transform-origin: 78% 8%; transform-style: preserve-3d; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.site-header.is-scrolled .career-note { opacity: 0; pointer-events: none; transform: rotate(-5deg) translateY(-18px) scale(.94); transition: opacity .18s ease, transform .18s ease; }
.career-note::before { content: ""; position: absolute; top: -12px; right: -11px; width: 72px; height: 18px; background: rgba(255,255,255,.68); border: 1px solid rgba(11,13,15,.08); transform: rotate(31deg); transform-origin: center; box-shadow: 0 5px 16px rgba(0,0,0,.12); }
.career-note::after { content: ""; position: absolute; left: -1px; bottom: -1px; width: 30px; height: 28px; background: linear-gradient(140deg, rgba(255,255,255,.96) 0%, #ececec 54%, rgba(216,24,32,.72) 100%); border-radius: 0 0 2px 18px; box-shadow: 5px -4px 14px rgba(0,0,0,.12); clip-path: polygon(0 0, 100% 100%, 0 100%); }
.career-note:hover { transform: rotate(-3deg) translateY(-3px); box-shadow: 8px 14px 26px rgba(216,24,32,.26), 0 24px 40px rgba(0,0,0,.2); }
.career-note.is-shaken { animation: noteWobble .46s ease; }
.career-note.is-falling { pointer-events: none; animation: noteDrop 1.35s cubic-bezier(.18,.62,.28,1) forwards; }
.career-note.is-returning { pointer-events: none; animation: noteReturn .62s cubic-bezier(.2,.78,.24,1) forwards; }
.career-note > small, .career-note > span:not(.note-back), .career-note > em { position: relative; z-index: 2; backface-visibility: hidden; transform: translateZ(2px); }
.career-note .note-back { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; max-width: none; color: rgba(11,13,15,.22); background: linear-gradient(145deg, #f7f7f7, #ededed); border-radius: inherit; font-size: 42px; font-weight: 900; letter-spacing: .08em; transform: rotateY(180deg) translateZ(1px); backface-visibility: hidden; }
.career-note span { max-width: 120px; font-size: 20px; font-weight: 900; line-height: .94; }
.career-note small { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.career-note em { color: var(--muted); font-size: 12px; font-style: normal; font-weight: 800; }
@keyframes noteWobble { 0%, 100% { transform: rotate(-3deg) translateY(-3px); } 28% { transform: rotate(-8deg) translate(-1px, 1px); } 58% { transform: rotate(-1deg) translate(2px, -4px); } 82% { transform: rotate(-6deg) translate(-1px, -1px); } }
@keyframes noteDrop { 0% { opacity: 1; transform: rotate(-3deg) translateY(-3px) rotateY(0deg) rotateX(0deg); } 16% { transform: rotate(1deg) translate3d(5px, 16px, 22px) rotateY(34deg) rotateX(-10deg); } 36% { transform: rotate(14deg) translate3d(22px, 108px, 8px) rotateY(148deg) rotateX(18deg); } 64% { opacity: 1; transform: rotate(31deg) translate3d(46px, 330px, -28px) rotateY(244deg) rotateX(32deg); } 100% { opacity: 0; transform: rotate(58deg) translate3d(90px, 820px, -80px) rotateY(390deg) rotateX(54deg); } }
@keyframes noteReturn { 0% { opacity: 0; transform: rotate(-14deg) translate3d(-18px, -46px, -18px) rotateY(-18deg) rotateX(12deg); } 68% { opacity: 1; transform: rotate(-4deg) translate3d(2px, 4px, 8px) rotateY(5deg) rotateX(-2deg); } 100% { opacity: 1; transform: rotate(-5deg) translate3d(0, 0, 0) rotateY(0deg) rotateX(0deg); } }
.hero { position: relative; min-height: min(860px, 100vh); display: grid; align-items: end; padding: 170px clamp(18px, 8vw, 130px) 78px; isolation: isolate; color: #fff; overflow: hidden; }.hero-image, .hero-shade { position: absolute; inset: 0; z-index: -3; }.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(.35) contrast(1.13) saturate(.58); transform: scale(1.025); animation: heroBreath 14s ease-in-out infinite alternate; }.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(3,4,5,.94), rgba(3,4,5,.68) 50%, rgba(3,4,5,.18)), linear-gradient(0deg, rgba(3,4,5,.72), transparent 52%), var(--marble-veins); background-size: auto, auto, 880px 680px, 780px 540px, 620px 620px, 900px 900px, auto; background-position: center, center, left top, right 10% top, center, center, center; background-blend-mode: normal, normal, screen, screen, screen, screen, screen; }#sentinel { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; pointer-events: none; opacity: .78; }@keyframes heroBreath { to { transform: scale(1.09); } }
.hero-content { max-width: 760px; }.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--white); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }.eyebrow i, .field-label i { width: 9px; height: 9px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(216,24,32,.2); }.eyebrow.dark { color: var(--red); }.eyebrow.dark i { background: var(--red); }
h1, h2, h3, p { margin-top: 0; }h1 { margin-bottom: 22px; font-size: clamp(58px, 8.2vw, 126px); line-height: .84; letter-spacing: 0; }h1 em { color: var(--red); font-style: normal; }.hero-copy { max-width: 600px; color: rgba(255,255,255,.82); font-size: clamp(18px, 2vw, 24px); line-height: 1.48; }.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }.hero-tags span { position: relative; padding: 8px 11px 8px 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.86); background: rgba(255,255,255,.06); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; backdrop-filter: blur(10px); }.hero-tags span::before { content: ""; position: absolute; left: 11px; top: 50%; width: 7px; height: 7px; background: var(--red); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 4px rgba(216,24,32,.18); }.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }.button { padding: 14px 18px; border-radius: 5px; font-weight: 900; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }.button:hover { transform: translateY(-2px); }.button.primary { color: #fff; background: var(--red); }.button.primary:hover { background: #b71118; }.button.quiet { border: 1px solid rgba(255,255,255,.46); }.button.quiet:hover { border-color: rgba(255,255,255,.78); background: rgba(255,255,255,.1); }.hero-stamp { position: absolute; right: clamp(22px, 10vw, 210px); bottom: 92px; display: grid; grid-template-columns: auto 1fr; gap: 8px 12px; align-items: center; width: 224px; min-height: 82px; padding: 16px 18px; color: #fff; background: rgba(8,9,11,.72); border: 1px solid rgba(255,255,255,.18); border-left: 4px solid var(--red); border-radius: 6px; text-align: left; box-shadow: 0 18px 44px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08); transform: rotate(-2deg); backdrop-filter: blur(14px); }.hero-stamp::before { content: ""; width: 11px; height: 11px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 7px rgba(216,24,32,.16); }.hero-stamp span { grid-column: 2; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }.hero-stamp strong { grid-column: 2; margin-top: -4px; font-size: 24px; line-height: .92; }.hero-stamp i { position: absolute; right: 13px; bottom: 12px; width: 42px; height: 1px; background: var(--red); opacity: .9; }.scroll-cue { position: absolute; right: 28px; bottom: 26px; display: flex; align-items: center; gap: 8px; margin: 0; color: rgba(255,255,255,.74); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }.scroll-cue span { width: 28px; height: 1px; background: var(--red); }
.service-section { padding: clamp(72px, 10vw, 140px) clamp(18px, 7vw, 110px); }.section-intro { display: grid; grid-template-columns: minmax(260px,.85fr) minmax(300px,1.15fr); gap: 26px; align-items: end; margin-bottom: 42px; }.section-intro h2, .field-copy h2, .contact-title h2, .review-copy h2 { margin-bottom: 0; font-size: clamp(40px, 5vw, 76px); line-height: .92; letter-spacing: 0; }.section-intro > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.55; }.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }.service-card { --glow: 0; --pointer-x: 50%; --pointer-y: 50%; position: relative; min-height: 420px; display: grid; align-content: space-between; overflow: hidden; padding: 22px; color: #fff; border-radius: 6px; isolation: isolate; }.service-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: center / cover no-repeat; transition: transform .45s ease; }.service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(216,24,32,var(--glow)), transparent 32%), linear-gradient(0deg, rgba(0,0,0,.94), rgba(0,0,0,.08)); transition: background .16s ease; }.service-card:hover { --glow: .38; }.service-card:hover::before { transform: scale(1.06); }.service-card.event::before { background-image: url("assets/event-security.jpg"); }.service-card.object::before { background-image: url("assets/hero-security.png"); }.service-card.fire::before { background-image: url("assets/brand-fire.jpg"); }.service-card > span { color: var(--red); font-size: 14px; font-weight: 900; }.service-card h3 { margin: 0 0 11px; font-size: clamp(28px,3vw,45px); line-height: .95; }.service-card p { max-width: 320px; margin: 0; color: rgba(255,255,255,.82); }.service-card b { position: absolute; top: 17px; right: 20px; color: var(--red); font-size: 24px; }.proof-band { display: grid; grid-template-columns: repeat(3,1fr); color: #fff; background: var(--marble-dark); background-size: 760px 520px, 620px 520px, 740px 540px, 560px 560px, auto, auto; background-position: left top, right top, center, center, center, center; background-blend-mode: screen, screen, screen, screen, screen, normal; }.proof-item { min-height: 180px; display: grid; align-content: center; gap: 7px; padding: 30px clamp(20px,4vw,60px); border-right: 1px solid rgba(255,255,255,.16); }.proof-item strong { color: var(--red); font-size: clamp(27px,3vw,40px); }.proof-item span { color: rgba(255,255,255,.68); }
.review-section { display: grid; grid-template-columns: minmax(280px,1fr) minmax(320px,.78fr); gap: clamp(24px,6vw,90px); align-items: center; padding: clamp(54px,8vw,104px) clamp(18px,7vw,110px); background: var(--white); border-bottom: 1px solid var(--line); }
.review-copy h2 { max-width: 680px; }
.google-review { position: relative; display: grid; grid-template-columns: auto auto 1fr; gap: 16px; align-items: center; min-height: 174px; padding: 24px; color: var(--ink); background: linear-gradient(135deg, #fff, #f0f1f2); border: 1px solid rgba(11,13,15,.12); border-radius: 6px; box-shadow: 8px 12px 30px rgba(216,24,32,.18), 0 24px 50px rgba(11,13,15,.1); overflow: hidden; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.google-review::before { content: ""; position: absolute; inset: -50% auto auto -20%; width: 240px; height: 240px; background: radial-gradient(circle, rgba(216,24,32,.16), transparent 66%); }
.google-review:hover { transform: translateY(-4px); box-shadow: 10px 18px 38px rgba(216,24,32,.24), 0 30px 58px rgba(11,13,15,.14); }
.google-mark { position: relative; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 35% 30%, #15191d, var(--ink)); border-radius: 50%; font-size: 29px; font-weight: 900; box-shadow: inset -5px -6px 12px rgba(216,24,32,.45), 0 8px 18px rgba(11,13,15,.18); }
.review-score { position: relative; display: grid; justify-items: center; gap: 2px; min-width: 76px; padding: 10px 12px; color: #fff; background: var(--red); border-radius: 5px; }
.review-score strong { font-size: 34px; line-height: .9; }
.review-score small { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.review-rating { position: relative; display: grid; gap: 5px; }
.review-rating strong { font-size: 28px; line-height: 1; }
.review-rating i { color: var(--red); font-size: 18px; font-style: normal; letter-spacing: .05em; }
.review-rating small { color: var(--muted); font-size: 13px; font-weight: 900; }
.review-action { grid-column: 1 / -1; justify-self: start; padding: 10px 13px; color: #fff; background: var(--ink); border-radius: 4px; font-size: 13px; font-weight: 900; }
.field-section { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.9fr); gap: clamp(28px,7vw,110px); align-items: center; padding: clamp(72px,10vw,140px) clamp(18px,7vw,110px); background: #eceef0; }.field-media { position: relative; min-height: 520px; overflow: hidden; border-radius: 6px; }.field-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.28) contrast(1.08); }.field-label { position: absolute; left: 18px; bottom: 18px; display: flex; align-items: center; gap: 10px; padding: 10px 13px; color: #fff; background: rgba(0,0,0,.88); border-radius: 4px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }.field-copy ol { display: grid; gap: 0; margin: 36px 0 0; padding: 0; list-style: none; }.field-copy li { display: grid; grid-template-columns: 54px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); }.field-copy li b { color: var(--red); font-size: 18px; }.field-copy li span { color: var(--muted); }.field-copy li strong { display: block; margin-bottom: 3px; color: var(--ink); }
.sub-hero { min-height: min(720px, 82vh); }
.career-page-hero .hero-image img { object-position: center; }
.shop-page-hero .hero-image img { object-position: center 42%; }
.page-section { padding: clamp(72px, 10vw, 140px) clamp(18px, 7vw, 110px); }
.job-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.job-card, .shop-card { position: relative; display: grid; gap: 16px; align-content: start; padding: 26px; color: var(--ink); background: linear-gradient(145deg, #fff, #eef0f2); border: 1px solid rgba(11,13,15,.12); border-radius: 6px; box-shadow: 0 20px 48px rgba(11,13,15,.08); overflow: hidden; }
.job-card::before, .shop-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 5px; height: 100%; background: var(--red); }
.job-card span, .shop-card span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.job-card h3, .shop-card h3 { margin-bottom: 0; font-size: clamp(28px, 3vw, 42px); line-height: .95; }
.job-card p, .shop-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.job-card .button, .shop-card .button { justify-self: start; align-self: end; }
.career-band { display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; background: var(--marble-dark); background-size: 760px 520px, 620px 520px, 740px 540px, 560px 560px, auto, auto; background-blend-mode: screen, screen, screen, screen, screen, normal; }
.shop-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.shop-card { padding: 18px; }
.shop-card strong { font-size: 24px; }
.product-visual { position: relative; aspect-ratio: 1 / .82; overflow: hidden; border-radius: 6px; background: #dfe2e5; }
.product-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.03); }
.product-flip img:last-child { opacity: 0; animation: productSide 12s ease-in-out infinite; }
.product-flip::after { content: "Vorderseite / Rückseite"; position: absolute; right: 10px; bottom: 10px; z-index: 2; padding: 6px 8px; color: #fff; background: rgba(5,6,8,.78); border-radius: 4px; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
@keyframes productSide { 0%, 44% { opacity: 0; } 52%, 92% { opacity: 1; } 100% { opacity: 0; } }
.contact-section { padding: clamp(72px,10vw,140px) clamp(18px,7vw,110px); color: #fff; background: radial-gradient(circle at 78% 18%, rgba(216,24,32,.1), transparent 28%), linear-gradient(128deg, transparent 0 41%, rgba(255,255,255,.045) 42%, transparent 43% 100%), repeating-linear-gradient(28deg, rgba(255,255,255,.018) 0 1px, transparent 1px 96px), linear-gradient(135deg, #08090b 0%, #11161a 52%, #070809 100%); background-size: auto, 1300px 900px, 980px 980px, auto; background-position: center, center top, center, center; }.contact-title { margin-bottom: 40px; }.contact-panel { display: grid; grid-template-columns: minmax(240px,.75fr) minmax(340px,1.25fr); gap: clamp(28px,7vw,110px); padding-top: 32px; border-top: 1px solid rgba(255,255,255,.2); }.contact-details { display: grid; align-content: start; gap: 12px; }.contact-details strong { color: var(--red); font-size: 22px; }.contact-details span { color: rgba(255,255,255,.68); line-height: 1.55; }.contact-details a { color: #fff; font-weight: 900; text-decoration: none; }.contact-panel form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }.contact-panel label { display: grid; gap: 7px; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 800; }.contact-panel input, .contact-panel textarea { width: 100%; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; padding: 12px; color: #fff; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }.contact-panel textarea { resize: vertical; }.wide, .contact-panel button { grid-column: 1 / -1; }.privacy { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.45; }.privacy a { color: #fff; }.contact-panel button { justify-self: start; border: 0; border-radius: 4px; padding: 14px 17px; color: #fff; background: var(--red); font: inherit; font-weight: 900; cursor: pointer; }.contact-panel button span { margin-left: 10px; font-size: 18px; }.honeypot { position: absolute; left: -9999px; }
.service-pager { display: none; }footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding: 24px clamp(18px,7vw,110px); color: rgba(255,255,255,.46); background: #050608; border-top: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 1px 0 rgba(216,24,32,.32); font-size: 14px; }footer a { color: #fff; font-weight: 800; text-decoration: none; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease var(--delay,0s), transform .65s ease var(--delay,0s); }.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 900px) { .site-header { grid-template-columns: auto auto; }.site-header nav { display: none; }.career-note { top: 78px; right: 18px; width: 148px; min-height: 96px; padding: 15px 14px 12px; }.career-note span { font-size: 16px; }.career-note small { font-size: 8px; }.career-note em { font-size: 11px; }.hero-stamp { right: 23px; bottom: 66px; width: 188px; min-height: 72px; padding: 14px 15px; }.hero-stamp strong { font-size: 20px; }.hero-stamp span { font-size: 8px; }.section-intro, .field-section, .contact-panel, .review-section { grid-template-columns: 1fr; }.service-grid, .proof-band, .career-band, .job-grid { grid-template-columns: 1fr; }.shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.proof-item { min-height: 125px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }.field-media { min-height: 380px; }.contact-panel form { max-width: 620px; } }
@media (max-width: 560px) { .site-header { padding: 14px; }.brand { width: 98px; }.site-header.is-scrolled .brand { width: 84px; }.call { padding: 9px 10px; font-size: 12px; }.hero { min-height: 760px; padding: 154px 18px 46px; }.sub-hero { min-height: 690px; }.hero-shade { background: linear-gradient(90deg, rgba(3,4,5,.92), rgba(3,4,5,.5)), linear-gradient(0deg, rgba(3,4,5,.84), transparent 65%), var(--marble-veins); background-size: auto, auto, 680px 560px, 580px 500px, 520px 520px, 640px 640px, auto; background-blend-mode: normal, normal, screen, screen, screen, screen, screen; }.hero-stamp { display: none; }.career-note { top: 74px; right: 13px; width: 128px; min-height: 88px; padding: 14px 10px 10px 12px; border-radius: 2px 2px 3px 14px / 2px 2px 3px 20px; box-shadow: 4px 7px 18px rgba(216,24,32,.22), 0 12px 25px rgba(0,0,0,.18); transform: rotate(-5deg); }.career-note::before { top: -9px; right: -8px; width: 48px; height: 12px; transform: rotate(31deg); }.career-note::after { width: 21px; height: 20px; }.career-note span { font-size: 14px; line-height: .98; }.career-note .note-back { font-size: 30px; }.career-note small { font-size: 7px; }.career-note em { font-size: 10px; }.hero-tags { gap: 6px; margin-top: 18px; }.hero-tags span { padding: 7px 9px 7px 23px; font-size: 10px; }.scroll-cue { display: none; }.service-grid { display: flex; gap: 12px; overflow-x: auto; margin-right: -18px; padding: 0 18px 4px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }.service-grid::-webkit-scrollbar { display: none; }.service-card { flex: 0 0 min(82vw, 340px); min-height: 360px; scroll-snap-align: start; }.shop-grid { grid-template-columns: 1fr; }.job-card, .shop-card { padding: 21px; }.service-pager { display: flex; gap: 7px; align-items: center; justify-content: center; margin-top: 18px; }.service-pager i { width: 7px; height: 7px; background: #c5c9cd; border-radius: 50%; transition: width .22s ease, background .22s ease; }.service-pager i.active { width: 28px; background: var(--red); border-radius: 999px; }.google-review { grid-template-columns: auto 1fr; min-height: 158px; padding: 19px; box-shadow: 6px 12px 28px rgba(216,24,32,.16), 0 18px 36px rgba(11,13,15,.1); }.google-mark { width: 48px; height: 48px; font-size: 24px; }.review-score { min-width: 0; justify-items: start; padding: 0; color: var(--red); background: transparent; }.review-score strong { font-size: 35px; }.review-score small { color: var(--muted); font-size: 10px; }.review-rating { grid-column: 1 / -1; }.review-rating strong { font-size: 24px; }.review-rating i { font-size: 15px; }.contact-panel form { grid-template-columns: 1fr; }.contact-panel label, .wide, .contact-panel button { grid-column: auto; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }.reveal { opacity: 1; transform: none; }.product-flip img:last-child { opacity: 0; } }
