.hekso-landing {
  --ink: #171713;
  --paper: #f4f0e8;
  --paper-2: #ece5d9;
  --white: #fffdf8;
  --light-text: var(--paper);
  --light-text-rgb: 244, 240, 232;
  --amber: #d99736;
  --amber-bright: var(--amber);
  --line: rgba(23, 23, 19, 0.15);
  --muted: #6f6b62;
  --container: min(1180px, calc(100vw - 48px));
  --display: "Arial Narrow", "Aptos Display", Impact, sans-serif;
  --body: "Aptos", "Segoe UI", Arial, sans-serif;
}

.hekso-landing *, .hekso-landing *::before, .hekso-landing *::after { box-sizing: border-box; }
.hekso-landing { scroll-behavior: smooth; }
.hekso-landing { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.hekso-landing img { display: block; max-width: 100%; }
.hekso-landing a { color: inherit; text-decoration: none; }
.hekso-landing button { color: inherit; font: inherit; }
.hekso-landing .container { width: var(--container); margin-inline: auto; }
.hekso-landing .section { padding: 92px 0; }
.hekso-landing .button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 26px; border: 1px solid var(--amber-bright); background: var(--amber-bright); color: var(--light-text); font-size: 13px; font-weight: 800; letter-spacing: .02em; transition: transform .2s, background .2s, border-color .2s; }
.hekso-landing .button:hover { transform: translateY(-2px); background: #e5a64a; border-color: #e5a64a; }
.hekso-landing .button:focus-visible, .hekso-landing a:focus-visible, .hekso-landing button:focus-visible { outline: 3px solid #66aaff; outline-offset: 4px; }
.hekso-landing .button-small { min-height: 42px; padding-inline: 18px; }

.hekso-landing .hero { position: relative; min-height: max(820px, 100svh); height: auto; max-height: none; background: #26251f; color: var(--light-text); overflow: hidden; }
.hekso-landing .hero-media, .hekso-landing .hero-shade { position: absolute; inset: 0; }
.hekso-landing .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hekso-landing .hero-shade { background: linear-gradient(90deg, rgba(20, 20, 16, .94) 0%, rgba(20, 20, 16, .76) 32%, rgba(20, 20, 16, .2) 62%, rgba(20, 20, 16, .08) 100%), linear-gradient(0deg, rgba(20,20,16,.3), transparent 45%); }
.hekso-landing .hero-content { position: relative; z-index: 2; min-height: max(820px, 100svh); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 120px 0 64px; }
.hekso-landing .eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: rgba(var(--light-text-rgb), .72); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hekso-landing .eyebrow > span { width: 28px; height: 2px; background: var(--amber-bright); }
.hekso-landing .eyebrow.dark { color: var(--muted); }
.hekso-landing h1, .hekso-landing h2 { margin: 0; font-family: var(--display); font-weight: 800; line-height: .93; letter-spacing: -.035em; text-transform: uppercase; }
.hekso-landing h1 { max-width: 760px; font-size: clamp(64px, 7.5vw, 112px); }
.hekso-landing h2 { font-size: clamp(48px, 5.4vw, 78px); }
.hekso-landing h1 em, .hekso-landing h2 em { color: var(--amber-bright); font-style: normal; }
.hekso-landing .hero-lead { max-width: 550px; margin: 32px 0 0; color: rgba(var(--light-text-rgb), .74); font-size: 18px; line-height: 1.65; }
.hekso-landing .hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 34px; }
.hekso-landing .hero-actions .button { padding-inline: 34px; border: 0; clip-path: polygon(19px 0, calc(100% - 19px) 0, 100% 50%, calc(100% - 19px) 100%, 19px 100%, 0 50%); }
.hekso-landing .text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; }
.hekso-landing .play-mini { width: 34px; height: 34px; display: inline-grid; place-items: center; padding-left: 2px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 9px; }
.hekso-landing .hero-points { display: flex; gap: 28px; margin: 30px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.25); list-style: none; color: rgba(var(--light-text-rgb), .82); font-size: 12px; font-weight: 700; }
.hekso-landing .hero-points span { margin-right: 7px; color: var(--amber-bright); }
.hekso-landing .scroll-cue { position: absolute; z-index: 3; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 34px; width: 40px; height: 62px; border: 1px solid rgba(255,255,255,.35); border-radius: 24px; }
.hekso-landing .scroll-cue span { position: absolute; left: 50%; top: 13px; width: 4px; height: 4px; border-radius: 50%; background: white; animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { transform: translate(-50%,0); opacity:0; } 30% { opacity:1; } 100% { transform: translate(-50%,25px); opacity:0; } }

