/**
 * AcaiXpress Design System
 * Shared tokens and components. All component selectors use the acx prefix.
 */

:root {
	/* Brand greens */
	--acx-green-brand: #006241;
	--acx-green-accent: #00754a;
	--acx-green-house: #1e3932;
	--acx-green-uplift: #2b5148;
	--acx-green-light: #d4e9e2;
	--acx-green-rewards: #33433d;

	/* Ceremony accents */
	--acx-gold: #cba258;
	--acx-gold-light: #dfc49d;
	--acx-gold-lightest: #faf6ee;

	/* Surfaces */
	--acx-white: #ffffff;
	--acx-neutral-cool: #f9f9f9;
	--acx-neutral-warm: #f2f0eb;
	--acx-ceramic: #edebe9;
	--acx-black: #000000;
	--acx-border: #d6dbde;
	--acx-divider: #e7e7e7;

	/* Text */
	--acx-text: rgba(0, 0, 0, 0.87);
	--acx-text-soft: rgba(0, 0, 0, 0.58);
	--acx-text-white: #ffffff;
	--acx-text-white-soft: rgba(255, 255, 255, 0.7);

	/* Semantic */
	--acx-success: #00754a;
	--acx-warning: #fbbc05;
	--acx-danger: #c82014;
	--acx-info: #006241;
	--acx-valid-tint: rgba(212, 233, 226, 0.33);
	--acx-danger-tint: hsla(4, 82%, 43%, 0.05);

	/* Typography */
	--acx-font-sans: Inter, Manrope, "Helvetica Neue", Helvetica, Arial, sans-serif;
	--acx-font-serif: "Iowan Old Style", Lora, "Source Serif Pro", Georgia, serif;
	--acx-font-script: Kalam, "Comic Sans MS", cursive;
	--acx-tracking-normal: -0.01em;
	--acx-tracking-loose: 0.1em;
	--acx-tracking-looser: 0.15em;
	--acx-line-normal: 1.5;
	--acx-line-compact: 1.2;
	--acx-text-1: 13px;
	--acx-text-2: 14px;
	--acx-text-3: 16px;
	--acx-text-4: 19px;
	--acx-text-5: 24px;
	--acx-text-8: 45px;
	--acx-text-9: 58px;
	--acx-text-10: 80px;

	/* Spacing */
	--acx-space-1: 4px;
	--acx-space-2: 8px;
	--acx-space-3: 16px;
	--acx-space-4: 24px;
	--acx-space-5: 32px;
	--acx-space-6: 40px;
	--acx-space-7: 48px;
	--acx-space-8: 56px;
	--acx-space-9: 64px;
	--acx-gutter: 16px;
	--acx-content-sm: 343px;
	--acx-content-md: 500px;
	--acx-content-lg: 720px;
	--acx-content-xl: 1440px;

	/* Shape and depth */
	--acx-radius-field: 4px;
	--acx-radius-card: 12px;
	--acx-radius-pill: 50px;
	--acx-shadow-card: 0 0 0.5px rgba(0, 0, 0, 0.14), 0 1px 1px rgba(0, 0, 0, 0.24);
	--acx-shadow-nav: 0 1px 3px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.07);
	--acx-shadow-float: 0 0 6px rgba(0, 0, 0, 0.24), 0 8px 12px rgba(0, 0, 0, 0.14);

	/* Motion */
	--acx-duration-fast: 0.2s;
	--acx-duration-base: 0.3s;
	--acx-duration-slow: 0.4s;
	--acx-ease-standard: ease;
	--acx-ease-expander: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	--acx-ease-spring: cubic-bezier(0.32, 2.32, 0.61, 0.27);
}

@media (min-width: 768px) {
	:root {
		--acx-gutter: 24px;
	}
}

@media (min-width: 1024px) {
	:root {
		--acx-gutter: 40px;
	}
}

.acx-ds,
.acx-ds *,
.acx-ds *::before,
.acx-ds *::after {
	box-sizing: border-box;
}

.acx-ds {
	color: var(--acx-text);
	font-family: var(--acx-font-sans);
	font-size: var(--acx-text-3);
	line-height: var(--acx-line-normal);
	letter-spacing: var(--acx-tracking-normal);
}

.acx-ds .lucide {
	display: inline-block;
	flex: 0 0 auto;
	height: 1em;
	stroke-width: 1.8;
	vertical-align: -0.125em;
	width: 1em;
}

