.da-membership {
	--da-ink: #171815;
	--da-muted: #666862;
	--da-line: #dedfd9;
	--da-soft: #f4f4f0;
	--da-surface: #ffffff;
	--da-accent: #69705c;
	box-sizing: border-box;
	color: var(--da-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 14px calc(50% - 50vw);
	max-width: 100vw;
	padding: 0 clamp(12px, 2vw, 28px);
	position: relative;
	width: 100vw;
}

.da-membership *,
.da-membership *::before,
.da-membership *::after {
	box-sizing: border-box;
}

.da-membership-form {
	background: var(--da-surface);
	border: 1px solid var(--da-line);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(23, 24, 21, 0.08);
	margin: 0;
	max-width: none;
	overflow: hidden;
	width: 100%;
}

.da-membership-layout {
	display: grid;
	grid-template-columns: minmax(340px, 0.8fr) minmax(560px, 1.2fr);
	min-height: calc(100vh - 150px);
}

.da-membership-story {
	background: var(--da-ink);
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 0;
	padding: 36px 40px 28px;
}

.da-membership-header {
	margin: 0 0 26px;
}

.da-membership-eyebrow {
	color: #b9c0aa;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.da-membership-header h2 {
	color: #ffffff;
	font-family: inherit;
	font-size: 2.75rem;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 14px;
}

.da-membership-intro {
	color: #c9cac5;
	font-size: 0.98rem;
	line-height: 1.5;
	margin: 0;
	max-width: 34rem;
}

.da-membership-statement {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	margin: 0;
	padding: 22px 0 26px;
}

.da-membership-statement h3 {
	color: #ffffff;
	font-family: inherit;
	font-size: 1.12rem;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0 0 12px;
}

.da-membership-statement p {
	color: #bfc0bb;
	font-size: 0.88rem;
	line-height: 1.5;
	margin: 0 0 10px;
}

.da-membership-statement p:last-child {
	margin-bottom: 0;
}

.da-membership-principles {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: #d7d9d0;
	font-size: 0.82rem;
	font-weight: 650;
	line-height: 1.5;
	margin: auto 0 0;
	padding-top: 16px;
}

.da-membership-checkout {
	background: #fbfbf9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 30px 38px 24px;
}

.da-membership-section-heading {
	align-items: flex-start;
	display: flex;
	gap: 13px;
	margin: 0 0 15px;
}

.da-membership-section-heading > span {
	align-items: center;
	background: var(--da-ink);
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	flex: 0 0 28px;
	font-size: 0.78rem;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.da-membership-section-heading h3 {
	color: var(--da-ink);
	font-family: inherit;
	font-size: 1.16rem;
	font-weight: 680;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 1px 0 5px;
}

.da-membership-section-heading p {
	color: var(--da-muted);
	font-size: 0.9rem;
	line-height: 1.45;
	margin: 0;
}

.da-membership-fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.da-membership-fieldset > legend:not(.da-membership-sr-only) {
	color: var(--da-ink);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 16px 0 8px;
	padding: 0;
}

.da-membership-sr-only {
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.da-membership-plans {
	background: #efefeb;
	border: 1px solid var(--da-line);
	border-radius: 8px;
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 4px;
}

.da-membership-plan,
.da-membership-amount,
.da-membership-custom-choice {
	cursor: pointer;
	position: relative;
}

.da-membership-plan {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	min-height: 52px;
	padding: 7px 8px;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.da-membership-plan:has(input:checked) {
	background: #ffffff;
	border-color: #d5d6cf;
	box-shadow: 0 4px 14px rgba(23, 24, 21, 0.07);
}

.da-membership-plan input,
.da-membership-amount input,
.da-membership-custom-choice input {
	block-size: 1px;
	inline-size: 1px;
	opacity: 0;
	position: absolute;
}

.da-membership-plan span {
	color: var(--da-ink);
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.25;
	text-align: center;
}

.da-membership-plan small {
	color: var(--da-muted);
	display: block;
	font-size: 0.72rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 3px;
}

.da-membership-plan:has(input:focus-visible),
.da-membership-amount:has(input:focus-visible),
.da-membership-amount-custom:has(input:focus-visible) {
	box-shadow: 0 0 0 3px rgba(105, 112, 92, 0.23);
	outline: 1px solid var(--da-accent);
}

.da-membership-amounts {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.da-membership-amount {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--da-line);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	min-height: 48px;
	padding: 8px;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.da-membership-amount:hover {
	border-color: #9c9f96;
}

.da-membership-amount:has(input:checked) {
	background: var(--da-ink);
	border-color: var(--da-ink);
	color: #ffffff;
}

.da-membership-amount span {
	color: inherit;
	font-size: 1rem;
	font-weight: 680;
	line-height: 1.2;
}

.da-membership-amount-custom {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--da-line);
	border-radius: 6px;
	display: flex;
	gap: 12px;
	grid-column: span 2;
	justify-content: space-between;
	min-height: 48px;
	padding: 5px 6px 5px 10px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.da-membership-amount-custom:has(input[type="radio"]:checked) {
	border-color: var(--da-ink);
	box-shadow: inset 3px 0 0 var(--da-accent);
}

.da-membership-custom-choice {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	min-height: 34px;
}

.da-membership-custom-choice span {
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.3;
	white-space: nowrap;
}

.da-membership-custom-input {
	align-items: center;
	background: var(--da-soft);
	border: 1px solid transparent;
	border-radius: 5px;
	display: flex;
	flex: 1 1 96px;
	min-width: 0;
	padding-left: 12px;
}

.da-membership-custom-input > span {
	color: var(--da-muted);
	font-size: 1rem;
	font-weight: 650;
}

.da-membership-form .da-membership-custom-input input[type="text"] {
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 1rem;
	font-weight: 650;
	min-height: 34px;
	min-width: 0;
	padding: 7px 10px 7px 5px;
	width: 100%;
}

.da-membership-custom-input:focus-within {
	background: #ffffff;
	border-color: var(--da-accent);
}

.da-membership-field-help,
.da-membership-field-error {
	font-size: 0.74rem;
	line-height: 1.4;
	margin: 6px 0 0;
}

.da-membership-field-help {
	color: var(--da-muted);
}

.da-membership-field-error {
	color: #9a2f24;
	font-weight: 650;
}

.da-membership-field-error:empty {
	display: none;
}

.da-membership-divider {
	border-top: 1px solid var(--da-line);
	margin: 20px 0;
}

.da-membership-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.da-membership-details-panel,
.da-membership-details-panel p {
	margin: 0;
}

.da-membership-form label:not(.da-membership-plan):not(.da-membership-amount):not(.da-membership-custom-choice):not(.da-membership-custom-input):not(.da-membership-checkbox) {
	color: var(--da-ink);
	display: block;
	font-size: 0.8rem;
	font-weight: 680;
	line-height: 1.4;
	margin: 0 0 6px;
}

.da-membership-form input[type="text"],
.da-membership-form input[type="email"] {
	background: #ffffff;
	border: 1px solid var(--da-line);
	border-radius: 6px;
	box-sizing: border-box;
	color: var(--da-ink);
	font-family: inherit;
	font-size: 0.96rem;
	min-height: 44px;
	padding: 8px 11px;
	width: 100%;
}

.da-membership-form input[type="text"]:focus,
.da-membership-form input[type="email"]:focus {
	border-color: var(--da-accent);
	box-shadow: 0 0 0 3px rgba(105, 112, 92, 0.17);
	outline: none;
}

.da-membership-form input[aria-invalid="true"] {
	border-color: #b5483b;
}

.da-membership-checkbox {
	align-items: flex-start;
	color: var(--da-muted);
	display: flex;
	font-size: 0.84rem;
	gap: 9px;
	line-height: 1.45;
	margin: 12px 0 0;
}

.da-membership-checkbox input {
	accent-color: var(--da-accent);
	margin-top: 3px;
}

.da-membership-summary {
	align-items: center;
	background: var(--da-soft);
	border: 1px solid var(--da-line);
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	margin: 0;
	min-height: 50px;
	padding: 10px 13px;
}

.da-membership-action-row {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(190px, 0.8fr) minmax(280px, 1.2fr);
	margin-top: 18px;
}

.da-membership-checkout-action {
	min-width: 0;
}

.da-membership-summary > span {
	color: var(--da-muted);
	font-size: 0.84rem;
	font-weight: 600;
}

.da-membership-summary strong {
	align-items: baseline;
	display: flex;
	gap: 6px;
}

.da-membership-summary-amount {
	font-size: 1.25rem;
	font-weight: 720;
}

.da-membership-summary-suffix {
	color: var(--da-muted);
	font-size: 0.75rem;
	font-weight: 550;
}

.da-membership-submit {
	align-items: center;
	background: var(--da-ink) !important;
	border: 1px solid var(--da-ink) !important;
	border-radius: 6px;
	color: #ffffff !important;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 0.98rem;
	font-weight: 680;
	justify-content: space-between;
	min-height: 50px;
	padding: 10px 15px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
	width: 100%;
}

.da-membership-submit:hover,
.da-membership-submit:focus {
	background: #30322c !important;
	border-color: #30322c !important;
	color: #ffffff !important;
	transform: translateY(-1px);
}

.da-membership-submit:disabled {
	cursor: progress;
	opacity: 0.68;
	transform: none;
}

.da-membership-submit > span {
	font-size: 1.2rem;
	line-height: 1;
}

.da-membership-secure-note {
	color: var(--da-muted);
	font-size: 0.73rem;
	line-height: 1.45;
	margin: 6px auto 0 !important;
	max-width: 30rem;
	text-align: center;
}

.da-membership-notice {
	border: 1px solid var(--da-line);
	border-radius: 6px;
	box-shadow: 0 10px 28px rgba(23, 24, 21, 0.05);
	box-sizing: border-box;
	font-size: 0.92rem;
	font-weight: 620;
	line-height: 1.45;
	margin: 0 auto 16px;
	max-width: none;
	padding: 13px 16px;
}

.da-membership-notice-success {
	background: #f2f8f3;
	border-color: #cfe3d2;
	color: #285b35;
}

.da-membership-notice-info {
	background: #f4f4f0;
	color: #4d5048;
}

.da-membership-notice-error {
	background: #fff5f3;
	border-color: #ead0ca;
	color: #842f24;
}

@media (max-width: 1180px) {
	.da-membership-layout {
		grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
	}

	.da-membership-story {
		padding: 30px 28px 24px;
	}

	.da-membership-header h2 {
		font-size: 2.4rem;
	}

	.da-membership-checkout {
		padding: 26px 28px 22px;
	}
}

@media (max-width: 900px) {
	.da-membership-layout {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.da-membership-story {
		padding: 42px 38px 34px;
	}

	.da-membership-header {
		margin-bottom: 30px;
	}

	.da-membership-statement {
		padding-bottom: 30px;
	}

	.da-membership-principles {
		margin-top: 0;
	}

	.da-membership-amounts {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.da-membership {
		margin-top: 16px;
		padding: 0 10px 88px;
	}

	.da-membership-form {
		box-shadow: 0 14px 36px rgba(23, 24, 21, 0.06);
	}

	.da-membership-story,
	.da-membership-checkout {
		padding: 30px 22px;
	}

	.da-membership-eyebrow {
		margin-bottom: 16px;
	}

	.da-membership-header h2 {
		font-size: 2.35rem;
		line-height: 1.04;
		margin-bottom: 16px;
	}

	.da-membership-intro {
		font-size: 1rem;
	}

	.da-membership-statement h3 {
		font-size: 1.16rem;
	}

	.da-membership-statement p {
		font-size: 0.94rem;
	}

	.da-membership-plans {
		grid-template-columns: minmax(0, 1fr);
	}

	.da-membership-plan {
		justify-content: flex-start;
		min-height: 54px;
		padding: 8px 12px;
	}

	.da-membership-plan span {
		text-align: left;
	}

	.da-membership-plan small {
		display: inline;
		margin-left: 7px;
		margin-top: 0;
	}

	.da-membership-amounts,
	.da-membership-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.da-membership-amount-custom {
		align-items: stretch;
		flex-direction: column;
		gap: 5px;
		grid-column: 1 / -1;
		padding: 10px;
	}

	.da-membership-custom-choice {
		min-height: 30px;
	}

	.da-membership-custom-input {
		flex-basis: auto;
		width: 100%;
	}

	.da-membership-grid {
		gap: 10px;
	}

	.da-membership-summary {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.da-membership-action-row {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 390px) {
	.da-membership-story,
	.da-membership-checkout {
		padding-left: 18px;
		padding-right: 18px;
	}

	.da-membership-header h2 {
		font-size: 2.05rem;
	}

	.da-membership-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}
