/*
Theme Name: Jemco Growth
Theme URI: https://jemcoesl.com/
Author: Jemco ESL
Description: Purpose-built sales site for Jemco electronic shelf label systems.
Version: 0.1.22
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: jemco-growth
*/

:root {
	--ink: #17191d;
	--ink-soft: #32353b;
	--muted: #666b73;
	--paper: #f7f5f0;
	--white: #ffffff;
	--line: #dedbd3;
	--red: #e0322b;
	--red-dark: #b92320;
	--yellow: #f4be21;
	--green: #26a469;
	--radius: 22px;
	--shadow: 0 24px 70px rgba(16, 18, 22, .12);
	--shell: min(1180px, calc(100vw - 40px));
	--font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.25em; }
h1, h2, h3, h4 {
	margin: 0;
	font-weight: 750;
	line-height: 1.04;
	letter-spacing: -.045em;
}
h1 { font-size: clamp(3.2rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.35rem, 4.6vw, 4.4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); letter-spacing: -.025em; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(90px, 11vw, 150px) 0; }
.screen-reader-text, .skip-link:not(:focus) {
	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:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; background: var(--white); border-radius: 8px; }
.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	color: var(--red);
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: none;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 56px;
	padding: 0 25px;
	border: 1px solid var(--red);
	border-radius: 999px;
	color: var(--white);
	background: var(--red);
	font-size: .92rem;
	font-weight: 750;
	line-height: 1;
	box-shadow: 0 12px 26px rgba(224, 50, 43, .2);
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 16px 34px rgba(224, 50, 43, .28); }
.button svg, .text-link svg { transition: transform .2s ease; }
.button:hover svg, .text-link:hover svg { transform: translateX(4px); }
.button-small { min-height: 44px; padding: 0 18px; font-size: .78rem; }
.button-light { color: var(--ink); background: var(--white); border-color: var(--white); box-shadow: none; }
.button-light:hover { color: var(--white); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 800; }
.text-link:hover { color: var(--red); }

.site-header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid transparent;
	transition: background .25s ease, border .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(247, 245, 240, .94); border-color: rgba(30, 32, 37, .1); box-shadow: 0 8px 30px rgba(20, 22, 26, .06); backdrop-filter: blur(14px); }
