:root {
  --orange: #ff5a00;
  --orange-deep: #d94d00;
  --black: #000;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --light: #f5f5f7;
  --blue: #e9f1f7;
  --line: rgba(29,29,31,.12);
  --white: #fff;
  --radius-lg: 36px;
  --radius-md: 26px;
  --max: 1200px;
  --narrow: 980px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(255,90,0,.35); outline-offset: 4px; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1000; padding: 10px 14px; color: #fff; background: #000; border-radius: 8px; }
.skip-link:focus { top: 14px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-wide { width: min(calc(100% - 44px), var(--max)); margin-inline: auto; }
.section-narrow { width: min(calc(100% - 44px), var(--narrow)); margin-inline: auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 52px;
  background: rgba(250,250,252,.82);
  border-bottom: 1px solid rgba(0,0,0,.05);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.nav-shell {
  width: min(calc(100% - 36px), 1040px);
  height: 52px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { text-decoration: none; }
.brand img { width: 170px; max-height: 38px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: rgba(29,29,31,.82); font-size: 12px; font-weight: 520; text-decoration: none; letter-spacing: .01em; }
.main-nav a:hover { color: #000; }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 9px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 6px auto; background: #111; transition: transform .2s, opacity .2s; }

.overline { margin: 0 0 18px; color: var(--orange-deep); font-size: 21px; font-weight: 650; letter-spacing: -.02em; }
.overline-light { color: var(--orange); }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { letter-spacing: -.055em; }

.hero { padding: 132px 0 32px; background: #fff; overflow: hidden; }
.hero-copy { width: min(calc(100% - 44px), 1060px); margin: 0 auto 72px; text-align: center; }
.hero h1 { margin: 0; font-size: clamp(64px, 8.2vw, 112px); line-height: .93; font-weight: 720; }
.hero h1 span { color: var(--orange); }
.hero-lead { max-width: 760px; margin: 34px auto 0; color: var(--muted); font-size: clamp(23px, 2.5vw, 30px); line-height: 1.22; font-weight: 500; letter-spacing: -.035em; }
.hero-links { display: flex; justify-content: center; gap: 32px; margin-top: 31px; }
.link-cta { color: var(--orange-deep); font-size: 19px; font-weight: 500; text-decoration: none; }
.link-cta span { display: inline-block; margin-left: 5px; font-size: 1.2em; transition: transform .2s; }
.link-cta:hover span { transform: translateX(4px); }
.link-secondary { color: #333336; }

.hero-stage {
  position: relative;
  width: min(calc(100% - 32px), 1320px);
  height: min(650px, 62vw);
  min-height: 510px;
  margin-inline: auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 42%, rgba(255,255,255,.92) 0, rgba(224,236,246,.94) 35%, rgba(166,184,202,.92) 100%);
  border-radius: var(--radius-lg);
}
.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.83) 33%, rgba(0,0,0,0) 58%);
  pointer-events: none;
}
.hero-stage picture { position: absolute; inset: 0 0 0 auto; width: 56%; height: 100%; }
.hero-stage img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 12%; }
.hero-stage-copy { position: absolute; z-index: 3; left: clamp(36px, 6vw, 86px); top: 50%; width: 36%; transform: translateY(-50%); color: #fff; }
.hero-stage-copy p { margin-bottom: 18px; color: rgba(255,255,255,.58); font-size: 17px; }
.hero-stage-copy strong { display: block; max-width: 430px; font-size: clamp(40px, 4.8vw, 68px); line-height: .98; letter-spacing: -.06em; }
.hero-person { position: absolute; z-index: 4; right: 28px; bottom: 26px; display: grid; gap: 1px; padding: 13px 17px; color: #fff; background: rgba(0,0,0,.46); border: 1px solid rgba(255,255,255,.2); border-radius: 15px; backdrop-filter: blur(18px); }
.hero-person strong { font-size: 14px; }
.hero-person span { color: rgba(255,255,255,.7); font-size: 12px; }
.hero-ring { display: none; }

.section-dark { color: #f5f5f7; background: #000; }
.statement { padding: 150px 0 130px; text-align: center; }
.statement h2 { margin: 0; font-size: clamp(48px, 6.2vw, 84px); line-height: 1.03; font-weight: 680; }
.statement h2 span { color: #86868b; }
.statement-copy { max-width: 790px; margin: 38px auto 0; color: #a1a1a6; font-size: clamp(22px, 2.3vw, 29px); line-height: 1.26; letter-spacing: -.035em; }
.facts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 92px; text-align: left; }
.facts-grid article { min-height: 260px; padding: 32px; background: #161617; border-radius: var(--radius-md); }
.facts-grid strong { display: block; margin-bottom: 60px; color: #fff; font-size: clamp(45px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.facts-grid article:first-child strong, .facts-grid article:nth-child(2) strong { color: var(--orange); }
.facts-grid span { color: #a1a1a6; font-size: 18px; }

.section-light { background: var(--light); }
.services, .process { padding: 138px 0 150px; }
.section-intro { max-width: 980px; margin-bottom: 62px; }
.section-intro h2 { margin: 0; font-size: clamp(48px, 6vw, 80px); line-height: 1.02; font-weight: 680; }
.bento-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 20px; }
.bento-card { position: relative; min-height: 440px; padding: 36px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 1px 0 rgba(0,0,0,.02); transition: transform .35s cubic-bezier(.2,.75,.25,1), box-shadow .35s; }
.bento-card:hover { transform: translateY(-5px) scale(1.006); box-shadow: 0 22px 60px rgba(0,0,0,.09); }
.card-topline { position: relative; z-index: 2; color: rgba(29,29,31,.56); font-size: 15px; font-weight: 620; }
.card-content { position: relative; z-index: 2; max-width: 510px; margin-top: 58px; }
.card-content h3, .bento-wide h3 { margin-bottom: 16px; font-size: clamp(34px, 4vw, 55px); line-height: 1; font-weight: 670; }
.card-content p, .bento-wide p { margin: 0; color: rgba(29,29,31,.67); font-size: 19px; line-height: 1.3; letter-spacing: -.02em; }
.bento-primary { grid-column: span 7; min-height: 620px; color: #111; background: var(--orange); }
.bento-primary .card-topline, .bento-primary .card-content p { color: rgba(0,0,0,.62); }
.card-mark { position: absolute; right: -30px; bottom: -122px; color: rgba(255,255,255,.35); font-size: 430px; line-height: 1; font-weight: 650; letter-spacing: -.1em; }
.bento-light { grid-column: span 5; min-height: 620px; background: #fff; }
.process-icon { position: absolute; right: 42px; bottom: 42px; width: 190px; height: 150px; }
.process-icon::before,
.process-icon::after { content: ""; position: absolute; background: #d0d0d4; }
.process-icon::before { left: 36px; right: 38px; top: 42px; height: 2px; box-shadow: 0 34px 0 #d0d0d4; }
.process-icon::after { top: 42px; bottom: 40px; left: 95px; width: 2px; }
.process-icon span { position: absolute; display: block; width: 28px; height: 28px; background: #fff; border: 2px solid #c9c9cf; border-radius: 50%; box-shadow: 0 0 0 8px rgba(255,255,255,.45); }
.process-icon span:nth-child(1) { left: 20px; top: 28px; }
.process-icon span:nth-child(2) { right: 18px; top: 28px; border-color: var(--orange); }
.process-icon span:nth-child(3) { left: 20px; bottom: 22px; }
.process-icon span:nth-child(4) { right: 18px; bottom: 22px; border-color: var(--orange); }
.process-icon span:nth-child(2)::before,
.process-icon span:nth-child(4)::before { content: ""; position: absolute; inset: 6px; background: var(--orange); border-radius: 50%; }
.bento-black { grid-column: span 5; color: #fff; background: #151516; }
.bento-black .card-topline, .bento-black .card-content p { color: #99999e; }
.signal { position: absolute; right: 34px; bottom: 40px; display: flex; align-items: end; gap: 10px; height: 120px; }
.signal i { display: block; width: 26px; background: var(--orange); border-radius: 20px; }
.signal i:nth-child(1) { height: 45%; opacity: .55; }
.signal i:nth-child(2) { height: 72%; opacity: .76; }
.signal i:nth-child(3) { height: 100%; }
.bento-blue { grid-column: span 7; background: var(--blue); }
.orbit { position: absolute; right: -20px; bottom: -90px; width: 330px; aspect-ratio: 1; border: 2px solid rgba(29,29,31,.18); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; inset: 12%; border: 2px solid rgba(29,29,31,.13); border-radius: 50%; }
.orbit::after { inset: 27%; border-color: var(--orange); }
.orbit i { position: absolute; right: 19%; top: 8%; width: 26px; aspect-ratio: 1; background: var(--orange); border-radius: 50%; }
.bento-white { grid-column: span 6; background: #fff; }
.battery { position: absolute; right: 38px; bottom: 36px; width: 170px; height: 86px; border: 4px solid #222; border-radius: 18px; }
.battery::after { content: ""; position: absolute; right: -13px; top: 26px; width: 9px; height: 30px; background: #222; border-radius: 0 6px 6px 0; }
.battery span { position: absolute; inset: 8px; width: 71%; background: var(--orange); border-radius: 9px; }
.bento-wide { grid-column: span 6; min-height: 440px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: linear-gradient(135deg,#38383a,#131314); }
.bento-wide .card-topline, .bento-wide p { color: #aaaab0; }
.bento-light .process-icon { opacity: .95; }

.profile { padding: 154px 0; background: #fff; }
.profile-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.profile-copy h2 { margin: 0 0 32px; font-size: clamp(50px, 6.2vw, 82px); line-height: 1; font-weight: 680; }
.profile-lead { max-width: 710px; color: #424245; font-size: clamp(24px, 2.7vw, 32px); line-height: 1.2; font-weight: 560; letter-spacing: -.04em; }
.profile-copy > p:not(.overline):not(.profile-lead) { max-width: 690px; color: var(--muted); font-size: 19px; }
.profile-copy .link-cta { display: inline-block; margin-top: 18px; }
.qualification-stack { display: grid; gap: 14px; }
.qualification-stack article { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 18px; min-height: 132px; padding: 26px; background: var(--light); border-radius: 24px; }
.qualification-stack article > span { display: grid; width: 46px; aspect-ratio: 1; place-items: center; color: #fff; background: #1d1d1f; border-radius: 50%; font-size: 13px; font-weight: 650; }
.qualification-stack strong, .qualification-stack small { display: block; }
.qualification-stack strong { font-size: 20px; letter-spacing: -.025em; }
.qualification-stack small { margin-top: 5px; color: var(--muted); font-size: 15px; }

.audience { padding: 145px 0 130px; }
.audience .section-intro { max-width: 920px; }
.audience-list { display: flex; flex-wrap: wrap; gap: 13px; }
.audience-list span { padding: 17px 22px; color: #f5f5f7; background: #1d1d1f; border: 1px solid #343436; border-radius: 999px; font-size: clamp(19px,2.1vw,26px); letter-spacing: -.025em; }
.audience-list span:nth-child(even) { color: #000; background: var(--orange); border-color: var(--orange); }
.audience-note { margin: 54px 0 0; color: #86868b; font-size: 20px; }

.steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.step { min-height: 310px; padding: 28px; background: #fff; border-radius: 28px; }
.step > span { display: grid; width: 38px; aspect-ratio: 1; margin-bottom: 74px; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: 14px; font-weight: 650; }
.step h3 { margin-bottom: 12px; font-size: 25px; font-weight: 650; }
.step p { margin: 0; color: var(--muted); font-size: 16px; }

.contact { padding: 150px 0 80px; background: #fff; }
.contact-stage {
  position: relative;
  height: min(650px, 62vw);
  min-height: 510px;
  overflow: hidden;
  background: radial-gradient(circle at 74% 42%, rgba(255,255,255,.92) 0, rgba(224,236,246,.94) 35%, rgba(166,184,202,.92) 100%);
  border-radius: var(--radius-lg);
}
.contact-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.83) 37%, rgba(0,0,0,0) 62%);
  pointer-events: none;
}
.contact-stage picture { position: absolute; inset: 0 0 0 auto; width: 58%; height: 100%; }
.contact-stage img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.contact-stage-copy { position: absolute; z-index: 3; left: clamp(36px, 6vw, 86px); top: 50%; width: 39%; transform: translateY(-50%); color: #fff; }
.contact-stage-copy > p { margin-bottom: 18px; color: rgba(255,255,255,.58); font-size: 17px; }
.contact-stage-copy > strong { display: block; max-width: 520px; font-size: clamp(40px, 4.8vw, 68px); line-height: .98; letter-spacing: -.06em; }
.contact-stage-copy > span { display: block; max-width: 520px; margin-top: 24px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.35; }
.contact-stage-links { display: grid; gap: 10px; margin-top: 30px; }
.contact-stage-links a { width: fit-content; color: #fff; font-size: 17px; font-weight: 560; text-decoration: none; }
.contact-stage-links i { margin-left: 6px; color: var(--orange); font-style: normal; }
.contact-card { margin-top: 48px; padding: 56px; background: var(--light); border-radius: var(--radius-lg); }
.contact-card form { display: grid; gap: 24px; max-width: 900px; margin-inline: auto; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-card label { display: grid; gap: 9px; }
.contact-card label > span:first-child { color: #424245; font-size: 14px; font-weight: 600; }
input, textarea, select { width: 100%; color: var(--ink); background: #fff; border: 1px solid rgba(29,29,31,.17); border-radius: 14px; }
input, select { height: 56px; padding: 0 16px; }
textarea { min-height: 150px; padding: 16px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--orange); outline: 3px solid rgba(255,90,0,.12); }
.privacy-check { grid-template-columns: auto 1fr; align-items: start; gap: 11px !important; color: var(--muted); font-size: 13px; }
.privacy-check input { width: 18px; height: 18px; margin-top: 2px; }
.privacy-check a { color: inherit; }
.submit-button { justify-self: start; min-height: 50px; padding: 0 23px; color: #fff; background: var(--orange); border: 0; border-radius: 999px; font-weight: 600; cursor: pointer; transition: background .2s, transform .2s; }
.submit-button:hover { background: var(--orange-deep); transform: translateY(-1px); }
.submit-button span { margin-left: 7px; font-size: 22px; }
.honeypot { position: absolute; left: -9999px; }
.form-message { max-width: 900px; margin: 0 auto 24px; padding: 15px 18px; border-radius: 12px; font-weight: 600; }
.form-message.success { color: #184c2b; background: #e7f6eb; }
.form-message.error { color: #7b241e; background: #fff0ee; }

.site-footer { padding: 58px 0 24px; color: #6e6e73; background: var(--light); font-size: 13px; }
.footer-main { display: grid; grid-template-columns: 1.5fr .8fr .5fr; gap: 60px; padding-bottom: 35px; }
.footer-brand img { width: 180px; margin-bottom: 14px; }
.footer-brand p, .footer-contact p { margin: 0; }
.footer-contact p + p { margin-top: 12px; }
.footer-contact a, .footer-links a { color: inherit; text-decoration: none; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(29,29,31,.15); }
.footer-bottom a { color: inherit; text-decoration: none; }

/* Legal pages */
.legal-page { padding: 120px 0 100px; }
.legal-content { width: min(calc(100% - 44px), 820px); margin-inline: auto; }
.legal-content h1 { margin: 0 0 55px; font-size: clamp(58px,8vw,92px); line-height: .95; letter-spacing: -.06em; }
.legal-content h2 { margin: 46px 0 14px; font-size: 28px; letter-spacing: -.035em; }
.legal-content p, .legal-content li { color: #4b4b50; }
.legal-content a { color: var(--orange-deep); }
.legal-note { margin-top: 35px; padding: 20px 22px; background: var(--light); border-radius: 16px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s cubic-bezier(.2,.75,.25,1), transform .75s cubic-bezier(.2,.75,.25,1); transition-delay: var(--delay,0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero-stage { height: 620px; }
  .contact-stage { height: 620px; }
  .contact-stage picture { width: 62%; }
  .contact-stage-copy { width: 42%; }
  .hero-stage picture { width: 62%; }
  .hero-stage-copy { width: 42%; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts-grid article { min-height: 210px; }
  .facts-grid strong { margin-bottom: 35px; }
  .bento-primary, .bento-blue { grid-column: span 7; }
  .bento-light, .bento-black { grid-column: span 5; }
  .bento-white, .bento-wide { grid-column: span 6; }
  .profile-grid { gap: 50px; }
  .steps { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .bento-primary .card-content h3 {
    font-size: clamp(30px, 7.4vw, 40px);
    line-height: 1.04;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
  .site-header { height: 48px; }
  .nav-shell { height: 48px; }
  .brand img { width: 150px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: absolute; left: 0; right: 0; top: 48px; display: none; padding: 18px 24px 24px; background: rgba(250,250,252,.97); border-bottom: 1px solid rgba(0,0,0,.08); backdrop-filter: blur(20px); }
  .main-nav.is-open { display: grid; gap: 0; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid rgba(0,0,0,.08); font-size: 16px; }
  .hero { padding-top: 105px; }
  .hero-copy { margin-bottom: 48px; }
  .hero h1 { font-size: clamp(56px,15vw,84px); }
  .hero-lead { font-size: 22px; }
  .hero-links { align-items: center; flex-direction: column; gap: 13px; }
  .hero-stage { min-height: 650px; height: 112vw; max-height: 720px; border-radius: 26px; }
  .hero-stage::after { background: linear-gradient(180deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.8) 32%, rgba(0,0,0,0) 58%); }
  .hero-stage-copy { left: 27px; right: 27px; top: 38px; width: auto; transform: none; text-align: center; }
  .hero-stage-copy strong { margin-inline: auto; font-size: 43px; }
  .hero-stage picture { inset: auto 0 0; width: 100%; height: 72%; }
  .hero-stage img { object-position: 56% 12%; }
  .hero-ring { display: none; }
  .hero-person { right: 15px; bottom: 15px; }
  .statement, .audience { padding: 105px 0; }
  .statement h2 { font-size: 49px; }
  .statement-copy { font-size: 22px; }
  .services, .process { padding: 100px 0; }
  .section-intro h2, .profile-copy h2 { font-size: 50px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-primary, .bento-light, .bento-black, .bento-blue, .bento-white, .bento-wide { grid-column: auto; min-height: 470px; }
  .bento-card { padding: 30px; border-radius: 28px; }
  .profile { padding: 105px 0; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-lead { font-size: 25px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 230px; }
  .step > span { margin-bottom: 45px; }
  .contact { padding-top: 110px; }
  .contact-stage { min-height: 650px; height: 112vw; max-height: 720px; border-radius: 26px; }
  .contact-stage::after { background: linear-gradient(180deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.8) 34%, rgba(0,0,0,0) 61%); }
  .contact-stage-copy { left: 27px; right: 27px; top: 38px; width: auto; transform: none; text-align: center; }
  .contact-stage-copy > strong { margin-inline: auto; font-size: 43px; }
  .contact-stage-copy > span { margin: 18px auto 0; font-size: 17px; }
  .contact-stage-links { justify-items: center; margin-top: 20px; }
  .contact-stage-links a { font-size: 15px; }
  .contact-stage picture { inset: auto 0 0; width: 100%; height: 67%; }
  .contact-stage img { object-position: center 18%; }
  .contact-card { margin-top: 36px; padding: 28px 20px; border-radius: 26px; }
  .form-grid { grid-template-columns: 1fr; }
  .submit-button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 480px) {
  .bento-primary .card-content h3 {
    font-size: 31px;
    line-height: 1.06;
  }
  .section-wide, .section-narrow, .hero-copy, .legal-content { width: min(calc(100% - 28px), var(--max)); }
  .hero-stage { width: calc(100% - 16px); }
  .contact-stage { width: calc(100% - 16px); }
  .overline { font-size: 18px; }
  .hero h1 { font-size: 54px; }
  .hero-stage-copy strong { font-size: 38px; }
  .contact-stage-copy > strong { font-size: 38px; }
  .section-intro h2, .profile-copy h2, .statement h2 { font-size: 44px; }
  .card-content h3, .bento-wide h3 { font-size: 39px; }
  .bento-card { min-height: 440px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Version 5: Einstiegsfragebogen unter Punkt 1 Erstgespräch */
.step-questionnaire { position: relative; }
.step-questionnaire .step-main-copy { min-height: 72px; }
.questionnaire-invite { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(29,29,31,.12); }
.questionnaire-invite p { margin: 0 0 16px; font-size: 14px; line-height: 1.42; }
.questionnaire-toggle,
.questionnaire-primary,
.questionnaire-secondary,
.questionnaire-contact-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  font-weight: 620;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.questionnaire-toggle,
.questionnaire-primary,
.questionnaire-contact-button { color: #fff; background: var(--orange); }
.questionnaire-toggle:hover,
.questionnaire-primary:hover,
.questionnaire-contact-button:hover { background: var(--orange-deep); transform: translateY(-1px); }
.questionnaire-toggle span { font-size: 20px; }
.steps.questionnaire-open .step-questionnaire { grid-column: 1 / -1; min-height: 0; }
.steps.questionnaire-open .step-questionnaire > span { margin-bottom: 30px; }
.steps.questionnaire-open .step-questionnaire .step-main-copy,
.steps.questionnaire-open .step-questionnaire .questionnaire-invite { max-width: 680px; }
.questionnaire-shell { scroll-margin-top: 72px; margin-top: 32px; padding: 34px; background: #f5f5f7; border: 1px solid rgba(29,29,31,.11); border-radius: 24px; }
.questionnaire-shell[hidden] { display: none; }
.questionnaire-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding-bottom: 26px; }
.questionnaire-kicker { margin: 0 0 8px !important; color: var(--orange-deep) !important; font-size: 14px !important; font-weight: 650; }
.questionnaire-header h4 { max-width: 780px; margin: 0; font-size: clamp(28px, 4vw, 46px); line-height: 1.04; letter-spacing: -.05em; }
.questionnaire-close { flex: 0 0 auto; width: 42px; height: 42px; padding: 0; color: #1d1d1f; background: #fff; border: 1px solid rgba(29,29,31,.13); border-radius: 50%; font-size: 28px; line-height: 1; cursor: pointer; }
.questionnaire-progress { height: 5px; overflow: hidden; background: #dddde1; border-radius: 999px; }
.questionnaire-progress span { display: block; width: 0; height: 100%; background: var(--orange); border-radius: inherit; transition: width .25s ease; }
.questionnaire-body { padding-top: 30px; }
.questionnaire-start { max-width: 820px; }
.questionnaire-start > p { margin-bottom: 18px; color: #5a5a60; font-size: 17px; line-height: 1.5; }
.questionnaire-notice { padding: 18px 20px; background: #fff; border-radius: 16px; }
.questionnaire-question-meta { margin: 0 0 10px !important; color: var(--orange-deep) !important; font-size: 14px !important; font-weight: 650; }
.questionnaire-question h5 { max-width: 900px; margin: 0 0 25px; font-size: clamp(27px, 4vw, 43px); line-height: 1.08; letter-spacing: -.045em; }
.questionnaire-question-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: start; gap: 18px; margin-bottom: 25px; }
.questionnaire-question-heading h5 { margin-bottom: 0; }
.question-info-wrap { display: contents; }
.question-info-toggle { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; color: var(--orange-deep); background: #fff; border: 1.5px solid rgba(217,77,0,.55); border-radius: 50%; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease, border-color .2s ease; }
.question-info-toggle > span[aria-hidden="true"] { font-family: Georgia, serif; font-size: 22px; font-weight: 700; line-height: 1; transform: translateY(-1px); }
.question-info-toggle:hover,
.question-info-toggle[aria-expanded="true"] { color: #fff; background: var(--orange); border-color: var(--orange); transform: translateY(-1px); }
.question-info-panel { grid-column: 1 / -1; margin-top: 15px; padding: 18px; background: #fff; border: 1px solid rgba(29,29,31,.12); border-radius: 18px; box-shadow: 0 16px 36px rgba(29,29,31,.07); }
.question-info-panel[hidden] { display: none; }
.question-info-panel.is-open { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; animation: questionInfoIn .28s ease both; }
.question-info-panel section { padding: 16px; background: #f5f5f7; border-radius: 14px; }
.question-info-panel h6 { margin: 0 0 7px; color: var(--orange-deep); font-size: 13px; letter-spacing: .01em; }
.question-info-panel p { margin: 0; color: #4b4b50; font-size: 14px; line-height: 1.48; }
.question-info-panel .question-info-quote { color: #1d1d1f; font-style: italic; }
@keyframes questionInfoIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.questionnaire-options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.questionnaire-option { position: relative; display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 12px; min-height: 70px; padding: 17px 18px; background: #fff; border: 1px solid rgba(29,29,31,.14); border-radius: 16px; cursor: pointer; }
.questionnaire-option:hover { border-color: rgba(255,90,0,.7); }
.questionnaire-option input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--orange); }
.questionnaire-option span { color: #333336; font-size: 16px; line-height: 1.35; }
.questionnaire-extra { margin-top: 24px; padding: 24px; background: #fff; border-radius: 18px; }
.questionnaire-extra h6 { margin: 0 0 8px; font-size: 19px; letter-spacing: -.025em; }
.questionnaire-extra > p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.questionnaire-mini-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.questionnaire-mini-options .questionnaire-option { min-height: 58px; padding: 13px 14px; }
.recognition-intro { max-width: 840px; margin: 0 0 22px; color: var(--muted); font-size: 15px; }
.recognition-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.recognition-cluster { display: grid; grid-template-rows: auto auto 1fr; gap: 15px; padding: 18px; background: #fff; border: 1px solid rgba(29,29,31,.14); border-radius: 18px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.recognition-cluster:hover { border-color: rgba(255,90,0,.6); transform: translateY(-1px); }
.recognition-cluster.is-selected { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(255,90,0,.1); }
.recognition-visuals { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; min-height: 68px; }
.adr-label-image { display: block; width: auto; height: auto; max-width: 58px; max-height: 58px; flex: 0 0 auto; object-fit: contain; }
.recognition-copy h6 { margin: 0 0 4px; font-size: 17px; line-height: 1.2; letter-spacing: -.02em; }
.recognition-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.3; }
.recognition-directions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-self: end; }
.recognition-directions label { position: relative; display: flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 10px; background: #f5f5f7; border: 1px solid rgba(29,29,31,.12); border-radius: 11px; cursor: pointer; }
.recognition-directions label:has(input:checked) { color: #fff; background: var(--orange); border-color: var(--orange); }
.recognition-directions input { position: absolute; opacity: 0; pointer-events: none; }
.recognition-directions span { font-size: 13px; font-weight: 650; }
.recognition-unknown { margin-top: 14px; }
.questionnaire-auto-hint { align-self: center; margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.questionnaire-question-enter { animation: questionnaireQuestionIn .28s ease both; }
@keyframes questionnaireQuestionIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.questionnaire-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 30px; }
.questionnaire-actions-right { display: flex; gap: 10px; margin-left: auto; }
.questionnaire-secondary { color: #333336; background: #fff; border: 1px solid rgba(29,29,31,.14); }
.questionnaire-secondary:hover { background: #e9e9ed; }
.questionnaire-error { margin: 18px 0 0 !important; color: #a12c20 !important; font-size: 14px !important; font-weight: 620; }
.questionnaire-result { padding: 27px; background: #fff; border-radius: 20px; border-left: 7px solid #8d8d92; }
.questionnaire-result.result-green { border-left-color: #2e8b57; }
.questionnaire-result.result-orange { border-left-color: var(--orange); }
.questionnaire-result.result-red { border-left-color: #bf2b22; }
.questionnaire-result-badge { display: inline-flex; margin-bottom: 16px; padding: 7px 11px; border-radius: 999px; color: #fff; background: #6e6e73; font-size: 12px; font-weight: 720; letter-spacing: .05em; text-transform: uppercase; }
.result-green .questionnaire-result-badge { background: #2e8b57; }
.result-orange .questionnaire-result-badge { background: var(--orange); }
.result-red .questionnaire-result-badge { background: #bf2b22; }
.questionnaire-result h5 { margin: 0 0 15px; font-size: clamp(29px,4vw,45px); line-height: 1.05; }
.questionnaire-result > p { margin-bottom: 18px; color: #4b4b50; font-size: 17px; }
.questionnaire-reasons { margin: 20px 0 0; padding-left: 21px; color: #5a5a60; }
.questionnaire-reasons li + li { margin-top: 7px; }
.questionnaire-result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.questionnaire-complete { margin: 20px 0 0 !important; color: var(--muted) !important; font-size: 14px !important; }

@media (max-width: 1020px) {
  .recognition-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .steps.questionnaire-open .step-questionnaire { grid-column: auto; }
  .questionnaire-shell { margin: 28px -18px -18px; padding: 25px 18px; border-radius: 22px; }
  .questionnaire-header { gap: 14px; }
  .questionnaire-header h4 { font-size: 30px; }
  .questionnaire-question-heading { grid-template-columns: minmax(0,1fr) 38px; gap: 12px; }
  .question-info-toggle { width: 38px; height: 38px; }
  .question-info-panel.is-open { grid-template-columns: 1fr; }
  .question-info-panel { padding: 12px; }
  .question-info-panel section { padding: 14px; }
  .questionnaire-options,
  .questionnaire-mini-options,
  .recognition-grid { grid-template-columns: 1fr; }
  .questionnaire-actions { align-items: stretch; flex-direction: column; }
  .recognition-cluster { padding: 15px; }
  .recognition-visuals { min-height: 56px; }
  .adr-label-image { max-width: 49px; max-height: 49px; }
  .questionnaire-auto-hint { width: 100%; text-align: left; }

  .questionnaire-actions-right { display: grid; grid-template-columns: 1fr 1fr; width: 100%; margin-left: 0; }
  .questionnaire-primary,
  .questionnaire-secondary,
  .questionnaire-contact-button { width: 100%; }
}

@media (max-width: 480px) {
  .questionnaire-actions-right { grid-template-columns: 1fr; }
  .questionnaire-shell { margin-inline: -14px; }
}