.hekso-landing .benefit-bar { background: #e5dccf; color: var(--ink); border-bottom: 1px solid var(--line); }
.hekso-landing .benefit-grid { min-height: 118px; display: grid; grid-template-columns: repeat(4, 1fr); }
.hekso-landing .benefit-item { display: flex; align-items: center; gap: 16px; padding: 25px 28px; border-right: 1px solid var(--line); }
.hekso-landing .benefit-item:first-child { padding-left: 0; }
.hekso-landing .benefit-item:last-child { border-right: 0; }
.hekso-landing .benefit-icon { width: 39px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; color: #9a5b08; border: 1px solid rgba(154,91,8,.48); clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%); font-size: 17px; }
.hekso-landing .benefit-item strong, .hekso-landing .benefit-item small { display: block; }
.hekso-landing .benefit-item strong { font-size: 13px; }
.hekso-landing .benefit-item small { color: #625e57; font-size: 11px; }

.hekso-landing .intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: end; }
.hekso-landing .intro-copy .lead { margin: 0 0 22px; color: var(--ink); font-size: 20px; line-height: 1.55; }
.hekso-landing .intro-copy p:not(.lead) { color: var(--muted); }
.hekso-landing .arrow-link { display: inline-flex; align-items: center; gap: 24px; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }
.hekso-landing .arrow-link span { font-size: 18px; color: var(--amber); }
.hekso-landing .feature-showcase { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 58px; align-items: center; margin-top: 72px; }
.hekso-landing .feature-photo { position: relative; width: min(74%, 420px); justify-self: center; }
.hekso-landing .feature-photo img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.hekso-landing .photo-label { position: absolute; left: 0; bottom: 0; padding: 11px 16px; background: var(--paper); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hekso-landing .feature-list { border-top: 1px solid var(--line); }
.hekso-landing .feature-row { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.hekso-landing .feature-number { color: var(--amber); font: 800 13px var(--display); }
.hekso-landing .feature-row h3 { margin: 0 0 6px; font: 800 25px var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.hekso-landing .feature-row p { margin: 0; color: var(--muted); font-size: 14px; }

.hekso-landing .steps { background: var(--paper-2); }
.hekso-landing .steps-head { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 56px; align-items: end; }
.hekso-landing .steps-head h2 { font-size: clamp(46px, 4.7vw, 70px); }
.hekso-landing .steps-head > p { max-width: 320px; margin: 0 0 6px; color: var(--muted); }
@media (min-width: 981px) {
  .hekso-landing .steps-head h2 { white-space: nowrap; }
}
.hekso-landing .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 52px; background: rgba(23,23,19,.12); border: 1px solid rgba(23,23,19,.12); }
.hekso-landing .step-card { position: relative; min-height: 460px; padding: 34px; background: var(--paper-2); overflow: hidden; }
.hekso-landing .step-index { font: 800 13px var(--display); color: var(--amber); }
.hekso-landing .step-visual { height: 220px; position: relative; display: grid; place-items: center; }
.hekso-landing .step-visual i { position: absolute; display: block; width: 112px; height: 128px; border: 15px solid var(--ink); clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%); }
.hekso-landing .honeycomb-one i { transform: rotate(30deg); }
.hekso-landing .honeycomb-many i:nth-child(1) { transform: translate(-45px, -5px) rotate(30deg) scale(.72); }
.hekso-landing .honeycomb-many i:nth-child(2) { transform: translate(45px, -5px) rotate(30deg) scale(.72); border-color: var(--amber); }
.hekso-landing .honeycomb-many i:nth-child(3) { transform: translate(0, 64px) rotate(30deg) scale(.72); }
.hekso-landing .honeycomb-figure i { transform: rotate(30deg); }
.hekso-landing .honeycomb-figure b { z-index: 2; width: 30px; height: 52px; display: grid; place-items: start center; padding-top: 8px; color: var(--amber); border-radius: 12px 12px 4px 4px; background: var(--ink); font-size: 10px; }
.hekso-landing .step-card h3 { margin: 4px 0 12px; font: 800 26px var(--display); text-transform: uppercase; }
.hekso-landing .step-card p { margin: 0; color: var(--muted); font-size: 14px; }

.hekso-landing .gallery-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 64px; }
.hekso-landing .gallery-copy > p:not(.eyebrow) { max-width: 440px; margin: 28px 0; color: var(--muted); }
.hekso-landing .color-swatches { display: flex; align-items: center; gap: 12px; margin: 30px 0 38px; }
.hekso-landing .swatch { width: 30px; height: 34px; padding: 0; border: 0; background: var(--swatch); cursor: pointer; clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%); transition: transform .2s; }
.hekso-landing .swatch.is-active { transform: scale(1.25); outline: 2px solid var(--ink); outline-offset: 3px; }
.hekso-landing .color-swatches > span { margin-left: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.hekso-landing .button-dark { color: var(--light-text); background: var(--amber); border-color: var(--amber); }
.hekso-landing .button-dark:hover { color: var(--light-text); }
.hekso-landing .gallery-copy .button, .hekso-landing .order-button { border: 0; clip-path: polygon(19px 0, calc(100% - 19px) 0, 100% 50%, calc(100% - 19px) 100%, 19px 100%, 0 50%); }
.hekso-landing .gallery-photo { position: relative; width: min(100%, 560px); margin: 0; justify-self: center; }
.hekso-landing .gallery-photo img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.hekso-landing .gallery-photo figcaption { position: absolute; right: 22px; bottom: 22px; width: 150px; height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(23,23,19,.88); color: var(--light-text); clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%); backdrop-filter: blur(8px); }
.hekso-landing .gallery-photo figcaption strong { font: 800 23px var(--display); text-transform: uppercase; }
.hekso-landing .gallery-photo figcaption span { color: rgba(var(--light-text-rgb), .6); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.hekso-landing .video-section { position: relative; color: var(--ink); background: #e5dccf; overflow: hidden; }
.hekso-landing .video-section::before { content: ""; position: absolute; width: 420px; height: 480px; right: -140px; top: -170px; border: 1px solid rgba(154,91,8,.24); clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%); }
.hekso-landing .video-section .eyebrow { color: #625e57; }
.hekso-landing .video-heading { display: block; margin-bottom: 34px; }
.hekso-landing .video-heading .eyebrow { margin-bottom: 16px; writing-mode: initial; transform: none; }
.hekso-landing .video-heading .eyebrow > span { width: 28px; height: 2px; }
.hekso-landing .video-heading h2 { max-width: none; }
@media (min-width: 981px) {
  .hekso-landing .video-heading h2 em { white-space: nowrap; }
}
.hekso-landing .video-wrap { position: relative; aspect-ratio: 16/9; background: #0b0b09; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.hekso-landing .video-wrap iframe { width: 100%; height: 100%; border: 0; }
.hekso-landing .video-link { overflow: hidden; }
.hekso-landing .video-link iframe { display: block; width: 100%; height: 100%; border: 0; }
.hekso-landing .video-link > img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transition: transform .5s ease; }
.hekso-landing .video-link::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,16,.66), rgba(20,20,16,.16)); transition: background .3s ease; }
.hekso-landing .video-overlay { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0; color: var(--light-text); background: transparent; border: 0; cursor: pointer; text-align: center; }
.hekso-landing .video-link.is-playing::after { display: none; }
.hekso-landing .video-play { width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 18px; padding-left: 5px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(23,23,19,.6); font-size: 22px; backdrop-filter: blur(7px); transition: transform .25s, background .25s; }
.hekso-landing .video-overlay strong { font: 800 26px var(--display); letter-spacing: .02em; text-transform: uppercase; }
.hekso-landing .video-overlay small { color: rgba(var(--light-text-rgb), .78); }
.hekso-landing .video-link:hover > img { transform: scale(1.035); }
.hekso-landing .video-link:hover::after { background: linear-gradient(90deg, rgba(20,20,16,.5), rgba(20,20,16,.08)); }
.hekso-landing .video-link:hover .video-play { transform: scale(1.08); background: #9a5b08; }
.hekso-landing .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; }
.hekso-landing .specs-title > p:not(.eyebrow) { max-width: 440px; margin-top: 26px; color: var(--muted); }
.hekso-landing .spec-list { margin: 0; border-top: 1px solid var(--line); }
.hekso-landing .spec-list div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.hekso-landing .spec-list dt { color: var(--muted); font-size: 12px; }
.hekso-landing .spec-list dd { margin: 0; font-size: 13px; font-weight: 800; text-align: right; }

