:root {
  --orange: #ec6f13;
  --orange-bright: #ff7a00;
  --ink: #101417;
  --navy: #0b1217;
  --muted: #667078;
  --line: #dfe3e5;
  --soft: #f3f4f4;
  --white: #fff;
  --shell: 1240px;
  font-family: Raleway, Inter, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); color: var(--ink); }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-160%); padding: 12px 18px; color: #fff; background: var(--orange); font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #ff9f54; outline-offset: 4px; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 270px 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 92px;
  padding: 0 max(32px, calc((100vw - var(--shell)) / 2));
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.18);
  transition: min-height .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { min-height: 76px; background: rgba(11,18,23,.96); box-shadow: 0 8px 30px rgba(0,0,0,.16); }
.wordmark { display: inline-flex; width: max-content; line-height: 1; }
.wordmark img { display: block; width: 208px; height: auto; }
.wordmark-compact img { width: 172px; }
.main-navigation { display: flex; justify-content: center; gap: 34px; }
.main-navigation a { position: relative; padding: 10px 0; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.main-navigation a::after { position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--orange); content: ""; transition: width .2s ease; }
.main-navigation a:hover::after, .main-navigation a:focus-visible::after { width: 100%; }
.header-cta { padding: 14px 20px; border: 1px solid rgba(255,255,255,.5); font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: background .2s, color .2s; }
.header-cta:hover { color: #fff; background: var(--orange); border-color: var(--orange); }
.menu-button { display: none; }

.hero { position: relative; display: grid; align-items: center; min-height: 790px; height: 92vh; max-height: 980px; overflow: hidden; color: #fff; background: var(--navy); }
.hero-slides, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transform: scale(1.025); background-position: center; background-size: cover; transition: opacity 1.1s ease, transform 7s linear; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-warehouse { background-image: url('/landing-assets/hero-warehouse.webp'); }
.hero-platform { background-image: url('/landing-assets/hero-platform.webp'); }
.hero-workwear { background-image: url('/landing-assets/hero-workwear.webp'); }
.hero-fitting { background-image: url('/landing-assets/hero-fitting.webp'); }
.hero-personalisation { background-image: url('/landing-assets/hero-personalisation.webp'); }
.hero-shade { background: linear-gradient(90deg, rgba(8,13,17,.94) 0%, rgba(8,13,17,.72) 36%, rgba(8,13,17,.1) 72%), linear-gradient(0deg, rgba(5,9,11,.68), transparent 44%); }
.hero-content { position: relative; z-index: 2; padding-top: 78px; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .22em; }
.eyebrow.light { color: #ff8b31; }
.hero h1, .section-heading h2, .process-copy h2, .closing-content h2 { margin: 0; font-size: clamp(48px, 5.8vw, 86px); line-height: .98; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--orange); font-style: normal; font-weight: 400; }
.hero-copy { max-width: 630px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 1px solid transparent; font-size: 12px; font-weight: 900; letter-spacing: .055em; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); }
.button-primary:hover { background: #ff7b15; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.button-dark { color: #fff; background: var(--ink); }
.hero-controls { position: absolute; z-index: 3; bottom: 42px; left: 50%; display: flex; align-items: center; gap: 18px; transform: translateX(-50%); }
.slider-toggle { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: rgba(0,0,0,.2); cursor: pointer; }
.pause-icon, .pause-icon::after { width: 2px; height: 11px; background: currentColor; content: ""; }
.pause-icon { display: flex; gap: 4px; background: currentColor; }
.pause-icon::after { display: block; margin-left: 5px; }
.slider-toggle.is-paused .pause-icon { width: 0; height: 0; margin-left: 3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; background: none; }
.slider-toggle.is-paused .pause-icon::after { display: none; }
.slider-dots { display: flex; gap: 8px; }
.slider-dots button { width: 26px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.34); cursor: pointer; transition: width .2s, background .2s; }
.slider-dots button.is-active { width: 52px; background: var(--orange); }
.slide-label { display: flex; gap: 10px; align-items: center; margin: 0 0 0 4px; font-size: 12px; font-weight: 900; }
.slide-label span { color: rgba(255,255,255,.7); font-weight: 600; }
.scroll-cue { position: absolute; z-index: 3; right: 28px; bottom: 42px; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.75); font-size: 10px; font-weight: 800; letter-spacing: .12em; writing-mode: vertical-rl; }
.scroll-cue i { display: grid; width: 35px; height: 35px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-style: normal; writing-mode: horizontal-tb; }

