.retail-page { --retail-ink: #11231e; --retail-muted: #697b75; --retail-green: #07876b; --retail-lime: #c9f36a; --retail-dark: #06251f; --retail-soft: #eff7f3; --retail-line: #dce9e3; color: var(--retail-ink); background: #fff; }
.retail-page *, .retail-page *::before, .retail-page *::after { box-sizing: border-box; }
.retail-page a { color: inherit; text-decoration: none; }
.retail-page img { max-width: 100%; }
.retail-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.retail-section { padding: 108px 0; scroll-margin-top: 138px; }
.retail-section__head { max-width: 700px; }
.retail-section__head--center { max-width: 850px; margin: 0 auto 50px; text-align: center; }
.retail-section__head > span { display: block; margin-bottom: 15px; color: var(--retail-green); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.retail-section__head h2 { margin: 0; color: var(--retail-ink); font-size: clamp(34px, 4.5vw, 58px); font-weight: 500; line-height: 1.2; }
.retail-section__head p { margin: 22px 0 0; color: var(--retail-muted); font-size: 15px; line-height: 1.85; }
.retail-section__head--center p { max-width: 760px; margin-right: auto; margin-left: auto; }
.retail-section__head--light h2 { color: #fff; }
.retail-section__head--light p { color: rgba(255,255,255,.7); }
.retail-section__head--light > span { color: var(--retail-lime); }
.retail-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 26px; border-radius: 99px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.retail-button:hover { transform: translateY(-2px); }
.retail-button--primary { color: #06251f !important; background: var(--retail-lime); box-shadow: 0 14px 34px rgba(154,215,66,.24); }
.retail-button--ghost { border: 1px solid rgba(255,255,255,.4); color: #fff !important; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.retail-button--light { color: var(--retail-green) !important; background: #fff; }

.retail-hero { position: relative; display: flex; min-height: 720px; align-items: center; overflow: hidden; color: #fff; background: #041a16; }
.retail-hero__media, .retail-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.retail-hero__media { object-fit: cover; object-position: center; }
.retail-hero__shade { background: linear-gradient(90deg, rgba(2,20,17,.95) 0%, rgba(2,20,17,.78) 38%, rgba(2,20,17,.2) 72%, rgba(2,20,17,.05) 100%); }
.retail-hero__inner { position: relative; z-index: 2; padding: 100px 0 70px; }
.retail-hero__copy { width: min(670px, 58%); }
.retail-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--retail-lime); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.retail-eyebrow span { width: 34px; height: 2px; background: currentColor; }
.retail-hero h1 { margin: 0; color: #fff; font-size: clamp(48px, 6vw, 76px); font-weight: 500; letter-spacing: -.035em; line-height: 1.12; }
.retail-hero__copy > p { max-width: 630px; margin: 26px 0 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.85; }
.retail-hero__actions { display: flex; gap: 16px; margin-top: 34px; }
.retail-hero__signals { display: flex; flex-wrap: wrap; gap: 24px; margin: 30px 0 0; padding: 0; list-style: none; }
.retail-hero__signals li { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.82); font-size: 13px; }
.retail-hero__signals span { display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; border: 1px solid rgba(201,243,106,.5); border-radius: 50%; color: var(--retail-lime); }
.retail-local-nav { position: sticky; top: 90px; z-index: 90; overflow-x: auto; border-bottom: 1px solid rgba(8,46,38,.08); background: rgba(255,255,255,.96); box-shadow: 0 12px 28px rgba(8,26,22,.05); backdrop-filter: blur(16px); }
.retail-local-nav .retail-shell { display: flex; min-height: 62px; align-items: stretch; justify-content: center; }
.retail-local-nav a { position: relative; display: flex; align-items: center; padding: 20px 18px; white-space: nowrap; color: #52645f; font-size: 13px; font-weight: 700; }
.retail-local-nav a::after { position: absolute; right: 18px; bottom: 0; left: 18px; height: 3px; border-radius: 99px; content: ''; background: var(--retail-green); opacity: 0; }
.retail-local-nav a:hover { color: var(--retail-green); }
.retail-local-nav a:hover::after { opacity: 1; }

.retail-scenes { background: #f6faf8; }
.retail-scenes__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.retail-scenes__grid article { position: relative; min-height: 340px; overflow: hidden; border-radius: 24px; background: var(--retail-dark); box-shadow: 0 20px 48px rgba(12,43,35,.1); }
.retail-scenes__grid article::after { position: absolute; inset: 0; z-index: 1; content: ''; background: linear-gradient(180deg, rgba(2,20,17,.12), rgba(2,20,17,.78)); }
.retail-scenes__grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.retail-scenes__grid article:hover img { transform: scale(1.045); }
.retail-scenes__content { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px; color: #fff; text-align: center; }
.retail-scenes__content h3 { margin: 0 0 10px; color: #fff; font-size: 24px; }
.retail-scenes__content p { max-width: 300px; margin: 0; color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.7; }

.retail-capability { background: var(--retail-dark); }
.retail-capability__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.retail-capability__grid article { min-height: 210px; padding: 28px 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.055); transition: border-color .2s ease, transform .2s ease; }
.retail-capability__grid article:hover { border-color: rgba(201,243,106,.45); transform: translateY(-3px); }
.retail-capability__grid span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 14px; color: var(--retail-dark); background: var(--retail-lime); font-size: 11px; font-weight: 900; }
.retail-capability__grid svg, .retail-steps svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.retail-capability__grid h3 { margin: 24px 0 9px; color: #fff; font-size: 18px; }
.retail-capability__grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.75; }

.retail-split { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(50px,7vw,100px); }
.retail-visual { position: relative; margin: 0; }
.retail-visual img { display: block; width: 100%; border-radius: 28px; box-shadow: 0 28px 70px rgba(8,42,34,.16); }
.retail-visual figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; color: #fff; background: rgba(3,29,24,.78); font-size: 12px; line-height: 1.5; backdrop-filter: blur(12px); }
.retail-steps { margin: 28px 0 0; padding: 0; list-style: none; }
.retail-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 17px 0; border-top: 1px solid var(--retail-line); }
.retail-steps li:last-child { border-bottom: 1px solid var(--retail-line); }
.retail-steps li > span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 14px; color: var(--retail-green); background: var(--retail-soft); font-size: 11px; font-weight: 900; }
.retail-steps h3 { margin: 0 0 6px; font-size: 16px; }
.retail-steps p { margin: 0; color: var(--retail-muted); font-size: 12px; line-height: 1.65; }

.retail-omnichannel { color: #fff; background: linear-gradient(135deg,#07372e,#0b5e4b); }
.retail-omnichannel__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.retail-omnichannel__grid article { min-height: 350px; padding: 36px 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 25px; background: rgba(255,255,255,.07); }
.retail-omnichannel__grid strong { color: var(--retail-lime); font-size: 12px; letter-spacing: .08em; }
.retail-omnichannel__grid h3 { margin: 22px 0 14px; color: #fff; font-size: 24px; line-height: 1.4; }
.retail-omnichannel__grid p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.8; }
.retail-omnichannel__grid ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.retail-omnichannel__grid li { padding: 7px 10px; border-radius: 99px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.09); font-size: 11px; }

.retail-data { background: #f5f9f7; }
.retail-data__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.retail-data__grid article { min-height: 250px; padding: 30px 25px; border: 1px solid var(--retail-line); border-radius: 23px; background: #fff; }
.retail-data__grid span { color: var(--retail-green); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.retail-data__grid h3 { margin: 32px 0 14px; font-size: 20px; line-height: 1.45; }
.retail-data__grid p { margin: 0; color: var(--retail-muted); font-size: 12px; line-height: 1.75; }
.retail-hardware .topic-hardware__grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.retail-hardware .topic-hardware__card { min-height: 310px; }
.retail-hardware .topic-hardware__media { height: 150px; }
.retail-hardware .topic-hardware__media img { mix-blend-mode: normal; }

.retail-news { background: #f5f9f7; }
.retail-news__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.retail-news__head .retail-section__head { max-width: 700px; }
.retail-text-link { flex: 0 0 auto; padding-bottom: 8px; color: var(--retail-green) !important; font-size: 13px; font-weight: 800; }
.retail-news__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.retail-news__card { overflow: hidden; border: 1px solid var(--retail-line); border-radius: 20px; background: #fff; }
.retail-news__cover { display: block; height: 220px; overflow: hidden; }
.retail-news__cover img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.retail-news__card:hover img { transform: scale(1.035); }
.retail-news__body { padding: 23px; }
.retail-news__meta { display: flex; justify-content: space-between; color: #899690; font-size: 11px; }
.retail-news__meta span { color: var(--retail-green); font-weight: 900; }
.retail-news__body h3 { min-height: 58px; margin: 14px 0 10px; font-size: 17px; line-height: 1.6; }
.retail-news__body p { min-height: 63px; margin: 0 0 18px; color: var(--retail-muted); font-size: 12px; line-height: 1.75; }
.retail-news__more { color: var(--retail-green) !important; font-size: 12px; font-weight: 800; }
.retail-news__empty { padding: 48px; border-radius: 22px; background: #fff; text-align: center; }
.retail-faq__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,8vw,110px); }
.retail-faq details { border-top: 1px solid var(--retail-line); }
.retail-faq details:last-child { border-bottom: 1px solid var(--retail-line); }
.retail-faq summary { position: relative; padding: 24px 50px 24px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.retail-faq summary::-webkit-details-marker { display: none; }
.retail-faq summary::after { position: absolute; top: 17px; right: 0; display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; content: '+'; color: var(--retail-green); background: var(--retail-soft); }
.retail-faq details[open] summary::after { content: '−'; }
.retail-faq details p { margin: -4px 48px 23px 0; color: var(--retail-muted); font-size: 13px; line-height: 1.8; }
.retail-cta { padding: 76px 0; color: #fff; background: linear-gradient(120deg,#06745b,#10a47b); text-align: center; }
.retail-cta__inner { display: flex; align-items: center; flex-direction: column; }
.retail-cta__inner > span { color: rgba(255,255,255,.74); font-size: 14px; }
.retail-cta h2 { max-width: 850px; margin: 16px auto 28px; color: #fff; font-size: clamp(30px,4vw,48px); font-weight: 500; line-height: 1.25; }

@media (max-width: 1080px) {
    .retail-local-nav { top: 80px; }
    .retail-capability__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .retail-data__grid, .retail-hardware .topic-hardware__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 900px) {
    .retail-section { padding: 84px 0; }
    .retail-scenes__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .retail-split { grid-template-columns: 1fr; }
    .retail-visual { max-width: 820px; }
    .retail-omnichannel__grid { grid-template-columns: 1fr; }
    .retail-omnichannel__grid article { min-height: 0; }
    .retail-data__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .retail-faq__layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .retail-shell { width: min(100% - 32px,680px); }
    .retail-section { padding: 66px 0; scroll-margin-top: 124px; }
    .retail-section__head--center { margin-bottom: 34px; text-align: left; }
    .retail-section__head h2 { font-size: clamp(28px,8vw,38px); line-height: 1.25; }
    .retail-section__head p { margin-top: 14px; font-size: 13px; line-height: 1.7; }
    .retail-section__head > span, .retail-eyebrow { margin-bottom: 11px; font-size: 10px; }
    .retail-hero { min-height: 510px; align-items: flex-end; }
    .retail-hero__media { object-position: 66% center; }
    .retail-hero__shade { background: linear-gradient(0deg,rgba(2,20,17,.98),rgba(2,20,17,.9) 55%,rgba(2,20,17,.2)); }
    .retail-hero__inner { padding: 35px 0 28px; }
    .retail-hero__copy { width: 100%; }
    .retail-hero h1 { font-size: clamp(32px,9vw,44px); line-height: 1.16; }
    .retail-hero__copy > p { margin-top: 14px; font-size: 13px; line-height: 1.65; }
    .retail-hero__actions { margin-top: 20px; }
    .retail-button { min-height: 46px; padding: 0 20px; font-size: 12px; }
    .retail-hero__signals { gap: 8px 15px; margin-top: 18px; }
    .retail-hero__signals li { font-size: 11px; }
    .retail-local-nav { top: 70px; }
    .retail-local-nav .retail-shell { width: max-content; min-width: max-content; min-height: 52px; }
    .retail-local-nav a { padding: 17px 14px; font-size: 12px; }
    .retail-scenes .retail-section__head--center { text-align: center; }
    .retail-scenes__grid { gap: 10px; }
    .retail-scenes__grid article { min-height: 245px; border-radius: 16px; }
    .retail-scenes__content { padding: 13px 9px; }
    .retail-scenes__content h3 { font-size: 17px; }
    .retail-scenes__content p { font-size: 11px; line-height: 1.55; }
    .retail-capability__grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
    .retail-capability__grid article { min-height: 132px; padding: 15px 8px; border-radius: 15px; text-align: center; }
    .retail-capability__grid span { width: 38px; height: 38px; border-radius: 12px; }
    .retail-capability__grid h3 { margin: 13px 0 0; font-size: 13px; }
    .retail-capability__grid p { display: none; }
    .retail-visual img { border-radius: 20px; }
    .retail-visual figcaption { right: 12px; bottom: 12px; left: 12px; padding: 11px; font-size: 10px; }
    .retail-omnichannel__grid article { padding: 26px 20px; border-radius: 20px; }
    .retail-omnichannel__grid h3 { font-size: 20px; }
    .retail-data__grid { gap: 10px; }
    .retail-data__grid article { min-height: 210px; padding: 22px 16px; border-radius: 18px; }
    .retail-data__grid h3 { margin: 24px 0 11px; font-size: 17px; }
    .retail-hardware .topic-hardware__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .retail-hardware .topic-hardware__card { min-height: 240px; }
    .retail-hardware .topic-hardware__media { height: 120px; }
    .retail-news__head { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 28px; }
    .retail-news__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .retail-news__body { padding: 15px; }
    .retail-news__body h3 { min-height: 62px; font-size: 14px; line-height: 1.5; }
    .retail-news__body p { min-height: 0; font-size: 11px; }
    .retail-faq summary { padding: 20px 44px 20px 0; font-size: 14px; }
    .retail-faq details p { margin-right: 34px; font-size: 12px; }
    .retail-cta { padding: 54px 0; }
    .retail-cta h2 { font-size: 29px; }
}
@media (max-width: 640px) { .retail-local-nav { top: 60px; } }
@media (max-width: 520px) {
    .retail-shell { width: calc(100% - 28px); }
    .retail-hero { min-height: 480px; }
    .retail-scenes__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .retail-scenes__grid article { min-height: 215px; }
    .retail-data__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .retail-news__meta { font-size: 9px; }
}