.hekso-landing .order { padding-block: 0; scroll-margin-top: 94px; background: linear-gradient(var(--paper) 50%, #ddd2c3 50%); }
.hekso-landing .order-shell { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 600px; background: #d8a657; color: var(--ink); box-shadow: none; overflow: hidden; }
.hekso-landing .order-shell::before { content: ""; position: absolute; width: 420px; height: 480px; left: -145px; bottom: -240px; border: 1px solid rgba(23,23,19,.16); clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%); }
.hekso-landing .order-copy { position: relative; padding: 78px 70px; }
.hekso-landing .order-copy h2 { font-size: clamp(44px, 4.4vw, 66px); }
.hekso-landing .order-copy .eyebrow { color: #4e3b20; }
.hekso-landing .order-copy h2 em { color: var(--light-text); }
.hekso-landing .order-copy > p:not(.eyebrow) { max-width: 520px; color: #493a25; }
.hekso-landing .order-copy ul { margin: 28px 0 0; padding: 0; list-style: none; color: #33291c; font-size: 13px; }
.hekso-landing .order-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(4, auto); grid-auto-flow: column; column-gap: 28px; row-gap: 2px; }
.hekso-landing .order-copy .order-benefits li { margin: 0; line-height: 1.35; }
.hekso-landing .order-copy li { margin: 9px 0; }
.hekso-landing .order-copy li span { color: #593b0c; margin-right: 8px; }
.hekso-landing .order-card { margin: 30px; padding: 42px; background: var(--paper); color: var(--ink); }
.hekso-landing .order-label { margin: 0 0 22px; font: 800 13px var(--display); letter-spacing: .08em; text-transform: uppercase; }
.hekso-landing .module-picker { display: grid; gap: 8px; }
.hekso-landing .module-option { min-height: 82px; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 12px 14px; border: 1px solid var(--line); background: rgba(255,255,255,.22); transition: border-color .2s, background .2s, box-shadow .2s; }
.hekso-landing .module-option.has-quantity { border-color: var(--amber); background: #fff8e9; box-shadow: inset 3px 0 var(--amber); }
.hekso-landing .module-swatch { width: 38px; height: 43px; display: block; background: var(--module-color); box-shadow: inset 0 0 0 1px rgba(23,23,19,.18); clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0 50%); }
.hekso-landing .module-info strong, .hekso-landing .module-info small { display: block; }
.hekso-landing .module-info strong { font-size: 14px; }
.hekso-landing .module-info small { color: var(--muted); font-size: 10px; }
.hekso-landing .quantity-control { display: grid; grid-template-columns: 36px 38px 36px; align-items: center; border: 1px solid var(--line); background: var(--white); }
.hekso-landing .quantity-control button { width: 36px; height: 36px; padding: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 20px; line-height: 1; transition: background .2s, color .2s; }
.hekso-landing .quantity-control button:hover:not(:disabled) { background: var(--amber); }
.hekso-landing .quantity-control button:disabled { color: #aaa49a; cursor: not-allowed; }
.hekso-landing .quantity-control input { min-width: 38px; width: 38px; height: 36px; padding: 0; border: 0; border-inline: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); font: 800 13px var(--body); text-align: center; appearance: textfield; -moz-appearance: textfield; }
.hekso-landing .quantity-control input::-webkit-inner-spin-button, .hekso-landing .quantity-control input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.hekso-landing .order-button { width: 100%; margin-top: 12px; }
.hekso-landing .order-button[aria-disabled="true"] { opacity: .55; cursor: not-allowed; transform: none; }
.hekso-landing .selection-note { margin: 13px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.hekso-landing .selection-note strong { color: var(--ink); }
.hekso-landing .selection-breakdown { min-height: 17px; margin: 2px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

.hekso-landing .faq { background: #f7f3eb; color: var(--ink); }
.hekso-landing .faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; }
.hekso-landing .faq-title > p:not(.eyebrow) { max-width: 390px; color: #5f5a52; }
.hekso-landing .faq-title .arrow-link { color: var(--ink); border-color: rgba(23,23,19,.45); }
.hekso-landing .faq-item { border-top: 1px solid rgba(23,23,19,.18); }
.hekso-landing .faq-item:last-child { border-bottom: 1px solid rgba(23,23,19,.18); }
.hekso-landing .faq-item button { width: 100%; min-height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; font-size: 16px; font-weight: 700; }
.hekso-landing .faq-item button i { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid rgba(23,23,19,.35); border-radius: 50%; }
.hekso-landing .faq-item button i::before, .hekso-landing .faq-item button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--amber-bright); transform: translate(-50%,-50%); transition: transform .2s; }
.hekso-landing .faq-item button i::after { transform: translate(-50%,-50%) rotate(90deg); }
.hekso-landing .faq-item.is-open button i::after { transform: translate(-50%,-50%) rotate(0); }
.hekso-landing .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.hekso-landing .faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: #5f5a52; font-size: 14px; }
.hekso-landing .faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.hekso-landing .faq-item.is-open .faq-answer p { padding: 0 50px 26px 0; }

.hekso-landing .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.hekso-landing .reveal.is-visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 980px) {
  .hekso-landing { --container: min(100% - 36px, 820px); }
  .hekso-landing .section { padding: 76px 0; }
  .hekso-landing .hero { min-height: max(760px, 100svh); }
  .hekso-landing .hero-media img { object-position: 63% center; }
  .hekso-landing .hero-shade { background: linear-gradient(90deg, rgba(20,20,16,.94), rgba(20,20,16,.68) 65%, rgba(20,20,16,.25)); }
  .hekso-landing .hero-content { min-height: max(760px, 100svh); justify-content: flex-end; padding: 110px 0 70px; }
  .hekso-landing .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .hekso-landing .benefit-item:nth-child(2) { border-right: 0; }
  .hekso-landing .benefit-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .hekso-landing .benefit-item:first-child { padding-left: 28px; }
  .hekso-landing .intro-grid, .hekso-landing .feature-showcase, .hekso-landing .gallery-grid, .hekso-landing .specs-grid, .hekso-landing .faq-grid { grid-template-columns: 1fr; gap: 60px; }
  .hekso-landing .feature-showcase { margin-top: 54px; }
  .hekso-landing .feature-photo { width: min(82%, 440px); max-width: none; }
  .hekso-landing .steps-head { display: block; }
  .hekso-landing .steps-head > p { margin-top: 28px; }
  .hekso-landing .steps-grid { grid-template-columns: 1fr; }
  .hekso-landing .step-card { min-height: 360px; display: grid; grid-template-columns: 50px 220px 1fr; grid-template-rows: auto 1fr; align-items: center; }
  .hekso-landing .step-visual { grid-row: 1 / 3; grid-column: 2; }
  .hekso-landing .step-card h3, .hekso-landing .step-card p { grid-column: 3; }
  .hekso-landing .step-card h3 { align-self: end; }
  .hekso-landing .step-card p { align-self: start; }
  .hekso-landing .gallery-photo { width: min(100%, 560px); max-width: none; }
  .hekso-landing .order-shell { grid-template-columns: 1fr; }
  .hekso-landing .order-copy { padding-bottom: 40px; }
  .hekso-landing .order-card { margin-top: 0; }
  .hekso-landing .faq-title { padding-bottom: 10px; }
}

@media (max-width: 640px) {
  .hekso-landing { --container: calc(100% - 28px); }
  .hekso-landing .section { padding: 62px 0; }
  .hekso-landing h1 { font-size: clamp(52px, 17vw, 76px); }
  .hekso-landing h2 { font-size: clamp(42px, 13vw, 58px); }
  .hekso-landing .hero { min-height: max(760px, 100svh); height: auto; }
  .hekso-landing .hero-media img { object-position: 68% center; }
  .hekso-landing .hero-shade { background: linear-gradient(0deg, rgba(20,20,16,.97) 0%, rgba(20,20,16,.82) 46%, rgba(20,20,16,.08) 83%), linear-gradient(90deg, rgba(20,20,16,.4), transparent); }
  .hekso-landing .hero-content { min-height: max(760px, 100svh); padding: 100px 0 38px; }
  .hekso-landing .hero-lead { margin-top: 22px; font-size: 16px; }
  .hekso-landing .hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 16px; margin-top: 24px; }
  .hekso-landing .text-link { justify-content: center; }
  .hekso-landing .hero-points { width: 100%; gap: 9px; justify-content: space-between; margin-top: 24px; padding-top: 18px; font-size: 9px; }
  .hekso-landing .hero-points span { display: none; }
  .hekso-landing .scroll-cue { display: none; }
  .hekso-landing .benefit-grid { grid-template-columns: 1fr; }
  .hekso-landing .benefit-item { min-height: 90px; padding: 18px 14px !important; border-right: 0; border-bottom: 1px solid var(--line); }
  .hekso-landing .benefit-item:last-child { border-bottom: 0; }
  .hekso-landing .intro-grid { gap: 38px; }
  .hekso-landing .intro-copy .lead { font-size: 18px; }
  .hekso-landing .feature-showcase { gap: 36px; }
  .hekso-landing .feature-photo { width: min(100%, 420px); }
  .hekso-landing .steps-grid { margin-top: 38px; }
  .hekso-landing .step-card { min-height: 430px; display: block; padding: 28px; }
  .hekso-landing .step-visual { height: 230px; }
  .hekso-landing .gallery-grid, .hekso-landing .specs-grid, .hekso-landing .faq-grid { gap: 48px; }
  .hekso-landing .gallery-photo figcaption { width: 120px; height: 104px; }
  .hekso-landing .video-heading { display: block; }
  .hekso-landing .video-heading .eyebrow { margin-bottom: 24px; writing-mode: initial; transform: none; }
  .hekso-landing .video-heading .eyebrow > span { width: 28px; height: 2px; }
  .hekso-landing .spec-list div { padding: 17px 0; }
  .hekso-landing .order-shell { width: 100%; }
  .hekso-landing .order-copy { padding: 60px 24px 32px; }
  .hekso-landing .order-benefits { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-flow: row; row-gap: 4px; }
  .hekso-landing .order-card { margin: 0 14px 14px; padding: 26px 18px; }
  .hekso-landing .module-option { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 9px; padding-inline: 9px; }
  .hekso-landing .module-swatch { width: 32px; height: 37px; }
  .hekso-landing .quantity-control { grid-template-columns: 32px 34px 32px; }
  .hekso-landing .quantity-control button { width: 32px; height: 34px; }
  .hekso-landing .quantity-control input { min-width: 34px; width: 34px; height: 34px; }
  .hekso-landing .faq-item button { min-height: 76px; font-size: 14px; }
}


/* Shoptet: po úspěšném načtení HEKSO skryje pouze původní titulní obsah. */
body.in-index.hekso-home-mounted #content-wrapper,
body.in-index.hekso-home-mounted .overall-wrapper > .content-wrapper {
  display: none !important;
}

#hekso-home-root {
  width: 100%;
  background: #f4f0e8;
}

/*
 * Ochrana vložené HEKSO stránky před obecnými styly šablony Shoptetu.
 * ID hostitele zvyšuje specificitu pouze uvnitř HEKSO obsahu.
 */
#hekso-home-root .hekso-landing h1,
#hekso-home-root .hekso-landing h2 {
  display: block !important;
}

#hekso-home-root .hekso-landing .hero h1 {
  color: var(--paper) !important;
}

#hekso-home-root .hekso-landing .benefit-bar {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid var(--line) !important;
}