.proof-strip { color: #fff; background: var(--orange); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid p { display: flex; min-height: 116px; align-items: center; gap: 17px; margin: 0; padding: 20px 30px; border-right: 1px solid rgba(255,255,255,.28); }
.proof-grid p:first-child { border-left: 1px solid rgba(255,255,255,.28); }
.proof-grid strong { color: rgba(255,255,255,.52); font-size: 26px; font-weight: 400; }
.proof-grid span { font-size: 13px; font-weight: 800; line-height: 1.45; }

.section { padding: 120px 0; }
.section[id] { scroll-margin-top: 76px; }
.section-heading { margin-bottom: 64px; }
.section-heading h2, .process-copy h2, .closing-content h2 { font-size: clamp(40px, 5vw, 70px); }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.split-heading > p, .centered > p:last-child, .process-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.platform-intro { background: linear-gradient(180deg,#fff 0%,#f5f6f6 100%); }
.platform-switcher { overflow: hidden; border: 1px solid #d7dcde; background: #fff; box-shadow: 0 30px 80px rgba(11,18,23,.09); }
.platform-tabs { display: grid; grid-template-columns: repeat(2,1fr); padding: 10px; gap: 10px; border-bottom: 1px solid #d7dcde; background: #e9edef; }
.platform-tab { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; min-height: 104px; padding: 20px 24px; color: #59656c; border: 0; background: transparent; text-align: left; cursor: pointer; transition: color .2s, background .2s, box-shadow .2s; }
.platform-tab::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 4px; background: transparent; content: ""; }
.platform-tab:hover { color: var(--ink); background: rgba(255,255,255,.65); }
.platform-tab.is-active { color: #fff; background: var(--navy); box-shadow: 0 12px 28px rgba(11,18,23,.18); }
.platform-tab.is-active::after { background: var(--orange); }
.platform-tab-number { display: grid; width: 46px; height: 46px; place-items: center; color: var(--orange); border: 1px solid #bfc7cb; border-radius: 50%; font-size: 12px; font-weight: 900; }
.platform-tab.is-active .platform-tab-number { border-color: #4d5961; }
.platform-tab > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.platform-tab small { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.platform-tab strong { font-size: clamp(16px,1.65vw,22px); line-height: 1.2; }
.platform-tab i { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #bdc5c9; border-radius: 50%; font-size: 15px; font-style: normal; transition: transform .2s; }
.platform-tab.is-active i { color: #fff; border-color: var(--orange); background: var(--orange); transform: translateX(3px); }
.experience-grid { display: grid; }
.experience-card { position: relative; display: grid; min-height: 560px; overflow: hidden; border: 0; background: #fff; animation: platform-panel-in .36s ease both; }
.experience-card[hidden] { display: none; }
@keyframes platform-panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.corporate-experience { grid-template-columns: .78fr 1.22fr; }
.employee-experience { grid-template-columns: 1.05fr .95fr; background: var(--soft); }
.experience-copy { position: relative; z-index: 2; align-self: center; padding: 64px; }
.experience-copy h3 { margin: 0 0 22px; font-size: clamp(30px, 3.2vw, 46px); letter-spacing: -.035em; }
.experience-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.7; }
.card-number { position: absolute; top: 0; right: 28px; color: #edf0f1; font-size: 110px; font-weight: 900; line-height: 1; }
.check-list { display: grid; gap: 13px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; font-size: 14px; font-weight: 700; }
.check-list li::before { position: absolute; left: 0; color: var(--orange); content: "✓"; }
.text-link { display: inline-flex; gap: 16px; padding-bottom: 6px; color: var(--orange); border-bottom: 1px solid var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .05em; }
.experience-links { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
.experience-links .button { min-height: 48px; }
.portal-preview { position: relative; display: flex; align-self: stretch; min-width: 0; flex-direction: column; overflow: hidden; background: #e9edef; }
.portal-preview img { display: block; width: 100%; min-height: 0; flex: 1; order: 1; object-fit: cover; object-position: left top; transition: transform .45s ease; }
.portal-preview:hover img { transform: scale(1.012); }
.preview-label { z-index: 2; display: flex; min-height: 38px; align-items: center; justify-content: flex-start; gap: 8px; order: 2; padding: 9px 16px; color: #dce3e6; border-top: 1px solid #324049; background: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.preview-label i { width: 7px; height: 7px; border-radius: 50%; background: #29b45a; box-shadow: 0 0 0 3px rgba(41,180,90,.18); }
.dashboard-demo { align-self: center; display: grid; grid-template-columns: 118px 1fr; height: 420px; margin-right: -40px; overflow: hidden; border: 1px solid #d9dddf; border-radius: 8px; background: #fff; box-shadow: 0 30px 70px rgba(9,17,22,.14); transform: perspective(1300px) rotateY(-7deg); transform-origin: right center; }
.demo-sidebar { display: flex; flex-direction: column; gap: 20px; padding: 24px 15px; color: #fff; background: #0d1921; }
.demo-sidebar img { width: 88px; height: auto; margin-bottom: 8px; }
.demo-sidebar i { width: 74px; height: 7px; border-radius: 3px; background: #33414a; }.demo-sidebar i.active { height: 25px; background: var(--orange); }
.demo-workspace { padding: 25px; background: #fafafa; }
.demo-top { display: flex; justify-content: space-between; margin-bottom: 20px; }.demo-top span { width: 80px; height: 22px; border: 1px solid #ddd; }
.demo-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }.demo-kpis i { height: 70px; border: 1px solid #e1e4e5; border-radius: 5px; background: linear-gradient(145deg,#fff,#fafafa); }
.demo-charts { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10px; margin-top: 10px; }
.demo-charts i { position: relative; height: 150px; border: 1px solid #e1e4e5; border-radius: 5px; background: #fff; }
.demo-charts .bars::after { position: absolute; inset: 35px 20px 22px; background: linear-gradient(to top, transparent 0 18%, #f0f1f2 18% 19%, transparent 19% 38%, #f0f1f2 38% 39%, transparent 39%), linear-gradient(155deg, transparent 0 45%, var(--orange) 46% 48%, transparent 49%); content: ""; }
.demo-charts .donut::after { position: absolute; top: 38px; left: calc(50% - 38px); width: 76px; height: 76px; border: 17px solid #27343c; border-right-color: var(--orange); border-radius: 50%; content: ""; }
.demo-table { display: grid; gap: 7px; margin-top: 12px; }.demo-table i { height: 12px; border-radius: 2px; background: #eceeef; }
.employee-visual { display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 55%, #3d484f 0, #101a20 62%, #0b1217 100%); }
.phone { width: 270px; min-height: 500px; padding: 24px 19px 18px; color: #fff; border: 8px solid #1d2429; border-radius: 40px; background: linear-gradient(160deg,#111b22,#081016); box-shadow: 0 34px 60px rgba(0,0,0,.4); transform: rotate(-3deg) translateY(32px); }
.phone-top { display: flex; align-items: center; gap: 9px; padding-bottom: 16px; border-bottom: 1px solid #2a353c; font-size: 12px; }.phone-top i { width: 6px; height: 6px; margin-left: auto; border-radius: 50%; background: var(--orange); }
.mini-mark { width: 16px; height: 16px; border: 3px solid var(--orange); transform: rotate(45deg); }
.phone-welcome { display: flex; flex-direction: column; gap: 4px; padding: 22px 0 14px; }.phone-welcome small, .phone-status small { color: #8c989f; font-size: 8px; letter-spacing: .12em; }.phone-welcome strong { font-size: 23px; }
.phone-status { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid #2a363e; border-radius: 8px; background: #17222a; }.phone-status > i { width: 30px; height: 30px; border: 1px solid #65727a; border-radius: 50%; }.phone-status span { display: flex; flex-direction: column; gap: 4px; }.phone-status span b { font-size: 11px; }.phone-status em { margin-left: auto; color: #5dd984; font-style: normal; }
.phone-products { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 18px 0; }.phone-products i { display: grid; height: 86px; place-items: center; color: #6f7b82; border-radius: 7px; background: linear-gradient(#242f36,#141e24); font-size: 32px; font-style: normal; font-weight: 900; }
.phone-order { display: grid; gap: 9px; padding: 15px; border-radius: 7px; background: #172229; }.phone-order span { height: 5px; border-radius: 3px; background: #3a464e; }.phone-order span:nth-child(2) { width: 78%; background: var(--orange); }.phone-order span:nth-child(3) { width: 62%; }.phone-order span:nth-child(4) { width: 46%; }
.phone-button { display: grid; width: 100%; min-height: 43px; place-items: center; margin-top: 18px; color: #fff; border-radius: 5px; background: var(--orange); font-size: 10px; font-weight: 900; }

.value-section { color: #fff; background: var(--navy); }
.centered { max-width: 820px; margin-right: auto; margin-left: auto; text-align: center; }.centered > p:last-child { color: #9da7ad; margin-top: 26px; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #344048; border-left: 1px solid #344048; }
.value-grid article { min-height: 330px; padding: 42px 34px; border-right: 1px solid #344048; border-bottom: 1px solid #344048; }
.line-icon { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 46px; color: var(--orange); border: 1px solid #4c5961; border-radius: 50%; font-size: 25px; }
.value-grid h3 { margin: 0 0 18px; font-size: 20px; }.value-grid p { margin: 0; color: #9da7ad; font-size: 14px; line-height: 1.7; }

.process-section { background: #f5f5f3; }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.process-copy { position: sticky; top: 120px; align-self: start; }.process-copy > p { margin: 28px 0 34px; }.process-copy .eyebrow { margin: 0 0 18px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #ccd1d3; }
.process-list li { display: grid; grid-template-columns: 80px 1fr; gap: 24px; align-items: start; padding: 34px 0; border-bottom: 1px solid #ccd1d3; }
.process-list span { color: var(--orange); font-size: 12px; font-weight: 900; }.process-list h3 { margin: 0 0 10px; font-size: 24px; }.process-list p { margin: 0; color: var(--muted); line-height: 1.65; }

.portal-section { background: #fff; }
.portal-groups { display: grid; gap: 78px; }
.portal-group { position: relative; }
.portal-group-primogart { padding: 46px; border-top: 4px solid var(--orange); background: var(--soft); }
.portal-group-heading { display: grid; grid-template-columns: 1fr minmax(280px, 440px); align-items: end; gap: 48px; margin-bottom: 28px; }
.portal-group-heading > div { display: flex; align-items: center; gap: 22px; }
.portal-group-heading .eyebrow { margin-bottom: 8px; }
.portal-group-heading h3 { margin: 0; font-size: clamp(30px, 3.2vw, 46px); letter-spacing: -.04em; }
.portal-group-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.portal-group-number { display: grid; width: 54px; height: 54px; flex: 0 0 54px; place-items: center; color: #fff; border-radius: 50%; background: var(--orange); font-size: 13px; font-weight: 900; }
.portal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.portal-card { position: relative; display: flex; min-height: 370px; flex-direction: column; align-items: flex-start; padding: 42px; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: color .25s, background .25s, transform .25s, box-shadow .25s; }
.portal-card::after { position: absolute; right: -80px; bottom: -120px; width: 260px; height: 260px; border: 1px solid #e4e7e8; border-radius: 50%; content: ""; transition: transform .35s, border-color .35s; }
.portal-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(11,18,23,.1); }.portal-card:hover::after { transform: scale(1.13); border-color: var(--orange); }
.portal-card.featured { color: #fff; border-color: var(--navy); background: var(--navy); }.portal-card.featured::after { border-color: #344047; }
.portal-card.primogart-featured { border-color: #cbd1d4; box-shadow: inset 0 4px 0 var(--orange); }
.portal-index { position: absolute; top: 34px; right: 40px; color: #c4cacc; font-size: 12px; font-weight: 900; }.featured .portal-index { color: #66747c; }
.portal-icon { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 50px; color: var(--orange); border: 1px solid #d7dcde; border-radius: 50%; font-size: 23px; }.featured .portal-icon { border-color: #46525a; }
.portal-card h3 { max-width: 430px; margin: 0 0 15px; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.035em; }.portal-card > p:not(.eyebrow) { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.65; }.featured > p:not(.eyebrow) { color: #9ca7ae; }
.portal-link { display: flex; gap: 18px; align-items: center; margin-top: auto; padding-top: 25px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .05em; }.portal-link i { font-size: 17px; font-style: normal; }

.closing-cta { position: relative; display: grid; min-height: 600px; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.closing-image, .closing-shade { position: absolute; inset: 0; }.closing-image { background: url('/landing-assets/hero-personalisation.webp') center/cover; }.closing-shade { background: linear-gradient(90deg,rgba(7,12,15,.94),rgba(7,12,15,.68) 48%,rgba(7,12,15,.18)); }
.closing-content { position: relative; z-index: 1; }.closing-content p:not(.eyebrow) { max-width: 580px; margin: 25px 0 32px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }.closing-content > div { display: flex; gap: 12px; flex-wrap: wrap; }

.site-footer { padding: 80px 0 25px; color: #c5ccd0; background: #070c0f; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 60px; padding-bottom: 60px; }
.footer-mark { color: #fff; }.footer-grid > div:first-child p { max-width: 300px; margin-top: 25px; color: #7f8a91; line-height: 1.65; }
.footer-grid h2 { margin: 0 0 22px; color: #fff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }.footer-grid div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-grid a:not(.wordmark), .footer-grid p { margin: 0; font-size: 13px; line-height: 1.7; }.footer-grid a:not(.wordmark):hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: #667178; border-top: 1px solid #202a2f; font-size: 11px; letter-spacing: .06em; }

/* Public portal explainers */
.detail-page { background: #fff; }
.detail-header { min-height: 82px; background: rgba(11,18,23,.98); box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.detail-header .main-navigation a[aria-current="page"]::after { width: 100%; }
.detail-hero { position: relative; min-height: 730px; padding: 174px 0 100px; overflow: hidden; color: #fff; background: var(--navy); }
.detail-hero::before { position: absolute; top: -280px; right: -180px; width: 760px; height: 760px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.detail-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 74px; }
.detail-hero h1 { max-width: 720px; margin: 0; font-size: clamp(50px, 5.5vw, 82px); line-height: .98; letter-spacing: -.05em; }
.detail-hero h1 em { display: block; }
.detail-lead { max-width: 650px; margin: 28px 0 0; color: #b7c0c5; font-size: 18px; line-height: 1.7; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.detail-screen { position: relative; margin-right: -170px; overflow: hidden; border: 1px solid #3b474e; border-radius: 10px 0 0 10px; background: #eef1f2; box-shadow: 0 36px 85px rgba(0,0,0,.38); }
.detail-screen::before { display: block; height: 30px; background: linear-gradient(90deg,#25323a,#25323a); content: ""; }
.detail-screen::after { position: absolute; top: 12px; left: 15px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 14px 0 #69767d, 28px 0 #69767d; content: ""; }
.detail-screen img { display: block; width: 100%; height: auto; }
.detail-screen-note { position: absolute; bottom: 22px; left: 22px; padding: 9px 12px; color: #dce3e6; border-radius: 999px; background: rgba(8,18,24,.9); font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.detail-proof { border-bottom: 1px solid var(--line); background: #fff; }
.detail-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.detail-proof-grid p { display: flex; min-height: 105px; align-items: center; gap: 14px; margin: 0; padding: 24px 26px; border-left: 1px solid var(--line); font-size: 13px; font-weight: 800; line-height: 1.45; }
.detail-proof-grid p:last-child { border-right: 1px solid var(--line); }
.detail-proof-grid strong { color: var(--orange); font-size: 25px; font-weight: 500; }
.intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.intro-grid h2, .tour-copy h2, .connection-heading h2 { margin: 0; font-size: clamp(40px,4.7vw,68px); line-height: 1.02; letter-spacing: -.045em; }
.intro-copy > p { margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.capability-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { min-height: 220px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-card span { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 28px; color: var(--orange); border: 1px solid #d7dcde; border-radius: 50%; font-size: 12px; font-weight: 900; }
.capability-card h3 { margin: 0 0 11px; font-size: 21px; }
.capability-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.tour-section { background: #f4f5f5; }
.tour-row { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.tour-row + .tour-row { margin-top: 105px; }
.tour-row.reverse { grid-template-columns: .85fr 1.15fr; }
.tour-row.reverse .tour-shot { order: 2; }
.tour-shot { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid #d5dadd; border-radius: 8px; background: #e7ebed; box-shadow: 0 25px 60px rgba(9,17,22,.12); }
.tour-shot img { display: block; width: 100%; height: auto; }
.tour-shot.mobile-composite { min-height: 560px; background: #0b1217; }
.tour-shot.mobile-composite img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tour-copy .eyebrow { margin-bottom: 14px; }
.tour-copy h2 { font-size: clamp(35px,4vw,58px); }
.tour-copy > p { margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 25px 1fr; gap: 10px; color: #30383d; font-size: 14px; font-weight: 750; line-height: 1.5; }
.feature-list li::before { color: var(--orange); content: "✓"; }
.connection-section { color: #fff; background: var(--navy); }
.connection-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 70px; margin-bottom: 60px; }
.connection-heading > * { min-width: 0; }
.connection-heading h2 { overflow-wrap: break-word; hyphens: auto; }
.connection-heading > p { margin: 0; color: #9ea9af; font-size: 16px; line-height: 1.75; }
.connection-flow { display: grid; grid-template-columns: repeat(4,1fr); counter-reset: flow; border-top: 1px solid #344047; border-left: 1px solid #344047; }
.connection-flow article { position: relative; min-height: 280px; padding: 34px 28px; border-right: 1px solid #344047; border-bottom: 1px solid #344047; counter-increment: flow; }
.connection-flow article::before { display: block; margin-bottom: 54px; color: var(--orange); font-size: 12px; font-weight: 900; content: "0" counter(flow); }
.connection-flow article:not(:last-child)::after { position: absolute; z-index: 2; top: 39px; right: -10px; width: 18px; height: 18px; color: var(--navy); border-radius: 50%; background: var(--orange); content: "→"; font-size: 12px; line-height: 18px; text-align: center; }
.connection-flow h3 { margin: 0 0 14px; font-size: 20px; }
.connection-flow p { margin: 0; color: #9ea9af; font-size: 14px; line-height: 1.7; }
.trust-note { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start; margin-top: 42px; padding: 25px 28px; border: 1px solid #344047; }
.trust-note span { display: grid; width: 44px; height: 44px; place-items: center; color: var(--orange); border: 1px solid #536069; border-radius: 50%; }
.trust-note h3 { margin: 1px 0 7px; font-size: 16px; }
.trust-note p { margin: 0; color: #9ea9af; font-size: 13px; line-height: 1.65; }
.next-portal { padding: 45px 0; color: #fff; background: var(--orange); }
.next-portal .shell { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.next-portal p { margin: 0; font-size: clamp(21px,2.5vw,32px); font-weight: 850; letter-spacing: -.025em; }
.next-portal a { display: inline-flex; min-height: 48px; align-items: center; gap: 18px; padding: 0 20px; border: 1px solid rgba(255,255,255,.65); font-size: 12px; font-weight: 900; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 76px; padding-inline: 28px; }
  .header-cta { display: none; }
  .main-navigation { position: fixed; top: 76px; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 18px 28px 28px; background: #0b1217; box-shadow: 0 20px 30px rgba(0,0,0,.2); }
  .main-navigation.is-open { display: flex; }.main-navigation a { min-height: 48px; padding: 15px 0; border-bottom: 1px solid #283239; }
  .menu-button { display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; padding: 0; color: #fff; border: 0; background: transparent; }.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: currentColor; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }.proof-grid p:nth-child(3) { border-left: 1px solid rgba(255,255,255,.28); }.proof-grid p { border-bottom: 1px solid rgba(255,255,255,.28); }
  .split-heading { grid-template-columns: 1fr; gap: 30px; }.split-heading > p { max-width: 680px; }
  .corporate-experience, .employee-experience { grid-template-columns: 1fr; }.experience-copy { padding: 48px; }.dashboard-demo { height: 360px; margin: 0 0 50px 48px; }.employee-visual { min-height: 520px; order: 2; }.employee-experience .experience-copy { order: 1; }
  .portal-preview { min-height: 430px; }.employee-experience .portal-preview { order: 2; }
  .value-grid { grid-template-columns: repeat(2,1fr); }.process-layout { gap: 55px; }
  .portal-group-heading { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .detail-hero-grid { grid-template-columns: 1fr; gap: 55px; }.detail-screen { margin-right: -28px; }.detail-hero { padding-bottom: 80px; }
  .intro-grid { grid-template-columns: 1fr; gap: 55px; }.tour-row, .tour-row.reverse { grid-template-columns: 1fr; gap: 45px; }.tour-row.reverse .tour-shot { order: 0; }
  .connection-flow { grid-template-columns: repeat(2,1fr); }.connection-heading { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .site-header { padding-inline: 18px; }.wordmark img { width: 178px; }
  .hero { min-height: 700px; height: 100svh; }.hero-content { padding-top: 65px; }.hero h1 { font-size: clamp(42px, 13vw, 62px); }.hero-copy { font-size: 15px; line-height: 1.6; }.hero-shade { background: linear-gradient(90deg,rgba(8,13,17,.94),rgba(8,13,17,.53)), linear-gradient(0deg,rgba(5,9,11,.8),transparent 60%); }
  .hero-slide { background-position: 62% center; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.hero-controls { bottom: 24px; }.slide-label, .scroll-cue { display: none; }.slider-dots button { width: 18px; }.slider-dots button.is-active { width: 34px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }.proof-grid p { min-height: 105px; padding: 18px 14px; }.proof-grid strong { font-size: 20px; }.proof-grid span { font-size: 11px; }
  .section { padding: 82px 0; }.section-heading { margin-bottom: 42px; }.section-heading h2, .process-copy h2, .closing-content h2 { font-size: 43px; }
  .platform-switcher { margin-inline: -18px; border-right: 0; border-left: 0; }.platform-tabs { grid-template-columns: 1fr; padding: 8px; gap: 8px; }.platform-tab { min-height: 82px; padding: 15px 14px; gap: 12px; }.platform-tab::after { top: 0; right: auto; bottom: 0; left: -8px; width: 4px; height: auto; }.platform-tab-number { width: 40px; height: 40px; }.platform-tab strong { font-size: 16px; }.platform-tab i { width: 32px; height: 32px; }
  .experience-card { min-height: auto; }.experience-copy { padding: 38px 25px; }.card-number { font-size: 78px; }.dashboard-demo { grid-template-columns: 75px 1fr; height: 280px; margin: 0 0 30px 18px; transform: none; }.demo-sidebar { padding: 16px 10px; }.demo-sidebar i { width: 50px; }.demo-workspace { padding: 14px; }.demo-kpis { grid-template-columns: repeat(2,1fr); }.demo-kpis i { height: 45px; }.demo-charts i { height: 105px; }.demo-table { display: none; }.employee-visual { min-height: 490px; }.phone { width: 245px; transform: rotate(-2deg) translateY(25px); }
  .portal-preview { min-height: 320px; }.preview-label { min-height: 36px; padding-inline: 12px; font-size: 9px; }.experience-links { align-items: flex-start; flex-direction: column; }.experience-links .button { width: auto; }
  .value-grid { grid-template-columns: 1fr; }.value-grid article { min-height: 260px; padding: 34px 28px; }.line-icon { margin-bottom: 30px; }
  .process-layout { grid-template-columns: 1fr; gap: 55px; }.process-copy { position: static; }.process-list li { grid-template-columns: 52px 1fr; gap: 12px; }
  .portal-groups { gap: 58px; }.portal-group-primogart { margin-inline: -18px; padding: 38px 18px; }.portal-group-heading > div { align-items: flex-start; gap: 14px; }.portal-group-number { width: 44px; height: 44px; flex-basis: 44px; }.portal-group-heading > p { font-size: 14px; }.portal-grid { grid-template-columns: 1fr; }.portal-card { min-height: 345px; padding: 34px 28px; }.portal-icon { margin-bottom: 40px; }
  .closing-cta { min-height: 620px; }.closing-image { background-position: 68% center; }.closing-shade { background: linear-gradient(90deg,rgba(7,12,15,.96),rgba(7,12,15,.58)); }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }.footer-bottom { flex-direction: column; gap: 4px; }
  .detail-hero { min-height: auto; padding: 135px 0 72px; }.detail-hero h1 { font-size: 48px; }.detail-lead { font-size: 16px; }.detail-actions { align-items: stretch; flex-direction: column; }.detail-screen { margin-right: -18px; border-radius: 7px 0 0 7px; }.detail-screen-note { display: none; }
  .detail-proof-grid { grid-template-columns: repeat(2,1fr); }.detail-proof-grid p { min-height: 92px; padding: 18px 16px; }.detail-proof-grid p:nth-child(odd) { border-left: 1px solid var(--line); }
  .capability-grid { grid-template-columns: 1fr; }.capability-card { min-height: 190px; }.tour-row + .tour-row { margin-top: 75px; }.tour-shot.mobile-composite { min-height: 560px; }
  .connection-flow { grid-template-columns: 1fr; }.connection-flow article { min-height: 225px; }.connection-flow article:not(:last-child)::after { top: auto; right: 24px; bottom: -10px; transform: rotate(90deg); }
  .trust-note { grid-template-columns: 1fr; }.next-portal .shell { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
