.steins-home-shell {
  --sh-ink: #101216;
  --sh-paper: #f7f7f4;
  --sh-paper-deep: #e9ebe7;
  --sh-muted: #59616c;
  --sh-line: rgba(16, 18, 22, .15);
  --sh-red: #d92720;
  --sh-red-dark: #a71914;
  --sh-white: #fff;
  background: var(--sh-paper);
  color: var(--sh-ink);
  font-family: Inter, Arial, sans-serif;
  overflow: clip;
}

.steins-home-shell *, .steins-home-shell *::before, .steins-home-shell *::after { box-sizing: border-box; }
.steins-home-shell :is(a, button) { font-family: inherit; }
.steins-home-shell a { text-decoration: none !important; }
.sh-wrap { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.sh-page { background: var(--sh-paper); }
.sh-eyebrow { margin: 0 0 17px; color: var(--sh-red) !important; font: 600 10px/1.3 Unbounded, Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.sh-eyebrow-light { color: #ff796f !important; }

.sh-hero { position: relative; padding: clamp(45px, 6vw, 92px) 0 clamp(68px, 8vw, 120px); background: var(--sh-paper); }
.sh-hero-statement { position: relative; padding: clamp(58px, 8vw, 112px) 0 48px; text-align: center; }
.sh-hero-title { max-width: 960px; margin: 0 auto; color: var(--sh-ink) !important; font: 600 clamp(42px, 5.9vw, 88px)/.99 Unbounded, Arial, sans-serif; letter-spacing: -.065em; }
.sh-hero-title span { display: block; }
.sh-hero-title .is-red { color: var(--sh-red) !important; }
.sh-hero-summary { max-width: 510px; margin: 29px auto 0; padding-bottom: 5px; }
.sh-hero-summary p { margin: 0; color: var(--sh-muted); font-size: 15px; line-height: 1.62; }
.sh-hero-summary .sh-actions { justify-content: center; }
.sh-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.sh-button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 11px; padding: 0 18px; border: 1px solid var(--sh-red); border-radius: 4px; background: var(--sh-red); color: #fff !important; font-size: 13px; font-weight: 700; transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.sh-button:hover { border-color: var(--sh-red-dark); background: var(--sh-red-dark); color: #fff !important; transform: translateY(-2px); }
.sh-button.is-secondary { border-color: var(--sh-ink); background: transparent; color: var(--sh-ink) !important; }
.sh-button.is-secondary:hover { border-color: var(--sh-ink); background: var(--sh-ink); color: #fff !important; }
.sh-hero-gallery { position: relative; display: grid; grid-template-columns: .42fr .82fr 1.24fr .82fr .42fr; gap: 10px; min-height: 372px; padding: 0; transform: translateY(var(--sh-parallax-y, 0)); will-change: transform; }
.sh-hero-photo { min-width: 0; margin: 0; overflow: hidden; background: #cfd2cf; }
.sh-hero-photo { transform: translateY(var(--sh-layer-y, 0)); transition: transform .55s cubic-bezier(.2,.7,.2,1); will-change: transform; }
.sh-hero-photo-edge-left { align-self: start; height: 148px; }
.sh-hero-photo-wide { align-self: end; min-height: 260px; }
.sh-hero-photo-tall { align-self: start; height: 372px; }
.sh-hero-photo-detail { align-self: end; height: 245px; }
.sh-hero-photo-edge-right { align-self: end; height: 166px; }
.sh-hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.03); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease; }
.sh-hero-gallery:hover img { filter: saturate(1) contrast(1); transform: scale(1.04); }
.sh-hero-signal { position: absolute; right: 50%; bottom: -30px; width: min(355px, 43%); padding: 16px 18px; border-left: 4px solid var(--sh-red); background: var(--sh-ink); color: #fff; transform: translateX(50%); }
.sh-hero-signal span { display: block; margin-bottom: 7px; color: #ff837b; font: 500 9px/1.25 Unbounded, Arial, sans-serif; letter-spacing: .07em; text-transform: uppercase; }
.sh-hero-signal strong { display: block; font-size: 13px; line-height: 1.4; }

.sh-assurance { background: #15191e; color: #f4f4f1; }
.sh-assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.sh-assurance-grid > div { display: flex; min-height: 98px; align-items: center; gap: 15px; padding: 18px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.sh-assurance-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.sh-assurance-grid svg { flex: 0 0 auto; color: #ff5d55; }
.sh-assurance-grid p { max-width: 220px; margin: 0; color: #f4f4f1; font-size: 13px; font-weight: 600; line-height: 1.4; }

.sh-services, .sh-way { padding: clamp(76px, 10vw, 137px) 0; }
.sh-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 34px; }
.sh-services-heading { margin-bottom: 43px; }
.sh-section-heading h2 { max-width: 805px; margin: 0; color: var(--sh-ink) !important; font: 600 clamp(30px, 4vw, 55px)/1.1 Unbounded, Arial, sans-serif; letter-spacing: -.05em; }
.sh-section-heading > p { max-width: 385px; margin: 0; color: var(--sh-muted); font-size: 15px; line-height: 1.65; }
.sh-word-title span { display: inline-block; opacity: 0; filter: blur(7px); transform: translateY(22px); transition: opacity .64s ease var(--sh-delay), filter .64s ease var(--sh-delay), transform .64s cubic-bezier(.2,.7,.2,1) var(--sh-delay); }
.is-visible .sh-word-title span { opacity: 1; filter: blur(0); transform: translateY(0); }
.sh-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.sh-service-card { position: relative; display: flex; min-height: 340px; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid var(--sh-line); background: #fbfbf9; color: var(--sh-ink) !important; transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease, background .28s ease; }
.sh-service-card :is(h3, p, span) { color: inherit !important; }
.sh-service-card:hover { border-color: rgba(217,39,32,.55); background: #fff; box-shadow: 0 16px 34px rgba(18,22,26,.09); color: var(--sh-ink) !important; transform: translateY(-5px); }
.sh-service-icon { display: grid; width: 49px; height: 49px; place-items: center; border: 1px solid rgba(217,39,32,.28); border-radius: 50%; color: var(--sh-red); }
.sh-card-index { margin: 25px 0 11px; color: var(--sh-red) !important; font: 600 12px/1 Unbounded, Arial, sans-serif; }
.sh-service-card h3 { margin: 0; font-size: 22px; line-height: 1.22; letter-spacing: -.025em; }
.sh-service-card div > p:not(.sh-card-index) { margin: 13px 0 0; color: var(--sh-muted) !important; font-size: 14px; line-height: 1.57; }
.sh-card-link { display: flex; align-items: center; gap: 9px; color: var(--sh-red) !important; font-size: 13px; font-weight: 700; }

.sh-process { padding: clamp(74px, 9vw, 126px) 0; background: #111419; color: #f9f9f6; }
.sh-process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(46px, 8vw, 122px); }
.sh-process-intro h2 { max-width: 490px; margin: 0; color: #fff !important; font: 600 clamp(30px, 3.6vw, 52px)/1.1 Unbounded, Arial, sans-serif; letter-spacing: -.045em; }
.sh-process-intro > p:last-child { max-width: 440px; margin: 24px 0 0; color: #afb4ba; font-size: 15px; line-height: 1.65; }
.sh-process-list { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.sh-process-list li { display: grid; grid-template-columns: 65px minmax(130px,.74fr) 1fr; gap: 20px; align-items: start; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.15); opacity: 0; transform: translateX(26px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.sh-process-list li.is-visible { opacity: 1; transform: none; }
.sh-process-list li span { color: #ff655e; font: 600 12px/1.4 Unbounded, Arial, sans-serif; }
.sh-process-list h3 { margin: 0; color: #fff !important; font-size: 17px; line-height: 1.35; }
.sh-process-list p { margin: 0; color: #a8afb7; font-size: 14px; line-height: 1.55; }

.sh-cases { padding: clamp(75px, 10vw, 136px) 0; background: #e8eae6; }
.sh-cases-heading { margin-bottom: 41px; }
.sh-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--sh-ink) !important; font-size: 13px; font-weight: 700; white-space: nowrap; transition: color .2s ease, transform .2s ease; }
.sh-text-link:hover { color: var(--sh-red) !important; transform: translateX(3px); }
.sh-text-link-light { color: #fff !important; }
.sh-text-link-light:hover { color: #ff796f !important; }
.sh-case-all-link { padding-bottom: 7px; border-bottom: 2px solid var(--sh-red); color: var(--sh-ink) !important; }
.sh-case-all-link:hover { border-color: var(--sh-ink); color: var(--sh-red) !important; }
.sh-case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.sh-case-card { display: block; min-width: 0; background: #15191e; color: #fff !important; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease; }
.sh-case-card:hover { color: #fff !important; box-shadow: 0 20px 42px rgba(13,16,20,.25); transform: translateY(-6px); }
.sh-case-image { aspect-ratio: 1/.95; overflow: hidden; background: #282d33; }
.sh-case-image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .75s ease; }
.sh-case-card:hover img { filter: saturate(1); transform: scale(1.07); }
.sh-case-copy { padding: 19px; }
.sh-case-copy p { margin: 0 0 11px; color: #ff766e !important; font: 500 9px/1.3 Unbounded, Arial, sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.sh-case-copy h3 { min-height: 49px; margin: 0; color: #fff !important; font-size: 20px; line-height: 1.22; letter-spacing: -.02em; }
.sh-case-copy > span { display: flex; align-items: center; gap: 8px; margin-top: 22px; color: #d9dde0 !important; font-size: 13px; font-weight: 600; }

.sh-way-grid { display: grid; grid-template-columns: minmax(360px,.95fr) 1.05fr; gap: clamp(45px, 9vw, 135px); align-items: center; }
.sh-way-gallery { position: relative; min-height: 470px; transform: translateY(var(--sh-parallax-y, 0)); will-change: transform; }
.sh-way-gallery figure { position: absolute; overflow: hidden; margin: 0; background: #d9dcd8; }
.sh-way-gallery figure:first-child { top: 0; left: 0; width: 76%; height: 78%; }
.sh-way-gallery figure:last-child { right: 0; bottom: 0; width: 57%; height: 48%; border: 8px solid var(--sh-paper); }
.sh-way-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.sh-way-copy h2 { margin: 0; color: var(--sh-ink) !important; font: 600 clamp(30px, 3.75vw, 52px)/1.1 Unbounded, Arial, sans-serif; letter-spacing: -.045em; }
.sh-way-copy > p:last-of-type { max-width: 540px; margin: 25px 0 0; color: var(--sh-muted); font-size: 16px; line-height: 1.7; }
.sh-check-list { display: grid; gap: 11px; margin: 31px 0 0; padding: 0; list-style: none; }
.sh-check-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--sh-ink); font-size: 14px; font-weight: 600; line-height: 1.45; }
.sh-check-list svg { flex: 0 0 auto; margin-top: 1px; color: var(--sh-red); }

.sh-blog-host { padding: clamp(75px, 9vw, 120px) 0; background: #f1f2ef; }
.sh-blog-heading { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; margin-bottom: 34px; padding-top: 31px; border-top: 1px solid var(--sh-line); }
.sh-blog-label, .sh-faq-label { margin: 0 0 16px; color: var(--sh-red) !important; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.sh-blog-content { min-height: 1px; }
.sh-blog-content .algorithmus-blog {
  --ablog-accent: var(--sh-red);
  --ablog-accent-2: var(--sh-red-dark);
  --ablog-bg: transparent;
  --ablog-card: #fff;
  --ablog-ink: var(--sh-ink);
  --ablog-muted: var(--sh-muted);
  --ablog-line: var(--sh-line);
  --ablog-radius: 0;
  --ablog-shadow: 0 18px 34px rgba(18,22,26,.09);
}
.sh-blog-content :is(script, style) { display: none !important; }
.sh-blog-content .ablog-listing { padding: 0; border: 0; border-radius: 0; background: transparent; }
.sh-blog-content .ablog-listing__header { display: none; }
.sh-blog-content .ablog-grid { gap: 12px; }
.sh-blog-content .ablog-card { border-radius: 0; box-shadow: none; }
.sh-blog-content .ablog-card:hover { border-color: rgba(217,39,32,.55); box-shadow: var(--ablog-shadow); }
.sh-blog-content .ablog-card h3, .sh-blog-content .ablog-card h3 a { color: var(--sh-ink) !important; }
.sh-blog-content .ablog-card__link { color: var(--sh-red) !important; }
.sh-blog-content .ablog-card p { color: var(--sh-muted) !important; }
.sh-blog-content .ablog-filter select, .sh-blog-content .ablog-actions button { border-radius: 3px; }
.sh-blog-content .ablog-actions button { background: var(--sh-red); box-shadow: none; }

.sh-faq { position: relative; padding: clamp(75px, 9vw, 120px) 0; background: #111419; color: #fff; }
.sh-faq:before { position: absolute; top: 0; left: max(24px, calc((100% - 1240px) / 2)); width: 84px; height: 3px; background: var(--sh-red); content: ""; }
.sh-faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 9vw, 150px); }
.sh-faq-intro h2 { margin: 0; color: #fff !important; font: 600 clamp(29px, 3.5vw, 49px)/1.13 Unbounded, Arial, sans-serif; letter-spacing: -.045em; }
.sh-faq-intro > p:last-child { max-width: 420px; margin: 23px 0 0; color: #adb4bc; font-size: 15px; line-height: 1.65; }
.sh-faq-list { border-top: 1px solid rgba(255,255,255,.2); }
.sh-faq-item { border-bottom: 1px solid rgba(255,255,255,.2); }
.sh-faq-item button { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) 58px; align-items: stretch; gap: 20px; padding: 0; border: 0; background: transparent; color: #fff !important; cursor: pointer; text-align: left; font-size: 16px; font-weight: 600; }
.sh-faq-item button > span:first-child { display: flex; align-items: center; min-height: 76px; padding: 20px 0; }
.sh-faq-mark { display: grid; width: 58px; height: 100%; min-height: 76px; place-items: center; border-left: 1px solid rgba(255,255,255,.2); color: #ff827b; font-size: 25px; font-weight: 300; }
.sh-faq-mark > span { transition: color .25s ease, transform .25s ease; }
.sh-faq-item button:hover .sh-faq-mark > span { color: #fff; }
.sh-faq-item button[aria-expanded=true] .sh-faq-mark > span { color: #ff827b; transform: rotate(45deg); }
.sh-faq-answer { display: grid; max-width: 630px; grid-template-rows: 0fr; padding: 0 78px 0 0; color: #b7bdc4; font-size: 14px; line-height: 1.65; transition: grid-template-rows .26s ease, padding-bottom .26s ease; }
.sh-faq-answer p { min-height: 0; margin: 0; overflow: hidden; }
.sh-faq-item.is-open .sh-faq-answer { grid-template-rows: 1fr; padding-bottom: 23px; }

.sh-reveal, [data-sh-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.sh-reveal.is-visible, [data-sh-reveal].is-visible { opacity: 1; transform: none; }
.sh-hero-statement { transition-delay: .1s; }
.sh-hero-gallery { transition-delay: .2s; }
.sh-case-reveal:nth-child(2) { transition-delay: .07s; }
.sh-case-reveal:nth-child(3) { transition-delay: .14s; }
.sh-case-reveal:nth-child(4) { transition-delay: .21s; }

@media (max-width: 1040px) {
  .sh-hero-gallery { min-height: 325px; }
  .sh-hero-photo-edge-left { height: 122px; }
  .sh-hero-photo-wide { min-height: 215px; }
  .sh-hero-photo-tall { height: 325px; }
  .sh-hero-photo-edge-right { height: 142px; }
  .sh-case-grid { grid-template-columns: repeat(2, 1fr); }
  .sh-case-image { aspect-ratio: 1.45/1; }
  .sh-service-card { min-height: 360px; }
  .sh-way-grid { gap: 55px; }
  .sh-faq-layout { gap: 65px; }
}

@media (max-width: 760px) {
  .sh-wrap { width: min(100% - 32px, 600px); }
  .sh-hero { padding: 38px 0 70px; }
  .sh-hero-statement, .sh-process-layout, .sh-way-grid, .sh-faq-layout { grid-template-columns: 1fr; }
  .sh-hero-statement { gap: 18px; padding: 58px 0 34px; }
  .sh-hero-title { font-size: clamp(37px, 11vw, 51px); }
  .sh-hero-summary { grid-column: auto; max-width: 540px; }
  .sh-hero-gallery { min-height: 240px; grid-template-columns: .8fr 1.32fr .8fr; gap: 7px; padding: 0; transform: none !important; }
  .sh-hero-photo-edge-left, .sh-hero-photo-edge-right { display: none; }
  .sh-hero-photo { transform: none !important; }
  .sh-hero-photo-wide { min-height: 178px; }
  .sh-hero-photo-tall { height: 240px; }
  .sh-hero-photo-detail { height: 164px; }
  .sh-hero-signal { right: 50%; bottom: -35px; width: 76%; }
  .sh-assurance-grid { grid-template-columns: 1fr; }
  .sh-assurance-grid > div, .sh-assurance-grid > div:first-child { min-height: 69px; padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .sh-assurance-grid > div:last-child { border-bottom: 0; }
  .sh-section-heading { display: block; }
  .sh-services-heading, .sh-cases-heading { margin-bottom: 31px; }
  .sh-section-heading > p { margin-top: 19px; }
  .sh-text-link { margin-top: 23px; }
  .sh-service-grid, .sh-case-grid { grid-template-columns: 1fr; gap: 10px; }
  .sh-service-card { min-height: 274px; padding: 23px; }
  .sh-service-card h3 { font-size: 21px; }
  .sh-process { padding-block: 72px; }
  .sh-process-list { margin-top: 42px; }
  .sh-process-list li { grid-template-columns: 42px 1fr; gap: 9px 15px; padding: 20px 0; }
  .sh-process-list p { grid-column: 2; }
  .sh-case-image { aspect-ratio: 1.45/1; }
  .sh-case-copy h3 { min-height: auto; }
  .sh-way-gallery { min-height: 385px; transform: none !important; }
  .sh-way-gallery figure:first-child { width: 79%; height: 74%; }
  .sh-way-gallery figure:last-child { width: 57%; height: 45%; border-width: 5px; }
  .sh-way-copy { margin-top: 10px; }
  .sh-blog-content .ablog-grid { grid-template-columns: 1fr; }
  .sh-faq-list { margin-top: 38px; }
  .sh-faq-answer { padding-right: 12px; }
  .sh-word-title span { transition-duration: .54s; }
  .sh-reveal, [data-sh-reveal] { transform: translateY(18px); }
}

@media (max-width: 420px) {
  .sh-wrap { width: calc(100% - 28px); }
  .sh-hero-title { font-size: 35px; }
  .sh-actions { display: grid; grid-template-columns: 1fr; }
  .sh-button { width: 100%; }
  .sh-hero-gallery { min-height: 205px; }
  .sh-hero-photo-wide { min-height: 145px; }
  .sh-hero-photo-tall { height: 205px; }
  .sh-hero-photo-detail { height: 135px; }
  .sh-hero-signal { width: 81%; padding: 13px 14px; }
  .sh-section-heading h2, .sh-way-copy h2, .sh-process-intro h2, .sh-faq-intro h2 { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .steins-home-shell * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .sh-reveal, [data-sh-reveal], .sh-word-title span, .sh-process-list li { opacity: 1 !important; filter: none !important; transform: none !important; }
}