#hekso-home-root .hekso-landing .benefit-grid {
  min-height: 92px;
  align-items: stretch;
  padding-block: 0 !important;
}

#hekso-home-root .hekso-landing .benefit-item {
  min-height: 92px;
  height: 100% !important;
  align-self: stretch !important;
  margin: 0 !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

#hekso-home-root .hekso-landing .hekso-hero-nav {
  position: absolute;
  z-index: 4;
  top: 28px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin: 0;
  color: var(--paper);
  transform: translateX(-50%);
}

#hekso-home-root .hekso-landing .hekso-hero-nav__link {
  position: relative;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

#hekso-home-root .hekso-landing .hekso-hero-nav__link::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--amber);
  transition: right .2s ease;
}

#hekso-home-root .hekso-landing .hekso-hero-nav__link:hover::after {
  right: 0;
}

#hekso-home-root .hekso-landing .hekso-hero-nav__cta {
  min-width: 170px;
  min-height: 44px;
  padding-inline: 25px;
  border: 0;
  clip-path: polygon(17px 0, calc(100% - 17px) 0, 100% 50%, calc(100% - 17px) 100%, 17px 100%, 0 50%);
}

#hekso-home-root .hekso-landing .benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-areas: "hekso-benefit-1 hekso-benefit-2 hekso-benefit-3 hekso-benefit-4";
}