.acx-ds h1,
.acx-ds h2,
.acx-ds h3,
.acx-ds p {
	margin-block-start: 0;
}

.acx-ds h1,
.acx-ds h2,
.acx-ds h3 {
	color: var(--acx-text);
	font-family: inherit;
	letter-spacing: -0.16px;
}

.acx-ds h1 {
	color: var(--acx-green-brand);
	font-size: var(--acx-text-5);
	font-weight: 600;
	line-height: 36px;
}

.acx-ds h2 {
	font-size: var(--acx-text-5);
	font-weight: 400;
	line-height: 36px;
}

.acx-ds h3 {
	font-size: var(--acx-text-3);
	font-weight: 600;
	line-height: 24px;
}

.acx-display {
	font-size: clamp(45px, 5.55vw, var(--acx-text-10));
	font-weight: 600;
	line-height: var(--acx-line-compact);
	letter-spacing: -0.16px;
}

.acx-body-lg {
	font-size: var(--acx-text-4);
	line-height: 1.75;
}

.acx-caption {
	color: var(--acx-text-soft);
	font-size: var(--acx-text-1);
	line-height: var(--acx-line-normal);
}

.acx-eyebrow {
	color: var(--acx-text-soft);
	font-size: var(--acx-text-1);
	font-weight: 600;
	letter-spacing: var(--acx-tracking-loose);
	line-height: var(--acx-line-compact);
	margin-bottom: var(--acx-space-2);
	text-transform: uppercase;
}

.acx-global-nav {
	align-items: center;
	background: var(--acx-white);
	box-shadow: var(--acx-shadow-nav);
	display: flex;
	gap: var(--acx-space-4);
	height: 64px;
	padding: 0 var(--acx-gutter);
	width: 100%;
}

.acx-global-nav__brand {
	color: var(--acx-green-brand);
	font-size: var(--acx-text-4);
	font-weight: 600;
	letter-spacing: -0.03em;
	text-decoration: none;
	white-space: nowrap;
}

.acx-global-nav__links {
	align-items: center;
	display: none;
	gap: var(--acx-space-4);
}

.acx-global-nav__links a {
	color: var(--acx-text);
	font-size: var(--acx-text-2);
	font-weight: 600;
	text-decoration: none;
}

.acx-global-nav__links a:hover,
.acx-global-nav__links a:focus {
	color: var(--acx-green-accent);
}

.acx-global-nav__actions {
	align-items: center;
	display: none;
	gap: var(--acx-space-2);
	margin-left: auto;
}

.acx-global-nav__menu {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--acx-text);
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	margin-left: auto;
	width: 44px;
}

.acx-btn {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 1px solid transparent;
	border-radius: var(--acx-radius-pill);
	box-shadow: none;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--acx-font-sans);
	font-size: var(--acx-text-3);
	font-weight: 600;
	gap: var(--acx-space-2);
	justify-content: center;
	letter-spacing: var(--acx-tracking-normal);
	line-height: var(--acx-line-compact);
	min-height: 40px;
	padding: 7px 16px;
	text-decoration: none;
	transition: background-color var(--acx-duration-fast) ease, border-color var(--acx-duration-fast) ease, color var(--acx-duration-fast) ease, box-shadow var(--acx-duration-fast) ease, transform var(--acx-duration-fast) ease;
	vertical-align: middle;
}

.acx-btn:hover,
.acx-btn:focus {
	text-decoration: none;
}

.acx-btn:focus-visible,
.acx-tab:focus-visible,
.acx-input:focus-visible,
.acx-select:focus-visible,
.acx-textarea:focus-visible {
	outline: 3px solid rgba(0, 117, 74, 0.25);
	outline-offset: 2px;
}

.acx-btn:active {
	transform: scale(0.95);
}

.acx-btn:disabled,
.acx-btn[aria-disabled="true"] {
	cursor: not-allowed;
	opacity: 0.45;
	pointer-events: none;
}

.acx-btn--primary {
	background: var(--acx-green-accent);
	border-color: var(--acx-green-accent);
	color: var(--acx-white);
}

.acx-btn--primary:hover,
.acx-btn--primary:focus {
	background: var(--acx-green-brand);
	border-color: var(--acx-green-brand);
	color: var(--acx-white);
}

.acx-btn--secondary {
	background: transparent;
	border-color: var(--acx-green-accent);
	color: var(--acx-green-accent);
}

.acx-btn--secondary:hover,
.acx-btn--secondary:focus {
	background: rgba(0, 117, 74, 0.06);
	color: var(--acx-green-brand);
}