.home .site-header { background: rgba(247,245,240,.97); border-color: rgba(30,32,37,.08); box-shadow: 0 8px 30px rgba(20,22,26,.06); backdrop-filter: blur(14px); }
.admin-bar .site-header { top: 32px; }
.header-inner { display: grid; grid-template-columns: 210px 1fr auto; align-items: center; min-height: 82px; gap: 30px; }
.brand img { width: 190px; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 42px); }
.site-nav a { position: relative; font-size: .82rem; font-weight: 700; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after { transform: scaleX(1); }
.site-nav .customer-login { display: inline-flex; align-items: center; gap: 7px; padding-left: clamp(14px, 2vw, 26px); border-left: 1px solid var(--line); color: var(--muted); white-space: nowrap; }
.site-nav .customer-login span { color: var(--red); font-size: .82rem; transition: transform .2s ease; }
.site-nav .customer-login:hover span { transform: translate(2px, -2px); }
.nav-toggle { display: none; border: 0; padding: 8px; background: transparent; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 830px; overflow: hidden; padding: 170px 0 105px; background: #17191d url("https://jemcoesl.com/wp-content/uploads/2025/12/Grocery-aisle.jpg") center / cover no-repeat; }
.hero::before { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(10,12,15,.78) 0%, rgba(10,12,15,.66) 46%, rgba(10,12,15,.24) 78%, rgba(10,12,15,.08) 100%); }
.hero-glow { display: none; }
.hero-glow-one { top: 7%; right: 11%; width: 430px; height: 430px; background: radial-gradient(circle, rgba(244,190,33,.32), transparent 68%); }
.hero-glow-two { right: 32%; bottom: -10%; width: 360px; height: 360px; background: radial-gradient(circle, rgba(224,50,43,.18), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; align-items: center; }
.hero-copy { position: relative; z-index: 2; max-width: 790px; }
.hero h1 { max-width: 820px; color: var(--white); text-shadow: 0 3px 24px rgba(0,0,0,.28); }
.hero .headline-bridge { white-space: nowrap; }
.hero .headline-dash { display: inline-block; margin: 0 .18em; letter-spacing: 0; }
.hero h1 em { display: block; color: var(--white); font-style: normal; }
.hero .eyebrow { color: #ff756b; }
.hero-lede { max-width: 690px; margin: 30px 0 34px; color: rgba(255,255,255,.88); font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.6; }
.hero .text-link { color: var(--white); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 32px; color: rgba(255,255,255,.78); font-size: .76rem; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 15px; color: #7be0a2; }
.hero-product { position: relative; min-height: 540px; padding: 56px 35px 38px; border: 1px solid rgba(23,25,29,.12); border-radius: 34px; background: rgba(255,255,255,.66); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.system-status { position: absolute; z-index: 2; top: 18px; left: 24px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(38,164,105,.18); border-radius: 999px; color: #18774b; background: #e9f7ef; font-size: .68rem; font-weight: 800; }
.system-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(38,164,105,.14); }
.tag-stage { position: relative; margin: 58px 0 22px; padding: 18px; transform: rotate(-2deg); }
.tag-stage::before { content: ""; position: absolute; inset: 10% 2% 2%; border-radius: 50%; background: rgba(20,22,26,.18); filter: blur(22px); }
.tag-stage img { position: relative; z-index: 1; width: 100%; }
.sync-pulse { position: absolute; z-index: 2; top: 9%; right: 7%; width: 28px; height: 28px; border: 2px solid var(--yellow); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0% { transform: scale(.6); opacity: .9; } 80%,100% { transform: scale(2.3); opacity: 0; } }
.price-change-card { display: grid; grid-template-columns: 1fr 34px 1fr; align-items: center; gap: 10px; padding: 16px 20px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.price-change-card div { display: flex; flex-direction: column; }
.price-change-card div:last-child { text-align: right; }
.price-change-card small { color: var(--muted); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.price-change-card strong { font-size: 1.35rem; letter-spacing: -.04em; }
.price-change-card > span { display: flex; justify-content: center; color: var(--red); }
.mini-stat { position: absolute; display: flex; flex-direction: column; min-width: 112px; padding: 12px 15px; border: 1px solid rgba(23,25,29,.1); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: 0 14px 28px rgba(20,22,26,.1); }
.mini-stat strong { font-size: 1.25rem; line-height: 1; }
.mini-stat span { margin-top: 5px; color: var(--muted); font-size: .6rem; font-weight: 700; text-transform: uppercase; }
.stat-one { top: 18%; right: -43px; }
.stat-two { bottom: 21%; left: -45px; }

.proof-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; flex-direction: column; padding: 28px clamp(18px,3vw,36px); border-right: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { font-size: .9rem; }
.proof-grid span { color: var(--muted); font-size: .72rem; }

.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.split-heading h2 { max-width: 700px; }
.split-heading > div:last-child { padding-top: 56px; color: var(--muted); font-size: 1.1rem; }

.dark-section { position: relative; overflow: hidden; color: var(--white); background: #181a1e; }
.dark-section::after { content: ""; position: absolute; top: -25%; right: -15%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(224,50,43,.2), transparent 70%); }
.dark-section .eyebrow { color: #ff645c; }
.section-heading { max-width: 820px; margin-bottom: 55px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:last-child { margin: 20px 0 0; color: #a9adb5; }
.steps-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; min-height: 365px; padding: 34px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.045); }
.step-card::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; border-radius: 0 0 var(--radius) var(--radius); background: linear-gradient(90deg, var(--red), var(--yellow)); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.step-card:hover::after { transform: scaleX(1); }
.step-number { position: absolute; top: 28px; right: 30px; color: #565a63; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.icon-box { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 58px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; color: var(--yellow); background: rgba(255,255,255,.06); }
.icon-box svg { width: 23px; height: 23px; }
.step-card h3 { margin-bottom: 16px; }
.step-card p { color: #aeb1b8; font-size: .88rem; }

.capabilities-section { background: var(--white); }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.capability-card { min-height: 310px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfaf7; }
.capability-card .icon-box { margin-bottom: 55px; color: var(--red); border-color: var(--line); background: var(--white); }
.capability-card h3 { margin-bottom: 14px; }
.capability-card p { color: var(--muted); font-size: .87rem; }
.featured-capability { grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 430px; padding: 0; overflow: hidden; color: var(--white); background: var(--ink); border: 0; }
.featured-capability .capability-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(35px,6vw,70px); }
.featured-capability .icon-box { margin-bottom: 35px; color: var(--yellow); border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.06); }
.featured-capability h3 { max-width: 520px; font-size: clamp(2rem, 3vw, 3.2rem); }
.featured-capability p { max-width: 590px; color: #b8bbc2; }
.featured-capability img { width: 100%; height: 100%; max-height: 520px; object-fit: cover; }

.pilot-section { overflow: hidden; background: #ece9e1; }
.pilot-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.pilot-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 30px 0 35px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-size: .88rem; font-weight: 700; }
.check-list svg { width: 19px; color: var(--green); }
.pilot-kit { position: relative; min-height: 590px; padding: 60px; border: 1px solid rgba(23,25,29,.1); border-radius: 34px; background: #dcd8ce; box-shadow: inset 0 0 60px rgba(23,25,29,.06); }
.kit-label { position: absolute; top: 22px; left: 26px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.kit-item { position: absolute; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; border: 1px solid rgba(23,25,29,.1); border-radius: 22px; background: var(--white); box-shadow: 0 22px 45px rgba(20,22,26,.12); text-align: center; }
.kit-item strong { font-size: .83rem; }
.kit-item small { color: var(--muted); font-size: .6rem; }
.kit-gateway { top: 90px; left: 70px; width: 190px; height: 155px; }
.device-led { width: 68px; height: 50px; margin-bottom: 15px; border-radius: 9px; background: #272a30; box-shadow: inset 0 -6px 0 rgba(0,0,0,.2); }
.device-led::after { content: ""; display: block; width: 6px; height: 6px; margin: 36px 0 0 53px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.kit-tags { top: 155px; right: 35px; width: 240px; min-height: 200px; transform: rotate(3deg); }
.kit-tags img { width: 190px; margin-bottom: 10px; }
.kit-scanner { bottom: 55px; left: 145px; width: 210px; height: 180px; transform: rotate(-2deg); }
.scanner-shape { position: relative; width: 58px; height: 90px; margin-bottom: 13px; border-radius: 12px 12px 18px 18px; background: #25282d; }
.scanner-shape::before { content: ""; position: absolute; top: 11px; left: 9px; width: 40px; height: 35px; border-radius: 5px; background: #8fb7d0; }
.kit-connection span { position: absolute; z-index: 1; width: 90px; height: 90px; border: 1px dashed rgba(224,50,43,.45); border-radius: 50%; }
.kit-connection span:nth-child(1) { top: 190px; left: 205px; }
.kit-connection span:nth-child(2) { right: 155px; bottom: 155px; }
.kit-connection span:nth-child(3) { bottom: 160px; left: 105px; }

.integration-section { background: var(--white); }
.integration-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 9vw, 130px); }
.integration-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.integration-stack { display: grid; gap: 13px; }
.integration-card { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 16px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: #fbfaf7; }
.integration-card > span:first-child { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; color: var(--white); background: var(--ink); font-size: .76rem; font-weight: 900; }
.integration-card .clover-mark { color: #277e39; background: #dff2e2; font-size: 1.4rem; }
.integration-card > span.integration-brand-logo { display: flex; align-items: center; justify-content: center; width: 56px; height: 48px; padding: 7px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.clover-symbol { display: block; width: 32px; height: 32px; background: #00a862; -webkit-mask: url("https://images.ctfassets.net/v6ivjcl8qjz2/5AM66tXeZpplGa22cK7jPn/bd32a9f79245e83711150ecd320915d5/Clover_Monochromatic_Black_RGB_Symbol.png") center / contain no-repeat; mask: url("https://images.ctfassets.net/v6ivjcl8qjz2/5AM66tXeZpplGa22cK7jPn/bd32a9f79245e83711150ecd320915d5/Clover_Monochromatic_Black_RGB_Symbol.png") center / contain no-repeat; }
.square-symbol { display: block; width: 31px; height: 31px; color: #111318; }
.integration-card div { display: flex; flex-direction: column; }
.integration-card small { color: var(--muted); font-size: .7rem; }
.status-dot { padding: 7px 10px; border-radius: 999px; color: #18774b; background: #e7f6ed; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.status-dot.neutral { color: #53575f; background: #ecebe7; }

.industries-section { background: var(--paper); }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry-grid > div,
.industry-grid > .industry-card { display: block; min-height: 260px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .2s ease, background .2s ease; }
.industry-grid > div:hover,
.industry-grid > .industry-card:hover { color: var(--white); background: var(--ink); }
.industry-grid span { display: block; margin-bottom: 75px; color: var(--red); font-size: .65rem; font-weight: 800; }
.industry-grid h3 { margin-bottom: 13px; }
.industry-grid p { color: var(--muted); font-size: .8rem; }
.industry-grid > div:hover p,
.industry-grid > .industry-card:hover p { color: #b9bcc2; }

.operator-section { background: var(--white); }
.operator-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 9vw, 120px); }
.operator-image { position: relative; }
.operator-image::after { content: ""; position: absolute; z-index: -1; right: -18px; bottom: -18px; width: 70%; height: 70%; border-radius: 22px; background: var(--yellow); }
.operator-image img { width: 100%; max-height: 630px; border-radius: var(--radius); object-fit: cover; }
.operator-grid > div:last-child > p:not(.eyebrow) { color: var(--muted); }

.closing-cta { padding: 80px 0; color: var(--white); background: var(--red); }
.closing-cta .eyebrow { color: #ffd2cf; }
.closing-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.closing-inner h2 { max-width: 850px; }

.site-footer { padding: 85px 0 25px; color: #d4d5d8; background: #121316; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 55px; padding-bottom: 70px; }
.footer-brand img { width: 190px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; margin-top: 22px; color: #858993; font-size: .8rem; }
.site-footer h2 { margin-bottom: 20px; color: var(--white); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a, .site-footer span { display: block; margin: 9px 0; color: #8e929b; font-size: .78rem; }
.site-footer a:hover { color: var(--white); }
.footer-contact > a { color: var(--white); font-size: 1rem; }
.footer-base { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-base a, .footer-base span { font-size: .68rem; }

.page-main { min-height: 70vh; padding: 155px 0 110px; background: var(--paper); }
.prose-shell { max-width: 900px; }
.prose-shell h1 { margin-bottom: 45px; font-size: clamp(2.8rem, 6vw, 5.3rem); }
.entry-content { color: var(--ink-soft); }
.entry-content h2, .entry-content h3 { margin: 2em 0 .7em; color: var(--ink); }
.entry-content h2 { font-size: 2.2rem; }
.entry-content h3 { font-size: 1.45rem; }
.entry-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

.interior-hero { padding: 180px 0 100px; background: #ece9e1; }
.interior-hero .shell { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; }
.interior-hero h1 { max-width: 850px; font-size: clamp(3.1rem, 6vw, 5.6rem); }
.interior-hero .lead { color: var(--muted); font-size: 1.16rem; }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.content-card { padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.content-card h3 { margin-bottom: 16px; }
.content-card p { color: var(--muted); font-size: .9rem; }
.content-card .icon-box { margin-bottom: 40px; color: var(--red); border-color: var(--line); background: var(--paper); }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: process; }
.process-line > div { position: relative; padding: 35px 28px; border-top: 1px solid var(--line); counter-increment: process; }
.process-line > div::before { content: "0" counter(process); display: block; margin-bottom: 55px; color: var(--red); font-size: .65rem; font-weight: 850; }
.process-line > div:not(:last-child)::after { content: ""; position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.process-line p { color: var(--muted); font-size: .82rem; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.contact-panel { padding: 40px; border-radius: var(--radius); color: var(--white); background: var(--ink); }
.contact-panel a { color: var(--yellow); }
.contact-form-card { padding: clamp(28px,5vw,55px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-form-card .srfm-form { max-width: none !important; }
.contact-form-card .srfm-input-common,
.contact-form-card input:not([type="hidden"]),
.contact-form-card textarea,
.contact-form-card select {
	border: 1px solid var(--line) !important;
	border-radius: 10px !important;
	background: #fbfaf7 !important;
}
.contact-form-card .srfm-input-common:focus,
.contact-form-card input:not([type="hidden"]):focus,
.contact-form-card textarea:focus,
.contact-form-card select:focus { border-color: var(--red) !important; box-shadow: 0 0 0 3px rgba(224,50,43,.12) !important; outline: 0 !important; }
.contact-form-card .srfm-submit-button,
.contact-form-card button[type="submit"] {
	width: auto !important;
	min-height: 48px;
	padding: 0 24px !important;
	border: 1px solid var(--red) !important;
	border-radius: 999px !important;
	color: var(--white) !important;
	background: var(--red) !important;
	font-weight: 800 !important;
}

@media (max-width: 980px) {
	.header-inner { grid-template-columns: 1fr auto; }
	.header-cta { display: none; }
	.nav-toggle { display: block; }
	.site-nav { position: fixed; inset: 82px 0 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; padding: 35px 20px; background: var(--paper); transform: translateX(100%); transition: transform .25s ease; }
	.admin-bar .site-nav { top: 114px; }
	.site-nav.is-open { transform: translateX(0); }
	.site-nav a { width: 100%; padding: 18px 10px; border-bottom: 1px solid var(--line); font-size: 1.25rem; }
	.site-nav .customer-login { gap: 10px; padding-left: 10px; border-left: 0; color: var(--ink); }
	.hero-grid, .pilot-grid, .integration-grid, .operator-grid, .interior-hero .shell { grid-template-columns: 1fr; }
	.hero { padding-top: 145px; }
	.hero-product { width: min(630px, 100%); margin-inline: auto; }
	.split-heading { grid-template-columns: 1fr; gap: 15px; }
	.split-heading > div:last-child { padding-top: 0; }
	.steps-grid { grid-template-columns: 1fr; }
	.step-card { min-height: 280px; }
	.capability-grid { grid-template-columns: 1fr 1fr; }
	.featured-capability { grid-column: 1 / -1; }
	.industry-grid { grid-template-columns: 1fr 1fr; }
	.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
	.footer-contact { grid-column: 1 / -1; }
	.content-grid { grid-template-columns: 1fr; }
	.process-line { grid-template-columns: 1fr 1fr; }
	.contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
	.admin-bar .site-nav { top: 128px; }
}

@media (max-width: 680px) {
	:root { --shell: min(100% - 28px, 1180px); }
	body { font-size: 16px; }
	.section { padding: 80px 0; }
	.header-inner { min-height: 72px; }
	.brand img { width: 155px; }
	.site-nav { top: 72px; }
	.admin-bar .site-nav { top: 118px; }
	.hero { min-height: auto; padding: 125px 0 75px; background-position: 58% center; }
	.hero::before { background: rgba(10,12,15,.70); }
	.hero h1 { font-size: clamp(2.75rem, 13.5vw, 4.1rem); }
	.hero-actions { align-items: flex-start; flex-direction: column; }
	.hero-product { min-height: 410px; padding: 45px 18px 24px; border-radius: 24px; }
	.tag-stage { margin: 45px 0 10px; }
	.price-change-card { padding: 12px; }
	.mini-stat { display: none; }
	.proof-grid { grid-template-columns: 1fr 1fr; }
	.proof-grid > div { border-bottom: 1px solid var(--line); }
	.proof-grid > div:nth-child(2) { border-right: 0; }
	.proof-grid > div:first-child { padding-left: 18px; }
	.capability-grid { grid-template-columns: 1fr; }
	.featured-capability { grid-template-columns: 1fr; }
	.featured-capability img { max-height: 300px; }
	.pilot-kit { min-height: 490px; padding: 20px; }
	.kit-gateway { top: 70px; left: 22px; width: 145px; height: 125px; }
	.kit-tags { top: 145px; right: 12px; width: 175px; min-height: 150px; }
	.kit-scanner { bottom: 35px; left: 60px; width: 165px; height: 145px; }
	.integration-card { grid-template-columns: 88px 1fr; }
	.status-dot { grid-column: 2; justify-self: start; }
	.industry-grid { grid-template-columns: 1fr; }
	.industry-grid > div { min-height: 220px; }
	.industry-grid span { margin-bottom: 50px; }
	.closing-inner { align-items: flex-start; flex-direction: column; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-brand, .footer-contact { grid-column: 1 / -1; }
	.process-line { grid-template-columns: 1fr; }
	.process-line > div:not(:last-child)::after { display: none; }
}

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


/* FAQ page */
.faq-hero .lead { max-width: 600px; }
.faq-layout {
	display: grid;
	grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
	gap: clamp(55px, 8vw, 110px);
	align-items: start;
}
.faq-sidebar {
	position: sticky;
	top: 120px;
}
.faq-sidebar h2 {
	margin-bottom: 20px;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: .98;
}
.faq-sidebar > p:not(.eyebrow) {
	max-width: 430px;
	margin-bottom: 28px;
	color: var(--muted);
}
.faq-groups {
	display: grid;
	gap: 65px;
}
.faq-group > .eyebrow {
	margin-bottom: 18px;
}
.faq-list {
	border-bottom: 1px solid var(--line);
}
.faq-list details {
	border-top: 1px solid var(--line);
}
.faq-list summary {
	position: relative;
	display: block;
	padding: 24px 54px 24px 0;
	cursor: pointer;
	font-size: clamp(1.05rem, 1.7vw, 1.32rem);
	font-weight: 800;
	line-height: 1.3;
	list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
	content: "+";
	position: absolute;
	top: 20px;
	right: 4px;
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 50%;
	color: var(--red);
	background: rgba(224, 50, 43, .08);
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1;
}
.faq-list details[open] summary::after {
	content: "−";
}
.faq-answer {
	padding: 0 58px 25px 0;
}
.faq-answer p {
	margin: 0;
	color: var(--muted);
	font-size: .95rem;
	line-height: 1.75;
}
.faq-list summary:hover,
.faq-list summary:focus-visible {
	color: var(--red);
}
.faq-list summary:focus-visible {
	outline: 2px solid var(--red);
	outline-offset: 5px;
}

@media (max-width: 980px) {
	.faq-layout { grid-template-columns: 1fr; gap: 60px; }
	.faq-sidebar { position: static; }
	.faq-sidebar h2 { max-width: 680px; }
}

@media (max-width: 680px) {
	.faq-groups { gap: 50px; }
	.faq-list summary { padding: 21px 48px 21px 0; }
	.faq-list summary::after { top: 17px; right: 0; }
	.faq-answer { padding: 0 42px 22px 0; }
}

/* POS landing pages */
.platform-hero .hero-actions { margin-top: 28px; }
.platform-hero .text-link { color: var(--red); }
.platform-card { background: var(--white); }
.platform-faq { background: var(--paper); }
.integration-card[href] { color: inherit; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.integration-card[href]:hover,
.integration-card[href]:focus-visible { border-color: rgba(224,50,43,.45); box-shadow: 0 16px 32px rgba(20,22,26,.09); transform: translateY(-2px); outline: none; }

@media (max-width: 680px) {
	.platform-hero .hero-actions { align-items: flex-start; flex-direction: column; }
}



/* POS integration landing pages — photo-led redesign */
.pos-page {
	overflow: hidden;
	background: #fff;
}
.pos-page .shell {
	width: min(1180px, calc(100% - 48px));
}
.pos-hero {
	background: #f0ede6;
	padding: 74px 0 0;
	border-bottom: 1px solid #d8d3ca;
}
.pos-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(420px, .88fr);
	gap: clamp(48px, 6vw, 88px);
	align-items: stretch;
}
.pos-hero-copy {
	align-self: center;
	padding: 20px 0 72px;
}
.pos-brand-lockup {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 34px;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #4d4a45;
}
.pos-brand-icon {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border: 1px solid #d7d1c8;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(18,18,18,.06);
	color: #161616;
}
.pos-brand-icon .square-symbol {
	width: 28px;
	height: 28px;
}
.pos-brand-icon .clover-symbol {
	transform: scale(.78);
}
.pos-hero h1 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(3.55rem, 5.4vw, 5.7rem);
	line-height: .94;
	letter-spacing: -.065em;
	color: #171719;
}
.pos-hero h1 em {
	display: block;
	margin-top: .08em;
	font-style: normal;
	color: #d64435;
}
.pos-hero-lede {
	max-width: 640px;
	margin: 30px 0 0;
	font-size: 1.18rem;
	line-height: 1.65;
	color: #55524d;
}
.pos-hero .hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	margin-top: 34px;
}
.pos-hero-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #d0cbc2;
}
.pos-hero-facts span {
	position: relative;
	padding-left: 18px;
	font-size: .83rem;
	font-weight: 700;
	color: #373531;
}
.pos-hero-facts span::before {
	content: "";
	position: absolute;
	left: 0;
	top: .48em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d64435;
}
.pos-hero-visual {
	position: relative;
	min-height: 670px;
	margin: 0;
	overflow: visible;
	border-radius: 28px 28px 0 0;
	background: #1d1d1f;
	box-shadow: 0 30px 60px rgba(18,18,18,.15);
}
.pos-hero-visual > img {
	width: 100%;
	height: 100%;
	min-height: 670px;
	display: block;
	object-fit: cover;
	object-position: 54% center;
	border-radius: inherit;
}
.pos-hero-visual::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(180deg, transparent 58%, rgba(15,15,16,.48));
	pointer-events: none;
}
.pos-hero-visual figcaption {
	position: absolute;
	z-index: 2;
	right: 24px;
	bottom: 18px;
	font-size: .72rem;
	color: rgba(255,255,255,.8);
}
.pos-sync-card {
	position: absolute;
	z-index: 3;
	left: -42px;
	bottom: 62px;
	width: min(440px, calc(100% - 24px));
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 18px;
	align-items: center;
	padding: 21px 24px;
	border: 1px solid rgba(18,18,18,.1);
	border-radius: 16px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 20px 52px rgba(15,15,15,.22);
	backdrop-filter: blur(12px);
}
.pos-sync-card div {
	display: grid;
	gap: 4px;
}
.pos-sync-card small {
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #7a766f;
}
.pos-sync-card strong {
	font-size: 1.3rem;
	color: #171719;
}
.pos-sync-card > span {
	font-size: 1.45rem;
	color: #d64435;
}
.pos-source {
	padding: 118px 0 108px;
}
.pos-source-grid {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
	gap: clamp(72px, 10vw, 150px);
}
.pos-source h2,
.pos-section-intro h2,
.pos-setup-heading h2,
.pos-included h2,
.pos-faq h2 {
	margin: 16px 0 0;
	font-size: clamp(2.8rem, 4.8vw, 5rem);
	line-height: .97;
	letter-spacing: -.055em;
	color: #18181a;
}
.pos-source-copy {
	padding-top: 12px;
}
.pos-source-copy p {
	margin: 0;
	font-size: 1.22rem;
	line-height: 1.72;
	color: #5b5853;
}
.pos-source-copy p + p {
	margin-top: 26px;
}
.pos-flow {
	padding: 108px 0 116px;
	background: #191a1d;
	color: #fff;
}
.pos-flow .eyebrow {
	color: #f2695d;
}
.pos-section-intro {
	display: grid;
	grid-template-columns: .56fr 1.2fr;
	gap: 80px;
	align-items: end;
}
.pos-section-intro h2 {
	color: #fff;
}
.pos-flow-line {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr;
	gap: 28px;
	align-items: stretch;
	margin-top: 72px;
	padding-top: 36px;
	border-top: 1px solid rgba(255,255,255,.22);
}
.pos-flow-step > span {
	display: block;
	margin-bottom: 46px;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .15em;
	color: #ef6256;
}
.pos-flow-step strong {
	display: block;
	max-width: 300px;
	font-size: 1.5rem;
	line-height: 1.13;
}
.pos-flow-step p {
	max-width: 290px;
	margin: 15px 0 0;
	line-height: 1.6;
	color: #a9a9ad;
}
.pos-flow-arrow {
	align-self: center;
	margin-top: 46px;
	font-size: 1.7rem;
	color: #ef6256;
}
.pos-setup {
	padding: 118px 0;
}
.pos-setup-grid {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
	gap: clamp(70px, 10vw, 150px);
}
.pos-setup-heading {
	position: sticky;
	top: 120px;
	align-self: start;
}
.pos-setup-heading > p:last-child {
	max-width: 500px;
	margin: 28px 0 0;
	font-size: 1.08rem;
	line-height: 1.72;
	color: #625f59;
}
.pos-setup-list {
	border-top: 1px solid #cfcbc3;
}
.pos-setup-row {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 24px;
	padding: 34px 0 38px;
	border-bottom: 1px solid #cfcbc3;
}
.pos-setup-row > span {
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .14em;
	color: #d64435;
}
.pos-setup-row h3 {
	margin: 0;
	font-size: 1.55rem;
	letter-spacing: -.025em;
}
.pos-setup-row p {
	margin: 12px 0 0;
	line-height: 1.65;
	color: #625f59;
}
.pos-included {
	padding: 108px 0;
	background: #d84436;
	color: #fff;
}
.pos-included .eyebrow {
	color: #fff;
}
.pos-included-grid {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
	gap: clamp(72px, 10vw, 150px);
}
.pos-included h2 {
	max-width: 550px;
	color: #fff;
}
.pos-included-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(255,255,255,.48);
}
.pos-included-list li {
	display: grid;
	gap: 7px;
	padding: 25px 0 27px;
	border-bottom: 1px solid rgba(255,255,255,.48);
}
.pos-included-list strong {
	font-size: 1.12rem;
}
.pos-included-list span {
	line-height: 1.55;
	color: rgba(255,255,255,.78);
}
.pos-faq {
	padding: 112px 0 118px;
	background: #f6f3ed;
}
.pos-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, .65fr) minmax(0, 1fr);
	gap: clamp(70px, 10vw, 150px);
}
.pos-faq h2 {
	max-width: 460px;
}
.pos-faq-grid > div:first-child > p:last-child {
	margin-top: 30px;
	color: #625f59;
}
.pos-faq .faq-list {
	border-top: 1px solid #d3cec5;
}
.pos-faq .faq-list details {
	border-bottom-color: #d3cec5;
	background: transparent;
}
.pos-faq .faq-list summary {
	padding: 24px 48px 24px 0;
	font-size: 1.12rem;
}
.pos-faq .faq-answer {
	padding: 0 44px 25px 0;
}
.pos-closing {
	background: #18191c;
}
.pos-closing .eyebrow {
	color: #ef6256;
}
.pos-closing h2 {
	max-width: 850px;
}

@media (max-width: 980px) {
	.pos-hero-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.pos-hero-copy {
		padding-bottom: 54px;
	}
	.pos-hero-visual,
	.pos-hero-visual > img {
		min-height: 560px;
	}
	.pos-sync-card {
		left: 24px;
	}
	.pos-source-grid,
	.pos-setup-grid,
	.pos-included-grid,
	.pos-faq-grid {
		grid-template-columns: 1fr;
		gap: 52px;
	}
	.pos-setup-heading {
		position: static;
	}
	.pos-section-intro {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.pos-flow-line {
		grid-template-columns: 1fr;
		gap: 0;
		border-top: 0;
		padding-top: 0;
	}
	.pos-flow-step {
		display: grid;
		grid-template-columns: 48px 1fr;
		column-gap: 18px;
		padding: 28px 0;
		border-top: 1px solid rgba(255,255,255,.22);
	}
	.pos-flow-step > span {
		grid-row: 1 / 3;
		margin: 4px 0 0;
	}
	.pos-flow-step p {
		margin-top: 10px;
	}
	.pos-flow-arrow {
		display: none;
	}
}
@media (max-width: 640px) {
	.pos-page .shell {
		width: min(100% - 30px, 1180px);
	}
	.pos-hero {
		padding-top: 44px;
	}
	.pos-brand-lockup {
		margin-bottom: 25px;
	}
	.pos-brand-icon {
		width: 42px !important;
		height: 42px !important;
		min-width: 42px;
	}
	.pos-hero h1 {
		font-size: clamp(3.05rem, 15vw, 4.25rem);
	}
	.pos-hero-lede {
		font-size: 1.04rem;
	}
	.pos-hero-facts {
		display: grid;
	}
	.pos-hero-visual,
	.pos-hero-visual > img {
		min-height: 455px;
	}
	.pos-hero-visual {
		border-radius: 20px 20px 0 0;
	}
	.pos-sync-card {
		left: 14px;
		right: 14px;
		bottom: 48px;
		width: auto;
		gap: 10px;
		padding: 16px;
	}
	.pos-sync-card small {
		font-size: .57rem;
	}
	.pos-sync-card strong {
		font-size: 1rem;
	}
	.pos-hero-visual figcaption {
		right: 15px;
		bottom: 14px;
	}
	.pos-source,
	.pos-setup,
	.pos-faq {
		padding: 82px 0;
	}
	.pos-flow,
	.pos-included {
		padding: 82px 0;
	}
	.pos-source h2,
	.pos-section-intro h2,
	.pos-setup-heading h2,
	.pos-included h2,
	.pos-faq h2 {
		font-size: clamp(2.65rem, 13vw, 3.9rem);
	}
	.pos-source-copy p {
		font-size: 1.06rem;
	}
	.pos-setup-row {
		grid-template-columns: 38px 1fr;
		gap: 12px;
	}
	.pos-closing .closing-inner {
		gap: 34px;
	}
}



/* Keep the mid-page process section visually continuous */
.pos-flow {
	background: #efede7;
	color: #18181a;
	border-top: 1px solid #d7d2c8;
	border-bottom: 1px solid #d7d2c8;
}
.pos-flow .eyebrow {
	color: #d64435;
}
.pos-flow .pos-section-intro h2 {
	color: #18181a;
}
.pos-flow-line {
	border-top-color: #c9c4ba;
}
.pos-flow-step p {
	color: #625f59;
}
.pos-flow .pos-flow-step {
	border-top-color: #c9c4ba;
}



/* Grocery vertical landing page */
.grocery-page {
	overflow: hidden;
	background: #fff;
}
.grocery-page .shell {
	width: min(1180px, calc(100% - 48px));
}
.grocery-hero {
	position: relative;
	min-height: 720px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #171719;
	color: #fff;
}
.grocery-hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.grocery-hero-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(16,17,18,.9) 0%, rgba(16,17,18,.72) 44%, rgba(16,17,18,.25) 76%, rgba(16,17,18,.08) 100%);
}
.grocery-hero-inner {
	position: relative;
	z-index: 2;
	padding: 100px 0 112px;
}
.grocery-hero .eyebrow {
	color: #f06a5d;
}
.grocery-hero h1 {
	max-width: 850px;
	margin: 20px 0 0;
	font-size: clamp(4rem, 7vw, 6.8rem);
	line-height: .92;
	letter-spacing: -.065em;
	color: #fff;
}
.grocery-hero-lede {
	max-width: 720px;
	margin: 30px 0 0;
	font-size: 1.2rem;
	line-height: 1.68;
	color: rgba(255,255,255,.82);
}
.grocery-hero .hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 28px;
	margin-top: 38px;
}
.grocery-light-link {
	color: #fff;
}
.grocery-light-link:hover {
	color: #f06a5d;
}
.grocery-proof {
	border-bottom: 1px solid #d8d3ca;
	background: #fff;
}
.grocery-proof-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.grocery-proof-grid > div {
	display: grid;
	gap: 7px;
	padding: 28px 26px;
	border-left: 1px solid #dedad2;
}
.grocery-proof-grid > div:last-child {
	border-right: 1px solid #dedad2;
}
.grocery-proof-grid strong {
	font-size: .92rem;
}
.grocery-proof-grid span {
	font-size: .78rem;
	line-height: 1.45;
	color: #77736d;
}
.grocery-reality {
	padding: 118px 0;
}
.grocery-reality-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
	gap: clamp(70px, 10vw, 150px);
}
.grocery-reality h2,
.grocery-section-heading h2,
.grocery-pos h2,
.grocery-included h2,
.grocery-faq h2 {
	margin: 16px 0 0;
	font-size: clamp(3rem, 5vw, 5.2rem);
	line-height: .96;
	letter-spacing: -.057em;
	color: #18181a;
}
.grocery-reality-copy {
	padding-top: 10px;
}
.grocery-reality-copy p {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.72;
	color: #5e5a54;
}
.grocery-reality-copy p + p {
	margin-top: 26px;
}
.grocery-departments {
	padding: 112px 0 122px;
	background: #f2efe8;
}
.grocery-section-heading {
	max-width: 850px;
}
.grocery-section-heading > p:last-child {
	max-width: 720px;
	margin: 26px 0 0;
	font-size: 1.08rem;
	line-height: 1.7;
	color: #625f59;
}
.grocery-section-heading.compact {
	max-width: 760px;
}
.grocery-department-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 70px;
	border-top: 1px solid #cfc9bf;
	border-left: 1px solid #cfc9bf;
}
.grocery-department-grid article {
	min-height: 270px;
	padding: 34px 38px 40px;
	border-right: 1px solid #cfc9bf;
	border-bottom: 1px solid #cfc9bf;
}
.grocery-department-grid article > span,
.grocery-setup-grid > div > span {
	display: block;
	margin-bottom: 42px;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .15em;
	color: #d84436;
}
.grocery-department-grid h3,
.grocery-setup-grid h3 {
	margin: 0;
	font-size: 1.55rem;
	letter-spacing: -.025em;
}
.grocery-department-grid p,
.grocery-setup-grid p {
	margin: 14px 0 0;
	line-height: 1.64;
	color: #625f59;
}
.grocery-pos {
	padding: 110px 0;
	background: #d84436;
	color: #fff;
}
.grocery-pos .eyebrow {
	color: #fff;
}
.grocery-pos-grid {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(0, 1fr);
	gap: clamp(72px, 10vw, 150px);
}
.grocery-pos h2 {
	max-width: 600px;
	color: #fff;
}
.grocery-pos-copy > p {
	margin: 8px 0 0;
	font-size: 1.12rem;
	line-height: 1.72;
	color: rgba(255,255,255,.86);
}
.grocery-pos-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 34px;
}
.grocery-pos-links a {
	display: grid;
	grid-template-columns: 48px 1fr;
	grid-template-rows: auto auto;
	column-gap: 14px;
	align-items: center;
	padding: 17px 18px;
	border: 1px solid rgba(255,255,255,.34);
	border-radius: 14px;
	background: #fff;
	color: #18181a;
	transition: transform .2s ease, box-shadow .2s ease;
}
.grocery-pos-links a:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(89,19,12,.2);
}
.grocery-pos-links .integration-brand-logo {
	grid-row: 1 / 3;
	width: 44px;
	height: 44px;
}
.grocery-pos-links .grocery-pos-custom {
	grid-column: 1 / -1;
}
.grocery-pos-links .your-pos-brand-logo {
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: #18181a;
	color: #fff;
	font-size: .62rem;
	font-weight: 800;
	letter-spacing: .08em;
}
.grocery-pos-links strong {
	align-self: end;
}
.grocery-pos-links small {
	align-self: start;
	color: #77736d;
}
.grocery-setup {
	padding: 116px 0 122px;
}
.grocery-setup-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 68px;
	border-top: 1px solid #d1ccc4;
}
.grocery-setup-grid > div {
	padding: 34px 28px 12px 0;
	border-right: 1px solid #d1ccc4;
}
.grocery-setup-grid > div + div {
	padding-left: 28px;
}
.grocery-setup-grid > div:last-child {
	border-right: 0;
}
.grocery-setup-grid > div > span {
	margin-bottom: 48px;
}
.grocery-included {
	padding: 108px 0;
	background: #f2efe8;
	border-top: 1px solid #d8d3ca;
	border-bottom: 1px solid #d8d3ca;
}
.grocery-included-grid {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(0, 1fr);
	gap: clamp(72px, 10vw, 150px);
}
.grocery-included-list {
	border-top: 1px solid #cbc5bc;
}
.grocery-included-list > div {
	display: grid;
	gap: 8px;
	padding: 26px 0 28px;
	border-bottom: 1px solid #cbc5bc;
}
.grocery-included-list strong {
	font-size: 1.1rem;
}
.grocery-included-list span {
	line-height: 1.58;
	color: #625f59;
}
.grocery-faq {
	padding: 112px 0 118px;
}
.grocery-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, .68fr) minmax(0, 1fr);
	gap: clamp(70px, 10vw, 150px);
}
.grocery-faq-grid > div:first-child > p:last-child {
	margin-top: 30px;
}
.grocery-faq .faq-list {
	border-top: 1px solid #d3cec5;
}
.grocery-faq .faq-list details {
	border-bottom-color: #d3cec5;
}
.grocery-faq .faq-list summary {
	padding: 24px 48px 24px 0;
	font-size: 1.1rem;
}
.grocery-faq .faq-answer {
	padding: 0 44px 25px 0;
}
.grocery-closing {
	background: #18191c;
}
.grocery-closing .eyebrow {
	color: #ef6256;
}
.grocery-closing h2 {
	max-width: 850px;
}

@media (max-width: 980px) {
	.grocery-proof-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.grocery-proof-grid > div:nth-child(3) {
		border-top: 1px solid #dedad2;
	}
	.grocery-proof-grid > div:nth-child(4) {
		border-top: 1px solid #dedad2;
	}
	.grocery-reality-grid,
	.grocery-pos-grid,
	.grocery-included-grid,
	.grocery-faq-grid {
		grid-template-columns: 1fr;
		gap: 52px;
	}
	.grocery-setup-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.grocery-setup-grid > div:nth-child(2) {
		border-right: 0;
	}
	.grocery-setup-grid > div:nth-child(n+3) {
		border-top: 1px solid #d1ccc4;
		padding-top: 34px;
	}
}
@media (max-width: 640px) {
	.grocery-page .shell {
		width: min(100% - 30px, 1180px);
	}
	.grocery-hero {
		min-height: 710px;
		align-items: end;
	}
	.grocery-hero-shade {
		background: linear-gradient(180deg, rgba(16,17,18,.12) 0%, rgba(16,17,18,.62) 43%, rgba(16,17,18,.93) 100%);
	}
	.grocery-hero-inner {
		padding: 190px 0 68px;
	}
	.grocery-hero h1 {
		font-size: clamp(3.35rem, 16vw, 4.6rem);
	}
	.grocery-hero-lede {
		font-size: 1.03rem;
	}
	.grocery-proof-grid {
		grid-template-columns: 1fr;
	}
	.grocery-proof-grid > div,
	.grocery-proof-grid > div:nth-child(3),
	.grocery-proof-grid > div:nth-child(4) {
		border: 0;
		border-bottom: 1px solid #dedad2;
		padding: 22px 0;
	}
	.grocery-reality,
	.grocery-departments,
	.grocery-setup,
	.grocery-faq {
		padding: 82px 0;
	}
	.grocery-pos,
	.grocery-included {
		padding: 82px 0;
	}
	.grocery-reality h2,
	.grocery-section-heading h2,
	.grocery-pos h2,
	.grocery-included h2,
	.grocery-faq h2 {
		font-size: clamp(2.75rem, 13vw, 4rem);
	}
	.grocery-reality-copy p {
		font-size: 1.06rem;
	}
	.grocery-department-grid,
	.grocery-setup-grid {
		grid-template-columns: 1fr;
	}
	.grocery-department-grid article {
		min-height: auto;
	}
	.grocery-setup-grid > div,
	.grocery-setup-grid > div + div,
	.grocery-setup-grid > div:nth-child(n+3) {
		padding: 28px 0 32px;
		border-right: 0;
		border-top: 1px solid #d1ccc4;
	}
	.grocery-setup-grid > div > span {
		margin-bottom: 24px;
	}
	.grocery-pos-links {
		grid-template-columns: 1fr;
	}
}

.hardware-hero {
	position: relative;
	padding: clamp(86px, 12vw, 164px) 0 clamp(72px, 9vw, 122px);
	overflow: hidden;
	background: linear-gradient(135deg, #eef0ed 0%, #f7f5f0 56%, #e6e9e5 100%);
}
.hardware-hero::after {
	position: absolute;
	right: -10vw;
	top: -22vw;
	width: 56vw;
	height: 56vw;
	border: 1px solid rgba(28, 42, 49, .12);
	border-radius: 50%;
	box-shadow: 0 0 0 72px rgba(28, 42, 49, .035), 0 0 0 144px rgba(28, 42, 49, .022);
	content: "";
}
.hardware-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(330px, .72fr);
	gap: clamp(48px, 9vw, 132px);
	align-items: end;
}
.hardware-hero h1 {
	max-width: 850px;
	margin: 18px 0 26px;
	font-size: clamp(3.65rem, 6.9vw, 7rem);
	line-height: .93;
	letter-spacing: -.07em;
}
.hardware-hero h1 em { color: #cf4d3c; font-style: normal; }
.hardware-hero-lede { max-width: 650px; margin-bottom: 31px; font-size: clamp(1.08rem, 1.55vw, 1.33rem); line-height: 1.72; color: var(--ink-soft); }
.hardware-hero-panel {
	padding: 34px;
	border-radius: 24px;
	background: #1c2a31;
	box-shadow: 0 28px 58px rgba(22, 31, 36, .2);
	color: #fff;
}
.hardware-hero-panel > p { margin: 0 0 6px; color: rgba(255,255,255,.65); font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hardware-hero-panel > strong { display: block; margin-bottom: 28px; font-size: clamp(3rem, 4vw, 4.7rem); line-height: 1; letter-spacing: -.07em; }
.hardware-panel-line { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.hardware-panel-line span { font-weight: 700; }
.hardware-panel-line b { color: #ecb73e; font-size: .86rem; line-height: 1.2; text-align: right; }
.hardware-hero-panel > small { display: block; margin-top: 20px; color: rgba(255,255,255,.66); }
.hardware-proof { border-bottom: 1px solid #d8d8d1; background: #fff; }
.hardware-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hardware-proof-grid > div { min-height: 150px; padding: 30px 28px; border-right: 1px solid #d8d8d1; }
.hardware-proof-grid > div:first-child { padding-left: 0; }
.hardware-proof-grid > div:last-child { border-right: 0; }
.hardware-proof strong, .hardware-proof span { display: block; }
.hardware-proof strong { margin-bottom: 7px; font-size: 1.04rem; }
.hardware-proof span { color: var(--muted); font-size: .94rem; }
.hardware-reality { padding-bottom: 40px; }
.hardware-reality-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(60px, 10vw, 160px); align-items: start; }
.hardware-reality h2 { max-width: 560px; margin: 14px 0 0; font-size: clamp(2.7rem, 4.8vw, 5.2rem); line-height: .95; letter-spacing: -.065em; }
.hardware-reality-grid > div:last-child { padding-top: 10px; font-size: 1.14rem; line-height: 1.72; color: var(--ink-soft); }
.hardware-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 62px; border-top: 1px solid #d1ccc4; }
.hardware-category-grid article { padding: 31px 25px 13px 0; border-right: 1px solid #d1ccc4; }
.hardware-category-grid article + article { padding-left: 25px; }
.hardware-category-grid article:last-child { border-right: 0; }
.hardware-category-grid span { display: block; margin-bottom: 45px; color: #cf4d3c; font-weight: 800; font-size: .82rem; letter-spacing: .1em; }
.hardware-category-grid h3 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.1; }
.hardware-category-grid p { color: var(--muted); font-size: .95rem; line-height: 1.55; }
.hardware-pos { background: #1c2a31; }
.hardware-included { padding: 110px 0; background: #f0efe9; }
.hardware-closing { background: #cf4d3c; }
@media (max-width: 850px) {
	.hardware-hero-grid, .hardware-reality-grid { grid-template-columns: 1fr; }
	.hardware-hero { padding-top: 88px; }
	.hardware-hero-panel { max-width: 540px; }
	.hardware-proof-grid, .hardware-category-grid { grid-template-columns: repeat(2, 1fr); }
	.hardware-proof-grid > div:nth-child(2) { border-right: 0; }
	.hardware-proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid #d8d8d1; }
	.hardware-proof-grid > div:nth-child(odd) { padding-left: 0; }
	.hardware-category-grid article:nth-child(2) { border-right: 0; }
	.hardware-category-grid article:nth-child(-n+2) { border-bottom: 1px solid #d1ccc4; }
	.hardware-category-grid article:nth-child(odd) { padding-left: 0; }
}
@media (max-width: 560px) {
	.hardware-hero h1 { font-size: clamp(3.25rem, 15vw, 4.35rem); }
	.hardware-proof-grid, .hardware-category-grid { grid-template-columns: 1fr; }
	.hardware-proof-grid > div, .hardware-category-grid article { padding-left: 0; border-right: 0; border-bottom: 1px solid #d8d8d1; }
	.hardware-category-grid article { border-bottom-color: #d1ccc4; }
	.hardware-proof-grid > div:last-child, .hardware-category-grid article:last-child { border-bottom: 0; }
}


/* Liquor and specialty retail landing page */
.liquor-page { overflow: hidden; background: #fff; }
.liquor-page .shell { width: min(1180px, calc(100% - 48px)); }
.liquor-hero { position: relative; overflow: hidden; padding: clamp(92px, 12vw, 158px) 0 clamp(78px, 10vw, 126px); background: #241c22; color: #fff; }
.liquor-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 78% 26%, rgba(184, 65, 72, .46), transparent 31%), radial-gradient(circle at 86% 89%, rgba(208, 161, 67, .19), transparent 28%), linear-gradient(116deg, transparent 0 66%, rgba(255,255,255,.035) 66% 67%, transparent 67%); content: ""; }
.liquor-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .7fr); gap: clamp(54px, 9vw, 138px); align-items: end; }
.liquor-hero .eyebrow { color: #e9a59e; }
.liquor-hero h1 { max-width: 790px; margin: 18px 0 26px; font-size: clamp(3.6rem, 6.8vw, 7rem); line-height: .92; letter-spacing: -.07em; }
.liquor-hero h1 em { color: #ecc567; font-style: normal; }
.liquor-hero-lede { max-width: 665px; margin-bottom: 32px; color: rgba(255,255,255,.8); font-size: clamp(1.08rem, 1.55vw, 1.3rem); line-height: 1.7; }
.liquor-light-link { color: #fff; }
.liquor-light-link:hover { color: #ecc567; }
.liquor-sync-panel { padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.1); box-shadow: 0 28px 65px rgba(0,0,0,.3); backdrop-filter: blur(15px); }
.liquor-sync-panel > p { margin: 0 0 9px; color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.liquor-sync-panel > strong { display: block; margin-bottom: 30px; font-size: clamp(2.4rem, 3.4vw, 4rem); line-height: 1; letter-spacing: -.06em; }
.liquor-sync-panel > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.liquor-sync-panel > div span { color: #ecc567; font-size: 2rem; font-weight: 800; letter-spacing: -.055em; }
.liquor-sync-panel > div b { color: #fff; font-size: .84rem; line-height: 1.35; text-align: right; }
.liquor-sync-panel > small { display: block; margin-top: 19px; color: rgba(255,255,255,.6); line-height: 1.45; }
.liquor-proof { border-bottom: 1px solid #ddd6d4; background: #fff; }
.liquor-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.liquor-proof-grid > div { min-height: 150px; padding: 31px 28px; border-right: 1px solid #ddd6d4; }
.liquor-proof-grid > div:first-child { padding-left: 0; }
.liquor-proof-grid > div:last-child { border-right: 0; }
.liquor-proof strong, .liquor-proof span { display: block; }
.liquor-proof strong { margin-bottom: 7px; font-size: 1.03rem; }
.liquor-proof span { color: var(--muted); font-size: .93rem; line-height: 1.5; }
.liquor-reality { padding-bottom: 45px; }
.liquor-reality-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1fr); gap: clamp(60px, 10vw, 160px); align-items: start; }
.liquor-reality h2, .liquor-section-heading h2, .liquor-pos h2, .liquor-included h2, .liquor-faq h2 { max-width: 650px; margin: 15px 0 0; color: #201a20; font-size: clamp(2.75rem, 5vw, 5.25rem); line-height: .95; letter-spacing: -.065em; }
.liquor-reality-grid > div:last-child { padding-top: 10px; color: var(--ink-soft); font-size: 1.14rem; line-height: 1.72; }
.liquor-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 66px; border-top: 1px solid #d8d1ce; }
.liquor-category-grid article { padding: 31px 25px 16px 0; border-right: 1px solid #d8d1ce; }
.liquor-category-grid article + article { padding-left: 25px; }
.liquor-category-grid article:last-child { border-right: 0; }
.liquor-category-grid span { display: block; margin-bottom: 45px; color: #b24046; font-size: .79rem; font-weight: 800; letter-spacing: .1em; }
.liquor-category-grid h3 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.1; }
.liquor-category-grid p { color: var(--muted); font-size: .95rem; line-height: 1.55; }
.liquor-pos { padding: 110px 0; background: #b34046; color: #fff; }
.liquor-pos .eyebrow { color: #ffe0b8; }
.liquor-pos-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1fr); gap: clamp(72px, 10vw, 150px); }
.liquor-pos h2 { color: #fff; }
.liquor-pos-grid > div:last-child > p { margin: 8px 0 0; color: rgba(255,255,255,.89); font-size: 1.12rem; line-height: 1.72; }
.liquor-pos-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }
.liquor-pos-links > a, .liquor-pos-custom { display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; column-gap: 14px; align-items: center; padding: 17px 18px; border: 1px solid rgba(255,255,255,.34); border-radius: 14px; background: #fff; color: #18181a; transition: transform .2s ease, box-shadow .2s ease; }
.liquor-pos-links > a:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(73, 20, 24, .28); }
.liquor-pos-links .integration-brand-logo, .liquor-pos-custom .your-pos-brand-logo { grid-row: 1 / 3; width: 44px; height: 44px; }
.liquor-pos-custom { grid-column: 1 / -1; }
.liquor-pos-custom .your-pos-brand-logo { display: grid; place-items: center; border-radius: 12px; background: #201a20; color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: .08em; line-height: 1.05; text-align: center; }
.liquor-pos-links strong { align-self: end; }
.liquor-pos-links small { align-self: start; color: #77736d; }
.liquor-pos-grid .liquor-pos-note { margin-top: 22px; color: rgba(255,255,255,.72); font-size: .89rem; }
.liquor-setup { padding: 116px 0 122px; }
.liquor-section-heading { max-width: 760px; }
.liquor-setup-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-top: 1px solid #d1ccc4; }
.liquor-setup-grid > div { padding: 34px 28px 12px 0; border-right: 1px solid #d1ccc4; }
.liquor-setup-grid > div + div { padding-left: 28px; }
.liquor-setup-grid > div:last-child { border-right: 0; }
.liquor-setup-grid > div > span { display: block; margin-bottom: 48px; color: #b34046; font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.liquor-setup-grid h3 { margin: 0; font-size: 1.48rem; letter-spacing: -.025em; }
.liquor-setup-grid p { margin: 14px 0 0; color: #625f59; line-height: 1.64; }
.liquor-included { padding: 108px 0; border-top: 1px solid #ddd6d4; border-bottom: 1px solid #ddd6d4; background: #f3f0ed; }
.liquor-included-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1fr); gap: clamp(72px, 10vw, 150px); }
.liquor-included-list { border-top: 1px solid #cbc5bc; }
.liquor-included-list > div { display: grid; gap: 8px; padding: 26px 0 28px; border-bottom: 1px solid #cbc5bc; }
.liquor-included-list strong { font-size: 1.1rem; }
.liquor-included-list span { color: #625f59; line-height: 1.58; }
.liquor-faq { padding: 112px 0 118px; }
.liquor-faq-grid { display: grid; grid-template-columns: minmax(0, .68fr) minmax(0, 1fr); gap: clamp(70px, 10vw, 150px); }
.liquor-faq-grid > div:first-child > p:last-child { margin-top: 30px; color: #625f59; }
.liquor-faq .faq-list { border-top: 1px solid #d3cec5; }
.liquor-faq .faq-list details { border-bottom-color: #d3cec5; }
.liquor-faq .faq-list summary { padding: 24px 48px 24px 0; font-size: 1.1rem; }
.liquor-faq .faq-answer { padding: 0 44px 25px 0; }
.liquor-closing { background: #201a20; }
.liquor-closing .eyebrow { color: #ecc567; }
@media (max-width: 980px) {
	.liquor-hero-grid, .liquor-reality-grid, .liquor-pos-grid, .liquor-included-grid, .liquor-faq-grid { grid-template-columns: 1fr; gap: 52px; }
	.liquor-proof-grid, .liquor-category-grid, .liquor-setup-grid { grid-template-columns: repeat(2, 1fr); }
	.liquor-proof-grid > div:nth-child(2), .liquor-category-grid article:nth-child(2), .liquor-setup-grid > div:nth-child(2) { border-right: 0; }
	.liquor-proof-grid > div:nth-child(-n+2), .liquor-category-grid article:nth-child(-n+2), .liquor-setup-grid > div:nth-child(-n+2) { border-bottom: 1px solid #d8d1ce; }
	.liquor-category-grid article:nth-child(odd), .liquor-proof-grid > div:nth-child(odd) { padding-left: 0; }
	.liquor-setup-grid > div:nth-child(n+3) { border-top: 1px solid #d1ccc4; padding-top: 34px; }
}
@media (max-width: 640px) {
	.liquor-page .shell { width: min(100% - 30px, 1180px); }
	.liquor-hero { padding-top: 88px; }
	.liquor-hero h1 { font-size: clamp(3.25rem, 15vw, 4.35rem); }
	.liquor-sync-panel { max-width: 520px; padding: 27px; }
	.liquor-proof-grid, .liquor-category-grid, .liquor-setup-grid, .liquor-pos-links { grid-template-columns: 1fr; }
	.liquor-proof-grid > div, .liquor-category-grid article, .liquor-setup-grid > div, .liquor-setup-grid > div + div, .liquor-setup-grid > div:nth-child(n+3) { padding: 28px 0 32px; border-right: 0; border-bottom: 1px solid #d8d1ce; border-top: 0; }
	.liquor-category-grid article { border-bottom-color: #d8d1ce; }
	.liquor-proof-grid > div:last-child, .liquor-category-grid article:last-child, .liquor-setup-grid > div:last-child { border-bottom: 0; }
	.liquor-pos-custom { grid-column: auto; }
	.liquor-reality, .liquor-setup, .liquor-faq { padding: 82px 0; }
	.liquor-pos, .liquor-included { padding: 82px 0; }
	.liquor-reality h2, .liquor-section-heading h2, .liquor-pos h2, .liquor-included h2, .liquor-faq h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
}


/* Seasonal retail landing page */
.seasonal-page { overflow: hidden; background: #fff; }
.seasonal-page .shell { width: min(1180px, calc(100% - 48px)); }
.seasonal-hero { position: relative; display: flex; align-items: center; min-height: 760px; overflow: hidden; background: #18191c; color: #fff; }
.seasonal-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.seasonal-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,14,17,.92) 0%, rgba(12,14,17,.8) 43%, rgba(12,14,17,.3) 75%, rgba(12,14,17,.16) 100%); }
.seasonal-hero-inner { position: relative; z-index: 1; padding: 126px 0 118px; }
.seasonal-hero .eyebrow { color: #ff9a68; }
.seasonal-hero h1 { max-width: 880px; margin: 18px 0 27px; color: #fff; font-size: clamp(3.7rem, 6.9vw, 7.1rem); line-height: .92; letter-spacing: -.07em; }
.seasonal-hero h1 em { color: #f8c95b; font-style: normal; }
.seasonal-hero-lede { max-width: 710px; margin-bottom: 33px; color: rgba(255,255,255,.86); font-size: clamp(1.08rem, 1.55vw, 1.3rem); line-height: 1.7; }
.seasonal-light-link { color: #fff; }
.seasonal-light-link:hover { color: #f8c95b; }
.seasonal-proof { border-bottom: 1px solid #ddd8d0; background: #fff; }
.seasonal-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.seasonal-proof-grid > div { min-height: 150px; padding: 31px 28px; border-right: 1px solid #ddd8d0; }
.seasonal-proof-grid > div:first-child { padding-left: 0; }
.seasonal-proof-grid > div:last-child { border-right: 0; }
.seasonal-proof strong, .seasonal-proof span { display: block; }
.seasonal-proof strong { margin-bottom: 7px; font-size: 1.03rem; }
.seasonal-proof span { color: var(--muted); font-size: .93rem; line-height: 1.5; }
.seasonal-reality { padding-bottom: 45px; }
.seasonal-reality-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1fr); gap: clamp(60px, 10vw, 160px); align-items: start; }
.seasonal-reality h2, .seasonal-section-heading h2, .seasonal-pos h2, .seasonal-included h2, .seasonal-faq h2 { max-width: 650px; margin: 15px 0 0; color: #18191c; font-size: clamp(2.75rem, 5vw, 5.25rem); line-height: .95; letter-spacing: -.065em; }
.seasonal-reality-grid > div:last-child { padding-top: 10px; color: var(--ink-soft); font-size: 1.14rem; line-height: 1.72; }
.seasonal-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 66px; border-top: 1px solid #d5cec4; }
.seasonal-category-grid article { padding: 31px 25px 16px 0; border-right: 1px solid #d5cec4; }
.seasonal-category-grid article + article { padding-left: 25px; }
.seasonal-category-grid article:last-child { border-right: 0; }
.seasonal-category-grid span { display: block; margin-bottom: 45px; color: #e05138; font-size: .79rem; font-weight: 800; letter-spacing: .1em; }
.seasonal-category-grid h3 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.1; }
.seasonal-category-grid p { color: var(--muted); font-size: .95rem; line-height: 1.55; }
.seasonal-pos { padding: 110px 0; background: #e45a37; color: #fff; }
.seasonal-pos .eyebrow { color: #ffe2ca; }
.seasonal-pos-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1fr); gap: clamp(72px, 10vw, 150px); }
.seasonal-pos h2 { color: #fff; }
.seasonal-pos-grid > div:last-child > p { margin: 8px 0 0; color: rgba(255,255,255,.89); font-size: 1.12rem; line-height: 1.72; }
.seasonal-pos-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }
.seasonal-pos-links > a { display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; column-gap: 14px; align-items: center; padding: 17px 18px; border: 1px solid rgba(255,255,255,.34); border-radius: 14px; background: #fff; color: #18181a; transition: transform .2s ease, box-shadow .2s ease; }
.seasonal-pos-links > a:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(111,32,15,.26); }
.seasonal-pos-links .integration-brand-logo { grid-row: 1 / 3; width: 44px; height: 44px; }
.seasonal-pos-links .seasonal-pos-custom { grid-column: 1 / -1; }
.seasonal-pos-custom .your-pos-brand-logo { display: grid; place-items: center; border-radius: 12px; background: #18191c; color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.seasonal-pos-links strong { align-self: end; }
.seasonal-pos-links small { align-self: start; color: #77736d; }
.seasonal-setup { padding: 116px 0 122px; }
.seasonal-section-heading { max-width: 760px; }
.seasonal-setup-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 68px; border-top: 1px solid #d1ccc4; }
.seasonal-setup-grid > div { padding: 34px 28px 12px 0; border-right: 1px solid #d1ccc4; }
.seasonal-setup-grid > div + div { padding-left: 28px; }
.seasonal-setup-grid > div:last-child { border-right: 0; }
.seasonal-setup-grid > div > span { display: block; margin-bottom: 48px; color: #e05138; font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.seasonal-setup-grid h3 { margin: 0; font-size: 1.48rem; letter-spacing: -.025em; }
.seasonal-setup-grid p { margin: 14px 0 0; color: #625f59; line-height: 1.64; }
.seasonal-included { padding: 108px 0; border-top: 1px solid #ddd8d0; border-bottom: 1px solid #ddd8d0; background: #f4f1ec; }
.seasonal-included-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1fr); gap: clamp(72px, 10vw, 150px); }
.seasonal-included-list { border-top: 1px solid #cbc5bc; }
.seasonal-included-list > div { display: grid; gap: 8px; padding: 26px 0 28px; border-bottom: 1px solid #cbc5bc; }
.seasonal-included-list strong { font-size: 1.1rem; }
.seasonal-included-list span { color: #625f59; line-height: 1.58; }
.seasonal-faq { padding: 112px 0 118px; }
.seasonal-faq-grid { display: grid; grid-template-columns: minmax(0, .68fr) minmax(0, 1fr); gap: clamp(70px, 10vw, 150px); }
.seasonal-faq-grid > div:first-child > p:last-child { margin-top: 30px; color: #625f59; }
.seasonal-faq .faq-list { border-top: 1px solid #d3cec5; }
.seasonal-faq .faq-list details { border-bottom-color: #d3cec5; }
.seasonal-faq .faq-list summary { padding: 24px 48px 24px 0; font-size: 1.1rem; }
.seasonal-faq .faq-answer { padding: 0 44px 25px 0; }
.seasonal-closing { background: #18191c; }
.seasonal-closing .eyebrow { color: #f8c95b; }
@media (max-width: 980px) {
	.seasonal-reality-grid, .seasonal-pos-grid, .seasonal-included-grid, .seasonal-faq-grid { grid-template-columns: 1fr; gap: 52px; }
	.seasonal-proof-grid, .seasonal-category-grid, .seasonal-setup-grid { grid-template-columns: repeat(2, 1fr); }
	.seasonal-proof-grid > div:nth-child(2), .seasonal-category-grid article:nth-child(2), .seasonal-setup-grid > div:nth-child(2) { border-right: 0; }
	.seasonal-proof-grid > div:nth-child(-n+2), .seasonal-category-grid article:nth-child(-n+2), .seasonal-setup-grid > div:nth-child(-n+2) { border-bottom: 1px solid #d5cec4; }
	.seasonal-proof-grid > div:nth-child(odd), .seasonal-category-grid article:nth-child(odd) { padding-left: 0; }
	.seasonal-setup-grid > div:nth-child(n+3) { border-top: 1px solid #d1ccc4; padding-top: 34px; }
}
@media (max-width: 640px) {
	.seasonal-page .shell { width: min(100% - 30px, 1180px); }
	.seasonal-hero { min-height: 730px; align-items: end; }
	.seasonal-hero-shade { background: linear-gradient(180deg, rgba(12,14,17,.12) 0%, rgba(12,14,17,.64) 42%, rgba(12,14,17,.94) 100%); }
	.seasonal-hero-inner { padding: 195px 0 70px; }
	.seasonal-hero h1 { font-size: clamp(3.25rem, 15vw, 4.35rem); }
	.seasonal-proof-grid, .seasonal-category-grid, .seasonal-setup-grid, .seasonal-pos-links { grid-template-columns: 1fr; }
	.seasonal-proof-grid > div, .seasonal-category-grid article, .seasonal-setup-grid > div, .seasonal-setup-grid > div + div, .seasonal-setup-grid > div:nth-child(n+3) { padding: 28px 0 32px; border-right: 0; border-bottom: 1px solid #d5cec4; border-top: 0; }
	.seasonal-proof-grid > div:last-child, .seasonal-category-grid article:last-child, .seasonal-setup-grid > div:last-child { border-bottom: 0; }
	.seasonal-pos-links .seasonal-pos-custom { grid-column: auto; }
	.seasonal-reality, .seasonal-setup, .seasonal-faq { padding: 82px 0; }
	.seasonal-pos, .seasonal-included { padding: 82px 0; }
	.seasonal-reality h2, .seasonal-section-heading h2, .seasonal-pos h2, .seasonal-included h2, .seasonal-faq h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
}