#hekso-home-root .hekso-landing .benefit-item {
  width: auto !important;
  min-width: 0;
}

#hekso-home-root .hekso-landing .benefit-item:nth-child(1) {
  grid-area: hekso-benefit-1 !important;
}

#hekso-home-root .hekso-landing .benefit-item:nth-child(2) {
  grid-area: hekso-benefit-2 !important;
}

#hekso-home-root .hekso-landing .benefit-item:nth-child(3) {
  grid-area: hekso-benefit-3 !important;
}

#hekso-home-root .hekso-landing .benefit-item:nth-child(4) {
  grid-area: hekso-benefit-4 !important;
}

#hekso-home-root .hekso-landing .intro-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  grid-template-areas: "hekso-intro-title hekso-intro-copy";
}

#hekso-home-root .hekso-landing .section-heading {
  grid-area: hekso-intro-title !important;
  width: auto !important;
  min-width: 0;
}

#hekso-home-root .hekso-landing .intro-copy {
  grid-area: hekso-intro-copy !important;
  width: auto !important;
  min-width: 0;
}

#hekso-home-root .hekso-landing .feature-showcase {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  grid-template-areas: "hekso-feature-photo hekso-feature-list";
}

#hekso-home-root .hekso-landing .feature-photo {
  grid-area: hekso-feature-photo !important;
  width: min(74%, 420px) !important;
  min-width: 0;
}