.acx-btn--black {
	background: var(--acx-black);
	border-color: var(--acx-black);
	color: var(--acx-white);
	font-size: var(--acx-text-2);
}

.acx-btn--ghost {
	border-color: var(--acx-text);
	color: var(--acx-text);
}

.acx-btn--ghost:hover,
.acx-btn--ghost:focus {
	background: rgba(0, 0, 0, 0.06);
	color: var(--acx-text);
}

.acx-btn--danger {
	background: var(--acx-danger);
	border-color: var(--acx-danger);
	color: var(--acx-white);
}

.acx-btn--danger:hover,
.acx-btn--danger:focus {
	background: #a9180f;
	border-color: #a9180f;
	color: var(--acx-white);
}

.acx-btn--on-dark {
	background: var(--acx-white);
	border-color: var(--acx-white);
	color: var(--acx-green-accent);
}

.acx-btn--outline-on-dark {
	background: transparent;
	border-color: var(--acx-white);
	color: var(--acx-white);
}

.acx-btn--sm {
	font-size: var(--acx-text-2);
	min-height: 36px;
	padding: 6px 14px;
}

.acx-btn--lg {
	min-height: 48px;
	padding: 14px 32px;
}

.acx-btn--icon {
	background: transparent;
	border-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	color: var(--acx-text);
	height: 40px;
	min-height: 40px;
	padding: 0;
	width: 40px;
}

.acx-btn--icon:hover,
.acx-btn--icon:focus {
	background: rgba(0, 0, 0, 0.06);
	color: var(--acx-green-accent);
}

.acx-btn--icon.acx-btn--sm {
	height: 34px;
	min-height: 34px;
	width: 34px;
}

.acx-frap {
	align-items: center;
	background: var(--acx-green-accent);
	border: 0;
	border-radius: 50%;
	box-shadow: var(--acx-shadow-float);
	color: var(--acx-white);
	cursor: pointer;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	padding: 0;
	transition: box-shadow var(--acx-duration-fast) ease, transform var(--acx-duration-fast) ease;
	width: 56px;
}

.acx-frap:active {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.24), 0 8px 12px rgba(0, 0, 0, 0);
	transform: scale(0.95);
}

.acx-card,
.acx-order-card,
.acx-product-card {
	background: var(--acx-white);
	border-radius: var(--acx-radius-card);
	box-shadow: var(--acx-shadow-card);
	color: var(--acx-text);
	overflow: hidden;
}

.acx-card,
.acx-order-card {
	padding: var(--acx-space-4);
}

.acx-card__header,
.acx-card__footer,
.acx-order-card__top,
.acx-order-card__bottom {
	align-items: center;
	display: flex;
	gap: var(--acx-space-3);
	justify-content: space-between;
}

.acx-card__header {
	margin-bottom: var(--acx-space-4);
}

.acx-card__header h3,
.acx-order-card__top h3,
.acx-product-card h3 {
	margin-bottom: 0;
}

.acx-card__footer {
	margin-top: var(--acx-space-4);
}

.acx-stat {
	display: grid;
	gap: var(--acx-space-1);
}

.acx-stat__value {
	color: var(--acx-green-brand);
	font-size: 36px;
	line-height: var(--acx-line-compact);
}

.acx-stat__label {
	color: var(--acx-text-soft);
	font-size: var(--acx-text-2);
}

.acx-product-card__media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: var(--acx-neutral-warm);
	color: var(--acx-green-house);
	display: flex;
	font-size: var(--acx-text-5);
	font-weight: 600;
	justify-content: center;
}

.acx-product-card__media img {
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: opacity 0.3s ease-in;
	width: 100%;
}

.acx-product-card__body {
	padding: var(--acx-space-4);
}

.acx-product-card__description {
	color: var(--acx-text-soft);
	font-size: var(--acx-text-2);
	margin-bottom: var(--acx-space-4);
}

.acx-product-card__footer {
	align-items: center;
	display: flex;
	gap: var(--acx-space-3);
	justify-content: space-between;
}

.acx-price {
	color: var(--acx-green-brand);
	font-size: var(--acx-text-4);
}

.acx-order-card {
	display: grid;
	gap: var(--acx-space-4);
}

