:root {
	color-scheme: light;
}

body {
	margin: 0;
	background: #f7f8f7;
	color: #2e3134;
	font-family: Poppins, system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #0d7a48;
	text-decoration: none;
}

a:hover {
	color: #0d7a48;
}

.page-shell {
	min-height: 100svh;
	display: flex;
	flex-direction: column;
}

.main-area {
	flex: 1;
}

.is-hidden {
	display: none !important;
}

.mono-caption {
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.12em;
	color: #5b6165;
}

.toast {
	display: none;
	position: fixed;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
	background: #2e3134;
	color: #fff;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	z-index: 60;
	box-shadow: 0 8px 24px rgba(46, 49, 52, 0.25);
}

.toast-visible {
	display: block;
	animation: toastup 0.2s ease;
}

@keyframes toastup {
	from {
		opacity: 0;
		transform: translate(-50%, 8px);
	}
	to {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}

.top-strip {
	background: #00b66d;
	color: #021216;
	font-size: 12px;
	font-weight: 700;
	padding: 4px clamp(16px, 4vw, 40px);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px 12px;
	flex-wrap: wrap;
}

.capture-switch-prompt {
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 11px;
}

.capture-switch {
	display: flex;
	gap: 2px;
	background: #021216;
	padding: 2px;
	border-radius: 999px;
}

.capture-switch-button {
	visibility: hidden;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-weight: 800;
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 999px;
	background: transparent;
	color: #fff;
}

.capture-switch-ready .capture-switch-button {
	visibility: visible;
}

.capture-switch-selected {
	background: #fff;
	color: #00b66d;
}

.site-header {
	background: #fff;
	border-bottom: 1px solid rgba(46, 49, 52, 0.1);
	padding: 12px clamp(16px, 4vw, 40px);
	display: flex;
	align-items: center;
	gap: clamp(14px, 2.5vw, 26px);
}

.header-logo {
	height: 28px;
	width: auto;
}

.site-navigation {
	display: flex;
	gap: clamp(12px, 2vw, 20px);
	font-size: 14px;
	font-weight: 600;
}

.navigation-link {
	color: #2e3134;
	cursor: pointer;
}

.navigation-link:hover {
	color: #0d7a48;
}

.header-tools {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 8px;
}

.avatar-chip {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #e4f6ec;
	color: #0d7a48;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid rgba(18, 160, 95, 0.25);
}

.avatar-chip:hover {
	background: #d2f0e0;
	color: #0d7a48;
}

.basket-button {
	display: inline-block;
	padding: 9px 16px;
	border-radius: 999px;
	background: #0d7a48;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	border: none;
	cursor: pointer;
	font-family: inherit;
	white-space: nowrap;
	flex-shrink: 0;
}

.basket-button:hover {
	background: #0a5f38;
	color: #fff;
}

.page-hero {
	background: #fff;
	border-bottom: 1px solid rgba(46, 49, 52, 0.08);
	padding: clamp(36px, 6vw, 64px) clamp(20px, 5vw, 40px);
}

.hero-inner {
	max-width: 860px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	text-align: center;
}

.hero-heading {
	margin: 0;
	font-size: clamp(32px, 5.5vw, 50px);
	line-height: 1.08;
	letter-spacing: -0.025em;
	font-weight: 800;
	text-wrap: balance;
}

.hero-heading-line {
	display: block;
}

.hero-heading-accent {
	display: block;
	color: #0d7a48;
}

.hero-summary {
	margin: 0;
	font-size: clamp(15px, 2.2vw, 17.5px);
	line-height: 1.55;
	color: #5b6165;
	max-width: 46ch;
	text-wrap: pretty;
}

.hero-points {
	font-size: 13px;
	font-weight: 600;
	color: #5b6165;
	line-height: 1.8;
}

.catalogue-section {
	padding: clamp(36px, 5vw, 56px) clamp(20px, 5vw, 40px) clamp(48px, 6vw, 72px);
}

.catalogue-inner {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.catalogue-group {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.group-heading-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px 16px;
	flex-wrap: wrap;
}

.group-title-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.group-icon {
	height: 14px;
	width: auto;
}

.group-title {
	margin: 0;
	font-size: clamp(21px, 3vw, 26px);
	font-weight: 800;
	letter-spacing: -0.015em;
}

.group-note {
	font-size: 13px;
	color: #5b6165;
}

.product-grid-fit {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	gap: 20px;
}

.product-grid-fill {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
	gap: 20px;
}

.product-card {
	background: #fff;
	border: 1px solid rgba(46, 49, 52, 0.1);
	border-radius: 12px;
	padding: 26px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	position: relative;
}

.product-card:hover {
	border-color: rgba(18, 160, 95, 0.45);
	background: #fdfffe;
}

.product-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	background: #e4f6ec;
	color: #0d7a48;
	border: 1px solid rgba(18, 160, 95, 0.25);
	font-family: "IBM Plex Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.08em;
	padding: 4px 9px;
	border-radius: 999px;
}

.product-icon {
	height: 64px;
	width: 64px;
	object-fit: contain;
	align-self: flex-start;
}

.product-copy {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.product-name {
	margin: 0;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -0.01em;
	text-wrap: balance;
}

.product-description {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.55;
	color: #5b6165;
	text-wrap: pretty;
}

.product-purchase {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.product-price {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.02em;
	font-variant-numeric: tabular-nums;
}

.price-suffix {
	font-size: 13px;
	font-weight: 600;
	color: #5b6165;
}

.purchase-buttons {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
}

.button-outline {
	flex: 1;
	min-width: 130px;
	padding: 11px 0;
	border-radius: 999px;
	background: #fff;
	color: #2e3134;
	font-weight: 700;
	font-size: 13.5px;
	border: 1.5px solid rgba(46, 49, 52, 0.22);
	cursor: pointer;
	font-family: inherit;
	text-align: center;
}

.button-outline:hover {
	border-color: #22b573;
	color: #0d7a48;
}

.button-solid {
	flex: 1;
	min-width: 130px;
	padding: 11px 0;
	border-radius: 999px;
	background: #0d7a48;
	color: #fff;
	font-weight: 700;
	font-size: 13.5px;
	border: none;
	cursor: pointer;
	font-family: inherit;
	text-align: center;
}

.button-solid:hover {
	background: #0a5f38;
	color: #fff;
}

.banner-section {
	background: #2e3134;
	padding: clamp(40px, 6vw, 64px) clamp(20px, 5vw, 40px);
}

.banner-inner {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 18px;
	align-items: center;
	text-align: center;
}

.banner-title {
	margin: 0;
	font-size: clamp(26px, 4.5vw, 34px);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #fff;
}

.banner-button {
	display: inline-block;
	padding: 13px 28px;
	border-radius: 999px;
	background: #0d7a48;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

.banner-button:hover {
	background: #0a5f38;
	color: #fff;
}

.site-footer {
	background: #fff;
	border-top: 1px solid rgba(46, 49, 52, 0.1);
	padding: clamp(32px, 5vw, 48px) clamp(20px, 5vw, 40px) 32px;
}

.footer-inner {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.footer-columns {
	display: flex;
	gap: clamp(28px, 4vw, 48px);
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-brand {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 260px;
}

.footer-brand-logo {
	height: 30px;
	width: auto;
	align-self: flex-start;
}

.footer-tagline {
	margin: 0;
	font-size: 12.5px;
	line-height: 1.6;
	color: #5b6165;
}

.footer-groups {
	display: flex;
	gap: clamp(28px, 5vw, 56px);
	flex-wrap: wrap;
}

.footer-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-group-title {
	font-weight: 800;
	font-size: 13px;
}

.footer-divider {
	width: 72px;
	height: auto;
}

.footer-link {
	font-size: 12.5px;
	color: #5b6165;
	cursor: pointer;
}

.footer-link:hover {
	color: #0d7a48;
}

.footer-badges {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: flex-start;
}

.footer-badge-appsource {
	height: 40px;
	width: auto;
}

.footer-badge-award {
	height: 44px;
	width: auto;
}

.footer-legal-block {
	border-top: 1px solid rgba(46, 49, 52, 0.08);
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.footer-legal-line {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
	color: #5b6165;
}

.screen-section {
	padding: clamp(32px, 5vw, 56px) clamp(16px, 4vw, 40px) 80px;
}

.screen-inner {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.screen-inner-basket {
	max-width: 920px;
	gap: 24px;
}

.screen-inner-account {
	max-width: 880px;
	gap: 20px;
}

.screen-inner-confirmation {
	max-width: 720px;
	gap: 20px;
}

.screen-title-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.screen-title {
	margin: 0;
	font-size: clamp(26px, 5vw, 32px);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.panel {
	background: #fff;
	border: 1px solid rgba(46, 49, 52, 0.1);
	border-radius: 12px;
	padding: 24px;
	display: flex;
	flex-direction: column;
}

.zero-state-panel {
	background: #fff;
	border: 1px solid rgba(46, 49, 52, 0.1);
	border-radius: 12px;
	padding: 48px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: center;
	text-align: center;
}

.zero-state-message {
	margin: 0;
	font-size: 16px;
	color: #5b6165;
}

.pill-button {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 999px;
	background: #0d7a48;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	border: none;
	cursor: pointer;
	font-family: inherit;
	text-align: center;
}

.pill-button:hover {
	background: #0a5f38;
	color: #fff;
}

.pill-button-outline {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 999px;
	background: #fff;
	color: #2e3134;
	font-weight: 700;
	font-size: 14px;
	border: 1.5px solid rgba(46, 49, 52, 0.22);
	cursor: pointer;
	font-family: inherit;
	text-align: center;
}

.pill-button-outline:hover {
	border-color: #22b573;
	color: #0d7a48;
}

.basket-layout {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.basket-lines-panel {
	flex: 1.6;
	min-width: min(380px, 100%);
	background: #fff;
	border: 1px solid rgba(46, 49, 52, 0.1);
	border-radius: 12px;
	overflow: hidden;
}

.basket-line {
	display: flex;
	align-items: center;
	gap: 12px 16px;
	padding: 18px 22px;
	border-bottom: 1px solid rgba(46, 49, 52, 0.07);
	flex-wrap: wrap;
}

.line-icon {
	height: 44px;
	width: 44px;
	object-fit: contain;
}

.line-copy {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.line-name {
	font-weight: 700;
	font-size: 15px;
}

.line-kind {
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #5b6165;
}

.line-amount {
	font-weight: 700;
	font-size: 15px;
	font-variant-numeric: tabular-nums;
}

.line-remove {
	border: none;
	background: none;
	color: #5b6165;
	font-size: 12.5px;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
	padding: 6px;
}

.line-remove:hover {
	color: #c0392b;
}

.line-remove:disabled {
	color: #5b6165;
	cursor: not-allowed;
}

.summary-panel {
	flex: 1;
	min-width: min(300px, 100%);
	background: #fff;
	border: 1px solid rgba(46, 49, 52, 0.1);
	border-radius: 12px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: sticky;
	top: 20px;
}

.summary-row {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: rgba(46, 49, 52, 0.7);
	font-variant-numeric: tabular-nums;
}

.summary-total-row {
	display: flex;
	justify-content: space-between;
	font-size: 22px;
	font-weight: 800;
	border-top: 1px solid rgba(46, 49, 52, 0.1);
	padding-top: 12px;
	font-variant-numeric: tabular-nums;
}

.summary-recurring-note {
	font-size: 12.5px;
	color: #5b6165;
	line-height: 1.5;
}

.summary-button {
	margin-top: 6px;
	padding: 14px 0;
	border-radius: 999px;
	background: #0d7a48;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	border: none;
	cursor: pointer;
	font-family: inherit;
	text-align: center;
}

.summary-button:hover {
	background: #0a5f38;
	color: #fff;
}

.quiet-link {
	font-size: 12px;
	color: #5b6165;
	text-align: center;
	cursor: pointer;
	border: none;
	background: none;
	font-family: inherit;
	margin: 0 auto;
}

.quiet-link:hover {
	color: #0d7a48;
}

.checkout-page {
	background: #fff;
	min-height: 100svh;
}

.checkout-strip {
	border-bottom: 1px solid rgba(46, 49, 52, 0.1);
	padding: 14px clamp(16px, 4vw, 40px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px 16px;
	flex-wrap: wrap;
}

.checkout-logo {
	height: 30px;
	width: auto;
}

.checkout-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.06em;
	color: #5b6165;
}

.crumb-quiet {
	color: #5b6165;
}

.crumb-arrow {
	color: rgba(46, 49, 52, 0.3);
}

.crumb-active {
	color: #0d7a48;
	font-weight: 500;
}

.secure-note {
	font-size: 12.5px;
	font-weight: 600;
	color: #5b6165;
	cursor: help;
}

.checkout-layout {
	max-width: 1020px;
	margin: 0 auto;
	padding: clamp(24px, 5vw, 44px) clamp(16px, 4vw, 40px) 80px;
	display: flex;
	gap: 18px clamp(20px, 4vw, 36px);
	align-items: flex-start;
	flex-wrap: wrap;
}

.checkout-main {
	flex: 1.4;
	min-width: min(400px, 100%);
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.checkout-title {
	width: 100%;
	margin: 0;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.step-card {
	border: 1px solid rgba(46, 49, 52, 0.12);
	border-radius: 14px;
	padding: 20px 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.step-card-active {
	border: 1.5px solid #22b573;
	border-radius: 14px;
	padding: 20px 22px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: #fcfefd;
}

.step-heading-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.step-number {
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	color: #0d7a48;
}

.step-title {
	font-weight: 800;
	font-size: 15px;
}

.step-status-chip {
	margin-left: auto;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.08em;
	background: #e4f6ec;
	color: #0d7a48;
	padding: 3px 8px;
	border-radius: 999px;
	border: 1px solid rgba(18, 160, 95, 0.25);
	white-space: nowrap;
}

.step-body-text {
	font-size: 13.5px;
	color: rgba(46, 49, 52, 0.7);
	line-height: 1.6;
}

.payment-well {
	border: 1px solid rgba(46, 49, 52, 0.14);
	border-radius: 12px;
	min-height: 340px;
	padding: 18px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	background: #fff;
}

.payment-well > * {
	width: 100%;
}

.payment-well-live {
	border: 1.5px solid rgba(18, 160, 95, 0.45);
	min-height: 0;
	display: block;
	justify-content: flex-start;
}

.payment-well-note {
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	color: #5b6165;
	text-align: center;
}

.payment-guidance {
	margin: 0;
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	line-height: 1.7;
	color: #5b6165;
}

.place-order-button {
	padding: 16px 0;
	border-radius: 999px;
	background: #0d7a48;
	color: #fff;
	font-weight: 800;
	font-size: 16px;
	border: none;
	cursor: pointer;
	font-family: inherit;
	letter-spacing: -0.01em;
	text-align: center;
}

.place-order-button:hover {
	background: #0a5f38;
}

.trust-row {
	display: flex;
	gap: 18px;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 12px;
	color: #5b6165;
}

.payment-headline-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 6px 12px;
}

.payment-headline {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	color: #2e3134;
}

.change-card-button {
	font-family: inherit;
	font-size: 12.5px;
	font-weight: 600;
	color: #0d7a48;
	background: #fff;
	border: 1px solid rgba(13, 122, 72, 0.35);
	border-radius: 999px;
	padding: 8px 15px;
	margin: 0 0 8px;
	cursor: pointer;
}

.change-card-button:hover {
	background: #f0faf4;
	border-color: #0d7a48;
}

.adyen-checkout__card-input:has(.adyen-checkout__card__form--oneClick) .adyen-checkout-form-instruction {
	display: none;
}

.stored-card-list,
.subscription-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.stored-card-row,
.subscription-row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px 14px;
	border: 1px solid rgba(46, 49, 52, 0.1);
	border-radius: 12px;
	background: #fff;
	flex-wrap: wrap;
}

.stored-card-brand {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 13px;
}

.stored-card-digits {
	font-family: "IBM Plex Mono", monospace;
	font-size: 14px;
	margin-right: auto;
}

.card-picker {
	border: none;
	border-radius: 16px;
	padding: 20px;
	width: min(560px, 92vw);
	max-height: 90svh;
	overflow-y: auto;
	box-shadow: 0 24px 60px rgba(2, 18, 22, 0.25);
}

.card-choice {
	cursor: pointer;
	gap: 12px;
}

.card-choice:has(.card-choice-input:checked) {
	border-color: #00b66d;
	background: #f3fbf7;
}

.card-choice-input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #00b66d;
	cursor: pointer;
}

.card-picker-form {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 12px;
	padding-top: 14px;
	border-top: 1px solid rgba(46, 49, 52, 0.1);
}

.card-picker-form .adyen-checkout-form-instruction {
	display: none;
}

.card-picker-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.card-picker-actions .quiet-link {
	margin: 0;
	padding: 12px 8px;
}

.card-picker::backdrop {
	background: rgba(2, 18, 22, 0.55);
}

.card-picker-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.card-picker-title {
	font-weight: 800;
	font-size: 16px;
}

.card-picker-add {
	margin: 4px 0 0;
	text-align: left;
	color: #0d7a48;
	font-weight: 700;
	font-size: 13px;
}

.card-picker-use {
	margin-top: 14px;
	width: 100%;
}

.stored-cards-zero-note {
	margin: 0;
	font-size: 14px;
	color: #5b6165;
}

.subscriptions-panel {
	gap: 14px;
}

.subscription-name {
	font-weight: 700;
	font-size: 14px;
}

.subscription-kind {
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.08em;
	color: #5b6165;
}

.subscription-price {
	margin-left: auto;
	font-weight: 700;
	font-size: 14px;
	font-variant-numeric: tabular-nums;
}

.subscription-detail {
	margin: 0;
	flex: 1 0 100%;
	font-size: 13px;
	color: #5b6165;
}

.billing-day {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12.5px;
	font-weight: 600;
	color: #5b6165;
	cursor: help;
}

.billing-day-select {
	font-family: "IBM Plex Mono", monospace;
	font-size: 13px;
	padding: 6px 10px;
	border-radius: 8px;
	border: 1px solid rgba(46, 49, 52, 0.18);
	background: #fff;
	color: #021216;
	cursor: pointer;
}

.order-panel {
	flex: 1;
	min-width: min(300px, 100%);
	background: #f7f8f7;
	border: 1px solid rgba(46, 49, 52, 0.1);
	border-radius: 12px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: sticky;
	top: 20px;
}

.order-caption-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.order-edit-link {
	font-size: 12px;
	color: #5b6165;
	cursor: pointer;
}

.order-edit-link:hover {
	color: #0d7a48;
}

.order-lines {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.order-line {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 13.5px;
	color: rgba(46, 49, 52, 0.78);
}

.order-line-name {
	text-wrap: balance;
}

.order-line-amount {
	font-weight: 600;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.summary-row-divided {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: rgba(46, 49, 52, 0.7);
	border-top: 1px solid rgba(46, 49, 52, 0.12);
	padding-top: 12px;
	font-variant-numeric: tabular-nums;
}

.summary-plain-total-row {
	display: flex;
	justify-content: space-between;
	font-size: 22px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.order-panel-footnote {
	font-size: 12px;
	color: #5b6165;
}

.confirmation-section {
	padding: clamp(36px, 6vw, 64px) clamp(16px, 4vw, 40px) 80px;
}

.confirmation-hero {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	text-align: center;
}

.confirmation-mark {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #22b573;
	display: flex;
	align-items: center;
	justify-content: center;
}

.confirmation-check {
	width: 26px;
	height: 14px;
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(-45deg) translate(1px, -3px);
}

.confirmation-title {
	margin: 0;
	font-size: clamp(28px, 5.5vw, 36px);
	font-weight: 800;
	letter-spacing: -0.02em;
}

.confirmation-summary {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.6;
	color: #5b6165;
	max-width: 52ch;
}

.reference-text {
	font-family: "IBM Plex Mono", monospace;
	color: #0d7a48;
}

.receipt-panel {
	gap: 11px;
}

.receipt-line {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-size: 14px;
}

.receipt-line-amount {
	font-weight: 600;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.receipt-summary-row {
	display: flex;
	justify-content: space-between;
	font-size: 13.5px;
	color: #5b6165;
	font-variant-numeric: tabular-nums;
}

.receipt-summary-row-divided {
	display: flex;
	justify-content: space-between;
	font-size: 13.5px;
	color: #5b6165;
	border-top: 1px solid rgba(46, 49, 52, 0.1);
	padding-top: 11px;
	font-variant-numeric: tabular-nums;
}

.receipt-total-row {
	display: flex;
	justify-content: space-between;
	font-size: 16.5px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.receipt-recurring-note {
	font-size: 12.5px;
	color: #5b6165;
}

.timeline-panel {
	gap: 16px;
}

.timeline-steps {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.timeline-step {
	display: flex;
	gap: 14px;
}

.timeline-rail {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.timeline-marker-done {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #22b573;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.timeline-check {
	width: 8px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg) translate(0, -1px);
}

.timeline-marker-open {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid rgba(46, 49, 52, 0.25);
	box-sizing: border-box;
	background: #fff;
	flex-shrink: 0;
}

.timeline-connector-done {
	width: 2px;
	flex: 1;
	background: #22b573;
	min-height: 18px;
}

.timeline-connector-open {
	width: 2px;
	flex: 1;
	background: rgba(46, 49, 52, 0.15);
	min-height: 18px;
}

.timeline-copy {
	padding-bottom: 18px;
}

.timeline-step-title {
	font-weight: 700;
	font-size: 14px;
}

.timeline-step-title-open {
	font-weight: 700;
	font-size: 14px;
	color: rgba(46, 49, 52, 0.75);
}

.timeline-step-detail {
	font-size: 12.5px;
	color: #5b6165;
}

.suggestion-panel {
	background: #fff;
	border: 1px solid rgba(46, 49, 52, 0.1);
	border-radius: 12px;
	padding: 20px 24px;
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.suggestion-icon {
	height: 48px;
	width: 48px;
	object-fit: contain;
}

.suggestion-copy {
	flex: 1;
	min-width: 220px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.suggestion-kicker {
	font-family: "IBM Plex Mono", monospace;
	font-size: 10px;
	letter-spacing: 0.12em;
	color: #5b6165;
}

.suggestion-name {
	font-weight: 800;
	font-size: 16px;
}

.suggestion-price {
	font-size: 13px;
	color: #5b6165;
}

.suggestion-add-button {
	padding: 11px 20px;
	border-radius: 999px;
	background: #fff;
	color: #2e3134;
	font-weight: 700;
	font-size: 13.5px;
	border: 1.5px solid rgba(46, 49, 52, 0.22);
	cursor: pointer;
	font-family: inherit;
}

.suggestion-add-button:hover {
	border-color: #22b573;
	color: #0d7a48;
}

.confirmation-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.confirmation-help {
	margin: 0;
	font-size: 12px;
	color: #5b6165;
	text-align: center;
}

.profile-panel {
	flex-direction: row;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.profile-avatar {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #0d7a48;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile-copy {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 220px;
}

.profile-name {
	font-weight: 800;
	font-size: 18px;
}

.profile-detail {
	font-size: 13.5px;
	color: #5b6165;
}

.profile-session-note {
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.08em;
	color: #5b6165;
}

.payment-panel {
	gap: 14px;
}

.payment-panel .pill-button {
	align-self: flex-start;
}

.orders-panel {
	gap: 14px;
}

.order-row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 16px;
	border: 1px solid rgba(46, 49, 52, 0.1);
	border-radius: 12px;
	flex-wrap: wrap;
}

.order-reference {
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	color: #0d7a48;
}

.order-items {
	flex: 1;
	font-size: 13.5px;
	color: rgba(46, 49, 52, 0.75);
	min-width: 200px;
}

.order-date {
	font-size: 12.5px;
	color: #5b6165;
}

.order-total {
	font-weight: 700;
	font-size: 14px;
	font-variant-numeric: tabular-nums;
}

.status-chip {
	font-family: "IBM Plex Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.08em;
	background: #e4f6ec;
	color: #0d7a48;
	padding: 3px 8px;
	border-radius: 999px;
	border: 1px solid rgba(18, 160, 95, 0.25);
}

.status-chip-cancelled {
	background: #f3f4f3;
	color: #5b6165;
	border-color: rgba(46, 49, 52, 0.15);
}

.checkout-content {
	display: block;
}

.zero-state-title {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	color: #0d7a48;
	font-weight: 700;
	font-size: 14px;
	padding: 12px 20px;
	translate: 0 -120%;
}

.skip-link:focus-visible {
	translate: 0 0;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 3px solid #0d7a48;
	outline-offset: 2px;
}

.banner-button:focus-visible,
.place-order-button:focus-visible,
.summary-button:focus-visible,
.pill-button:focus-visible,
.basket-button:focus-visible,
.capture-switch-button:focus-visible,
.button-solid:focus-visible {
	outline: 3px solid #14181a;
	outline-offset: 2px;
	box-shadow: 0 0 0 6px #fff;
}

main:focus {
	outline: none;
}

.checkout-breadcrumb ol {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.crumb-link {
	color: inherit;
	text-decoration: none;
}

.crumb-link:hover {
	color: #0d7a48;
}

.timeline-steps {
	list-style: none;
	margin: 0;
	padding: 0;
}

.checkout-zero-state {
	max-width: 560px;
	margin: 48px auto;
}

.zero-state-panel-inset {
	border: none;
	background: #f7f8f7;
	padding: 32px;
}

.checkout-content {
	display: block;
}

.zero-state-title {
	margin: 0;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.demo-panel {
	margin: 0;
	padding: 14px 14px 12px;
	border: 1px dashed rgba(46, 49, 52, 0.28);
	border-radius: 12px;
	background: #fafbfa;
	font-size: 12.5px;
	color: #5b6165;
	min-width: 0;
	container-type: inline-size;
}

.demo-panel-legend {
	margin-left: -2px;
	font-family: "IBM Plex Mono", monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #5b6165;
	background: #fff;
	border: 1px dashed rgba(46, 49, 52, 0.28);
	border-radius: 999px;
	padding: 2px 10px;
}

.demo-table {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	gap: 6px 8px;
	align-items: center;
	width: 100%;
}

.demo-table-head {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #5b6165;
}

.demo-table-rows,
.demo-card-row {
	display: contents;
}

@container (max-width: 500px) {
	.demo-table {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.demo-table-head {
		display: none;
	}

	.demo-card-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 6px 8px;
	}

	.demo-card-row .demo-card-brand,
	.demo-table .demo-outcome-label {
		flex-basis: 100%;
		flex-direction: row;
		gap: 8px;
		align-items: baseline;
	}

	.demo-table .demo-outcome-label {
		margin-top: 2px;
	}

	.demo-outcome-select {
		margin-top: 0;
		align-self: flex-start;
	}
}

.demo-outcome-label {
	margin-top: 6px;
	cursor: help;
}

.demo-outcome-select {
	grid-column: 2 / -1;
	justify-self: start;
	margin-top: 6px;
}

.demo-card-brand {
	display: flex;
	flex-direction: column;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #021216;
	padding-right: 6px;
}

.demo-card-brand small {
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: #5b6165;
}

.copy-chip {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	min-width: 0;
	padding: 4px 8px;
	border-radius: 8px;
	border: 1px solid rgba(46, 49, 52, 0.18);
	background: #fff;
	color: #021216;
	font-family: inherit;
	font-size: 12px;
	cursor: pointer;
	transition:
		border-color 180ms ease-out,
		box-shadow 180ms ease-out;
}

.copy-chip:hover {
	border-color: #0d7a48;
}

.copy-chip-copied {
	border-color: #0d7a48;
	box-shadow: 0 0 0 2px rgba(0, 182, 109, 0.3);
}

.copy-chip-value {
	font-family: "IBM Plex Mono", monospace;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.copy-chip-action,
.copy-chip-done {
	font-size: 11px;
	font-weight: 700;
	color: #0d7a48;
}

.copy-chip-done {
	display: none;
	color: #fff;
	background: #0d7a48;
	padding: 1px 7px;
	border-radius: 999px;
}

.copy-chip-copied .copy-chip-action {
	display: none;
}

.copy-chip-copied .copy-chip-done {
	display: inline;
}

.demo-mode-notice {
	background: #fff6e6;
	border-left: 3px solid #8a6100;
	padding: 10px 12px;
	margin: 12px 0 0;
	font-size: 12.5px;
	line-height: 1.6;
	color: #5c4400;
	border-radius: 0 8px 8px 0;
}

.payment-error {
	margin: 12px 0 0;
	font-size: 13.5px;
	line-height: 1.6;
	color: #a5281b;
	border-left: 3px solid #c0392b;
	padding-left: 12px;
}

.payment-status {
	margin: 4px 0 0;
	font-size: 13px;
	line-height: 1.6;
	color: #0d7a48;
}

.product-price-inclusive {
	font-size: 12.5px;
	font-weight: 600;
	color: #5b6165;
	margin-top: 2px;
}

.line-frequency {
	font-size: 12px;
	color: #5b6165;
	margin-left: 6px;
}

.receipt-column-note {
	margin: 0;
	font-size: 12px;
	color: #5b6165;
}

.receipt-supplier-line {
	margin: 6px 0 0;
	font-size: 11.5px;
	line-height: 1.6;
	color: #5b6165;
}

.place-order-button:disabled {
	background: #b9ded0;
	color: #fff;
	cursor: not-allowed;
}

.button-outline,
.button-solid,
.pill-button,
.pill-button-outline,
.summary-button,
.place-order-button,
.banner-button,
.basket-button,
.capture-switch-button,
.suggestion-add-button,
.line-remove {
	transition:
		background-color 180ms ease-out,
		color 180ms ease-out,
		border-color 180ms ease-out,
		transform 120ms ease-out;
}

.button-solid:active,
.pill-button:active,
.summary-button:active,
.place-order-button:active {
	transform: translateY(1px);
	transition-duration: 80ms;
}

.line-remove {
	padding: 12px 14px;
	min-height: 44px;
}

.quiet-link {
	display: block;
	padding: 13px 8px;
}

.order-edit-link {
	display: inline-block;
	padding: 12px;
	margin: -12px;
}

.toast {
	bottom: calc(28px + env(safe-area-inset-bottom));
}

@media (max-width: 860px) {
	.checkout-layout {
		flex-direction: column;
		align-items: stretch;
	}

	.checkout-main {
		order: 1;
	}

	.order-panel {
		position: static;
	}

	.basket-layout {
		flex-direction: column;
	}

	.summary-panel {
		position: static;
	}

	.place-order-button {
		position: sticky;
		bottom: 12px;
		z-index: 40;
		box-shadow: 0 6px 20px rgba(46, 49, 52, 0.22);
	}
}

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

@page {
	margin: 16mm;
}

@media print {
	.top-strip,
	.site-header,
	.site-footer,
	.confirmation-actions,
	.confirmation-help,
	.suggestion-panel,
	.skip-link,
	.toast {
		display: none !important;
	}

	.page-shell,
	.confirmation-section {
		min-height: 0;
		background: #fff;
	}

	.panel {
		border: 1px solid #999;
		box-shadow: none;
		break-inside: avoid;
	}

	.confirmation-hero {
		break-after: avoid;
	}

	.confirmation-mark,
	.timeline-marker-done {
		background: #fff;
		border: 2px solid #0d7a48;
		box-sizing: border-box;
	}

	.confirmation-check,
	.timeline-check {
		border-left-color: #0d7a48;
		border-bottom-color: #0d7a48;
	}

	.timeline-connector-open {
		width: 0;
		background: #fff;
		border-left: 2px solid #999;
	}
}

.screen-error {
	margin: 24px auto;
	max-width: 640px;
	background: #fdecea;
	border-left: 3px solid #c0392b;
	border-radius: 0 8px 8px 0;
	padding: 14px 18px;
	font-size: 14px;
	line-height: 1.6;
	color: #a5281b;
}

.payment-error:empty,
.payment-status:empty,
.screen-error:empty {
	display: none;
}