#hekso-home-root .hekso-landing .feature-list {
  grid-area: hekso-feature-list !important;
  width: auto !important;
  min-width: 0;
}

#hekso-home-root .hekso-landing .gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "hekso-gallery-copy hekso-gallery-photo";
}

#hekso-home-root .hekso-landing .gallery-copy {
  grid-area: hekso-gallery-copy !important;
  width: auto !important;
  min-width: 0;
}

#hekso-home-root .hekso-landing .gallery-photo {
  grid-area: hekso-gallery-photo !important;
  width: min(100%, 560px) !important;
  min-width: 0;
  aspect-ratio: 1 / 1;
}

#hekso-home-root .hekso-landing .gallery-photo img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

#hekso-home-root .hekso-landing .specs-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "hekso-specs-title hekso-specs-list";
  align-items: start;
}

#hekso-home-root .hekso-landing .specs-title {
  grid-area: hekso-specs-title !important;
  width: auto !important;
  min-width: 0;
}

#hekso-home-root .hekso-landing .spec-list {
  grid-area: hekso-specs-list !important;
  width: auto !important;
  min-width: 0;
}

#hekso-home-root .hekso-landing .order-shell {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
}

#hekso-home-root .hekso-landing .order-copy,
#hekso-home-root .hekso-landing .order-card,
#hekso-home-root .hekso-landing .module-picker,
#hekso-home-root .hekso-landing .module-option {
  min-width: 0;
}