.acx-order-card__meta {
	display: grid;
	gap: var(--acx-space-3);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.acx-order-card__meta div {
	display: grid;
	gap: var(--acx-space-1);
}

.acx-order-card__meta dt {
	color: var(--acx-text-soft);
	font-size: var(--acx-text-1);
}

.acx-order-card__meta dd {
	font-size: var(--acx-text-2);
	font-weight: 600;
	margin: 0;
}

.acx-badge {
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--acx-radius-pill);
	display: inline-flex;
	font-size: var(--acx-text-1);
	font-weight: 600;
	line-height: 1;
	min-height: 26px;
	padding: 5px 10px;
	white-space: nowrap;
}

.acx-badge--neutral {
	background: var(--acx-ceramic);
	color: var(--acx-text);
}

.acx-badge--brand {
	background: var(--acx-green-light);
	color: var(--acx-green-brand);
}

.acx-badge--info {
	background: rgba(0, 98, 65, 0.1);
	color: var(--acx-info);
}

.acx-badge--success {
	background: var(--acx-valid-tint);
	color: var(--acx-success);
}

.acx-badge--warning {
	background: rgba(251, 188, 5, 0.16);
	color: #6b4e00;
}

.acx-badge--danger {
	background: rgba(200, 32, 20, 0.09);
	color: var(--acx-danger);
}

.acx-badge--gold {
	background: transparent;
	border-color: var(--acx-gold);
	color: var(--acx-gold);
}

.acx-field {
	display: grid;
	gap: var(--acx-space-2);
	min-width: 0;
}

.acx-label {
	color: var(--acx-text);
	font-size: var(--acx-text-2);
	font-weight: 600;
}

.acx-input,
.acx-select,
.acx-textarea {
	background: var(--acx-white);
	border: 1px solid var(--acx-border);
	border-radius: var(--acx-radius-field);
	box-shadow: none;
	color: var(--acx-text);
	font-family: var(--acx-font-sans);
	font-size: var(--acx-text-3);
	letter-spacing: var(--acx-tracking-normal);
	line-height: 1.5;
	margin: 0;
	max-width: none;
	min-height: 48px;
	padding: 11px 12px;
	transition: background-color var(--acx-duration-fast) ease, border-color var(--acx-duration-fast) ease, box-shadow var(--acx-duration-fast) ease;
	width: 100%;
}

.acx-textarea {
	min-height: 112px;
	resize: vertical;
}

.acx-input:focus,
.acx-select:focus,
.acx-textarea:focus {
	border-color: var(--acx-green-accent);
	box-shadow: 0 0 0 1px var(--acx-green-accent);
	outline: 0;
}

.acx-input::placeholder,
.acx-textarea::placeholder {
	color: var(--acx-text-soft);
	opacity: 1;
}

.acx-help,
.acx-error {
	color: var(--acx-text-soft);
	font-size: var(--acx-text-1);
}

.acx-floating-field {
	display: block;
	position: relative;
}

.acx-floating-field .acx-input {
	padding-block: 18px 6px;
}

.acx-floating-field__label {
	background: var(--acx-white);
	color: var(--acx-text-soft);
	font-size: var(--acx-text-3);
	left: 12px;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: left center;
	transition: color var(--acx-duration-fast) ease, font-size var(--acx-duration-fast) ease, top var(--acx-duration-fast) ease, transform var(--acx-duration-fast) ease;
}

.acx-floating-field .acx-input:focus + .acx-floating-field__label,
.acx-floating-field .acx-input:not(:placeholder-shown) + .acx-floating-field__label {
	color: var(--acx-green-brand);
	font-size: var(--acx-text-1);
	top: 8px;
	transform: translateY(0);
}

.acx-field--error .acx-input,
.acx-field--error .acx-select,
.acx-field--error .acx-textarea,
.acx-input[aria-invalid="true"] {
	background: var(--acx-danger-tint);
	border-color: var(--acx-danger);
}

.acx-field--error .acx-error {
	color: var(--acx-danger);
}

.acx-field--valid .acx-input {
	background: var(--acx-valid-tint);
	border-color: var(--acx-green-accent);
}

.acx-check,
.acx-radio,
.acx-switch {
	align-items: center;
	color: var(--acx-text);
	cursor: pointer;
	display: inline-flex;
	font-size: var(--acx-text-2);
	gap: var(--acx-space-2);
}

.acx-check input,
.acx-radio input {
	accent-color: var(--acx-green-accent);
	height: 20px;
	margin: 0;
	width: 20px;
}

.acx-switch input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.acx-switch__control {
	background: rgba(0, 0, 0, 0.25);
	border-radius: var(--acx-radius-pill);
	height: 24px;
	position: relative;
	transition: background-color var(--acx-duration-fast) ease;
	width: 42px;
}

