/*! Generated from assets/css/src — edit source modules, then run tools/build-assets.py. */ @font-face { font-family: "IRANSansX"; src: url("../fonts/IRANSansXFaNum-Regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; } @font-face { font-family: "IRANSansX"; src: url("../fonts/IRANSANSXFANUM-BOLD.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; } :root { --brand: #08cdbf; --brand-dark: #009f93; --brand-deep: #007d75; --brand-soft: #e9fbf9; --ink: #191f1f; --ink-2: #404a49; --muted: #626d6c; --line: #dce5e3; --surface: #ffffff; --surface-soft: #f4f8f7; --dark: #172728; --dark-2: #0f1f20; --white: #ffffff; --success: #188b6a; --danger: #b33c3c; --radius-sm: 12px; --radius-md: 20px; --radius-lg: 32px; --shadow-sm: 0 10px 30px rgba(17, 48, 45, 0.07); --shadow-lg: 0 28px 70px rgba(17, 48, 45, 0.15); --space-1: 8px; --space-2: 16px; --space-3: 24px; --space-4: 32px; --space-5: 48px; --space-6: 64px; --space-7: 96px; --container: 1220px; --motion-fast: 180ms; --motion-standard: 360ms; --motion-emphasis: 500ms; --motion-ease: cubic-bezier(.2, .7, .2, 1); --transition: var(--motion-fast) var(--motion-ease); } * { box-sizing: border-box; } html { scroll-behavior: smooth; scroll-padding-top: 96px; } body { margin: 0; color: var(--ink); background: var(--surface); font-family: "IRANSansX", "Vazirmatn", Tahoma, Arial, sans-serif; font-size: 16px; line-height: 1.85; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; overflow-x: clip; } body.menu-open { overflow: hidden; } img, video, svg { display: block; max-width: 100%; } button, input, select, textarea { font: inherit; } button, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; } h1, h2, h3, p, blockquote { margin-top: 0; } h1, h2, h3 { line-height: 1.35; letter-spacing: 0; text-wrap: balance; } h1, h2 { font-weight: 700; } h3 { font-weight: 700; } p { color: var(--ink-2); text-wrap: pretty; } :where(a, button, input, select, textarea, video):focus-visible { outline: 3px solid var(--brand-dark); outline-offset: 3px; } ::selection { background: rgba(8, 205, 191, 0.22); color: var(--ink); } .container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; } .section { padding: clamp(80px, 8vw, 112px) 0; position: relative; } .section--soft { background: var(--surface-soft); } .section--dark { background: var(--dark); color: var(--white); } .skip-link { position: fixed; top: 10px; right: 10px; z-index: 9999; padding: 10px 14px; color: var(--white); background: var(--ink); border-radius: 8px; transform: translateY(-150%); transition: transform var(--transition); } .skip-link:focus { transform: translateY(0); } .site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; padding: 14px 0; transition: background var(--transition), box-shadow var(--transition), padding var(--transition), backdrop-filter var(--transition); } .site-header::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid rgba(33, 30, 32, 0.06); } .site-header.is-scrolled { padding: 8px 0; box-shadow: 0 12px 40px rgba(19, 39, 38, 0.08); } .site-header--solid { position: sticky; top: 0; } .header-inner { display: flex; align-items: center; gap: 26px; min-height: 66px; } .brand { display: inline-flex; align-items: center; flex: 0 0 auto; } .brand img { width: 184px; height: auto; } .main-nav { display: flex; align-items: center; justify-content: center; gap: 26px; margin-inline: auto; } .main-nav a { position: relative; color: #373335; font-size: 0.91rem; font-weight: 700; white-space: nowrap; transition: color var(--transition); } .main-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; width: 0; height: 2px; border-radius: 999px; background: var(--brand); transition: width var(--transition); } .main-nav a:hover, .main-nav a.is-active { color: var(--brand-deep); } .main-nav a:hover::after, .main-nav a.is-active::after { width: 100%; } .header-request-cta { display: none; } @media (min-width: 921px) { .header-request-cta { position: relative; isolation: isolate; display: inline-flex; min-height: 42px; flex: 0 0 auto; align-items: center; justify-content: center; margin-inline-start: 10px; padding: 9px 18px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .52); border-radius: 14px; color: #fff; background: linear-gradient(135deg, #18d9cc, #08cdbf 58%, #029c92); box-shadow: 0 10px 24px rgba(8, 145, 135, .2); font-size: .84rem; font-weight: 700; line-height: 1.25; white-space: nowrap; cursor: pointer; transition: transform var(--transition), box-shadow var(--transition), filter var(--transition); } .header-request-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(8, 145, 135, .28); } .header-request-cta:active { transform: translateY(0); } .header-request-cta:focus-visible { outline: 3px solid rgba(var(--brand-rgb), .28); outline-offset: 3px; }
 } @media (min-width: 921px) and (max-width: 1200px) { .header-request-cta { min-height: 38px; margin-inline-start: 0; padding: 8px 13px; border-radius: 12px; font-size: .76rem; }
 } .menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--surface-soft); padding: 11px; cursor: pointer; } .menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; border-radius: 999px; background: var(--ink); transition: transform var(--transition), opacity var(--transition); } .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); } .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; } .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); } .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 700; line-height: 1.3; cursor: pointer; transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition); } .button:hover { transform: translateY(-2px); } .button:active { transform: translateY(0); } .button:disabled { cursor: not-allowed; opacity: 0.58; box-shadow: none; } .button--primary { color: #092a28; background: var(--brand); box-shadow: 0 14px 30px rgba(8, 205, 191, 0.22); } .button--primary:hover { background: #18d9cc; box-shadow: 0 18px 34px rgba(8, 205, 191, 0.3); } .button--ghost { color: var(--ink); background: rgba(255, 255, 255, 0.78); border-color: rgba(33, 30, 32, 0.14); backdrop-filter: blur(8px); } .button--ghost:hover { background: var(--white); border-color: var(--brand); } .button--white { color: var(--ink); background: var(--white); box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18); } .button--large { min-height: 56px; padding: 15px 28px; border-radius: 16px; } .button--full { width: 100%; } .eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--brand-deep); font-size: 0.88rem; font-weight: 700; letter-spacing: 0; } .eyebrow__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 6px rgba(8, 205, 191, 0.14); } .kicker--light { color: #5ef2e5; } .knowledge-hero h1 em { color: var(--brand-dark); font-style: normal; } .section-heading { max-width: 760px; margin-bottom: 50px; } .section-heading--center { margin-inline: auto; text-align: center; } .section-heading--split { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 80px; align-items: end; max-width: none; } .section-heading h2, .complete-service__content h2, .robot__content h2, .about__content h2, .contact__intro h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.5vw, 3.35rem); } .section-heading > p, .section-heading--split p { max-width: 62ch; margin-bottom: 0; } .section-heading--light h2, .section-heading--light p { color: var(--white); } .feature-grid { display: grid; gap: 20px; } .feature-grid--four { grid-template-columns: repeat(4, 1fr); } .feature-card { min-height: 245px; padding: 30px 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); } .feature-card:hover { transform: translateY(-7px); border-color: rgba(8, 205, 191, 0.42); box-shadow: 0 20px 46px rgba(21, 44, 43, 0.12); } .icon-badge { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 26px; border-radius: 18px; color: var(--brand-deep); background: var(--brand-soft); } .icon-badge svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; } .feature-card h3 { margin-bottom: 10px; font-size: 1.12rem; } .feature-card p { margin-bottom: 0; font-size: 0.91rem; } .audience-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; } .audience-card { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 16px; text-align: center; border: 1px solid #dde3e2; border-radius: 20px; background: var(--surface); transition: transform var(--transition), border-color var(--transition), background var(--transition); } .audience-card:hover { transform: translateY(-6px); border-color: var(--brand); background: var(--brand-soft); } .audience-card svg { width: 56px; height: 56px; margin-bottom: 20px; fill: none; stroke: var(--brand-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .audience-card h3 { margin-bottom: 0; font-size: 0.98rem; } .audience-card--more { color: var(--white); background: var(--dark); border-color: var(--dark); } .audience-card--more svg { stroke: var(--brand); } .audience-card--more:hover { color: var(--ink); } .notice { display: flex; align-items: flex-start; gap: 14px; margin-top: 28px; padding: 20px 22px; border: 1px solid #d6e9e6; border-radius: 16px; background: #f3fffd; } .notice svg { width: 24px; min-width: 24px; fill: none; stroke: var(--brand-deep); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .notice p { margin: 0; font-size: 0.88rem; } .experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 18px; } .experience-card { position: relative; overflow: hidden; border-radius: var(--radius-md); background: #dfe5e4; box-shadow: var(--shadow-sm); } .experience-card--large { grid-column: span 2; grid-row: span 2; } .experience-card--wide { grid-column: span 2; } .experience-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); } .experience-card:hover img { transform: scale(1.055); } .experience-card__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6, 22, 21, 0.82), rgba(6, 22, 21, 0.02) 65%); } .experience-card__content { position: absolute; right: 24px; bottom: 20px; left: 24px; color: var(--white); } .experience-card__content span { display: block; margin-bottom: 3px; color: #9ef7ef; font-size: 0.76rem; font-weight: 700; } .experience-card__content h3 { margin-bottom: 0; font-size: 1.35rem; } .story { overflow: hidden; color: var(--white); background: radial-gradient(circle at 15% 10%, rgba(8, 205, 191, 0.24), transparent 38%), linear-gradient(135deg, #112a2a, #173b39 58%, #0e2524); } .story::before { content: ""; position: absolute; width: 500px; height: 500px; left: -260px; bottom: -290px; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025), 0 0 0 160px rgba(255, 255, 255, 0.018); } .story__grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 70px; align-items: center; } .story__media { position: relative; min-height: 600px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32); } .story__media img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center 28%; } .story__media-gradient { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5, 20, 19, 0.9), rgba(5, 20, 19, 0.05) 65%); } .story__badge { position: absolute; top: 24px; right: 24px; padding: 9px 14px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 999px; background: rgba(10, 32, 31, 0.55); backdrop-filter: blur(10px); font-size: 0.8rem; font-weight: 700; } .story__caption { position: absolute; right: 30px; bottom: 28px; left: 30px; } .story__caption span { display: block; color: #8df0e7; font-size: 0.82rem; } .story__caption strong { display: block; margin-top: 5px; font-size: 1.45rem; } .story__content { position: relative; z-index: 2; } .story__content h2 { margin-bottom: 26px; font-size: clamp(2.25rem, 4vw, 4rem); } .story__content blockquote { position: relative; margin-bottom: 22px; padding: 24px 26px 24px 24px; border-right: 3px solid var(--brand); border-radius: 18px 0 0 18px; color: var(--white); background: rgba(255, 255, 255, 0.07); font-size: 1.08rem; } .story__content p { margin-bottom: 30px; color: rgba(255, 255, 255, 0.77); } .complete-service__grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 86px; align-items: start; } .complete-service__content { position: sticky; top: 130px; } .complete-service__content p { margin-bottom: 24px; } .text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--brand-deep); font-weight: 700; } .text-link span { font-size: 1.25rem; transition: transform var(--transition); } .text-link:hover span { transform: translateX(-5px); } .service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; } .service-list__item { display: flex; gap: 16px; min-height: 170px; padding: 25px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); } .service-list__item > span { display: grid; place-items: center; width: 42px; height: 42px; min-width: 42px; border-radius: 13px; color: var(--brand-deep); background: var(--brand-soft); font-weight: 700; } .service-list__item h3 { margin-bottom: 8px; font-size: 1rem; } .service-list__item p { margin-bottom: 0; font-size: 0.87rem; } .process { overflow: hidden; } .process::after { content: ""; position: absolute; inset: auto -180px -270px auto; width: 600px; height: 600px; border: 1px solid rgba(8, 205, 191, 0.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(8, 205, 191, 0.03), 0 0 0 160px rgba(8, 205, 191, 0.02); } .timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin: 70px 0 0; padding: 0; list-style: none; } .timeline::before { content: ""; position: absolute; top: 33px; right: 8%; left: 8%; height: 1px; background: linear-gradient(90deg, transparent, rgba(8, 205, 191, 0.56), transparent); } .timeline__item { position: relative; z-index: 2; text-align: center; } .timeline__number { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 24px; border: 1px solid rgba(8, 205, 191, 0.48); border-radius: 50%; color: #092a28; background: var(--brand); box-shadow: 0 0 0 9px rgba(8, 205, 191, 0.08); font-size: 1.2rem; font-weight: 700; } .timeline__item h3 { margin-bottom: 9px; color: var(--white); font-size: 1rem; } .timeline__item p { margin-bottom: 0; color: rgba(255, 255, 255, 0.64); font-size: 0.84rem; } .robot__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 70px; align-items: center; } .robot__media { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: #eef3f2; box-shadow: var(--shadow-lg); } .robot__media video { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: #f2f4f4; } .robot__media-label { position: absolute; right: 18px; top: 18px; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 999px; color: var(--white); background: rgba(18, 40, 39, 0.62); backdrop-filter: blur(8px); font-size: 0.75rem; font-weight: 700; } .robot__content > p { margin-bottom: 24px; } .check-list { display: grid; gap: 12px; margin: 0 0 24px; padding: 0; list-style: none; } .check-list li { display: flex; align-items: center; gap: 11px; color: var(--ink-2); } .check-list span { display: grid; place-items: center; width: 25px; height: 25px; min-width: 25px; border-radius: 50%; color: var(--brand-deep); background: var(--brand-soft); font-size: 0.78rem; font-weight: 700; } .robot__disclaimer { padding: 15px 17px; border-right: 3px solid var(--brand); border-radius: 12px 0 0 12px; background: var(--surface-soft); font-size: 0.82rem; } .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .article-card { display: flex; flex-direction: column; min-height: 300px; padding: 30px; border: 1px solid #dde3e2; border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-sm); transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); } .article-card:hover { transform: translateY(-7px); border-color: var(--brand); box-shadow: 0 22px 50px rgba(21, 44, 43, 0.12); } .article-card__category { align-self: flex-start; margin-bottom: 34px; padding: 7px 10px; border-radius: 999px; color: var(--brand-deep); background: var(--brand-soft); font-size: 0.75rem; font-weight: 700; } .article-card h3 { margin-bottom: 12px; font-size: 1.25rem; } .article-card p { margin-bottom: 28px; font-size: 0.9rem; } .article-card__meta { display: flex; align-items: center; justify-content: space-between; margin-top: auto; color: var(--muted); font-size: 0.78rem; } .article-card__meta b { color: var(--brand-deep); font-size: 1.2rem; } .about__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: center; } .about__visual { position: relative; min-height: 490px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(145deg, #eefaf8, #d9f6f2); } .about__orb { position: absolute; border-radius: 50%; filter: blur(1px); } .about__orb--one { width: 290px; height: 290px; right: -50px; top: -40px; background: rgba(8, 205, 191, 0.2); } .about__orb--two { width: 240px; height: 240px; left: -50px; bottom: -70px; background: rgba(33, 30, 32, 0.08); } .about__mark { position: absolute; right: 50%; top: 44%; display: grid; place-items: center; width: 235px; height: 235px; border: 1px solid rgba(0, 159, 147, 0.25); border-radius: 50%; background: rgba(255, 255, 255, 0.64); box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.28), 0 22px 50px rgba(0, 100, 93, 0.14); transform: translate(50%, -50%); } .about__mark svg { width: 120px; fill: none; stroke: var(--brand-dark); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; } .about__stat { position: absolute; right: 28px; bottom: 26px; left: 28px; padding: 18px 20px; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 18px; background: rgba(255, 255, 255, 0.74); backdrop-filter: blur(12px); } .about__stat strong, .about__stat span { display: block; } .about__stat strong { margin-bottom: 3px; color: var(--brand-deep); } .about__stat span { color: var(--muted); font-size: 0.84rem; } .about__content p { margin-bottom: 18px; } .about__values { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; } .about__values span { padding: 8px 14px; border: 1px solid #d9e2e0; border-radius: 999px; color: var(--brand-deep); background: var(--surface-soft); font-size: 0.82rem; font-weight: 700; } .contact { color: var(--white); background: radial-gradient(circle at 78% 8%, rgba(8, 205, 191, 0.22), transparent 33%), linear-gradient(135deg, #102625, #173b39 54%, #0c1f1e); } .contact__grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: start; } .contact__intro h2 { color: var(--white); } .contact__intro > p { color: rgba(255, 255, 255, 0.72); } .contact__channels { display: grid; gap: 12px; margin-top: 34px; } .contact__channels a { display: flex; flex-direction: column; padding: 16px 18px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 15px; background: rgba(255, 255, 255, 0.05); transition: border-color var(--transition), background var(--transition); } .contact__channels a:hover { border-color: rgba(8, 205, 191, 0.48); background: rgba(8, 205, 191, 0.08); } .contact__channels span { color: rgba(255, 255, 255, 0.5); font-size: 0.75rem; } .contact__channels strong { color: var(--white); direction: ltr; text-align: right; } .contact-form { padding: 34px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: var(--radius-lg); background: rgba(255, 255, 255, 0.97); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.23); } .form-note { margin: 0 0 22px; padding: 12px 14px; border-right: 3px solid var(--brand); border-radius: 10px 0 0 10px; color: var(--muted); background: var(--brand-soft); font-size: 0.78rem; } .required-mark { color: var(--danger); } .field-hint, .field-error { display: block; margin-top: 6px; font-size: 0.72rem; font-weight: 400; line-height: 1.6; } .field-hint { color: var(--muted); } .field-error { display: none; color: var(--danger); } label:has(.is-invalid) .field-hint { display: none; } label:has(.is-invalid) .field-error, .checkbox-label:has(.is-invalid) + .field-error--consent { display: block; } .field-error--consent { margin: -8px 27px 14px 0; } .form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; } .contact-form label { display: block; margin-bottom: 14px; color: var(--ink); font-size: 0.83rem; font-weight: 700; } .contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d8dddd; border-radius: 12px; color: var(--ink); background: #fbfcfc; outline: none; transition: border-color var(--transition), box-shadow var(--transition), background var(--transition); } .contact-form input:not([type="checkbox"]), .contact-form select { min-height: 50px; } .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--brand-dark); background: var(--white); box-shadow: 0 0 0 4px rgba(8, 205, 191, 0.12); } .contact-form textarea { resize: vertical; } .contact-form .is-invalid { border-color: var(--danger); box-shadow: 0 0 0 4px rgba(179, 60, 60, 0.08); } .checkbox-label { display: flex !important; align-items: flex-start; gap: 9px; color: var(--ink-2) !important; font-weight: 400 !important; } .checkbox-label input { width: 18px; height: 18px; min-width: 18px; margin-top: 4px; accent-color: var(--brand-dark); } .form-status { min-height: 26px; margin: 12px 0 0; color: var(--success); text-align: center; font-size: 0.84rem; } .form-status.is-error { color: var(--danger); } .site-footer { padding: 62px 0 20px; color: rgba(255, 255, 255, 0.72); background: var(--dark-2); } .footer__top { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 46px; } .footer__brand img { width: 180px; margin-bottom: 20px; border-radius: 12px; background: var(--white); } .footer__brand p { max-width: 50ch; color: rgba(255, 255, 255, 0.62); } .footer__links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; } .footer__links h3 { margin-bottom: 14px; color: var(--white); font-size: 0.95rem; } .footer__links a { display: block; width: fit-content; margin-bottom: 7px; font-size: 0.86rem; transition: color var(--transition); } .footer__links a:hover { color: var(--brand); } .footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.09); } .footer__bottom p { margin-bottom: 0; color: rgba(255, 255, 255, 0.46); font-size: 0.74rem; } .back-to-top { position: fixed; left: 24px; bottom: 24px; z-index: 900; display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 15px; color: var(--ink); background: var(--brand); box-shadow: 0 14px 30px rgba(8, 205, 191, 0.28); opacity: 0; visibility: hidden; transform: translateY(12px); cursor: pointer; transition: opacity var(--transition), visibility var(--transition), transform var(--transition); } .back-to-top:hover { background: #23d9cd; } .back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); } .knowledge-hero { overflow: hidden; padding: 120px 0 100px; background: radial-gradient(circle at 16% 18%, rgba(8, 205, 191, 0.18), transparent 32%), linear-gradient(135deg, #edfafa, #f8fbfb 60%, #e6f7f4); } .knowledge-hero__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 70px; align-items: center; } .back-link { display: inline-block; margin-bottom: 30px; color: var(--muted); font-size: 0.82rem; font-weight: 700; } .knowledge-hero h1 { margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5.4rem); } .knowledge-hero__content > p { max-width: 58ch; font-size: 1.05rem; } .knowledge-hero__visual { position: relative; min-height: 400px; display: grid; place-items: center; } .knowledge-hero__circle { position: absolute; width: 350px; height: 350px; border: 1px solid rgba(0, 159, 147, 0.2); border-radius: 50%; background: rgba(255, 255, 255, 0.52); box-shadow: 0 0 0 38px rgba(8, 205, 191, 0.05), 0 35px 70px rgba(0, 100, 93, 0.1); } .knowledge-hero__visual svg { position: relative; z-index: 2; width: 250px; fill: none; stroke: var(--brand-dark); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; } .article-index { padding-top: 88px; padding-bottom: 88px; } .reading-layout__grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 70px; align-items: start; } .reading-nav { position: sticky; top: 110px; display: grid; gap: 8px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow-sm); } .reading-nav strong { margin-bottom: 10px; } .reading-nav > a:not(.button) { padding: 9px 10px; border-radius: 10px; color: var(--muted); font-size: 0.84rem; transition: color var(--transition), background var(--transition); } .reading-nav > a:not(.button):hover { color: var(--brand-deep); background: var(--brand-soft); } .reading-nav .button { margin-top: 12px; padding-inline: 14px; } .reading-content { max-width: 820px; } .long-article { scroll-margin-top: 120px; padding-bottom: 80px; margin-bottom: 80px; border-bottom: 1px solid var(--line); } .long-article__meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; color: var(--muted); font-size: 0.78rem; } .long-article__meta span { padding: 6px 10px; border-radius: 999px; color: var(--brand-deep); background: var(--brand-soft); font-weight: 700; } .long-article h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.2rem); } .long-article h3 { margin: 34px 0 10px; font-size: 1.25rem; } .long-article p, .long-article li { color: #4e4a4d; font-size: 0.98rem; } .long-article .lead { color: var(--ink); font-size: 1.08rem; font-weight: 700; } .long-article ul { padding-right: 23px; } .long-article li { margin-bottom: 6px; } .info-box, .quote-box { margin: 30px 0; padding: 24px 26px; border-radius: 18px; } .info-box { border: 1px solid #cae9e5; background: var(--brand-soft); } .info-box strong { display: block; margin-bottom: 6px; color: var(--brand-deep); } .info-box p { margin: 0; } .quote-box { border-right: 4px solid var(--brand); background: var(--surface-soft); color: var(--ink); font-weight: 700; } .medical-note { padding: 34px; border-radius: var(--radius-md); color: var(--white); background: var(--dark); } .medical-note h2 { color: var(--white); } .medical-note p { color: rgba(255, 255, 255, 0.7); } .reveal { opacity: 0; transform: translateY(16px); transition: opacity var(--motion-standard) ease, transform var(--motion-standard) var(--motion-ease); } .reveal.is-visible { opacity: 1; transform: translateY(0); } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } .reveal { opacity: 1; transform: none; } .experience-card img, .button, .article-card, .feature-card { transform: none !important; }
 } .about--interactive.section { --about-logo-progress: 0; --about-logo-clip: 100%; height: 220svh; min-height: 1580px; padding: 0; overflow: clip; } .about__track { height: 100%; } .about__layout { position: relative; z-index: 1; display: grid; grid-template-rows: minmax(330px, auto) minmax(220px, 1fr); height: 100%; padding-top: clamp(90px, 10vh, 112px); padding-bottom: clamp(22px, 3.5vh, 38px); } .about-toggle { display: block; width: min(100%, 660px); padding: 0; border: 0; border-radius: 999px; background: transparent; cursor: pointer; appearance: none; } .about-toggle__capsule { position: relative; display: block; width: 100%; aspect-ratio: 1378 / 416; overflow: hidden; border: 0; border-radius: 999px; background: #fff; box-shadow: 0 20px 54px rgba(31, 64, 60, .13), 0 0 0 9px rgba(115, 139, 136, .035); transition: box-shadow 260ms linear; isolation: isolate; } .about-toggle__logo, .about-toggle__color-layer { position: absolute; inset: 0; display: block; width: 100%; height: 100%; } .about-toggle__logo { z-index: 1; object-fit: cover; pointer-events: none; user-select: none; } .about-toggle__logo--muted { filter: grayscale(1) contrast(.92) brightness(1.02); opacity: .68; } .about-toggle__color-layer { z-index: 2; overflow: hidden; clip-path: inset(0 var(--about-logo-clip) 0 0 round 999px); will-change: clip-path; } .about-toggle__color-layer .about-toggle__logo { max-width: none; } .about-toggle__sweep { position: absolute; top: -12%; bottom: -12%; left: calc(var(--about-sweep-left, 0%) - 30px); z-index: 3; width: 58px; background: linear-gradient(90deg, transparent, rgba(86, 241, 228, .26), transparent); filter: blur(5px); opacity: var(--about-sweep-opacity, 0); pointer-events: none; transform: skewX(-8deg); } .about-card { --about-card-progress: 0; min-height: 204px; padding: 28px 26px 23px; opacity: var(--about-card-progress); visibility: hidden; transform: translateY(calc((1 - var(--about-card-progress)) * 28px)) scale(calc(.975 + var(--about-card-progress) * .025)); transition: border-color 280ms ease, box-shadow 280ms ease; pointer-events: none; will-change: opacity, transform; } .about-card.is-visible { visibility: visible; pointer-events: auto; } .about--interactive.is-about-active .about-card { opacity: var(--about-card-progress); visibility: visible; transform: translateY(calc((1 - var(--about-card-progress)) * 28px)) scale(calc(.975 + var(--about-card-progress) * .025)); } .about__connections { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; overflow: visible; pointer-events: none; } .about__connections path { fill: none; stroke: rgba(var(--brand-rgb), .68); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; vector-effect: non-scaling-stroke; filter: drop-shadow(0 2px 4px rgba(var(--brand-rgb), .08)); } .about__connections circle { fill: #fff; stroke: var(--brand); stroke-width: 3; opacity: 0; vector-effect: non-scaling-stroke; } @media (max-width: 920px) { .about-card { min-height: 0; margin-right: 0; padding: 24px 22px; } .about__connections { display: block; }
 } @media (max-width: 520px) { .about-toggle__capsule { aspect-ratio: 1378 / 416; } .about-card__icon { width: 46px; height: 46px; }
 } @media (prefers-reduced-motion: reduce) { .about-toggle__color-layer, .about-toggle__sweep, .about-card, .about__connections path, .about__connections circle { transition: none !important; }
 } .audience { position: relative; overflow: hidden; background: radial-gradient(circle at 18% 48%, rgba(var(--brand-rgb), .1), transparent 34%), linear-gradient(180deg, #fbfdfd 0%, #f4faf9 100%); } .audience__layout { display: grid; grid-template-columns: minmax(520px, 1.08fr) minmax(420px, .92fr); grid-template-areas: "visual copy" "notice notice"; gap: clamp(24px, 4vw, 72px); align-items: center; } .audience__copy { grid-area: copy; position: relative; z-index: 2; } .audience__copy h2 { max-width: 690px; margin: 14px 0 20px; font-size: clamp(2.35rem, 4.15vw, 4.7rem); line-height: 1.28; letter-spacing: -.035em; } .audience__copy > p { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(.94rem, 1.15vw, 1.08rem); line-height: 2; } .audience__anatomy { grid-area: visual; position: relative; width: min(100%, 720px); aspect-ratio: 1 / 1; margin: 0 auto; isolation: isolate; } .audience__anatomy::before { content: ""; position: absolute; inset: 8% 12%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(var(--brand-rgb), .14), rgba(var(--brand-rgb), .035) 52%, transparent 73%); filter: blur(10px); } .audience__anatomy img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; filter: drop-shadow(0 24px 38px rgba(15, 83, 78, .09)); } .audience__map { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; overflow: visible; pointer-events: none; } .audience__map path { fill: none; stroke: rgba(var(--brand-rgb), .68); stroke-width: .18; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; } .audience__map circle { fill: var(--brand); stroke: rgba(255, 255, 255, .92); stroke-width: .35; vector-effect: non-scaling-stroke; } .audience__label { position: absolute; z-index: 3; display: inline-flex; min-height: 36px; align-items: center; padding: 7px 13px; border: 1px solid rgba(var(--brand-rgb), .18); border-radius: 999px; color: var(--ink); background: rgba(255, 255, 255, .82); box-shadow: 0 10px 28px rgba(18, 51, 46, .08); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-size: clamp(.76rem, 1vw, .92rem); font-weight: 750; line-height: 1.45; white-space: nowrap; } .audience__label--cp { top: 10.2%; right: 0; } .audience__label--ms { top: 30.5%; right: 0; } .audience__label--sci { top: 50.5%; left: 0; } .audience__label--other { top: 74.5%; left: 0; } .audience__notice { grid-area: notice; margin-top: 0; background: rgba(255, 255, 255, .72); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); } @media (max-width: 1120px) { .audience__layout { grid-template-columns: minmax(450px, 1fr) minmax(360px, .88fr); gap: 24px; } .audience__copy h2 { font-size: clamp(2.15rem, 4vw, 3.7rem); }
 } @media (max-width: 920px) { .audience__layout { grid-template-columns: 1fr; grid-template-areas: "copy" "visual" "notice"; gap: 26px; } .audience__copy { text-align: center; } .audience__copy h2, .audience__copy > p { margin-right: auto; margin-left: auto; } .audience__copy h2 { margin-top: 12px; font-size: clamp(2rem, 8.7vw, 3.15rem); } .audience__anatomy { width: min(100%, 680px); }
 } @media (max-width: 520px) { .audience__anatomy { width: calc(100% + 12px); margin-inline: -6px; } .audience__label { min-height: 31px; max-width: 42%; padding: 5px 9px; font-size: .67rem; white-space: normal; } .audience__label--cp, .audience__label--ms { right: -2px; } .audience__label--sci, .audience__label--other { left: -2px; } .audience__notice { padding: 16px; }
 } @media (hover: hover) and (pointer: fine) { .feature-card:hover, .article-card:hover { transform: translateY(-5px); }
 } @media (max-width: 1120px) { .main-nav { gap: 17px; } .main-nav a { font-size: 0.82rem; } .brand img { width: 175px; } .header-cta { padding-inline: 16px; } .audience-grid { grid-template-columns: repeat(3, 1fr); } .feature-grid--four { grid-template-columns: repeat(2, 1fr); }
 } @media (max-width: 920px) { :root { --container: 820px; } .section { padding: 88px 0; } .menu-toggle { display: block; margin-right: 0; } .header-inner { gap: 12px; justify-content: space-between; } .main-nav { position: fixed; top: 82px; right: 20px; left: 20px; display: grid; gap: 0; max-height: 0; overflow: hidden; margin: 0; padding: 0 20px; border: 1px solid transparent; border-radius: 22px; background: rgba(255, 255, 255, 0.98); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: max-height 320ms ease, opacity var(--transition), visibility var(--transition), transform var(--transition), padding var(--transition), border-color var(--transition); } .main-nav.is-open { max-height: 500px; padding: 12px 20px; border-color: var(--line); opacity: 1; visibility: visible; transform: translateY(0); } .main-nav a { min-height: 48px; padding: 12px 4px; border-bottom: 1px solid #eef0f0; font-size: 0.95rem; } .main-nav a::after { display: none; } .main-nav a:last-child { border-bottom: 0; } .header-cta { display: none; } .section-heading--split, .complete-service__grid, .robot__grid, .about__grid, .contact__grid, .story__grid, .knowledge-hero__grid { grid-template-columns: 1fr; gap: 48px; } .section-heading--split { gap: 14px; } .experience-grid { grid-template-columns: repeat(2, 1fr); } .experience-card--large { grid-column: span 1; grid-row: span 2; } .experience-card--wide { grid-column: span 1; } .complete-service__content { position: static; } .timeline { grid-template-columns: 1fr; gap: 0; margin-top: 40px; } .timeline::before { top: 22px; right: 33px; bottom: 22px; left: auto; width: 1px; height: auto; } .timeline__item { display: grid; grid-template-columns: 68px 1fr; gap: 18px; align-items: start; padding-bottom: 30px; text-align: right; } .timeline__number { margin: 0; } .timeline__item div { padding-top: 8px; } .article-grid { grid-template-columns: 1fr; } .article-card { min-height: 250px; } .contact__intro { max-width: 650px; } .footer__top { grid-template-columns: 1fr; gap: 40px; } .reading-layout__grid { grid-template-columns: 1fr; gap: 40px; } .reading-nav { position: static; } .knowledge-hero__visual { min-height: 330px; }
 } @media (max-width: 640px) { .container { width: min(100% - 28px, var(--container)); } .section { padding: 72px 0; } .site-header { padding: 7px 0; } .header-inner { min-height: 58px; } .menu-toggle { width: 44px; height: 44px; } .main-nav { top: 72px; right: 14px; left: 14px; } .feature-grid--four, .audience-grid, .service-list, .form-row, .footer__links { grid-template-columns: 1fr; } .feature-card { min-height: 0; padding: 24px 22px; } .audience-grid { grid-template-columns: repeat(2, 1fr); } .audience-card { min-height: 155px; padding: 18px 10px; } .audience-card svg { width: 46px; height: 46px; margin-bottom: 13px; } .audience-card h3 { font-size: 0.87rem; } .experience-grid { grid-template-columns: 1fr; grid-auto-rows: 290px; } .experience-card--large, .experience-card--wide { grid-column: auto; grid-row: auto; } .story__media, .story__media img { min-height: 470px; } .story__content h2 { font-size: 2.4rem; } .service-list__item { min-height: 0; } .robot__media video { aspect-ratio: 1 / 1; } .about__visual { min-height: 410px; } .about__mark { width: 190px; height: 190px; } .about__mark svg { width: 95px; } .contact-form { padding: 24px 18px; } .contact-form input, .contact-form select, .contact-form textarea { font-size: 1rem; } .footer__bottom { align-items: flex-start; flex-direction: column; } .back-to-top { left: 14px; bottom: 14px; } .knowledge-hero { padding: 88px 0 72px; } .knowledge-hero__visual { min-height: 280px; } .knowledge-hero__circle { width: 250px; height: 250px; } .knowledge-hero__visual svg { width: 175px; } .long-article__meta { align-items: flex-start; flex-direction: column; } .medical-note { padding: 25px 20px; }
 } @media (min-width: 921px) { .experience-scrolly__sticky { padding-top: clamp(86px, 10vh, 104px); padding-bottom: 24px; } .experience-scrolly__layout { direction: ltr; display: grid; grid-template-columns: minmax(360px, .92fr) minmax(500px, 1.08fr); grid-template-rows: auto minmax(0, 1fr); grid-template-areas: "visual heading" "visual copy"; column-gap: clamp(42px, 6vw, 94px); row-gap: clamp(22px, 3vh, 34px); height: 100%; } .experience-scrolly__heading { grid-area: heading; direction: rtl; display: block; min-width: 0; padding: 0 0 clamp(18px, 2.4vh, 26px); } .experience-scrolly__heading h2 { max-width: 720px; font-size: clamp(2.15rem, 3.35vw, 3.55rem); } .experience-scrolly__heading > p { max-width: 58ch; margin-top: 16px; font-size: clamp(.82rem, .95vw, .94rem); } .experience-scrolly__stage { display: contents; } .experience-scrolly__visual { grid-area: visual; align-self: stretch; justify-self: center; width: auto; max-width: 100%; height: 100%; max-height: none; aspect-ratio: 4 / 5; border-radius: 34px; box-shadow: 0 36px 100px rgba(18, 45, 40, .22); } .experience-scrolly__copy { grid-area: copy; direction: rtl; align-self: stretch; justify-content: center; min-width: 0; } .experience-scrolly__copy-stack { min-height: 0; } .experience-scrolly__copy-item h3 { font-size: clamp(2.55rem, 3.8vw, 4.15rem); } .experience-scrolly__copy-item p { max-width: 56ch; } .experience-scrolly__nav { margin-top: clamp(14px, 2vh, 24px); }
 } @media (max-width: 1120px) and (min-width: 921px) { .experience-scrolly__layout { grid-template-columns: minmax(300px, .8fr) minmax(430px, 1.2fr); column-gap: 34px; } .experience-scrolly__visual { width: 100%; height: auto; max-height: 100%; align-self: center; } .experience-scrolly__heading h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); } .experience-scrolly__copy-item h3 { font-size: clamp(2.5rem, 4.6vw, 3.75rem); } .experience-scrolly__nav button { min-height: 58px; padding-inline: 7px; font-size: .65rem; }
 } .experience-intro { position: relative; z-index: 2; max-width: 1180px; padding-top: clamp(96px, 11vw, 158px); padding-bottom: clamp(54px, 7vw, 96px); text-align: center; } .experience-intro .kicker { margin-bottom: 18px; padding: 8px 14px; border: 1px solid rgba(var(--brand-rgb), .2); border-radius: 999px; background: rgba(var(--brand-rgb), .07); } .experience-intro h2 { max-width: 980px; margin: 0 auto; color: #17211f; font-size: clamp(2.65rem, 5.2vw, 5.45rem); line-height: 1.24; letter-spacing: -.035em; text-wrap: balance; } .experience-intro p { max-width: 62ch; margin: 26px auto 0; color: #65706d; font-size: clamp(.94rem, 1.15vw, 1.08rem); line-height: 2; } @media (min-width: 921px) { .experience-scrolly__sticky { padding: clamp(88px, 10vh, 104px) 0 26px; } .experience-scrolly__stage { direction: ltr; display: grid; grid-template-columns: minmax(360px, .92fr) minmax(500px, 1.08fr); gap: clamp(52px, 7vw, 112px); align-items: center; height: 100%; min-height: 0; } .experience-scrolly__visual { grid-area: auto; align-self: center; justify-self: center; width: auto; max-width: 100%; height: min(100%, 680px); max-height: 100%; aspect-ratio: 4 / 5; border-radius: 32px; } .experience-scrolly__copy { grid-area: auto; direction: rtl; align-self: center; justify-content: center; min-width: 0; padding: 0; } .experience-scrolly__copy-stack { display: grid; min-height: 0; } .experience-scrolly__copy-item { position: relative; inset: auto; grid-area: 1 / 1; align-self: center; } .experience-scrolly__copy-item h3 { margin: 0; color: #17211f; font-size: clamp(3.7rem, 6vw, 6.8rem); line-height: 1.08; letter-spacing: -.045em; } .experience-scrolly__copy-item p { max-width: none; margin: 18px 0 0; color: #65706d; font-size: clamp(1rem, 1.35vw, 1.22rem); line-height: 1.75; } .experience-scrolly__nav { direction: rtl; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: clamp(48px, 7vh, 72px); } .experience-scrolly__nav button, .experience-scrolly__nav button:hover, .experience-scrolly__nav button.is-active { display: flex; min-height: 54px; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 7px; padding: 12px 3px 0; border: 0; border-top: 1px solid rgba(var(--ink-rgb), .16); border-radius: 0; color: #75807d; background: transparent; box-shadow: none; font-size: .72rem; text-align: right; transform: none; } .experience-scrolly__nav button.is-active { border-top: 3px solid var(--brand-deep); color: var(--brand-deep); font-weight: 800; } .experience-scrolly__nav button span { color: rgba(var(--ink-rgb), .36); font-size: .62rem; } .experience-scrolly__nav button.is-active span { color: rgba(var(--brand-rgb), .72); } .experience-scrolly__hint { margin-top: 18px; color: #87918e; font-size: .68rem; }
 } @media (max-width: 1120px) and (min-width: 921px) { .experience-scrolly__stage { grid-template-columns: minmax(300px, .82fr) minmax(430px, 1.18fr); gap: 40px; } .experience-scrolly__visual { width: auto; height: min(100%, 570px); } .experience-scrolly__copy-item h3 { font-size: clamp(3.25rem, 6vw, 4.6rem); } .experience-scrolly__nav { gap: 8px; margin-top: 42px; } .experience-scrolly__nav button, .experience-scrolly__nav button:hover, .experience-scrolly__nav button.is-active { min-height: 48px; padding-inline: 2px; font-size: .63rem; }
 } @media (max-width: 920px) { .experience-intro { padding-top: 82px; padding-bottom: 46px; } .experience-intro h2 { max-width: 720px; font-size: clamp(2.15rem, 8vw, 3.7rem); } .experience-intro p { margin-top: 20px; }
 } @media (max-width: 640px) { .experience-intro { padding-top: 70px; padding-bottom: 36px; } .experience-intro h2 { font-size: clamp(2rem, 10vw, 2.75rem); line-height: 1.3; } .experience-intro p { max-width: 36ch; font-size: .9rem; }
 } @media (max-width: 920px) { .site-header .brand img { filter: none; }
 } .service-statement { min-height: 0; padding-block: clamp(72px, 8vw, 112px); background: radial-gradient(circle at 78% 46%, rgba(var(--brand-rgb), .08), transparent 30%), linear-gradient(135deg, #fbfdfc, #f3faf8); } .service-statement .container, .service-statement .section-heading { position: relative; z-index: 2; } .service-statement .kicker { margin-bottom: 18px; padding: 8px 14px; border: 1px solid rgba(var(--brand-rgb), .22); border-radius: 999px; background: rgba(255, 255, 255, .58); box-shadow: 0 10px 28px rgba(12, 63, 58, .055); } .service-statement .section-heading h2 { max-width: 1080px; font-size: clamp(2rem, 4vw, 4.1rem); } .service-statement__art { position: absolute; top: 50%; right: clamp(-250px, -10vw, -90px); width: min(52vw, 800px); aspect-ratio: 1; z-index: 1; transform: translateY(-50%); pointer-events: none; } .service-statement__ring, .service-statement__orbit { position: absolute; border-radius: 50%; } .service-statement__ring--outer { inset: 0; border: 2px solid rgba(var(--brand-rgb), .13); box-shadow: 0 0 0 54px rgba(var(--brand-rgb), .025), 0 0 0 108px rgba(var(--brand-rgb), .016); } .service-statement__ring--inner { inset: 22%; border: 1px solid rgba(var(--brand-rgb), .19); } .service-statement__orbit { inset: 0; animation: serviceStatementOrbit 18s linear infinite; } .service-statement__orbit i { position: absolute; top: -6px; left: 50%; width: 12px; height: 12px; border: 2px solid #fff; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 8px rgba(var(--brand-rgb), .12), 0 0 24px rgba(var(--brand-rgb), .48); transform: translateX(-50%); } @keyframes serviceStatementOrbit { to { transform: rotate(360deg); } } .robot-scroll__callouts { position: absolute; inset: 0; z-index: 5; pointer-events: none; } .robot-scroll__callout { --point-x: 50%; --point-y: 50%; position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 360ms ease, visibility 360ms ease; } .robot-scroll__callout::before { content: ""; position: absolute; left: var(--point-x); top: var(--point-y); width: 11px; height: 11px; border: 2px solid #fff; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 8px rgba(var(--brand-rgb), .15), 0 0 26px rgba(var(--brand-rgb), .52); transform: translate(-50%, -50%) scale(.55); transition: transform 420ms cubic-bezier(.2,.7,.2,1); } .robot-scroll__callout::after { content: ""; position: absolute; left: var(--point-x); top: var(--point-y); width: clamp(105px, 14vw, 220px); height: 1px; background: linear-gradient(90deg, rgba(var(--brand-rgb), .9), rgba(var(--brand-rgb), .08)); transform: scaleX(0); transform-origin: left center; transition: transform 520ms 80ms cubic-bezier(.2,.7,.2,1); } .robot-scroll__callout--left::after { background: linear-gradient(90deg, rgba(var(--brand-rgb), .08), rgba(var(--brand-rgb), .9)); transform: translateX(-100%) scaleX(0); transform-origin: right center; } .robot-scroll__callout > div { position: absolute; width: min(250px, 20vw); padding: 15px 17px; border: 1px solid rgba(var(--brand-rgb), .2); border-radius: 17px; background: rgba(255, 255, 255, .78); box-shadow: 0 18px 50px rgba(17, 49, 45, .12); backdrop-filter: blur(14px) saturate(135%); -webkit-backdrop-filter: blur(14px) saturate(135%); transform: translateY(12px); transition: transform 480ms 100ms cubic-bezier(.2,.7,.2,1); } .robot-scroll__callout > div span { display: block; margin-bottom: 5px; color: var(--brand-deep); font-size: .68rem; font-weight: 700; } .robot-scroll__callout > div strong { color: var(--ink); font-size: .9rem; line-height: 1.6; } .robot-scroll__callout.is-active { opacity: 1; visibility: visible; } .robot-scroll__callout.is-active::before { transform: translate(-50%, -50%) scale(1); } .robot-scroll__callout.is-active::after { transform: scaleX(1); } .robot-scroll__callout--left.is-active::after { transform: translateX(-100%) scaleX(1); } .robot-scroll__connector { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; overflow: visible; opacity: 0; pointer-events: none; transition: opacity 220ms ease; } .latin-standard { direction: ltr; unicode-bidi: isolate; font-family: Arial, Helvetica, sans-serif; font-weight: 700; letter-spacing: .01em; } .robot-scroll__connector.is-visible { opacity: 1; } .robot-scroll__connector path { fill: none; stroke: rgba(var(--brand-rgb), .82); stroke-width: 1.4; stroke-linecap: round; vector-effect: non-scaling-stroke; } .robot-scroll__connector circle { fill: var(--brand); stroke: #fff; stroke-width: 2; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 7px rgba(var(--brand-rgb), .55)); } .robot-scroll__callout.is-active > div { transform: translateY(0); } .robot-scroll__feature-list { position: absolute; right: 50%; bottom: clamp(74px, 9vh, 104px); z-index: 6; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; width: min(920px, 80%); margin: 0; padding: 0; list-style: none; opacity: 0; visibility: hidden; transform: translate(50%, 18px); transition: opacity 420ms ease, visibility 420ms ease, transform 520ms cubic-bezier(.2,.7,.2,1); } .robot-scroll__feature-list li { display: grid; grid-template-columns: 34px 1fr; gap: 9px; align-items: center; min-height: 62px; padding: 11px 13px; border: 1px solid rgba(var(--brand-rgb), .18); border-radius: 15px; background: rgba(255, 255, 255, .8); box-shadow: 0 14px 38px rgba(18, 51, 46, .1); backdrop-filter: blur(13px); -webkit-backdrop-filter: blur(13px); } .robot-scroll__feature-list li span { color: var(--brand-deep); font-size: .68rem; font-weight: 700; } .robot-scroll__feature-list li strong { color: var(--ink); font-size: .76rem; line-height: 1.55; } .robot-scroll.is-feature-summary .robot-scroll__feature-list { opacity: 1; visibility: visible; transform: translate(50%, 0); } @media (max-width: 920px) { .service-statement__art { right: -32%; width: 78vw; opacity: .8; } .robot-scroll__callouts { display: none; } .robot-scroll__feature-list, .robot-scroll.is-feature-summary .robot-scroll__feature-list { position: relative; right: auto; bottom: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; margin: 10px auto 34px; opacity: 1; visibility: visible; transform: none; }
 } @media (max-width: 640px) { .service-statement__art { right: -55%; width: 110vw; opacity: .64; } .robot-scroll__feature-list { grid-template-columns: 1fr; }
 } @media (prefers-reduced-motion: reduce) { .service-statement__orbit { animation: none; } .robot-scroll__feature-list { position: relative; right: auto; bottom: auto; width: 100%; margin: 12px auto 32px; opacity: 1; visibility: visible; transform: none; }
 } :root { --brand-rgb: 8, 205, 191; --ink-rgb: 25, 31, 31; --ease-out-premium: cubic-bezier(.16, 1, .3, 1); --scroll-progress: 0; --hero-progress: 0; } body { background: radial-gradient(circle at 8% 18%, rgba(var(--brand-rgb), .045), transparent 26rem), var(--surface); } .scroll-progress { position: fixed; inset: 0 0 auto; z-index: 1200; height: 3px; pointer-events: none; } .scroll-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--brand-deep), var(--brand), #74f4e9); box-shadow: 0 0 14px rgba(var(--brand-rgb), .55); transform: scaleX(var(--scroll-progress)); transform-origin: right center; will-change: transform; } .site-header { isolation: isolate; } .site-header::after { background: linear-gradient(115deg, rgba(255,255,255,.97), rgba(255,255,255,.87)), rgba(255,255,255,.9); border-bottom-color: rgba(var(--ink-rgb), .065); box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; } .site-header.is-scrolled::after { background: rgba(255,255,255,.82); backdrop-filter: blur(22px) saturate(145%); -webkit-backdrop-filter: blur(22px) saturate(145%); } .brand img { transition: transform 500ms var(--ease-out-premium), filter 300ms ease; } .brand:hover img { transform: translateY(-1px) scale(1.015); filter: drop-shadow(0 10px 18px rgba(var(--brand-rgb), .12)); } .main-nav a { padding: 9px 2px; isolation: isolate; } .main-nav a::before { content: ""; position: absolute; inset: 3px -10px; z-index: -1; border-radius: 999px; background: rgba(var(--brand-rgb), .09); opacity: 0; transform: scale(.88); transition: opacity var(--transition), transform var(--transition); } .main-nav a:hover::before, .main-nav a.is-current::before { opacity: 1; transform: scale(1); } .main-nav a.is-current { color: var(--brand-deep); } .button { position: relative; isolation: isolate; overflow: hidden; } .button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 15%, rgba(255,255,255,.48) 48%, transparent 75%); transform: translateX(120%); transition: transform 650ms var(--ease-out-premium); pointer-events: none; } .button:hover::before, .button:focus-visible::before { transform: translateX(-120%); } .button--primary { background: linear-gradient(135deg, #16d7ca, var(--brand)); box-shadow: 0 14px 34px rgba(var(--brand-rgb), .24), 0 1px 0 rgba(255,255,255,.55) inset; } @keyframes scroll-cue { 0%, 100% { opacity: .35; transform: translateY(0); } 45% { opacity: 1; transform: translateY(10px); } } .service-intro::before, .knowledge::before { content: ""; position: absolute; width: min(760px, 70vw); height: min(760px, 70vw); top: -40%; right: -28%; border: 1px solid rgba(var(--brand-rgb), .08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(var(--brand-rgb), .02), 0 0 0 140px rgba(var(--brand-rgb), .015); pointer-events: none; } .section-heading h2, .complete-service__content h2, .robot__content h2, .about__content h2, .contact__intro h2 { line-height: 1.28; } .feature-card, .service-list__item, .article-card { position: relative; overflow: hidden; background: linear-gradient(145deg, #fff, #fbfdfd); } .feature-card::after, .service-list__item::after, .article-card::after { content: ""; position: absolute; inset: auto 18px 0; height: 2px; border-radius: 999px; background: linear-gradient(90deg, transparent, rgba(var(--brand-rgb), .7), transparent); opacity: 0; transform: scaleX(.5); transition: opacity 300ms ease, transform 500ms var(--ease-out-premium); } .feature-card:hover::after, .service-list__item:hover::after, .article-card:hover::after { opacity: 1; transform: scaleX(1); } .icon-badge { box-shadow: 0 12px 30px rgba(var(--brand-rgb), .12), 0 0 0 1px rgba(var(--brand-rgb), .08) inset; transition: transform 420ms var(--ease-out-premium), box-shadow 300ms ease; } .feature-card:hover .icon-badge { transform: translateY(-3px) rotate(-3deg); box-shadow: 0 18px 36px rgba(var(--brand-rgb), .18); } .experience { isolation: isolate; } .experience::before { content: ""; position: absolute; inset: 5% 0 auto; z-index: -1; height: 60%; background: radial-gradient(circle at 70% 30%, rgba(var(--brand-rgb), .08), transparent 38%); } .experience-card { isolation: isolate; border: 1px solid rgba(255,255,255,.68); box-shadow: 0 22px 60px rgba(12,43,40,.13); transition: transform 550ms var(--ease-out-premium), box-shadow 450ms ease, border-color 300ms ease; } .experience-card::before { content: ""; position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle at var(--pointer-x, 70%) var(--pointer-y, 30%), rgba(var(--brand-rgb), .32), transparent 36%); opacity: 0; transition: opacity 350ms ease; pointer-events: none; } .experience-card:hover { z-index: 3; border-color: rgba(var(--brand-rgb), .35); box-shadow: 0 32px 80px rgba(11,42,39,.22); transform: translateY(-7px); } .experience-card:hover::before { opacity: 1; } .experience-card__content { z-index: 3; transition: transform 450ms var(--ease-out-premium); } .experience-card:hover .experience-card__content { transform: translateY(-5px); } .experience-card__content span { display: inline-flex; padding: 5px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(7,32,30,.34); backdrop-filter: blur(8px); } .story { padding-block: clamp(100px, 10vw, 150px); background: radial-gradient(circle at 16% 15%, rgba(var(--brand-rgb), .25), transparent 34%), radial-gradient(circle at 87% 78%, rgba(var(--brand-rgb), .11), transparent 27%), linear-gradient(135deg, #081d1d, #123b38 55%, #082422); } .story__line { position: absolute; top: 0; right: 50%; width: 1px; height: 82px; background: linear-gradient(var(--brand), transparent); } .story__media { border: 1px solid rgba(255,255,255,.15); box-shadow: 0 44px 110px rgba(0,0,0,.38), 0 0 0 10px rgba(255,255,255,.025); transform: rotate(.7deg); transition: transform 700ms var(--ease-out-premium), box-shadow 500ms ease; } .story__media:hover { transform: rotate(0) translateY(-5px); box-shadow: 0 50px 120px rgba(0,0,0,.45), 0 0 0 10px rgba(var(--brand-rgb), .04); } .story__quote-mark { position: absolute; top: -82px; right: -24px; color: rgba(var(--brand-rgb), .13); font-size: 10rem; font-weight: 700; line-height: 1; pointer-events: none; } .story__content blockquote { border-right-width: 4px; background: linear-gradient(110deg, rgba(255,255,255,.1), rgba(255,255,255,.045)); box-shadow: 0 18px 40px rgba(0,0,0,.12); } .service-list__item { transition: transform 420ms var(--ease-out-premium), border-color 300ms ease, box-shadow 300ms ease; } .service-list__item:hover { border-color: rgba(var(--brand-rgb), .35); box-shadow: 0 24px 58px rgba(17,48,45,.12); transform: translateY(-4px); } .process { isolation: isolate; background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(135deg, #102625, #0a1d1d); background-size: 54px 54px, 54px 54px, auto; } .process__glow { position: absolute; z-index: -1; width: 520px; height: 520px; top: -330px; right: 50%; border-radius: 50%; background: rgba(var(--brand-rgb), .2); filter: blur(120px); transform: translateX(50%); } .timeline::before { height: 2px; background: rgba(255,255,255,.09); } .timeline__item::before { content: ""; position: absolute; top: 32px; right: 50%; z-index: -1; width: calc(100% + 18px); height: 2px; background: linear-gradient(90deg, var(--brand), rgba(var(--brand-rgb), .18)); transform: scaleX(0); transform-origin: right; transition: transform 700ms var(--ease-out-premium); } .timeline__item:last-child::before { display: none; } .timeline__item.is-active::before { transform: scaleX(1); } .timeline__number { transition: transform 500ms var(--ease-out-premium), box-shadow 450ms ease, background 300ms ease; } .timeline__item.is-active .timeline__number { background: #6af4e8; box-shadow: 0 0 0 10px rgba(var(--brand-rgb), .1), 0 0 38px rgba(var(--brand-rgb), .38); transform: translateY(-4px) scale(1.04); } .robot { background: radial-gradient(circle at 85% 18%, rgba(var(--brand-rgb), .09), transparent 28rem), var(--surface); } .robot__media { isolation: isolate; border: 1px solid rgba(var(--brand-rgb), .18); background: #091d1c; box-shadow: 0 38px 100px rgba(10,45,42,.22); transition: transform 600ms var(--ease-out-premium), box-shadow 500ms ease; } .robot__media::after { content: ""; position: absolute; inset: 0; z-index: 2; background: radial-gradient(circle at var(--pointer-x, 72%) var(--pointer-y, 30%), rgba(var(--brand-rgb), .2), transparent 33%); opacity: .55; pointer-events: none; } .robot__media.is-in-view { box-shadow: 0 42px 110px rgba(10,45,42,.28), 0 0 0 1px rgba(var(--brand-rgb), .1); } .robot__media.is-playing { transform: translateY(-4px); box-shadow: 0 45px 120px rgba(8,60,55,.3), 0 0 0 1px rgba(var(--brand-rgb), .25); } .robot__media video { position: relative; z-index: 1; } .robot__media-label, .robot__media-status, .media-corner { z-index: 3; } .robot__media-status { position: absolute; right: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(8,29,28,.68); backdrop-filter: blur(10px); font-size: .7rem; font-weight: 700; pointer-events: none; } .robot__media-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(var(--brand-rgb), .12); } .media-corner { position: absolute; width: 28px; height: 28px; border-color: rgba(255,255,255,.55); pointer-events: none; } .media-corner--one { top: 16px; left: 16px; border-top: 1px solid; border-left: 1px solid; border-radius: 8px 0 0; } .media-corner--two { right: 16px; bottom: 16px; border-right: 1px solid; border-bottom: 1px solid; border-radius: 0 0 8px; } .contact-form { position: relative; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.99), rgba(244,250,249,.97)); box-shadow: 0 42px 110px rgba(0,0,0,.28), 0 1px 0 rgba(255,255,255,.7) inset; } .contact-form::before { content: ""; position: absolute; width: 240px; height: 240px; top: -180px; left: -120px; border-radius: 50%; background: rgba(var(--brand-rgb), .15); filter: blur(50px); pointer-events: none; } .contact-form label { transition: color var(--transition); } .contact-form label:focus-within { color: var(--brand-deep); } .contact-form input, .contact-form select, .contact-form textarea { transition: border-color var(--transition), box-shadow var(--transition), background var(--transition), transform var(--transition); } .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { transform: translateY(-1px); box-shadow: 0 0 0 4px rgba(var(--brand-rgb), .12), 0 12px 28px rgba(15,58,54,.07); } .reveal { --reveal-order: 0; opacity: 0; transform: translateY(18px) scale(.992); transition: opacity 620ms var(--ease-out-premium), transform 720ms var(--ease-out-premium); transition-delay: calc(var(--reveal-order) * 55ms); } .reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); } @media (hover: hover) and (pointer: fine) { .text-link:hover, .back-link:hover { color: var(--brand-dark); }
 } @media (max-width: 920px) { .main-nav a::before { inset: 5px -8px; } .timeline__item::before { top: 68px; right: 33px; width: 2px; height: calc(100% - 44px); background: linear-gradient(var(--brand), rgba(var(--brand-rgb), .1)); transform: scaleY(0); transform-origin: top; } .timeline__item.is-active::before { transform: scaleY(1); }
 } @media (max-width: 640px) { .scroll-progress { height: 2px; } .story { padding-block: 88px; } .story__media { transform: none; } .story__quote-mark { top: -42px; right: -5px; font-size: 6rem; } .experience-card:hover, .service-list__item:hover, .robot__media.is-playing { transform: none; } .robot__media-status { right: 12px; bottom: 12px; max-width: calc(100% - 24px); font-size: .64rem; }
 } @media (prefers-reduced-motion: reduce) { .scroll-progress { display: none; } .story__media, .timeline__number, .timeline__item::before { transform: none !important; will-change: auto; } .timeline__item::before { transition: none; }
 } .experience--scrolly { position: relative; isolation: isolate; background: #f2eee4; } .experience-scrolly__track { display: none; position: relative; height: 470vh; } .has-js .experience-scrolly__track { display: block; } .has-js .experience-fallback { display: none; } .experience-scrolly__sticky { position: sticky; top: 0; height: 100svh; min-height: 680px; overflow: hidden; padding: 102px 0 30px; background: linear-gradient(90deg, rgba(34, 48, 46, 0.045) 1px, transparent 1px) center / min(24vw, 350px) 100%, #f2eee4; } .experience-scrolly__sticky::before { content: ""; position: absolute; width: min(38vw, 560px); aspect-ratio: 1; top: -26%; left: -10%; border: 1px solid rgba(var(--brand-rgb), .15); border-radius: 50%; box-shadow: 0 0 0 68px rgba(var(--brand-rgb), .025), 0 0 0 136px rgba(var(--brand-rgb), .018); pointer-events: none; } .experience-scrolly__layout { position: relative; z-index: 1; display: grid; grid-template-rows: auto minmax(0, 1fr); gap: clamp(18px, 2.5vh, 34px); height: 100%; } .experience-scrolly__heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: clamp(36px, 6vw, 92px); align-items: end; } .experience-scrolly__heading h2 { max-width: 760px; margin: 0; font-size: clamp(2rem, 3.5vw, 3.45rem); line-height: 1.28; } .experience-scrolly__heading > p { max-width: 48ch; margin: 0; font-size: .94rem; } .experience-scrolly__stage { direction: ltr; display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(310px, .72fr); gap: clamp(28px, 5vw, 76px); min-height: 0; align-items: stretch; } .experience-scrolly__visual { position: relative; min-height: 0; overflow: hidden; background: #cad4d1; box-shadow: 0 34px 90px rgba(29, 42, 40, .18); clip-path: polygon(0 0, 93% 0, 100% 12%, 100% 100%, 7% 100%, 0 88%); } .experience-scrolly__visual::after { content: ""; position: absolute; inset: 0; z-index: 4; border: 1px solid rgba(255, 255, 255, .64); clip-path: inherit; pointer-events: none; } .experience-scrolly__scene { position: absolute; inset: 0; z-index: 1; margin: 0; opacity: 0; visibility: hidden; transform: scale(1.045); transition: opacity 620ms ease, visibility 620ms ease, transform 1100ms cubic-bezier(.2,.7,.2,1); } .experience-scrolly__scene.is-active { z-index: 2; opacity: 1; visibility: visible; transform: scale(1); } .experience-scrolly__scene img { width: 100%; height: 100%; object-fit: cover; } .experience-scrolly__shade { position: absolute; inset: 0; z-index: 3; background: linear-gradient(180deg, transparent 58%, rgba(7, 25, 24, .35)), linear-gradient(90deg, rgba(7, 25, 24, .14), transparent 38%); pointer-events: none; } .experience-scrolly__counter { position: absolute; z-index: 5; right: 24px; bottom: 20px; direction: ltr; display: flex; align-items: center; gap: 10px; color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-shadow: 0 2px 16px rgba(0,0,0,.3); } .experience-scrolly__counter i { width: 54px; height: 1px; background: rgba(255,255,255,.65); } .experience-scrolly__copy { direction: rtl; display: flex; min-height: 0; flex-direction: column; justify-content: center; padding-block: 8px; } .experience-scrolly__copy-stack { position: relative; min-height: 238px; } .experience-scrolly__copy-item { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: translateY(28px); transition: opacity 420ms ease, visibility 420ms ease, transform 620ms cubic-bezier(.2,.7,.2,1); } .experience-scrolly__copy-item.is-active { opacity: 1; visibility: visible; transform: translateY(0); } .experience-scrolly__copy-item > span { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--brand-deep); font-size: .78rem; font-weight: 700; } .experience-scrolly__copy-item > span::before { content: ""; width: 26px; height: 2px; background: var(--brand); } .experience-scrolly__copy-item h3 { margin-bottom: 18px; color: #28211e; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.08; letter-spacing: -.035em; } .experience-scrolly__copy-item p { max-width: 43ch; margin: 0; color: #57504b; font-size: clamp(.92rem, 1.1vw, 1.05rem); line-height: 1.95; } .experience-scrolly__nav { display: grid; gap: 0; margin-top: clamp(18px, 3vh, 34px); border-top: 1px solid rgba(53, 48, 44, .16); } .experience-scrolly__nav button { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: center; min-height: 42px; padding: 6px 0; border: 0; border-bottom: 1px solid rgba(53, 48, 44, .11); color: rgba(55, 49, 45, .48); background: transparent; text-align: right; cursor: pointer; transition: color 260ms ease, padding 360ms cubic-bezier(.2,.7,.2,1); } .experience-scrolly__nav button::after { content: ""; position: absolute; right: 0; bottom: -1px; width: 0; height: 2px; background: var(--brand-dark); transition: width 420ms cubic-bezier(.2,.7,.2,1); } .experience-scrolly__nav button span { direction: ltr; color: rgba(55, 49, 45, .34); font-size: .7rem; letter-spacing: .08em; } .experience-scrolly__nav button:hover, .experience-scrolly__nav button.is-active { padding-right: 10px; color: #28211e; } .experience-scrolly__nav button.is-active::after { width: 100%; } .experience-scrolly__nav button.is-active span { color: var(--brand-deep); } .experience-scrolly__hint { display: flex; align-items: center; gap: 10px; margin: 18px 0 0; color: rgba(55, 49, 45, .55); font-size: .72rem; } .experience-scrolly__hint > span { position: relative; width: 18px; height: 28px; border: 1px solid rgba(55, 49, 45, .34); border-radius: 999px; } .experience-scrolly__hint > span::after { content: ""; position: absolute; top: 6px; left: 50%; width: 3px; height: 5px; border-radius: 999px; background: var(--brand-deep); transform: translateX(-50%); animation: experience-scroll-hint 1.8s ease-in-out infinite; } @keyframes experience-scroll-hint { 0%, 100% { opacity: .35; transform: translate(-50%, 0); } 50% { opacity: 1; transform: translate(-50%, 8px); } } .experience-scrolly__progress { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: rgba(41, 37, 34, .09); } .experience-scrolly__progress span { display: block; width: calc(var(--experience-progress, 0) * 100%); height: 100%; background: linear-gradient(90deg, var(--brand-dark), var(--brand)); transition: width 90ms linear; } .experience-fallback { padding-block: clamp(80px, 8vw, 112px); } @media (max-width: 1120px) and (min-width: 921px) { .experience-scrolly__sticky { min-height: 620px; padding-top: 94px; } .experience-scrolly__heading { grid-template-columns: minmax(0, 1.1fr) minmax(250px, .9fr); gap: 36px; } .experience-scrolly__stage { grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr); gap: 34px; } .experience-scrolly__copy-item h3 { font-size: clamp(2.5rem, 5vw, 4rem); } .experience-scrolly__nav button { min-height: 38px; }
 } @media (max-width: 920px) { .has-js .experience-scrolly__track { display: none; } .experience--scrolly { background: var(--surface); }
 } @media (prefers-reduced-motion: reduce) { .has-js .experience-scrolly__track { display: none; } .has-js .experience-fallback { display: block; } .experience-scrolly__scene, .experience-scrolly__copy-item, .experience-scrolly__nav button, .experience-scrolly__nav button::after, .experience-scrolly__progress span { transition: none !important; } .experience-scrolly__hint > span::after { animation: none; }
 } .process-journey { position: relative; padding: 0; overflow: clip; color: var(--ink); background: radial-gradient(circle at 88% 12%, rgba(var(--brand-rgb), .08), transparent 30rem), linear-gradient(180deg, #fff 0%, #f8fbfa 100%); } .process-journey::after { content: ""; position: absolute; top: -300px; right: -250px; width: 720px; height: 720px; border: 1px solid rgba(var(--brand-rgb), .08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(var(--brand-rgb), .018), 0 0 0 180px rgba(var(--brand-rgb), .012); pointer-events: none; } .process-journey__track { position: relative; height: 430vh; min-height: 2600px; } .process-journey__sticky { position: sticky; top: 0; z-index: 2; display: grid; align-items: center; min-height: 100svh; padding: clamp(88px, 9vh, 126px) 0 clamp(42px, 6vh, 76px); } .process-journey__inner { width: min(1460px, calc(100% - 48px)); } .process-journey__heading { max-width: 780px; margin-inline: auto; text-align: center; } .process-journey__heading h2 { margin: 10px 0 14px; font-size: clamp(2rem, 4vw, 4.3rem); line-height: 1.15; } .process-journey__heading p { max-width: 680px; margin-inline: auto; color: var(--muted); } .process-journey__meta { display: flex; align-items: center; gap: 16px; width: min(460px, 100%); margin: clamp(24px, 3vh, 36px) auto clamp(34px, 4vh, 54px); } .process-journey__count { display: inline-flex; align-items: baseline; gap: 5px; min-width: 78px; padding: 8px 14px; border: 1px solid rgba(var(--brand-rgb), .18); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.72); font-size: .82rem; font-style: normal; text-align: center; } .process-journey__count b { color: var(--brand-dark); font-size: 1rem; } .process-journey__count i { font-style: normal; opacity: .45; } .process-journey__bar { flex: 1; overflow: hidden; height: 5px; border-radius: 999px; background: rgba(21,48,46,.1); } .process-journey__bar span { display: block; width: calc(var(--process-progress, 0) * 100%); height: 100%; border-radius: inherit; background: var(--brand); transition: width 360ms var(--ease-out-premium); } .process-journey__rail-wrap { position: relative; } .process-journey__rail { position: absolute; top: 76px; right: 7.5%; left: 7.5%; z-index: 0; height: 2px; background: rgba(20,52,49,.11); } .process-journey__rail-fill { position: absolute; top: 0; right: 0; width: calc(var(--process-progress, 0) * 100%); height: 100%; border-radius: 999px; background: var(--brand); box-shadow: 0 0 14px rgba(var(--brand-rgb), .24); transition: width 440ms var(--ease-out-premium); } .process-journey__flow-arrow { position: absolute; top: 50%; right: calc(var(--process-progress, 0) * 100%); width: 18px; height: 18px; border-top: 2px solid var(--brand); border-left: 2px solid var(--brand); filter: drop-shadow(0 0 7px rgba(var(--brand-rgb), .3)); transform: translate(50%, -50%) rotate(-45deg); transition: right 440ms var(--ease-out-premium); } .process-journey__steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 1.6vw, 24px); margin: 0; padding: 0; list-style: none; direction: rtl; } .process-journey__step { min-width: 0; } .process-journey__step button { position: relative; display: grid; place-items: center; width: 100%; min-height: 174px; padding: 25px 14px 20px; border: 1px solid rgba(31,64,61,.09); border-radius: 22px; color: #73817f; background: rgba(255,255,255,.62); box-shadow: none; opacity: .48; cursor: pointer; transition: opacity 300ms ease, color 300ms ease, border-color 300ms ease, background 300ms ease, transform 400ms var(--ease-out-premium), box-shadow 400ms ease; } .process-journey__step button:hover, .process-journey__step button:focus-visible { opacity: .78; border-color: rgba(var(--brand-rgb), .28); outline: none; } .process-journey__number { position: absolute; top: -18px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(31,64,61,.1); border-radius: 50%; background: #f3f6f5; font-weight: 700; } .process-journey__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 13px; border-radius: 50%; background: rgba(var(--brand-rgb), .07); } .process-journey__icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; } .process-journey__step strong { font-size: clamp(.86rem, 1vw, 1.02rem); } .process-journey__step small { margin-top: 5px; font-size: .73rem; opacity: .72; } .process-journey__check { position: absolute; top: 13px; left: 13px; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: white; background: var(--brand-dark); font-size: .68rem; opacity: 0; transform: scale(.65); transition: opacity 260ms ease, transform 320ms var(--ease-out-premium); } .process-journey__step.is-complete button { color: var(--brand-dark); border-color: rgba(var(--brand-rgb), .23); background: rgba(var(--brand-rgb), .045); opacity: .88; } .process-journey__step.is-complete .process-journey__check { opacity: 1; transform: scale(1); } .process-journey__step.is-active button { color: var(--ink); border-color: rgba(var(--brand-rgb), .82); background: rgba(255,255,255,.98); box-shadow: 0 24px 66px rgba(15,83,77,.13), 0 0 0 5px rgba(var(--brand-rgb), .055); opacity: 1; transform: translateY(-10px); } .process-journey__step.is-active .process-journey__number { color: #052a27; border-color: transparent; background: var(--brand); box-shadow: 0 8px 25px rgba(var(--brand-rgb), .24); } .process-journey__step.is-active .process-journey__icon { color: var(--brand-dark); background: rgba(var(--brand-rgb), .12); } .process-journey__detail { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 22px; align-items: center; width: min(710px, 100%); min-height: 102px; margin: clamp(24px, 4vh, 42px) auto 0; padding: 20px 26px; border: 1px solid rgba(var(--brand-rgb), .24); border-radius: 20px; background: rgba(255,255,255,.78); box-shadow: 0 20px 60px rgba(24,73,69,.08); backdrop-filter: blur(14px); } .process-journey__detail > span { display: grid; place-items: center; min-width: 78px; min-height: 58px; border-left: 1px solid rgba(31,64,61,.1); color: var(--muted); font-size: .76rem; } .process-journey__detail > span b { color: var(--brand-dark); font-size: 1.5rem; } .process-journey__detail h3 { margin: 0 0 5px; font-size: 1.05rem; } .process-journey__detail p { margin: 0; color: var(--muted); font-size: .86rem; } .process-journey__hint { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 20px 0 0; color: #81908e; font-size: .76rem; } .process-journey__hint span { position: relative; width: 18px; height: 28px; border: 1px solid rgba(var(--brand-rgb), .48); border-radius: 999px; } .process-journey__hint span::after { content: ""; position: absolute; top: 6px; right: 50%; width: 3px; height: 6px; border-radius: 99px; background: var(--brand-dark); transform: translateX(50%); animation: processScrollHint 1.5s ease-in-out infinite; } @keyframes processScrollHint { 0%,100%{transform:translate(50%,0);opacity:.35} 50%{transform:translate(50%,7px);opacity:1} } .process-journey__mobile { display: none; padding-block: 84px; } .process-journey__mobile ol { display: grid; gap: 14px; margin: 34px 0 0; padding: 0; list-style: none; } .process-journey__mobile li { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 20px; border: 1px solid rgba(var(--brand-rgb), .15); border-radius: 18px; background: #fff; } .process-journey__mobile li > span { display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--brand-soft);color:var(--brand-dark);font-weight:700; } .process-journey__mobile h3 { margin: 0 0 5px; font-size: 1rem; } .process-journey__mobile p { margin: 0; color: var(--muted); font-size: .84rem; } @media (max-width: 1120px) and (min-width: 921px) { .process-journey__sticky { padding-top: 96px; } .process-journey__inner { width: min(1180px, calc(100% - 34px)); } .process-journey__step button { min-height: 158px; padding-inline: 8px; } .process-journey__step small { display: none; }
 } @media (max-width: 920px) { .process-journey__track { display: none; } .process-journey__mobile { display: block; } .process-journey::after { display: none; }
 } @media (prefers-reduced-motion: reduce) { .process-journey__track { display: none; } .process-journey__mobile { display: block; } .process-journey__hint span::after { animation: none; }
 } .robot.robot-scroll { --robot-progress: 0; position: relative; height: 285vh; min-height: 2100px; padding: 0; overflow: clip; background: #fff; isolation: isolate; } .robot-scroll__sticky { position: sticky; top: 0; height: 100svh; min-height: 650px; overflow: hidden; background: #fff; } .robot-scroll__stage { position: relative; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; height: 100%; padding-top: clamp(92px, 10vh, 126px); padding-bottom: clamp(26px, 4vh, 48px); } .robot-scroll__heading { position: relative; z-index: 4; width: min(540px, 48vw); margin: 0; pointer-events: none; } .robot-scroll__heading h2 { max-width: none; margin: 8px 0 10px; color: var(--ink); font-size: clamp(2.45rem, 4.5vw, 5rem); line-height: 1.05; letter-spacing: -.045em; } .robot-scroll__heading p { margin: 0; color: var(--muted); font-size: clamp(.86rem, 1.1vw, 1rem); } .robot-scroll__visual { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; overflow: hidden; pointer-events: none; } .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { grid-area: 1 / 1; width: min(84vw, 1420px); height: min(88vh, 940px); max-width: none; object-fit: contain; background: transparent; filter: brightness(1.025) contrast(1.015); transform: translate3d(-3vw, 3vh, 0) scale(1.03); user-select: none; -webkit-user-drag: none; pointer-events: none; } .robot-scroll__edge { position: absolute; right: 0; left: 0; z-index: 2; height: 18%; pointer-events: none; } .robot-scroll__edge--top { top: 0; background: linear-gradient(#fff 12%, rgba(255,255,255,.98) 35%, transparent); } .robot-scroll__edge--bottom { bottom: 0; background: linear-gradient(transparent, rgba(255,255,255,.97) 65%, #fff 92%); } .robot-scroll__progress { position: relative; z-index: 4; display: grid; grid-template-columns: auto minmax(100px, 260px) 52px; gap: 14px; align-items: center; width: fit-content; margin-right: auto; margin-left: 0; color: #61706e; font-size: .76rem; font-weight: 700; direction: rtl; } .robot-scroll__progress-track { position: relative; display: block; height: 2px; overflow: hidden; border-radius: 999px; background: #dfe7e5; } .robot-scroll__progress-track i { position: absolute; inset: 0; border-radius: inherit; background: var(--brand); box-shadow: 0 0 14px rgba(var(--brand-rgb), .32); transform: scaleX(0); transform-origin: right center; will-change: transform; } .robot-scroll__progress-value { min-width: 46px; color: var(--brand-dark); text-align: left; font-variant-numeric: tabular-nums; } .robot-scroll__hint { position: absolute; right: 50%; bottom: clamp(22px, 4vh, 42px); z-index: 4; display: inline-flex; align-items: center; gap: 10px; color: #8a9896; font-size: .72rem; transform: translateX(50%); pointer-events: none; } .robot-scroll__hint span { position: relative; width: 17px; height: 27px; border: 1px solid rgba(var(--brand-rgb), .45); border-radius: 999px; } .robot-scroll__hint span::after { content: ""; position: absolute; top: 5px; right: 50%; width: 3px; height: 6px; border-radius: 999px; background: var(--brand-dark); transform: translateX(50%); animation: robotScrollWheel 1.5s ease-in-out infinite; } @keyframes robotScrollWheel { 0%, 100% { opacity: .3; transform: translate(50%, 0); } 50% { opacity: 1; transform: translate(50%, 7px); } } .robot-scroll.is-video-error { height: auto; min-height: 760px; } .robot-scroll.is-video-error .robot-scroll__sticky { position: relative; height: 760px; } .robot-scroll.is-video-error .robot-scroll__progress, .robot-scroll.is-video-error .robot-scroll__hint { display: none; } @media (max-width: 1120px) and (min-width: 921px) { .robot-scroll__heading { width: min(480px, 46vw); } .robot-scroll__progress { grid-template-columns: minmax(150px, 240px) 52px; } .robot-scroll__progress-label { display: none; } .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { width: 92vw; transform: translate3d(-7vw, 4vh, 0) scale(1.02); }
 } @media (max-width: 920px) { .robot.robot-scroll { height: auto; min-height: 0; padding: 82px 0 56px; overflow: hidden; } .robot-scroll__sticky { position: relative; height: auto; min-height: 0; overflow: visible; } .robot-scroll__stage { display: block; height: auto; padding-top: 0; padding-bottom: 0; } .robot-scroll__heading { width: 100%; text-align: center; } .robot-scroll__heading h2 { font-size: clamp(2.25rem, 9vw, 3.7rem); } .robot-scroll__visual { position: relative; inset: auto; width: 100%; min-height: 520px; margin-top: 12px; } .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { width: min(100%, 720px); height: 520px; max-width: 100%; filter: brightness(1.06) contrast(1.045); transform: none; } .robot-scroll__edge--top { height: 12%; } .robot-scroll__edge--bottom { height: 20%; } .robot-scroll__progress, .robot-scroll__hint { display: none; }
 } @media (max-width: 640px) { .robot.robot-scroll { padding-top: 68px; } .robot-scroll__visual { min-height: 470px; } .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { width: 100%; height: 470px; }
 } @media (prefers-reduced-motion: reduce) { .robot.robot-scroll { height: auto; min-height: 0; padding: 88px 0 64px; } .robot-scroll__sticky { position: relative; height: auto; min-height: 0; } .robot-scroll__stage { display: block; height: auto; padding: 0; } .robot-scroll__heading { width: 100%; text-align: center; } .robot-scroll__visual { position: relative; inset: auto; min-height: 560px; } .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { width: min(100%, 1000px); height: 560px; transform: none; } .robot-scroll__progress, .robot-scroll__hint { display: none; } .robot-scroll__hint span::after { animation: none; }
 } [hidden] { display: none !important; } .service-statement { position: relative; overflow: hidden; padding-block: clamp(78px, 10vw, 132px); } .service-statement .section-heading { margin-bottom: 0; } .service-statement .section-heading h2 { max-width: 980px; margin-inline: auto; font-size: clamp(2rem, 4vw, 4.25rem); line-height: 1.35; } .service-process { position: relative; overflow: hidden; background: #fff; } .service-process__steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin: 52px 0 0; padding: 0; list-style: none; } .service-process__steps li { position: relative; min-height: 210px; padding: 26px 22px; overflow: hidden; border: 1px solid rgba(var(--brand-rgb), .15); border-radius: 22px; background: linear-gradient(145deg, #fff, #f6fbfa); box-shadow: 0 16px 42px rgba(10, 45, 42, .055); } .service-process__steps li > span { display: block; margin-bottom: 34px; color: var(--brand-dark); font-size: .78rem; font-weight: 700; } .service-process__steps h3 { margin: 0 0 9px; font-size: 1rem; } .service-process__steps p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.85; } .footer__top { grid-template-columns: minmax(240px, .8fr) minmax(0, 1.4fr); } .footer__links { grid-template-columns: repeat(3, minmax(0, 1fr)); } .footer__links span { display: block; width: fit-content; margin-bottom: 7px; color: rgba(255, 255, 255, .54); font-size: .86rem; } @media (max-width: 1120px) { .service-process__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
 } @media (max-width: 920px) { .service-process__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } .footer__top { grid-template-columns: 1fr; gap: 42px; }
 } @media (max-width: 640px) { .service-statement .section-heading h2 br { display: none; } .service-process__steps, .footer__links { grid-template-columns: 1fr; } .service-process__steps li { min-height: 0; }
 } .brand img { width: 175px; } .site-header { position: sticky; top: 0; } .site-header.is-scrolled { padding: 14px 0; } .footer__brand img { border-radius: 0; background: transparent; filter: brightness(0) invert(1); opacity: .94; } @media (max-width: 640px) { .brand img { width: 150px; } .site-header.is-scrolled { padding: 7px 0; }
 } @media (min-width: 921px) { .site-header { position: fixed; inset: 0 0 auto; padding: 12px 0; background: transparent; box-shadow: none; } .site-header::after { background: linear-gradient(115deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .8)), rgba(255, 255, 255, .86); border-bottom-color: rgba(var(--ink-rgb), .08); box-shadow: 0 1px 0 rgba(255, 255, 255, .88) inset; backdrop-filter: blur(18px) saturate(145%); -webkit-backdrop-filter: blur(18px) saturate(145%); opacity: 1; } .site-header.is-scrolled { padding: 7px 0; background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; } .site-header.is-scrolled::after { background: rgba(255, 255, 255, .94); border-bottom-color: rgba(var(--ink-rgb), .1); box-shadow: 0 14px 38px rgba(18, 45, 40, .1); backdrop-filter: blur(22px) saturate(155%); -webkit-backdrop-filter: blur(22px) saturate(155%); opacity: 1; } .site-header .brand img { filter: none; } .site-header .main-nav a { color: rgba(var(--ink-rgb), .82); text-shadow: none; } .site-header .main-nav a:hover, .site-header .main-nav a.is-active { color: var(--brand-deep); }
 } @media (min-width: 921px) and (max-width: 1200px) { .site-header .header-inner { gap: 18px; } .site-header .main-nav { gap: 15px; } .site-header .brand img { width: 148px; } .site-header .header-cta { padding-inline: 16px; }
 } .experience--scrolly { background: #f4f7f6; } .experience-scrolly__sticky { padding: clamp(88px, 10vh, 108px) 0 28px; background: radial-gradient(circle at 12% 14%, rgba(var(--brand-rgb), .1), transparent 30%), radial-gradient(circle at 88% 90%, rgba(var(--brand-rgb), .055), transparent 28%), #f4f7f6; } .experience-scrolly__sticky::before { display: none; } .experience-scrolly__layout { gap: clamp(20px, 3vh, 34px); } .experience-scrolly__heading { grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(34px, 6vw, 86px); align-items: end; padding-bottom: clamp(16px, 2vh, 24px); border-bottom: 1px solid rgba(var(--ink-rgb), .09); } .experience-scrolly__heading .kicker { margin-bottom: 10px; padding: 7px 12px; border: 1px solid rgba(var(--brand-rgb), .2); border-radius: 999px; background: rgba(var(--brand-rgb), .075); font-size: .76rem; } .experience-scrolly__heading h2 { max-width: 680px; font-size: clamp(1.9rem, 3.2vw, 3.15rem); line-height: 1.34; letter-spacing: -.025em; } .experience-scrolly__heading > p { max-width: 46ch; color: #65706d; font-size: clamp(.82rem, 1vw, .94rem); line-height: 1.95; } .experience-scrolly__stage { grid-template-columns: minmax(340px, .78fr) minmax(410px, 1.22fr); gap: clamp(36px, 6vw, 92px); align-items: center; } .experience-scrolly__visual { justify-self: center; align-self: center; width: auto; max-width: 100%; height: min(100%, 575px); aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(255, 255, 255, .82); border-radius: 30px; background: #e9efed; box-shadow: 0 28px 80px rgba(20, 43, 39, .2); clip-path: none; } .experience-scrolly__visual::after { z-index: 6; border: 1px solid rgba(255, 255, 255, .58); border-radius: inherit; clip-path: none; box-shadow: 0 0 0 1px rgba(var(--ink-rgb), .05) inset; } .experience-scrolly__scene { overflow: hidden; transform: scale(1.018); } .experience-scrolly__scene::before, .experience-scrolly__scene::after { display: none; } .experience-scrolly__scene::before { inset: -10%; z-index: 0; background-image: var(--scene-image); background-position: center; background-size: cover; filter: blur(28px) saturate(.82); opacity: .72; transform: scale(1.12); } .experience-scrolly__scene::after { inset: 0; z-index: 1; background: rgba(8, 24, 21, .22); } .experience-scrolly__scene.is-active { transform: scale(1); } .experience-scrolly__scene img { position: relative; z-index: 2; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: none; } .experience-scrolly__shade { display: none; } .experience-scrolly__counter { right: 16px; bottom: 16px; padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .26); border-radius: 999px; background: rgba(4, 22, 19, .46); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); } .experience-scrolly__counter i { width: 34px; } .experience-scrolly__copy { justify-content: center; padding-block: 0; } .experience-scrolly__copy-stack { display: grid; min-height: 0; } .experience-scrolly__copy-item { position: relative; inset: auto; grid-area: 1 / 1; align-self: start; pointer-events: none; } .experience-scrolly__copy-item.is-active { pointer-events: auto; } .experience-scrolly__copy-item > span { gap: 8px; margin-bottom: 13px; padding: 7px 11px; border: 1px solid rgba(var(--brand-rgb), .2); border-radius: 999px; background: rgba(var(--brand-rgb), .08); font-size: .72rem; } .experience-scrolly__copy-item > span::before { width: 6px; height: 6px; border-radius: 50%; } .experience-scrolly__copy-item h3 { margin-bottom: 14px; color: #18211f; font-size: clamp(2.35rem, 4vw, 4.25rem); line-height: 1.12; } .experience-scrolly__copy-item p { max-width: 50ch; color: #5d6865; font-size: clamp(.86rem, 1vw, .98rem); line-height: 1.95; } .experience-scrolly__nav { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: clamp(18px, 2.5vh, 28px); border: 0; } .experience-scrolly__nav button { display: grid; grid-template-columns: 1fr; gap: 5px; min-height: 68px; padding: 10px 12px; border: 1px solid rgba(var(--ink-rgb), .09); border-radius: 14px; color: #6f7976; background: rgba(255, 255, 255, .68); box-shadow: 0 8px 24px rgba(20, 48, 43, .04); font-size: .75rem; text-align: right; transition: color 260ms ease, background 260ms ease, border-color 260ms ease, transform 260ms ease, box-shadow 260ms ease; } .experience-scrolly__nav button::after { display: none; } .experience-scrolly__nav button span { color: rgba(var(--ink-rgb), .38); font-size: .64rem; } .experience-scrolly__nav button:hover { padding-right: 12px; color: var(--ink); border-color: rgba(var(--brand-rgb), .32); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(20, 48, 43, .08); } .experience-scrolly__nav button.is-active { padding-right: 12px; color: #fff; border-color: var(--brand-deep); background: linear-gradient(135deg, var(--brand-deep), #087d76); box-shadow: 0 14px 32px rgba(var(--brand-rgb), .18); } .experience-scrolly__nav button.is-active span { color: rgba(255, 255, 255, .72); } .experience-scrolly__hint { margin-top: 14px; color: #78827f; } .experience-fallback .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 20px; } .experience-fallback .experience-card, .experience-fallback .experience-card--large, .experience-fallback .experience-card--wide { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 5; border-radius: 24px; background: #e9efed; } .experience-fallback .experience-card::before { display: none; } .experience-fallback .experience-card:hover::before { opacity: .7; } .experience-fallback .experience-card img { position: relative; z-index: 1; object-fit: cover; } .experience-fallback .experience-card__overlay { z-index: 2; background: linear-gradient(0deg, rgba(5, 24, 21, .82), transparent 45%); } .experience-fallback .experience-card__content { right: 16px; bottom: 16px; left: 16px; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 16px; background: rgba(5, 26, 23, .48); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); } @media (max-width: 1120px) and (min-width: 921px) { .experience-scrolly__stage { grid-template-columns: minmax(300px, .72fr) minmax(360px, 1.28fr); gap: 34px; } .experience-scrolly__visual { width: auto; height: min(100%, 487px); } .experience-scrolly__nav { gap: 6px; } .experience-scrolly__nav button { min-height: 60px; padding-inline: 8px; font-size: .68rem; }
 } @media (max-width: 640px) {
 } @media (max-width: 920px) {
 } .service-statement { min-height: 0; padding-block: clamp(72px, 8vw, 112px); background: radial-gradient(circle at 78% 46%, rgba(var(--brand-rgb), .11), transparent 32%), linear-gradient(135deg, #fbfdfc, #f3faf8); } .service-statement::before { display: none; } .service-statement .section-heading h2 { max-width: 1020px; font-size: clamp(2rem, 3.65vw, 3.8rem); line-height: 1.4; } .service-statement .section-heading > p { max-width: 840px; margin: 22px auto 0; color: #65706d; font-size: clamp(.95rem, 1.18vw, 1.08rem); line-height: 2; } .service-statement__ring--outer { border-color: rgba(var(--brand-rgb), .17); box-shadow: 0 0 0 54px rgba(var(--brand-rgb), .035), 0 0 0 108px rgba(var(--brand-rgb), .024); } .service-statement__ring--inner { border-color: rgba(var(--brand-rgb), .24); } @media (min-width: 921px) { .experience-scrolly__sticky { padding: clamp(92px, 10vh, 110px) 0 30px; } .experience-scrolly__layout { direction: ltr; display: block; height: 100%; } .experience-scrolly__heading { display: none; } .experience-scrolly__stage { direction: ltr; display: grid; grid-template-columns: minmax(560px, 1.22fr) minmax(380px, .78fr); gap: clamp(52px, 6vw, 96px); align-items: center; height: 100%; min-height: 0; } .experience-scrolly__visual { grid-area: auto; align-self: center; justify-self: center; width: min(100%, 860px); max-width: 100%; height: auto; max-height: 100%; aspect-ratio: 1.29 / 1; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; clip-path: none; } .experience-scrolly__visual::after { display: none; } .experience-scrolly__scene, .experience-scrolly__scene.is-active { top: 0; right: auto; bottom: 0; left: 0; width: 62%; height: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .82); border-radius: 30px; opacity: 1; visibility: visible; box-shadow: 0 28px 80px rgba(18, 45, 40, .2); transform-origin: left center; transition: transform 760ms cubic-bezier(.16, 1, .3, 1), filter 520ms ease, box-shadow 520ms ease; } .experience-scrolly__scene img { width: 100%; height: 100%; object-fit: cover; } .experience-scrolly__scene[data-stack-depth="0"] { z-index: 5; filter: brightness(1); transform: translateX(0) scale(1); } .experience-scrolly__scene[data-stack-depth="1"] { z-index: 4; filter: brightness(.96) saturate(.94); transform: translateX(18%) scale(.97); } .experience-scrolly__scene[data-stack-depth="2"] { z-index: 3; filter: brightness(.91) saturate(.88); transform: translateX(32%) scale(.94); } .experience-scrolly__scene[data-stack-depth="3"] { z-index: 2; filter: brightness(.86) saturate(.82); transform: translateX(44%) scale(.91); } .experience-scrolly__scene[data-stack-depth="4"] { z-index: 1; filter: brightness(.8) saturate(.76); transform: translateX(54%) scale(.88); } .experience-scrolly__copy { grid-area: auto; direction: rtl; align-self: center; display: block; min-width: 0; padding: 0; } .experience-scrolly__label { margin-bottom: 24px; padding: 8px 13px; border: 1px solid rgba(var(--brand-rgb), .2); border-radius: 999px; background: rgba(var(--brand-rgb), .07); font-size: .95rem; } .experience-scrolly__nav { direction: rtl; grid-template-columns: 1fr; gap: 8px; margin-top: 0; } .experience-scrolly__nav button, .experience-scrolly__nav button:hover, .experience-scrolly__nav button.is-active { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: center; min-height: 84px; padding: 12px 16px; border: 1px solid transparent; border-radius: 19px; color: #66716e; background: transparent; box-shadow: none; text-align: right; transform: none; } .experience-scrolly__nav button.is-active { border-color: rgba(255, 255, 255, .9); color: var(--brand-deep); background: rgba(255, 255, 255, .78); box-shadow: 0 16px 44px rgba(18, 48, 43, .1), 0 1px 0 rgba(255, 255, 255, .9) inset; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); } .experience-scrolly__nav button::after { display: none; } .experience-scrolly__nav button > svg { width: 23px; height: 23px; justify-self: center; fill: currentColor; opacity: .8; } .experience-scrolly__nav button > span { display: grid; gap: 4px; min-width: 0; color: inherit; } .experience-scrolly__nav button strong { color: inherit; font-size: 1.125rem; font-weight: 800; } .experience-scrolly__nav button small { overflow: visible; color: #89928f; font-size: .925rem; font-weight: 500; line-height: 1.65; text-overflow: clip; white-space: normal; } .experience-scrolly__nav button.is-active > span, .experience-scrolly__nav button.is-active strong { color: var(--brand-deep); }
 } @media (max-width: 1120px) and (min-width: 921px) { .experience-scrolly__stage { grid-template-columns: minmax(480px, 1.12fr) minmax(340px, .88fr); gap: 34px; } .experience-scrolly__visual { width: 100%; } .experience-scrolly__nav button, .experience-scrolly__nav button:hover, .experience-scrolly__nav button.is-active { min-height: 72px; padding: 9px 12px; }
 } @media (max-width: 920px) {
 } @media (max-width: 640px) {
 } .service-statement .section-heading { width: 100%; max-width: none; } .service-statement .section-heading h2, .service-statement .section-heading > p { max-width: none; } .service-statement .kicker { padding: 10px 18px; font-size: clamp(1rem, 1.1vw, 1.2rem); } .service-statement .section-heading > p { font-size: clamp(1.12rem, 1.45vw, 1.38rem); line-height: 1.9; } @media (max-width: 920px) {
 } @media (max-width: 480px) { .service-statement .kicker { font-size: 1rem; } .service-statement .section-heading > p { font-size: 1.08rem; }
 } @media (min-width: 921px) { .robot.robot-scroll { height: 320vh; min-height: 2300px; } .robot-scroll__visual { top: 51%; right: auto; bottom: auto; left: 0; width: min(38.25vw, 612px); aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(var(--brand-rgb), .12); border-radius: 50%; background: radial-gradient(circle at 50% 47%, rgba(255, 255, 255, 0) 49%, rgba(225, 251, 248, .34) 72%, rgba(255, 255, 255, .9) 100%), #fff; box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .74), inset 0 0 72px rgba(var(--brand-rgb), .045), 0 28px 80px rgba(23, 70, 66, .06); transform: translateY(-43%); } .robot-scroll__visual::before, .robot-scroll__visual::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; } .robot-scroll__visual::before { inset: 12px; z-index: 3; border: 1px solid rgba(var(--brand-rgb), .1); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75); } .robot-scroll__visual::after { inset: 7px; z-index: 4; background: conic-gradient( from 0deg, rgba(var(--brand-rgb), .08) 0deg, rgba(var(--brand-rgb), .08) 242deg, rgba(var(--brand-rgb), .28) 260deg, var(--brand) 316deg, rgba(var(--brand-rgb), .14) 348deg, rgba(var(--brand-rgb), .08) 360deg ); opacity: .82; transform: rotate(calc(var(--robot-progress) * 300deg)); transition: transform 160ms cubic-bezier(.22, .61, .36, 1); will-change: transform; -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 9px), #000 calc(100% - 8px)); mask: radial-gradient(farthest-side, transparent calc(100% - 9px), #000 calc(100% - 8px)); } .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { position: relative; z-index: 2; width: 152.5%; height: 152.5%; object-fit: contain; transform: translate3d(0, 1.5%, 0) scale(1.01); } .robot-scroll__edge { display: none; } .robot-scroll__callout > div { transform: translateY(14px) scale(.985); transition: opacity 480ms ease, transform 620ms cubic-bezier(.2, .7, .2, 1), background 420ms ease, border-color 420ms ease, box-shadow 420ms ease; } .robot-scroll__callout.is-active > div, .robot-scroll__callout.is-complete > div { transform: translateY(0) scale(1); } .robot-scroll__connector { display: none; }
 } @media (max-width: 1120px) and (min-width: 921px) { .robot-scroll__visual { left: 1vw; width: min(39.1vw, 476px); }
 } @media (min-width: 921px) { .robot-scroll__stage { padding-top: clamp(132px, 15vh, 164px); } .robot-scroll__heading { width: min(570px, 46vw); } .robot-scroll__heading .kicker { font-size: .95rem; } .robot-scroll__heading h2 { font-size: clamp(1.64rem, 3.015vw, 3.35rem); line-height: 1.12; } .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { transform: translate3d(clamp(-360px, -18vw, -170px), 3vh, 0) scale(1.03); } .robot-scroll__edge--bottom { height: 11%; background: linear-gradient(transparent, rgba(255, 255, 255, .66) 72%, #fff 100%); } .robot-scroll__callouts { top: clamp(325px, 36vh, 365px); right: 0; bottom: clamp(36px, 5vh, 56px); left: auto; display: grid; grid-template-rows: repeat(4, minmax(0, 1fr)); gap: clamp(8px, 1.2vh, 14px); width: min(570px, 46vw); transform: none; } .robot-scroll__callout { position: relative; inset: auto; display: flex; min-height: 0; align-items: center; opacity: 0; visibility: hidden; } .robot-scroll__callout > div { position: relative; top: auto; right: auto; left: auto; display: flex; width: 100%; min-height: 64px; align-items: center; padding: 11px 18px; border: 1px solid rgba(var(--brand-rgb), .28); border-radius: 18px; background: linear-gradient(135deg, rgba(225, 255, 251, .78), rgba(255, 255, 255, .68)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 14px 38px rgba(8, 157, 147, .09); backdrop-filter: blur(18px) saturate(145%); -webkit-backdrop-filter: blur(18px) saturate(145%); transform: translateY(10px); transition: opacity 360ms ease, transform 480ms cubic-bezier(.2,.7,.2,1), background 360ms ease, border-color 360ms ease, box-shadow 360ms ease; } .robot-scroll__callout > div strong { color: var(--ink); font-size: clamp(.8rem, .94vw, .94rem); line-height: 1.75; } .robot-scroll__callout::before { display: none; } .robot-scroll__callout::after { display: none; } .robot-scroll__callout.is-active, .robot-scroll__callout.is-complete { opacity: 1; visibility: visible; } .robot-scroll__callout.is-active > div, .robot-scroll__callout.is-complete > div { opacity: 1; transform: translateY(0); } .robot-scroll__callout.is-complete > div { border-color: rgba(var(--brand-rgb), .22); background: linear-gradient(135deg, rgba(231, 253, 250, .66), rgba(255, 255, 255, .58)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 10px 30px rgba(8, 157, 147, .07); } .robot-scroll__callout.is-active > div { border-color: rgba(var(--brand-rgb), .58); background: linear-gradient(135deg, rgba(207, 255, 249, .9), rgba(255, 255, 255, .76)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), 0 18px 46px rgba(8, 157, 147, .16), 0 0 0 1px rgba(var(--brand-rgb), .06); } .robot-scroll__feature-list, .robot-scroll.is-feature-summary .robot-scroll__feature-list { display: none; } .robot-scroll__hint { display: none; }
 } @media (max-width: 1120px) and (min-width: 921px) { .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { width: 96vw; transform: translate3d(clamp(-220px, -16vw, -130px), 4vh, 0) scale(1.02); }
 } @media (max-width: 920px) { .robot-scroll__connector { display: none; } .robot-scroll__heading p { display: none; } .robot-scroll__visual { min-height: 520px; margin-top: 0; } .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { width: 100%; height: 520px; transform: translateY(1%) scale(1.12); transform-origin: center center; will-change: transform; } .robot-scroll__edge { display: none; } .robot-scroll__feature-list li { min-height: 76px; } .robot-scroll__feature-list li strong { font-size: .82rem; }
 } @media (max-width: 640px) { .robot-scroll__visual { min-height: 500px; } .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { height: 500px; transform: translateY(1%) scale(1.18); }
 } @media (prefers-reduced-motion: reduce) { .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { transform: none; } .robot-scroll__callouts { display: none; } .robot-scroll__feature-list, .robot-scroll.is-feature-summary .robot-scroll__feature-list { display: grid; }
 } .service-statement { display: grid; min-height: 100svh; align-items: center; padding-block: clamp(104px, 12vh, 148px); } .service-statement .container { position: relative; z-index: 2; } .service-statement .section-heading { display: grid; place-items: center; width: min(100%, 1160px); margin-inline: auto; text-align: center; } .service-process { --service-road-progress: 0; position: relative; height: 180svh; min-height: 1380px; padding: 0; overflow: clip; background: #f8fcfb; isolation: isolate; } .service-process::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 14% 64%, rgba(var(--brand-rgb), .11), transparent 25%), radial-gradient(circle at 82% 28%, rgba(var(--brand-rgb), .07), transparent 26%), linear-gradient(180deg, #fff 0%, #f7fbfa 72%, #f1faf8 100%); } .service-process__track { height: 100%; } .service-process__sticky { position: sticky; top: 0; height: 100svh; min-height: 700px; overflow: hidden; } .service-process__inner { display: grid; grid-template-rows: auto minmax(0, 1fr); height: 100%; padding-top: clamp(96px, 11vh, 126px); padding-bottom: clamp(20px, 3vh, 34px); } .service-process__heading { position: relative; z-index: 4; width: min(920px, 74vw); margin-right: 0; margin-left: auto; } .service-process__heading h2 { max-width: 900px; margin: 12px 0 12px; font-size: clamp(2.05rem, 3.55vw, 4.05rem); line-height: 1.3; letter-spacing: -.035em; } .service-process__request-link { display: none; } @media (min-width: 921px) { .service-process__request-copy--mobile { display: none; } @keyframes service-request-soft-pulse { 0%, 72%, 100% { color: var(--brand-deep); text-shadow: 0 0 0 rgba(var(--brand-rgb), 0); } 36% { color: var(--brand-dark); text-shadow: 0 0 .34em rgba(var(--brand-rgb), .2); } } .service-process__request-link { display: inline; margin: 0; padding: 0 .04em; border: 0; color: var(--brand-deep); background: transparent; font: inherit; line-height: inherit; letter-spacing: inherit; text-align: inherit; text-decoration: none; vertical-align: baseline; cursor: pointer; animation: service-request-soft-pulse 3.6s ease-in-out infinite; transition: color var(--transition), text-shadow var(--transition); -webkit-appearance: none; appearance: none; } .service-process__request-link:hover { color: var(--brand-dark); text-shadow: 0 0 .26em rgba(var(--brand-rgb), .24); animation-play-state: paused; } .service-process__request-link:focus-visible { outline: 3px solid rgba(var(--brand-rgb), .25); outline-offset: .1em; border-radius: .1em; }
 } @media (min-width: 921px) and (prefers-reduced-motion: reduce) { .service-process__request-link { animation: none; }
 } .service-process__heading p { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(.88rem, 1.05vw, 1rem); line-height: 1.95; } .service-process__road { position: relative; align-self: end; height: clamp(340px, 44vh, 430px); margin-top: 12px; } .service-process__road-svg { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 280px; overflow: visible; pointer-events: none; } .service-process__road-svg--mobile { display: none; } .service-process__road-surface, .service-process__road-edge, .service-process__road-center, .service-process__road-progress { fill: none; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; } .service-process__road-surface { stroke: rgba(255, 255, 255, .96); stroke-width: 44; } .service-process__road-edge { stroke: rgba(102, 157, 150, .2); stroke-width: 31; } .service-process__road-center { stroke: rgba(var(--brand-rgb), .38); stroke-width: 2; stroke-dasharray: 9 10; } .service-process__road-progress { stroke: var(--brand); stroke-width: 3.5; stroke-dasharray: 1; stroke-dashoffset: 1; filter: drop-shadow(0 0 7px rgba(var(--brand-rgb), .4)); } .service-process__steps { position: absolute; inset: 0; z-index: 2; direction: ltr; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(10px, 1.35vw, 20px); margin: 0; padding: 0; list-style: none; } .service-process__steps > li { position: relative; top: var(--step-shift); display: block; min-width: 0; min-height: 0; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; opacity: .36; transition: opacity 420ms ease; } .service-process__steps > li::after { content: ""; position: absolute; top: 176px; left: 50%; width: 1px; height: max(12px, calc(100% - 280px + var(--path-y) - var(--step-shift) - 176px)); background: linear-gradient(rgba(var(--brand-rgb), .18), rgba(var(--brand-rgb), .7)); transform: translateX(-50%) scaleY(.35); transform-origin: top; transition: transform 520ms cubic-bezier(.2, .7, .2, 1); } .service-process__steps > li::before { content: ""; position: absolute; top: calc(100% - 280px + var(--path-y) - var(--step-shift) - 6px); left: 50%; z-index: 3; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: #a8c9c5; box-shadow: 0 5px 14px rgba(18, 75, 69, .14); transform: translateX(-50%) scale(.72); transition: background 360ms ease, box-shadow 360ms ease, transform 420ms ease; } .service-process__steps article { direction: rtl; position: relative; display: flex; min-height: 176px; flex-direction: column; align-items: center; justify-content: center; padding: 25px 16px 18px; text-align: center; border: 1px solid rgba(var(--brand-rgb), .15); border-radius: 22px; background: rgba(255, 255, 255, .76); box-shadow: 0 16px 42px rgba(15, 65, 60, .07); backdrop-filter: blur(13px) saturate(130%); -webkit-backdrop-filter: blur(13px) saturate(130%); transform: translateY(10px); transition: transform 480ms cubic-bezier(.2, .7, .2, 1), border-color 360ms ease, background 360ms ease, box-shadow 360ms ease; } .service-process__number { position: absolute; top: -18px; right: 50%; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(var(--brand-rgb), .18); border-radius: 50%; color: var(--brand-deep); background: rgba(255, 255, 255, .96); box-shadow: 0 10px 28px rgba(15, 65, 60, .1); font-size: .82rem; font-weight: 700; transform: translateX(50%); } .service-process__steps article > svg { width: 37px; height: 37px; margin: 4px 0 12px; fill: none; stroke: var(--brand-dark); stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; } .service-process__steps h3 { margin: 0 0 7px; font-size: clamp(.9rem, 1.05vw, 1.04rem); } .service-process__steps p { margin: 0; color: var(--muted); font-size: clamp(.72rem, .8vw, .8rem); line-height: 1.75; } .service-process__steps > li.is-active, .service-process__steps > li.is-complete { opacity: 1; } .service-process__steps > li.is-active::after, .service-process__steps > li.is-complete::after { transform: translateX(-50%) scaleY(1); } .service-process__steps > li.is-active::before, .service-process__steps > li.is-complete::before { background: var(--brand); box-shadow: 0 0 0 7px rgba(var(--brand-rgb), .13), 0 7px 18px rgba(8, 128, 119, .2); transform: translateX(-50%) scale(1); } .service-process__steps > li.is-active article, .service-process__steps > li.is-complete article { transform: translateY(0); } .service-process__steps > li.is-complete article { border-color: rgba(var(--brand-rgb), .22); background: rgba(255, 255, 255, .84); } .service-process__steps > li.is-active article { border-color: rgba(var(--brand-rgb), .5); background: linear-gradient(145deg, rgba(224, 255, 251, .92), rgba(255, 255, 255, .86)); box-shadow: 0 20px 52px rgba(8, 145, 135, .16); } @media (max-width: 1120px) and (min-width: 921px) { .service-process__heading { width: min(820px, 78vw); } .service-process__road { height: 360px; } .service-process__steps article { padding-inline: 10px; }
 } @media (max-width: 920px) { .service-statement { min-height: 100svh; padding-block: 96px 72px; } .service-process { height: auto; min-height: 0; padding: 88px 0 78px; overflow: hidden; } .service-process__track, .service-process__sticky { height: auto; min-height: 0; } .service-process__sticky { position: relative; overflow: visible; } .service-process__inner { display: block; height: auto; padding: 0; } .service-process__heading { width: 100%; margin: 0 auto; text-align: center; } .service-process__heading h2 { margin-inline: auto; font-size: clamp(2rem, 8.2vw, 3.15rem); } .service-process__heading p { margin-inline: auto; } .service-process__road { height: auto; min-height: 0; margin-top: 48px; } .service-process__road-svg--desktop { display: none; } .service-process__road-svg--mobile { top: 0; right: auto; bottom: 0; left: 0; display: block; width: 52px; height: 100%; } .service-process__road-svg--mobile .service-process__road-surface { stroke-width: 24; } .service-process__road-svg--mobile .service-process__road-edge { stroke-width: 16; } .service-process__steps { position: relative; inset: auto; display: grid; grid-template-columns: 1fr; gap: 24px; padding-left: 66px; } .service-process__steps > li { top: auto; opacity: .42; } .service-process__steps > li::after { top: 50%; left: -38px; width: 32px; height: 1px; background: linear-gradient(90deg, rgba(var(--brand-rgb), .75), rgba(var(--brand-rgb), .2)); transform: translateY(-50%) scaleX(.35); transform-origin: left; } .service-process__steps > li::before { top: calc(50% - 6px); left: -44px; transform: scale(.72); } .service-process__steps > li.is-active::after, .service-process__steps > li.is-complete::after { transform: translateY(-50%) scaleX(1); } .service-process__steps > li.is-active::before, .service-process__steps > li.is-complete::before { transform: scale(1); } .service-process__steps article { min-height: 0; align-items: flex-start; padding: 24px 70px 22px 20px; text-align: right; } .service-process__number { top: 50%; right: 18px; transform: translateY(-50%); } .service-process__steps article > svg { display: none; } .service-process__steps h3 { font-size: 1rem; } .service-process__steps p { font-size: .82rem; }
 } @media (prefers-reduced-motion: reduce) { .service-process { height: auto; min-height: 0; padding: 96px 0 72px; } .service-process__sticky { position: relative; height: auto; min-height: 0; overflow: visible; } .service-process__inner { min-height: 720px; padding-top: 0; } .service-process__road-progress { stroke-dashoffset: 0; } .service-process__steps > li { opacity: 1; }
 } .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } .about--interactive { min-height: 100svh; overflow: hidden; background: radial-gradient(circle at 18% 38%, rgba(var(--brand-rgb), .12), transparent 29%), radial-gradient(circle at 82% 75%, rgba(var(--brand-rgb), .055), transparent 24%), linear-gradient(180deg, #fff 0%, #f8fbfb 100%); } .about__layout { position: relative; } .about__hero { display: grid; grid-template-columns: minmax(500px, 1.08fr) minmax(440px, .92fr); grid-template-areas: "toggle content"; gap: clamp(38px, 5vw, 84px); align-items: center; } .about__content { grid-area: content; } .about__eyebrow { display: block; width: fit-content; margin-bottom: 14px; color: var(--brand-deep); font-size: clamp(1.25rem, 1.7vw, 1.65rem); font-weight: 700; } .about__content h2 { max-width: 650px; margin: 0 0 20px; font-size: clamp(2.25rem, 3.9vw, 4.45rem); line-height: 1.3; letter-spacing: -.035em; } .about__content p { max-width: 650px; margin: 0 0 12px; color: var(--muted); font-size: clamp(.9rem, 1.02vw, 1rem); line-height: 2; } .about__toggle-panel { grid-area: toggle; display: grid; place-items: center; } .about-toggle { --toggle-knob-size: clamp(90px, 18%, 128px); display: block; width: min(100%, 650px); padding: 0; border: 0; border-radius: 999px; color: inherit; background: transparent; cursor: pointer; appearance: none; } .about-toggle:focus-visible { outline: 3px solid var(--brand-dark); outline-offset: 8px; } .about-toggle__capsule { position: relative; display: block; width: 100%; aspect-ratio: 3.35 / 1; overflow: visible; border: 2px solid rgba(126, 142, 140, .34); border-radius: 999px; background: linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(226, 232, 231, .62)); box-shadow: inset 0 2px 2px rgba(255, 255, 255, .95), inset 0 -8px 18px rgba(49, 72, 69, .06), 0 20px 50px rgba(28, 62, 58, .11); backdrop-filter: blur(18px) saturate(120%); -webkit-backdrop-filter: blur(18px) saturate(120%); transition: border-color 650ms ease, background 650ms ease, box-shadow 650ms ease; } .about-toggle__capsule::before, .about-toggle__capsule::after { content: ""; position: absolute; pointer-events: none; } .about-toggle__capsule::before { inset: 8px; border: 1px solid rgba(255, 255, 255, .9); border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(98, 124, 121, .1); } .about-toggle__capsule::after { inset: 18% 11%; z-index: -1; border-radius: 50%; background: rgba(78, 97, 94, .12); filter: blur(30px); opacity: .5; transition: background 650ms ease, opacity 650ms ease, filter 650ms ease; } .about-toggle__wordmark { position: absolute; top: 50%; left: 50%; z-index: 2; width: 52%; height: auto; opacity: .48; transform: translate(-50%, -50%); transition: opacity 520ms ease, filter 520ms ease; pointer-events: none; } .about-toggle__ghost { position: absolute; top: 50%; z-index: 1; display: grid; width: 15%; aspect-ratio: 1; place-items: center; color: rgba(78, 91, 89, .36); transform: translateY(-50%); transition: color 560ms ease, opacity 560ms ease; } .about-toggle__ghost--wheelchair { left: 4%; } .about-toggle__ghost--walking { right: 4%; } .about-toggle__ghost svg { width: 66%; height: 66%; fill: none; stroke: currentColor; stroke-width: 3.8; stroke-linecap: round; stroke-linejoin: round; } .about-toggle__knob { position: absolute; top: 50%; left: 3.2%; z-index: 4; display: grid; width: var(--toggle-knob-size); aspect-ratio: 1; place-items: center; overflow: hidden; border: 2px solid rgba(255, 255, 255, .85); border-radius: 50%; color: rgba(255, 255, 255, .94); background: linear-gradient(155deg, #b7c0bf 0%, #727e7c 100%); box-shadow: inset 8px 9px 18px rgba(255, 255, 255, .34), inset -7px -10px 18px rgba(37, 54, 52, .2), 0 10px 24px rgba(32, 58, 55, .24); transform: translateY(-50%); transition: left 780ms cubic-bezier(.2, .82, .2, 1), background 650ms ease, box-shadow 650ms ease; will-change: left; } .about-toggle__knob::after { content: ""; position: absolute; inset: 7%; border: 1px solid rgba(255, 255, 255, .58); border-radius: inherit; } .about-toggle__knob-icon { position: absolute; width: 57%; height: 57%; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; transition: opacity 340ms ease, transform 520ms cubic-bezier(.2, .7, .2, 1); } .about-toggle__knob-icon--wheelchair { opacity: 1; transform: scale(1) rotate(0); } .about-toggle__knob-icon--walking { opacity: 0; transform: scale(.68) rotate(-12deg); } .about-toggle__spark { position: absolute; right: -2.5%; z-index: 5; width: 27px; height: 4px; border-radius: 999px; background: var(--brand); opacity: 0; transform-origin: left center; transition: opacity 300ms ease, transform 520ms cubic-bezier(.2, .7, .2, 1); } .about-toggle__spark--one { top: 17%; transform: rotate(-72deg) scaleX(.2); } .about-toggle__spark--two { top: 36%; right: -6%; transform: rotate(-38deg) scaleX(.2); } .about-toggle__spark--three { top: 52%; right: -8%; transform: rotate(0) scaleX(.2); } .about--interactive.is-about-active .about-toggle__capsule { border-color: rgba(var(--brand-rgb), .7); background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(225, 255, 251, .7)); box-shadow: inset 0 2px 2px rgba(255, 255, 255, .98), inset 0 -8px 18px rgba(var(--brand-rgb), .08), 0 22px 56px rgba(8, 156, 146, .18), 0 0 0 9px rgba(var(--brand-rgb), .045); } .about--interactive.is-about-active .about-toggle__capsule::after { background: rgba(var(--brand-rgb), .34); filter: blur(38px); opacity: 1; } .about--interactive.is-about-active .about-toggle__wordmark { opacity: 1; } .about--interactive.is-about-active .about-toggle__ghost--wheelchair { color: rgba(66, 82, 80, .3); } .about--interactive.is-about-active .about-toggle__ghost--walking { opacity: .16; } .about--interactive.is-about-active .about-toggle__knob { left: calc(96.8% - var(--toggle-knob-size)); background: linear-gradient(155deg, #20e2d2 0%, #04c8ba 52%, #029d92 100%); box-shadow: inset 8px 9px 18px rgba(255, 255, 255, .46), inset -7px -10px 18px rgba(0, 92, 85, .2), 0 12px 28px rgba(5, 143, 133, .35), 0 0 0 8px rgba(var(--brand-rgb), .09); } .about--interactive.is-about-active .about-toggle__knob-icon--wheelchair { opacity: 0; transform: scale(.68) rotate(12deg); } .about--interactive.is-about-active .about-toggle__knob-icon--walking { opacity: 1; transform: scale(1) rotate(0); } .about--interactive.is-about-active .about-toggle__spark { opacity: .75; } .about--interactive.is-about-active .about-toggle__spark--one { transform: rotate(-72deg) scaleX(1); } .about--interactive.is-about-active .about-toggle__spark--two { transform: rotate(-38deg) scaleX(1); } .about--interactive.is-about-active .about-toggle__spark--three { transform: rotate(0) scaleX(1); } .about__reveal-zone { position: relative; min-height: 350px; margin-top: clamp(22px, 4vh, 46px); } .about__branches { position: absolute; top: 0; right: 0; left: 0; z-index: 1; width: 100%; height: 112px; overflow: visible; pointer-events: none; } .about__branches path { fill: none; stroke: rgba(var(--brand-rgb), .72); stroke-width: 1.5; stroke-dasharray: 1; stroke-dashoffset: 1; vector-effect: non-scaling-stroke; transition: stroke-dashoffset 900ms 220ms cubic-bezier(.2, .7, .2, 1); } .about__branches circle { fill: #fff; stroke: var(--brand); stroke-width: 3; opacity: 0; transform: scale(.4); transform-box: fill-box; transform-origin: center; transition: opacity 360ms 760ms ease, transform 460ms 760ms cubic-bezier(.2, .7, .2, 1); } .about__cards { position: relative; z-index: 2; direction: rtl; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 3vw, 42px); padding-top: 104px; } .about-card { position: relative; min-height: 220px; padding: 30px 28px 24px; overflow: hidden; border: 1px solid rgba(var(--brand-rgb), .16); border-radius: 22px; background: rgba(255, 255, 255, .76); box-shadow: 0 18px 48px rgba(20, 67, 62, .08); backdrop-filter: blur(15px) saturate(130%); -webkit-backdrop-filter: blur(15px) saturate(130%); opacity: 0; visibility: hidden; transform: translateY(28px) scale(.975); transition: opacity 480ms calc(740ms + var(--about-order) * 130ms) ease, visibility 480ms calc(740ms + var(--about-order) * 130ms) ease, transform 620ms calc(740ms + var(--about-order) * 130ms) cubic-bezier(.2, .7, .2, 1), border-color 360ms ease, box-shadow 360ms ease; } .about-card::after { content: ""; position: absolute; right: 22px; bottom: 0; left: 22px; height: 2px; background: linear-gradient(90deg, transparent, rgba(var(--brand-rgb), .72), transparent); opacity: .65; } .about-card__icon { position: absolute; top: 22px; left: 22px; display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(var(--brand-rgb), .16); border-radius: 17px; color: var(--brand-dark); background: rgba(233, 251, 249, .86); box-shadow: 0 10px 26px rgba(13, 91, 84, .1); } .about-card__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .about-card__number { display: block; margin-bottom: 36px; color: rgba(var(--brand-rgb), .32); font-size: 1.35rem; font-weight: 700; } .about-card h3 { margin: 0 0 13px; font-size: 1.18rem; } .about-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.95; } .about--interactive.is-about-active .about__branches path { stroke-dashoffset: 0; } .about--interactive.is-about-active .about__branches circle { opacity: 1; transform: scale(1); } .about--interactive.is-about-active .about-card { opacity: 1; visibility: visible; transform: translateY(0) scale(1); } .about--interactive.is-about-active .about-card:hover { border-color: rgba(var(--brand-rgb), .36); box-shadow: 0 22px 56px rgba(10, 115, 106, .13); } @media (max-width: 1120px) { .about__hero { grid-template-columns: minmax(430px, 1fr) minmax(380px, .9fr); gap: 34px; } .about-toggle { --toggle-knob-size: clamp(82px, 18%, 112px); } .about__content h2 { font-size: clamp(2.15rem, 4vw, 3.7rem); }
 } @media (max-width: 920px) { .about--interactive { min-height: 0; padding-block: 88px 74px; } .about__hero { grid-template-columns: 1fr; grid-template-areas: "content" "toggle"; gap: 42px; } .about-toggle { --toggle-knob-size: clamp(76px, 18%, 108px); width: min(100%, 600px); } .about__reveal-zone { min-height: 0; margin-top: 44px; } .about__branches { display: none; } .about__cards { grid-template-columns: 1fr; gap: 18px; padding-top: 0; } .about__cards::before { content: ""; position: absolute; top: 20px; right: 24px; bottom: 20px; width: 1px; background: linear-gradient(transparent, rgba(var(--brand-rgb), .5), transparent); opacity: 0; transform: scaleY(.2); transform-origin: top; transition: opacity 360ms ease, transform 760ms 350ms cubic-bezier(.2, .7, .2, 1); } .about--interactive.is-about-active .about__cards::before { opacity: 1; transform: scaleY(1); } .about-card { min-height: 0; margin-right: 46px; padding: 24px 22px; } .about-card__number { margin-bottom: 14px; }
 } @media (max-width: 520px) { .about-toggle { --toggle-knob-size: clamp(66px, 19%, 82px); } .about-toggle__capsule { aspect-ratio: 3.15 / 1; } .about-toggle__wordmark { width: 49%; } .about-toggle__spark { display: none; } .about__content h2 { font-size: clamp(2rem, 9.2vw, 2.7rem); }
 } @media (prefers-reduced-motion: reduce) { .about-toggle__knob, .about-toggle__capsule, .about-toggle__wordmark, .about-toggle__knob-icon, .about-card, .about__branches path, .about__branches circle { transition-duration: 1ms !important; transition-delay: 0ms !important; }
 } @media (min-width: 921px) { .service-process__heading h2 { max-width: 860px; font-size: clamp(1.95rem, 3.15vw, 3.7rem); } .service-process__road { height: clamp(380px, 47vh, 460px); }
 } .about__sticky { position: sticky; top: 0; height: 100svh; min-height: 720px; overflow: hidden; } .about__layout { display: grid; grid-template-rows: minmax(330px, auto) minmax(220px, 1fr); height: 100%; padding-top: clamp(90px, 10vh, 112px); padding-bottom: clamp(22px, 3.5vh, 38px); } .about__hero { position: relative; z-index: 2; direction: ltr; display: grid; grid-template-columns: minmax(440px, .96fr) minmax(500px, 1.04fr); grid-template-areas: "toggle content"; gap: clamp(42px, 5.5vw, 92px); align-items: center; } .about__content { grid-area: content; direction: rtl; text-align: right; } .about__toggle-panel { grid-area: toggle; direction: rtl; display: grid; place-items: center; } .about__content h2 { max-width: 660px; font-size: clamp(2.15rem, 3.35vw, 3.85rem); line-height: 1.32; } .about-toggle { display: block; width: min(100%, 660px); padding: 0; border: 0; border-radius: 999px; background: transparent; } .about-toggle__capsule { position: relative; display: block; width: 100%; aspect-ratio: 1378 / 416; overflow: hidden; border: 0; border-radius: 999px; background: #fff; box-shadow: 0 20px 54px rgba(31, 64, 60, .13), 0 0 0 9px rgba(115, 139, 136, .035); isolation: isolate; } .about-toggle__capsule::before { inset: 0; z-index: 4; border: 1px solid rgba(255, 255, 255, .72); border-radius: inherit; box-shadow: inset 0 2px 3px rgba(255, 255, 255, .78), inset 0 -8px 18px rgba(38, 78, 73, .035); } .about-toggle__capsule::after { display: none; } .about--interactive.is-about-active .about-toggle__capsule { border: 0; background: #fff; box-shadow: 0 23px 60px rgba(8, 156, 146, .19), 0 0 0 9px rgba(var(--brand-rgb), .05); } .about__reveal-zone { position: relative; z-index: 2; align-self: end; min-height: 220px; margin-top: clamp(14px, 2.5vh, 28px); } .about__cards { position: relative; z-index: 2; direction: rtl; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 3vw, 42px); padding-top: clamp(22px, 3vh, 34px); } .about-card, .about--interactive.is-about-active .about-card { min-height: 204px; padding: 28px 26px 23px; opacity: var(--about-card-progress, 0); visibility: hidden; transform: translateY(var(--about-card-translate, 28px)) scale(var(--about-card-scale, .975)); transition: border-color 280ms ease, box-shadow 280ms ease; pointer-events: none; } .about-card.is-visible, .about--interactive.is-about-active .about-card.is-visible { visibility: visible; pointer-events: auto; } @media (max-width: 1120px) and (min-width: 921px) { .about__hero { grid-template-columns: minmax(390px, .94fr) minmax(430px, 1.06fr); gap: 36px; } .about__content h2 { font-size: clamp(2.1rem, 3.55vw, 3.25rem); } .about__content p { font-size: .88rem; line-height: 1.9; }
 } @media (max-width: 920px) { .about--interactive.section { height: auto; min-height: 0; padding: 88px 0 76px; overflow: hidden; } .about__sticky { position: relative; height: auto; min-height: 0; overflow: visible; } .about__layout { display: block; height: auto; padding: 0; } .about__hero { grid-template-columns: 1fr; grid-template-areas: "content" "toggle"; gap: 40px; } .about__content { text-align: center; } .about__eyebrow, .about__content h2, .about__content p { margin-right: auto; margin-left: auto; } .about-toggle { width: min(100%, 620px); } .about-toggle__capsule { aspect-ratio: 1378 / 416; } .about__reveal-zone { min-height: 0; margin-top: 50px; } .about__cards { grid-template-columns: 1fr; gap: 18px; padding-top: 18px; } .about-card, .about--interactive.is-about-active .about-card { min-height: 0; margin-right: 0; padding: 24px 22px; } .about__cards::before { display: none; }
 } @media (max-width: 520px) { .about__content h2 { font-size: clamp(2rem, 9vw, 2.65rem); }
 } @media (max-width: 920px) { .site-header { opacity: 1; transform: translateY(0); transition: opacity 560ms ease, transform 560ms cubic-bezier(.2, .7, .2, 1), padding var(--transition), box-shadow 560ms ease; }
 } .experience-card__icon, .experience-carousel__status, .experience-carousel__hint { display: none; } @media (max-width: 920px) { .experience-card__icon svg { width: 23px; height: 23px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .experience-carousel__status { direction: ltr; display: flex; width: min(78vw, 430px); margin: 18px auto 0; align-items: center; justify-content: center; gap: 26px; } .experience-carousel__count { display: inline-flex; align-items: baseline; gap: 7px; color: #a1a7a8; font-size: 1rem; font-weight: 700; } .experience-carousel__count b { color: var(--brand); font-size: 1.45rem; font-weight: 900; } .experience-carousel__count i { color: #c4c8c9; font-style: normal; } .experience-carousel__dots { display: flex; align-items: center; gap: 10px; } .experience-carousel__dots i { display: block; width: 24px; height: 5px; border-radius: 99px; background: #c9cdce; transition: width 280ms ease, background 280ms ease, box-shadow 280ms ease; } .experience-carousel__dots i.is-active { width: 36px; background: var(--brand); box-shadow: 0 5px 14px rgba(var(--brand-rgb), .24); } .experience-carousel__hint { direction: ltr; display: flex; width: fit-content; margin: 14px auto 0; align-items: center; gap: 12px; color: #7f8989; font-size: .76rem; opacity: 1; transition: opacity 320ms ease, transform 320ms ease; } .experience-carousel__hint svg { width: 34px; height: 20px; fill: none; stroke: #9da3a4; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; animation: experienceSwipeHint 1.8s ease-in-out infinite; } @keyframes experienceSwipeHint { 0%, 100% { transform: translateX(-3px); } 50% { transform: translateX(3px); } }
 } @media (max-width: 420px) { .experience-carousel__status { gap: 18px; } .experience-carousel__dots { gap: 7px; } .experience-carousel__dots i { width: 19px; } .experience-carousel__dots i.is-active { width: 30px; }
 } body.request-modal-open { overflow: hidden; } .request-modal { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 24px; } .request-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(8, 27, 26, .72); backdrop-filter: blur(10px); cursor: default; } .request-modal__panel { position: relative; z-index: 1; width: min(100%, 650px); max-height: calc(100dvh - 48px); overflow: auto; border: 1px solid rgba(255, 255, 255, .6); border-radius: 30px; background: #f6faf9; box-shadow: 0 40px 110px rgba(0, 0, 0, .36); animation: request-modal-in 360ms cubic-bezier(.2, .8, .2, 1) both; } .request-modal__logo { display: inline-flex; align-items: center; justify-content: center; padding: 7px 14px; margin-bottom: 8px; background: #fff; border-radius: 16px; } .request-modal__logo img { display: block; } .request-modal__header .request-modal__logo img { filter: none; } @keyframes request-modal-in { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } } .request-modal__close { position: absolute; z-index: 3; top: 16px; left: 16px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0 0 3px; border: 1px solid rgba(20, 55, 52, .13); border-radius: 50%; color: var(--ink-2); background: rgba(255, 255, 255, .84); font-size: 1.55rem; line-height: 1; cursor: pointer; } .request-modal__close:hover, .request-modal__close:focus-visible { color: var(--brand-deep); border-color: rgba(var(--brand-rgb), .45); outline: none; } .request-modal__header { padding: 28px 38px 24px; color: var(--white); text-align: center; background: radial-gradient(circle at 15% 0, rgba(var(--brand-rgb), .25), transparent 38%), linear-gradient(135deg, #102625, #173b39); } .request-modal__header img { width: 124px; height: auto; margin: 0 auto 8px; filter: brightness(0) invert(1); } .request-modal__eyebrow { display: block; margin-bottom: 4px; color: var(--brand); font-size: .75rem; font-weight: 700; } .request-modal__header h2 { margin: 0; color: var(--white); font-size: clamp(1.25rem, 4vw, 1.75rem); } .request-modal__header > p { margin: 5px 0 0; color: rgba(255, 255, 255, .68); font-size: .82rem; } .request-progress { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; width: min(100%, 330px); margin: 20px auto 0; } .request-progress span { display: grid; justify-items: center; gap: 3px; color: rgba(255, 255, 255, .45); } .request-progress b { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; font-size: .74rem; } .request-progress small { font-size: .64rem; } .request-progress i { height: 1px; margin: 0 7px 19px; background: rgba(255, 255, 255, .18); } .request-progress span.is-active, .request-progress span.is-complete { color: var(--white); } .request-progress span.is-active b, .request-progress span.is-complete b { color: #062e2a; border-color: var(--brand); background: var(--brand); box-shadow: 0 0 0 5px rgba(var(--brand-rgb), .12); } .request-form.contact-form { min-height: 310px; padding: 30px 38px 34px; border: 0; border-radius: 0; background: transparent; box-shadow: none; } .request-form.contact-form::before { display: none; } .form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; } .request-step { animation: request-step-in 260ms ease both; } @keyframes request-step-in { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: translateX(0); } } .request-phone-summary { margin: 0 0 14px; color: var(--muted); font-size: .82rem; } .request-phone-summary strong, .verified-phone strong { direction: ltr; unicode-bidi: isolate; } .otp-input { direction: ltr; text-align: center; letter-spacing: .55em; font-size: 1.25rem !important; font-weight: 700; } .request-otp-actions { display: flex; justify-content: space-between; gap: 12px; margin: -2px 0 18px; } .text-button { padding: 4px 0; border: 0; color: var(--brand-deep); background: none; font-size: .74rem; cursor: pointer; } .text-button:disabled { color: var(--muted); cursor: default; } .verified-phone { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; padding: 10px 13px; border: 1px solid rgba(var(--brand-rgb), .25); border-radius: 12px; color: var(--success); background: var(--brand-soft); font-size: .77rem; } .form-privacy { margin: 2px 0 18px; color: var(--muted); font-size: .7rem; line-height: 1.8; } .request-success { padding: 4px 0 0; text-align: center; } .request-success__icon { display: grid; width: 66px; height: 66px; place-items: center; margin: 0 auto 14px; border-radius: 50%; color: var(--white); background: var(--success); box-shadow: 0 12px 30px rgba(24, 139, 106, .22); font-size: 1.7rem; } .request-success h3 { margin: 0 0 6px; color: var(--ink); font-size: 1.35rem; } .request-success > p { margin: 0; color: var(--muted); font-size: .85rem; } .request-success__code { display: grid; gap: 2px; width: min(100%, 300px); margin: 18px auto 12px; padding: 11px; border: 1px dashed rgba(var(--brand-rgb), .65); border-radius: 12px; background: var(--brand-soft); } .request-success__code span { color: var(--muted); font-size: .68rem; } .request-success__code strong { color: var(--brand-deep); font-size: 1.05rem; } .request-success .button { margin-top: 20px; } .button--secondary { color: var(--brand-deep); border: 1px solid rgba(var(--brand-rgb), .5); background: var(--white); } @media (max-width: 640px) { .request-modal { place-items: end center; padding: 0; } .request-modal__panel { width: 100%; max-height: 94dvh; border-radius: 26px 26px 0 0; } .request-modal__header { padding: 23px 22px 20px; } .request-modal__header .request-modal__logo img { width: 140px; } .request-form.contact-form { padding: 24px 20px 30px; } .request-form .form-row { grid-template-columns: 1fr; gap: 0; } .request-modal__close { top: 12px; left: 12px; width: 38px; height: 38px; }
 } @media (prefers-reduced-motion: reduce) { .request-modal__panel, .request-step { animation: none; }
 } .article-card__icon, .article-carousel__status, .article-carousel__hint { display: none; } @media (max-width: 920px) { .knowledge.section { position: relative; padding: 84px 0 94px; overflow: hidden; background: radial-gradient(circle at 12% 24%, rgba(var(--brand-rgb), .075), transparent 30%), radial-gradient(circle at 92% 82%, rgba(var(--brand-rgb), .07), transparent 34%), linear-gradient(150deg, #fbfdfd 0%, #f7fbfa 54%, #fff 100%); } .knowledge::before { top: 17%; right: auto; left: -42%; width: 78vw; height: 78vw; border-color: rgba(var(--brand-rgb), .12); box-shadow: 0 0 0 38px rgba(var(--brand-rgb), .026), 0 0 0 76px rgba(var(--brand-rgb), .019), 0 0 0 114px rgba(var(--brand-rgb), .013); opacity: .85; } .knowledge::after { content: ""; position: absolute; right: -18%; bottom: -150px; width: 88vw; height: 250px; border: 1px solid rgba(var(--brand-rgb), .08); border-radius: 50% 50% 0 0; box-shadow: 0 -35px 0 rgba(var(--brand-rgb), .018), 0 -70px 0 rgba(var(--brand-rgb), .012); pointer-events: none; } .knowledge .container { position: relative; z-index: 2; } .knowledge .section-heading, .knowledge .section-heading--split { display: block; margin-bottom: 46px; text-align: right; } .knowledge .section-heading > div { max-width: none; } .knowledge .kicker { position: relative; margin-bottom: 17px; padding-right: 24px; color: #078e85; font-size: 1rem; } .knowledge .kicker::before { content: ""; position: absolute; top: 50%; right: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 6px rgba(var(--brand-rgb), .08); transform: translateY(-50%); } .knowledge .section-heading h2 { margin: 0 0 20px; color: #111a24; font-size: clamp(2.45rem, 11vw, 3.55rem); font-weight: 900; line-height: 1.25; letter-spacing: -.03em; } .knowledge .section-heading p { max-width: 36ch; margin: 0; color: #697477; font-size: clamp(.88rem, 3.8vw, 1.04rem); line-height: 2.05; } .knowledge .text-link { display: inline-flex; margin-top: 18px; gap: 16px; color: #078e85; font-size: .95rem; font-weight: 800; } .knowledge .text-link span { font-size: 1.55rem; line-height: .8; } .knowledge .article-grid { direction: rtl; display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 79vw; gap: 16px; width: 100vw; margin-inline: calc(50% - 50vw); padding: 4px 10.5vw 18px; box-sizing: border-box; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-padding-inline: 10.5vw; scroll-snap-type: inline mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; } .knowledge .article-grid::-webkit-scrollbar { display: none; } .knowledge .article-card { position: relative; display: flex; width: 100%; min-width: 0; min-height: 470px; margin: 0; padding: 34px 28px 26px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .96); border-radius: 31px; color: var(--ink); background: radial-gradient(circle at 92% 3%, rgba(var(--brand-rgb), .055), transparent 27%), linear-gradient(145deg, rgba(255, 255, 255, .99), rgba(249, 251, 251, .96)); box-shadow: 0 22px 58px rgba(22, 48, 45, .12), inset 0 1px 0 #fff; opacity: .48; filter: saturate(.7); transform: scale(.95); transform-origin: center; scroll-snap-align: center; scroll-snap-stop: always; transition: opacity 380ms ease, transform 460ms cubic-bezier(.2, .75, .2, 1), filter 380ms ease, box-shadow 380ms ease; } .knowledge .article-card.is-carousel-active { opacity: 1; filter: none; transform: scale(1); box-shadow: 0 26px 66px rgba(22, 48, 45, .15), inset 0 1px 0 #fff; } .knowledge .article-card::after { display: none; } .article-card__icon { position: absolute; top: 28px; left: 26px; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(255, 255, 255, .98); border-radius: 50%; color: #079b91; background: linear-gradient(145deg, #fff, #effaf9); box-shadow: 0 12px 30px rgba(24, 70, 66, .1), inset 0 1px 0 #fff; font-style: normal; } .article-card__icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; } .knowledge .article-card__category { align-self: flex-start; margin: 2px 0 66px; padding: 8px 15px; border: 1px solid rgba(var(--brand-rgb), .08); border-radius: 999px; color: #087f78; background: linear-gradient(135deg, rgba(var(--brand-rgb), .13), rgba(var(--brand-rgb), .06)); font-size: .8rem; font-weight: 700; } .knowledge .article-card h3 { position: relative; margin: 0 0 24px; padding-bottom: 32px; color: #121a24; font-size: clamp(1.35rem, 6vw, 1.7rem); font-weight: 900; line-height: 1.75; text-align: right; } .knowledge .article-card h3::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: #d8ddde; } .knowledge .article-card h3::before { content: ""; position: absolute; bottom: -5px; left: 50%; z-index: 1; width: 11px; height: 11px; border: 4px solid #f9fbfb; border-radius: 50%; background: #d5dcdd; transform: translateX(-50%); } .knowledge .article-card p { margin: 0 0 26px; color: #687377; font-size: .9rem; line-height: 2; } .knowledge .article-card__meta { display: flex; margin-top: auto; align-items: center; justify-content: flex-start; gap: 12px; color: #5e6b70; font-size: .8rem; } .knowledge .article-card__meta::before { content: ""; width: 17px; height: 17px; border: 2px solid #66757a; border-radius: 50%; background: linear-gradient(90deg, transparent 47%, #66757a 48% 54%, transparent 55%); } .knowledge .article-card__meta b { display: grid; width: 50px; height: 50px; margin-right: auto; place-items: center; border: 1px solid #e3e7e7; border-radius: 50%; color: #078f86; background: rgba(255, 255, 255, .9); box-shadow: 0 10px 24px rgba(24, 57, 53, .07); font-size: 1.45rem; font-weight: 500; } .article-carousel__status { display: flex; margin-top: 28px; justify-content: center; } .article-carousel__dots { direction: ltr; display: flex; align-items: center; gap: 10px; } .article-carousel__dots i { display: block; width: 25px; height: 6px; border-radius: 99px; background: #d0d5d5; transition: width 280ms ease, background 280ms ease, box-shadow 280ms ease; } .article-carousel__dots i.is-active { width: 38px; background: linear-gradient(90deg, #078d84, var(--brand)); box-shadow: 0 5px 14px rgba(var(--brand-rgb), .22); } .article-carousel__hint { direction: ltr; display: flex; width: fit-content; margin: 26px auto 0; align-items: center; gap: 12px; color: #818b8e; font-size: .82rem; } .article-carousel__hint svg { width: 38px; height: 23px; fill: none; stroke: #0ba49a; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
 } @media (max-width: 420px) { .knowledge .article-grid { grid-auto-columns: 81vw; padding-inline: 9.5vw; scroll-padding-inline: 9.5vw; } .knowledge .article-card { min-height: 450px; padding: 30px 23px 23px; } .article-card__icon { top: 24px; left: 22px; width: 50px; height: 50px; } .knowledge .article-card__category { margin-bottom: 58px; }
 } @media (max-width: 920px) {
 } @media (max-width: 420px) {
 } @media (max-width: 920px) {
 } @media (max-width: 420px) {
 } @media (min-width: 921px) { .robot-scroll__stage { padding-top: clamp(112px, 12vh, 138px); } .robot-scroll__heading { width: min(570px, 45vw); } .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { width: 152.5%; height: 152.5%; transform: translate3d(0, 1.5%, 0) scale(1.01); } .robot-scroll__callouts { top: clamp(310px, 34vh, 348px); width: min(570px, 45vw); }
 } @media (max-width: 1120px) and (min-width: 921px) { .robot-scroll__visual :is(video, .robot-scroll__poster-fallback) { width: 155%; height: 155%; transform: translate3d(0, 2%, 0) scale(1.01); }
 } @media (max-width: 920px) { .service-process__road-svg--mobile .service-process__road-progress { transition: stroke-dashoffset 1400ms cubic-bezier(.22, .72, .18, 1); will-change: stroke-dashoffset; }
 } @media (prefers-reduced-motion: reduce) { .service-process__road-progress { transition: none; }
 } .robot-scroll__feature-icon { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(var(--brand-rgb), .2); border-radius: 10px; color: var(--brand-deep); background: rgba(232, 252, 249, .88); } .robot-scroll__feature-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .about-card__heading { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; } .about-card__heading .about-card__icon { position: static; flex: 0 0 auto; } .about-card__heading h3 { margin: 0; } .footer__brand img { box-sizing: border-box; padding: 7px 12px; border-radius: 14px; background: #fff; filter: none; opacity: 1; } @media (max-width: 920px) { .robot-scroll__heading h2 { font-size: clamp(1.3rem, 5.7vw, 1.8rem); letter-spacing: -.035em; white-space: nowrap; } .knowledge .article-grid { display: block; width: 100%; padding: 0; overflow: visible; scroll-snap-type: none; touch-action: auto; } .knowledge .article-card { display: none; } .knowledge .article-card:last-child { display: flex; width: min(100%, 430px); min-height: 440px; margin-inline: auto; opacity: 1; visibility: visible; filter: none; transform: none; scroll-snap-align: none; } .knowledge .article-carousel__status, .knowledge .article-carousel__hint { display: none; }
 } @media (max-width: 920px) { :root { --mobile-section-title: clamp(1.75rem, 7.8vw, 2.35rem); --mobile-product-title: clamp(1.45rem, 6.35vw, 1.9rem); } main .robot-scroll__heading h2 { font-size: var(--mobile-product-title); }
 } @media (max-width: 920px) {
 } @media (max-width: 920px) { main .audience .audience__copy h2, main .service-process .service-process__heading h2, main .knowledge .article-card:last-child h3, main .about .about__content h2 { font-size: var(--mobile-product-title); }
 } .footer__brand img { padding: 0; } @media (max-width: 920px) { main .about .about-toggle { width: min(75%, 465px); }
 } .request-modal__logo { padding: 0; background: transparent; border-radius: 0; } .request-modal__logo img { width: 180px; height: auto; border-radius: 16px; } #footer-contact .footer__brand-logo--embedded { padding: 0; border-radius: 16px; background: transparent; filter: none; opacity: 1; } .knowledge-hero--text-only .knowledge-hero__grid { grid-template-columns: minmax(0, 1fr); } .knowledge-hero--text-only .knowledge-hero__content { max-width: 980px; } .knowledge-hero--text-only .knowledge-hero__content > p { max-width: 78ch; } .reading-layout__grid--single { grid-template-columns: minmax(0, 820px); justify-content: center; } .article-index .article-grid { margin-top: 0; } @media (min-width: 921px) { .audience__copy > .kicker, .about__eyebrow { font-size: .95rem; } .about-card, .about--interactive.is-about-active .about-card { border-color: rgba(var(--brand-rgb), .13); } .about-card::before { content: ""; position: absolute; inset: 0; z-index: 3; border: 1px solid rgba(var(--brand-rgb), .58); border-radius: inherit; box-shadow: inset 0 0 18px rgba(var(--brand-rgb), .055), inset 0 0 0 1px rgba(var(--brand-rgb), .045); opacity: var(--about-card-progress, 0); pointer-events: none; transition: opacity 120ms linear; } #footer-contact .footer__top { direction: rtl; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(48px, 7vw, 112px); align-items: start; } #footer-contact .footer__brand { grid-column: 1; text-align: right; } #footer-contact .footer__links { display: contents; } #footer-contact .footer__links > div:first-child { grid-column: 2; justify-self: center; text-align: center; } #footer-contact .footer__links > div:first-child span { margin-inline: auto; } #footer-contact .footer__links > div:last-child { grid-column: 3; justify-self: end; text-align: left; } #footer-contact .footer__links > div:last-child a { margin-right: auto; margin-left: 0; }
 } @media (max-width: 920px) {
 } @media (max-width: 420px) {
 } .robot-scroll__poster-fallback { position: relative; z-index: 1; opacity: 1; pointer-events: none; } .robot-scroll__visual video { opacity: 0; } .robot-scroll.is-video-ready .robot-scroll__visual video { opacity: 1; } .robot-scroll.is-video-ready .robot-scroll__poster-fallback { opacity: 0; } .robot-scroll.is-video-error .robot-scroll__poster-fallback { opacity: 1; }

/* Mobile section rhythm: keep adjacent content visually connected without crowding it. */
@media (max-width: 920px) {
  :root {
    --mobile-section-space: 40px;
  }

  main .robot.robot-scroll {
    padding-top: var(--mobile-section-space);
    padding-bottom: 24px;
  }

  main .robot-scroll__feature-list,
  main .robot-scroll.is-feature-summary .robot-scroll__feature-list {
    margin-bottom: 8px;
  }

  main .audience.section {
    padding-top: var(--mobile-section-space);
    padding-bottom: var(--mobile-section-space);
  }

  main .service-process {
    padding-top: 48px;
    padding-bottom: var(--mobile-section-space);
  }

  main .about.about--interactive {
    padding-top: var(--mobile-section-space);
    padding-bottom: var(--mobile-section-space);
  }
}

.header-request-cta svg {
  display: none;
}

/* Mobile persistent action bar: one clear request action outside the hero. */
@media (max-width: 920px) {
  .site-header .header-inner {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) clamp(68px, 22vw, 88px);
    grid-template-areas: "menu cta brand";
    gap: 8px;
  }

  .site-header .brand {
    grid-area: brand;
    min-width: 0;
  }

  .site-header .brand img {
    width: clamp(68px, 22vw, 88px);
  }

  .site-header .menu-toggle {
    grid-area: menu;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 50%;
  }

  .site-header .header-request-cta {
    grid-area: cta;
    isolation: isolate;
    display: inline-flex;
    width: min(100%, 184px);
    min-width: 0;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    justify-self: center;
    gap: 7px;
    margin: 0;
    padding: 8px 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #18d9cc, #08cdbf 58%, #029c92);
    box-shadow: 0 10px 24px rgba(8, 145, 135, .22);
    font-size: clamp(.72rem, 3.25vw, .84rem);
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    cursor: pointer;
    touch-action: manipulation;
    transition: filter var(--transition), box-shadow var(--transition);
  }

  .site-header .header-request-cta svg {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .site-header .header-request-cta:active {
    filter: brightness(.94);
    box-shadow: 0 6px 16px rgba(8, 145, 135, .2);
  }
}

@media (max-width: 360px) {
  .site-header .header-inner {
    grid-template-columns: 44px minmax(0, 1fr) 64px;
    gap: 6px;
  }

  .site-header .brand img {
    width: 64px;
  }

  .site-header .header-request-cta {
    padding-inline: 10px;
    font-size: .7rem;
  }
}

/* Shared choice-led title for the service-location experience. */
.experience-choice-title {
  color: #1c242d;
  font-weight: 800;
  line-height: 1.42;
  text-align: right;
  text-wrap: balance;
}

.experience-choice-title > span {
  display: block;
}

.experience-choice-title em {
  position: relative;
  color: var(--brand-dark);
  font-style: normal;
  white-space: nowrap;
}

.experience-choice-title em::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -.28em;
  width: 78%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), #7ae0d8);
  transform: translateX(50%);
}

@media (min-width: 921px) {
  .experience-scrolly__stage {
    transform: translateY(clamp(10px, 1.6vh, 16px));
  }

  .experience-scrolly__title {
    max-width: 460px;
    margin: 0 0 clamp(48px, 5.5vh, 58px);
    font-size: clamp(1.9rem, 2.7vw, 2.75rem);
  }
}

@media (min-width: 921px) and (max-height: 760px) {
  .experience-scrolly__stage {
    transform: none;
  }

  .experience-scrolly__title {
    margin-bottom: 40px;
    font-size: clamp(1.65rem, 2.5vw, 2rem);
    line-height: 1.3;
  }

  .experience-scrolly__nav {
    gap: 4px;
  }

  .experience-scrolly__nav button,
  .experience-scrolly__nav button:hover,
  .experience-scrolly__nav button.is-active {
    min-height: 58px;
    padding-block: 6px;
  }

  .experience-scrolly__nav button strong {
    font-size: 1rem;
  }

  .experience-scrolly__nav button small {
    font-size: .78rem;
    line-height: 1.45;
  }
}

@media (max-width: 920px) {
  #experience { overflow: clip; }
  .has-js .experience-fallback { display: block; }
  .experience-fallback {
    display: block;
    padding: 44px 0 32px;
    overflow: visible;
    background: #fbfdfd;
  }
  .experience-fallback.is-mobile-turning {
    height: calc(var(--mobile-stage-height) + var(--mobile-turn-distance));
    box-sizing: content-box;
  }
  .experience-mobile-stage { padding-bottom: 24px; }
  .is-mobile-turning .experience-mobile-stage {
    position: sticky;
    top: var(--mobile-stage-top);
  }
  .experience-fallback .experience-fallback__title {
    position: relative;
    z-index: 12;
    background: #fbfdfd;
    width: 100%;
    max-width: none;
    margin: 0 0 12px;
    padding: 0;
    color: #1c242d;
    font-size: clamp(15px, 4.5vw, 22px);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  .experience-fallback .experience-fallback__title > span {
    display: inline;
  }
  .experience-fallback__title::after { content: none; }
  .experience-fallback .experience-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-auto-flow: row;
    gap: 32px;
    width: 72vw;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    direction: rtl;
    scroll-snap-type: none;
    touch-action: pan-y pinch-zoom;
    perspective: 1400px;
  }
  .experience-fallback .experience-card {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    aspect-ratio: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    filter: none;
    transform: none;
    translate: none;
    animation: none;
    transition: none;
  }
  .experience-fallback.is-mobile-turning .experience-grid { gap: 0; }
  .experience-fallback.is-mobile-turning .experience-card {
    grid-area: 1 / 1;
    align-self: start;
    transform-origin: 20% 65%;
    backface-visibility: hidden;
    will-change: transform, opacity;
  }
  .experience-fallback .experience-card::before,
  .experience-fallback .experience-card__overlay { display: none; }
  /* The photo frame and separate caption match the horizontal v46 carousel. */
  .experience-fallback .experience-card > img {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 100%;
    height: var(--mobile-photo-height, clamp(420px, 62.4svh, 546px));
    transition: none;
    aspect-ratio: auto;
    border: 1px solid rgba(255,255,255,.88);
    border-radius: 27px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 18px 46px rgba(22,49,46,.14);
    transform: none;
  }
  .experience-fallback .experience-card:hover,
  .experience-fallback .experience-card:active {
    border-color: transparent;
    box-shadow: none;
    transform: none;
  }
  .experience-fallback .experience-card:hover > img {
    transform: none;
  }
  .experience-fallback .experience-card:active > img {
    transform: none;
  }
  .experience-fallback .experience-card__content {
    position: relative;
    inset: auto;
    z-index: 2;
    display: grid;
    grid-template-columns: 46px minmax(0,1fr);
    gap: 13px;
    align-items: center;
    min-height: 88px;
    margin: 11px 0 0;
    padding: 13px 16px;
    overflow: hidden;
    border: 1px solid rgba(var(--brand-rgb),.18);
    border-radius: 22px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 14px 36px rgba(21,50,46,.1), inset 0 1px 0 rgba(255,255,255,.95);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .experience-fallback .experience-card:hover .experience-card__content,
  .experience-fallback .experience-card:active .experience-card__content {
    transform: none;
  }
  .experience-fallback .experience-card__content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 18px;
    width: 48px;
    height: 3px;
    border-radius: 0 0 99px 99px;
    background: linear-gradient(90deg,var(--brand),#62e4da);
  }
  .experience-fallback .experience-card__content h3 {
    margin: 0 0 4px;
    color: #182321;
    font-size: clamp(15px,4vw,18px);
    text-shadow: none;
  }
  .experience-fallback .experience-card__content span {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #637170;
    background: transparent;
    font-size: clamp(.7rem,3vw,.84rem);
    font-weight: 400;
    line-height: 1.72;
    text-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .experience-fallback .experience-card__icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(var(--brand-rgb),.2);
    border-radius: 50%;
    color: var(--brand-deep);
    background: #edfbf9;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media (max-width: 420px) {
  .experience-fallback .experience-grid { width: 74vw; }
  .experience-fallback .experience-card > img { height: var(--mobile-photo-height, clamp(396px,60svh,492px)); }
  .experience-fallback .experience-card__content {
    grid-template-columns: 42px minmax(0,1fr);
    gap: 11px;
    min-height: 82px;
    padding: 11px 14px;
  }
  .experience-fallback .experience-card__icon { width: 42px; height: 42px; }
}

/* Mobile robot video fail-safe: never expose Safari's native paused-player UI. */
@media (max-width: 920px) {
  .robot-scroll__animated-fallback {
    position: relative;
    z-index: 3 !important;
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none !important;
  }

  .robot-scroll.is-video-fallback.is-video-fallback-ready .robot-scroll__animated-fallback {
    opacity: 1 !important;
    visibility: visible;
  }

  .robot-scroll.is-video-fallback.is-video-fallback-ready .robot-scroll__poster-fallback:not(.robot-scroll__animated-fallback) {
    opacity: 0 !important;
  }

  .robot-scroll.is-video-ready .robot-scroll__animated-fallback {
    opacity: 0 !important;
    visibility: hidden;
  }

  .robot-scroll__visual video {
    z-index: 4;
    pointer-events: none !important;
    -webkit-touch-callout: none;
  }

  .robot-scroll__visual video::-webkit-media-controls,
  .robot-scroll__visual video::-webkit-media-controls-panel,
  .robot-scroll__visual video::-webkit-media-controls-play-button,
  .robot-scroll__visual video::-webkit-media-controls-start-playback-button,
  .robot-scroll__visual video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    opacity: 0 !important;
    -webkit-appearance: none !important;
  }
}