#hekso-home-root .hekso-landing .order-card {
  padding: 36px;
}

#hekso-home-root .hekso-landing .module-option {
  grid-template-columns: 42px minmax(120px, 1fr) auto;
  gap: 12px;
}

#hekso-home-root .hekso-landing .module-info {
  width: auto !important;
  min-width: 0 !important;
}

#hekso-home-root .hekso-landing .faq-grid {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  grid-template-areas: "hekso-faq-title hekso-faq-list";
  align-items: start;
}

#hekso-home-root .hekso-landing .faq-title {
  grid-area: hekso-faq-title !important;
  width: auto !important;
}

#hekso-home-root .hekso-landing .accordion {
  grid-area: hekso-faq-list !important;
  width: auto !important;
  min-width: 0;
}

@media (max-width: 980px) {
  #hekso-home-root .hekso-landing .hekso-hero-nav {
    top: 22px;
    gap: 18px;
  }

  #hekso-home-root .hekso-landing .hekso-hero-nav__link {
    font-size: 11px;
  }

  #hekso-home-root .hekso-landing .hekso-hero-nav__cta {
    min-width: 150px;
    padding-inline: 20px;
  }

  #hekso-home-root .hekso-landing .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "hekso-benefit-1 hekso-benefit-2"
      "hekso-benefit-3 hekso-benefit-4";
  }

  #hekso-home-root .hekso-landing .intro-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "hekso-intro-title"
      "hekso-intro-copy";
  }

  #hekso-home-root .hekso-landing .feature-showcase {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "hekso-feature-photo"
      "hekso-feature-list";
  }

  #hekso-home-root .hekso-landing .feature-photo {
    width: min(82%, 440px) !important;
  }

  #hekso-home-root .hekso-landing .gallery-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "hekso-gallery-copy"
      "hekso-gallery-photo";
  }

  #hekso-home-root .hekso-landing .specs-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "hekso-specs-title"
      "hekso-specs-list";
  }

  #hekso-home-root .hekso-landing .order-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  #hekso-home-root .hekso-landing .faq-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "hekso-faq-title"
      "hekso-faq-list";
  }
}

@media (max-width: 640px) {
  #hekso-home-root .hekso-landing .hekso-hero-nav {
    top: 16px;
    justify-content: flex-start;
    gap: 6px 16px;
    flex-wrap: wrap;
  }

  #hekso-home-root .hekso-landing .hekso-hero-nav__link {
    padding-block: 5px;
    font-size: 9px;
  }

  #hekso-home-root .hekso-landing .hekso-hero-nav__cta {
    width: 100%;
    min-height: 40px;
    margin-top: 4px;
  }

  #hekso-home-root .hekso-landing .benefit-grid {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "hekso-benefit-1"
      "hekso-benefit-2"
      "hekso-benefit-3"
      "hekso-benefit-4";
  }

  #hekso-home-root .hekso-landing .benefit-item {
    min-height: 78px;
  }

  #hekso-home-root .hekso-landing .feature-photo {
    width: min(100%, 420px) !important;
  }

  #hekso-home-root .hekso-landing .order-card {
    margin: 0 14px 14px;
    padding: 26px 18px;
  }

  #hekso-home-root .hekso-landing .module-option {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 9px;
  }
}