.acx-switch__control::after {
	background: var(--acx-white);
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	content: "";
	height: 18px;
	left: 3px;
	position: absolute;
	top: 3px;
	transition: transform var(--acx-duration-base) var(--acx-ease-spring);
	width: 18px;
}

.acx-switch input:checked + .acx-switch__control {
	background: var(--acx-green-accent);
}

.acx-switch input:checked + .acx-switch__control::after {
	transform: translateX(18px);
}

.acx-tabs {
	border-bottom: 1px solid var(--acx-divider);
	display: flex;
	gap: var(--acx-space-4);
	overflow-x: auto;
}

.acx-tab {
	background: transparent;
	border: 0;
	border-bottom: 3px solid transparent;
	color: var(--acx-text-soft);
	cursor: pointer;
	font-family: var(--acx-font-sans);
	font-size: var(--acx-text-2);
	font-weight: 600;
	letter-spacing: var(--acx-tracking-normal);
	margin-bottom: -1px;
	padding: 12px 0;
	white-space: nowrap;
}

.acx-tab span {
	background: var(--acx-ceramic);
	border-radius: var(--acx-radius-pill);
	font-size: 11px;
	margin-left: var(--acx-space-1);
	padding: 2px 6px;
}

.acx-tab.is-active {
	border-bottom-color: var(--acx-green-accent);
	color: var(--acx-green-brand);
}

.acx-table-wrap {
	background: var(--acx-white);
	border-radius: 0 0 var(--acx-radius-card) var(--acx-radius-card);
	box-shadow: var(--acx-shadow-card);
	overflow-x: auto;
}

.acx-table {
	border: 0;
	border-collapse: collapse;
	color: var(--acx-text);
	font-size: var(--acx-text-2);
	width: 100%;
}

.acx-table th,
.acx-table td {
	border: 0;
	border-bottom: 1px solid var(--acx-divider);
	padding: 14px 16px;
	text-align: left;
	vertical-align: middle;
}

.acx-table th {
	color: var(--acx-text-soft);
	font-size: var(--acx-text-1);
	font-weight: 600;
	letter-spacing: var(--acx-tracking-loose);
	text-transform: uppercase;
}

.acx-table tbody tr:last-child td {
	border-bottom: 0;
}

.acx-table tbody tr:hover {
	background: var(--acx-neutral-cool);
}

.acx-table td > strong,
.acx-table td > span:not(.acx-badge) {
	display: block;
}

.acx-table td > span:not(.acx-badge) {
	color: var(--acx-text-soft);
	font-size: var(--acx-text-1);
	margin-top: 2px;
}

.acx-table .acx-table__numeric {
	text-align: right;
}

.acx-steps {
	display: flex;
	list-style: none;
	margin: var(--acx-space-5) 0 0;
	overflow-x: auto;
	padding: 0;
}

.acx-steps__item {
	color: var(--acx-text-soft);
	flex: 1 0 120px;
	font-size: var(--acx-text-1);
	padding-top: 28px;
	position: relative;
	text-align: center;
}

.acx-steps__item::before {
	background: var(--acx-white);
	border: 2px solid var(--acx-border);
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 18px;
	z-index: 2;
}

.acx-steps__item::after {
	background: var(--acx-border);
	content: "";
	height: 2px;
	left: -50%;
	position: absolute;
	right: 50%;
	top: 8px;
}

.acx-steps__item:first-child::after {
	display: none;
}

.acx-steps__item.is-complete::before,
.acx-steps__item.is-current::before {
	background: var(--acx-green-accent);
	border-color: var(--acx-green-accent);
}

.acx-steps__item.is-complete::after,
.acx-steps__item.is-current::after {
	background: var(--acx-green-accent);
}

.acx-steps__item.is-current {
	color: var(--acx-green-brand);
	font-weight: 600;
}

.acx-alert {
	border-left: 4px solid;
	border-radius: var(--acx-radius-card);
	display: grid;
	font-size: var(--acx-text-2);
	gap: var(--acx-space-1);
	padding: var(--acx-space-3);
}

.acx-alert--info {
	background: rgba(0, 98, 65, 0.07);
	border-color: var(--acx-info);
}

.acx-alert--success {
	background: var(--acx-valid-tint);
	border-color: var(--acx-success);
}

.acx-alert--danger {
	background: var(--acx-danger-tint);
	border-color: var(--acx-danger);
}

.acx-empty {
	align-items: center;
	background: var(--acx-white);
	border-radius: var(--acx-radius-card);
	box-shadow: var(--acx-shadow-card);
	display: flex;
	flex-direction: column;
	padding: var(--acx-space-7) var(--acx-space-4);
	text-align: center;
}

.acx-empty__icon {
	align-items: center;
	background: var(--acx-green-light);
	border-radius: 50%;
	color: var(--acx-green-brand);
	display: flex;
	height: 56px;
	justify-content: center;
	margin-bottom: var(--acx-space-3);
	width: 56px;
}

.acx-empty p {
	color: var(--acx-text-soft);
	max-width: 360px;
}

.acx-skeleton {
	animation: acx-skeleton-pulse 1.5s ease-in-out infinite;
	background: var(--acx-ceramic);
	border-radius: 4px;
	height: 14px;
	margin-bottom: var(--acx-space-3);
	width: 100%;
}

.acx-skeleton--title {
	height: 24px;
	width: 55%;
}

.acx-skeleton--short {
	width: 70%;
}

.acx-skeleton--button {
	border-radius: var(--acx-radius-pill);
	height: 40px;
	margin-bottom: 0;
	margin-top: var(--acx-space-4);
	width: 120px;
}

@keyframes acx-skeleton-pulse {
	50% {
		opacity: 0.45;
	}
}

.acx-modal[hidden] {
	display: none;
}

.acx-modal {
	inset: 0;
	position: fixed;
	z-index: 100000;
}

.acx-modal__backdrop {
	background: rgba(0, 0, 0, 0.58);
	inset: 0;
	position: absolute;
}

.acx-modal__dialog {
	background: var(--acx-white);
	border-radius: var(--acx-radius-card);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.24), 0 16px 32px rgba(0, 0, 0, 0.18);
	left: 50%;
	max-height: calc(100vh - 32px);
	max-width: 520px;
	overflow-y: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 32px);
}

.acx-modal__header,
.acx-modal__body,
.acx-modal__footer {
	padding: var(--acx-space-4);
}

.acx-modal__header {
	align-items: flex-start;
	display: flex;
	gap: var(--acx-space-3);
	justify-content: space-between;
	padding-bottom: 0;
}

.acx-modal__header h2 {
	margin-bottom: 0;
}

.acx-modal__footer {
	display: flex;
	gap: var(--acx-space-2);
	justify-content: flex-end;
	padding-top: 0;
}

.acx-feature-band {
	background: var(--acx-green-house);
	color: var(--acx-text-white);
	display: grid;
	gap: var(--acx-space-5);
	grid-template-columns: 1fr;
	padding: var(--acx-space-6) var(--acx-gutter);
}

.acx-feature-band h1,
.acx-feature-band h2,
.acx-feature-band h3 {
	color: var(--acx-text-white);
}

.acx-feature-band p {
	color: var(--acx-text-white-soft);
}

.acx-feature-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--acx-space-2);
}

.acx-accordion {
	border-bottom: 1px solid var(--acx-divider);
}

.acx-accordion__trigger {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--acx-text);
	cursor: pointer;
	display: flex;
	font-family: var(--acx-font-sans);
	font-size: var(--acx-text-3);
	font-weight: 600;
	justify-content: space-between;
	padding: var(--acx-space-3) 0;
	text-align: left;
	width: 100%;
}

.acx-accordion__panel {
	overflow: hidden;
	transition: max-height 300ms var(--acx-ease-expander);
}

@media (max-width: 479px) {
	.acx-btn:not(.acx-btn--icon):not(.acx-btn--sm) {
		min-height: 44px;
	}

	.acx-order-card__meta {
		grid-template-columns: 1fr;
	}

	.acx-modal__footer {
		flex-direction: column-reverse;
	}

	.acx-modal__footer .acx-btn {
		width: 100%;
	}
}

@media (min-width: 480px) {
	.acx-global-nav {
		height: 72px;
	}
}

@media (min-width: 768px) {
	.acx-global-nav {
		height: 83px;
	}

	.acx-global-nav__links,
	.acx-global-nav__actions {
		display: flex;
	}

	.acx-global-nav__menu {
		display: none;
	}

	.acx-feature-band {
		align-items: center;
		grid-template-columns: 40fr 60fr;
		padding-block: var(--acx-space-9);
	}
}

@media (min-width: 1024px) {
	.acx-global-nav {
		height: 99px;
	}
}

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