.purchase-price-section [hidden] {
	display: none !important;
}

.purchase-price-section {
	padding: 56px 0 44px;
	background: rgba(232, 222, 200, .35);
	scroll-margin-top: 24px;
}

.purchase-board {
	position: relative;
	padding: 36px 30px 24px;
	border: 1px solid #ad8b49;
	background: linear-gradient(115deg, rgba(255, 253, 246, .52), rgba(240, 230, 207, .26)), #f1e8d6;
	box-shadow: 0 12px 42px #49372312;
}

.purchase-board::before {
	content: "";
	position: absolute;
	inset: 7px;
	border: 1px solid #b08d3f66;
	pointer-events: none;
}

.purchase-board-heading {
	display: grid;
	grid-template-columns: 1fr 188px;
	align-items: center;
	gap: 32px;
	padding: 0 14px 31px;
}

.purchase-heading-copy {
	padding-left: 6px;
}

.purchase-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 11px;
	color: #826327;
	font: 600 11px/1.6 var(--font-display);
	letter-spacing: .21em;
}

.purchase-eyebrow span {
	width: 24px;
	height: 1px;
	background: #a78646;
}

.purchase-eyebrow span:last-child {
	display: none;
}

.purchase-metals {
	margin: 0 0 3px;
	color: #705835;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .3em;
}

.purchase-heading-copy h2 {
	margin: 0;
	font: 700 clamp(30px, 3.5vw, 40px)/1.5 var(--font-heading);
	letter-spacing: .12em;
}

.purchase-subtitle {
	margin: 10px 0 0;
	font-size: 14px;
	letter-spacing: .07em;
}

.purchase-subtitle > span {
	font-size: 12px;
}

.purchase-date {
	position: relative;
	color: #70562f;
	border: 1px solid #aa874a;
	text-align: center;
	background: #fbf5e7;
	box-shadow: inset 0 0 0 4px #f1e6cf;
}

.purchase-date-label {
	display: block;
	margin: 5px 5px 0;
	padding: 4px 10px 5px;
	color: #fff8e8;
	background: #823d32;
	font: 600 17px/1.8 var(--font-heading);
	letter-spacing: .24em;
	text-indent: .24em;
}

.purchase-date time {
	display: block;
	padding: 10px 0 7px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.65;
}

.purchase-date time > span {
	white-space: nowrap;
}

.date-large {
	padding: 0 3px;
	font: 600 24px/1 var(--font-display);
}

.purchase-date time small {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	letter-spacing: .08em;
}

.purchase-date-store {
	display: block;
	margin: 0 12px 7px;
	padding-top: 4px;
	border-top: 1px solid #b08d3f55;
	font-size: 10px;
	letter-spacing: .16em;
}

.purchase-tables {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.metal-tabs {
	display: none;
}

.purchase-conditions > summary {
	display: none;
}

.metal-sheet {
	min-width: 0;
	border: 1px solid #b4a181;
	background: #fbf7ee;
}

.metal-sheet-heading {
	position: relative;
	height: 150px;
	overflow: hidden;
	background: #2e211b;
}

.metal-sheet-heading::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #241b14c9, #241b1420 60%, transparent);
	border-bottom: 2px solid #a88648;
	pointer-events: none;
}

.metal-sheet-heading img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 56%;
}

.metal-sheet-title {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 22px;
	transform: translateY(-50%);
	color: #fbf1d9;
}

.metal-sheet-title > p {
	margin: 0 0 6px;
	color: #e2c387;
	font: 500 10px/1.4 var(--font-display);
	letter-spacing: .22em;
}

.metal-sheet-title h3 {
	margin: 0;
	font: 500 33px/1.5 var(--font-heading);
	letter-spacing: .14em;
	text-shadow: 0 1px 10px #241b14;
}

.metal-sheet-platinum .metal-sheet-title h3 {
	font-size: 25px;
	letter-spacing: .02em;
}

.metal-rule {
	display: block;
	width: 28px;
	height: 1px;
	margin-top: 11px;
	background: #c6a05b;
}

.metal-sheet-platinum .metal-sheet-title > p,
.metal-sheet-silver .metal-sheet-title > p {
	color: #e2d8bf;
}

.purchase-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.purchase-table thead {
	height: 40px;
	color: #725f45;
	background: #eee5d3;
}

.purchase-table thead th {
	font-size: 11px;
	font-weight: 500;
	white-space: nowrap;
}

.purchase-table thead th:first-child {
	width: 42%;
	padding-left: 20px;
	text-align: left;
}

.purchase-table thead th:last-child {
	padding-right: 20px;
	text-align: right;
}

.purchase-table thead th span {
	font-size: 10px;
}

.purchase-table tbody tr {
	height: 56px;
}

.purchase-table tbody tr:nth-child(even) {
	background: #f3ecdd66;
}

.purchase-table tbody th,
.purchase-table tbody td {
	padding: 7px 20px;
	border-top: 1px solid #d9ccb5;
	vertical-align: middle;
}

.purchase-table tbody th {
	padding-right: 0;
	text-align: left;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	white-space: nowrap;
}

.purchase-table tbody td {
	padding-left: 0;
	text-align: right;
	white-space: nowrap;
}

.purchase-table td strong {
	color: #9a3e31;
	font: 600 28px/1.2 var(--font-display);
	font-variant-numeric: lining-nums tabular-nums;
	letter-spacing: -.02em;
}

.purchase-table td > span {
	margin-left: 3px;
	color: #9a3e31;
	font-size: 12px;
	font-weight: 600;
}

.purchase-table small {
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0;
}

.purchase-table td > small {
	margin-top: 7px;
	color: #766550;
	white-space: normal;
}

.purchase-table .featured-price {
	background: #ebdfc4 !important;
}

.purchase-table .featured-price th {
	position: relative;
}

.purchase-table .featured-price th::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #aa8540;
}

.metal-sheet-platinum tbody tr {
	height: calc(392px / 6);
}

.metal-sheet-silver tbody tr {
	height: 56px;
}

.metal-sheet-silver tbody th {
	font-size: 14px;
	line-height: 1.9;
}

.metal-sheet-silver td strong {
	font-size: 34px;
}

.purchase-notes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 26px;
	padding: 22px 0 24px;
	border-block: 1px solid #b49a6b80;
}

.purchase-note {
	display: flex;
	gap: 10px;
	padding: 0 16px;
	border-right: 1px solid #b49a6b66;
}

.purchase-note:first-child {
	padding-left: 0;
}

.purchase-note:last-child {
	padding-right: 0;
	border-right: 0;
}

.note-number {
	flex: 0 0 24px;
	color: #9d7d45;
	font: 500 20px/1.5 var(--font-display);
}

.purchase-note h3 {
	margin: 0 0 8px;
	color: #61492d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.75;
}

.purchase-note p {
	margin: 0;
	font-size: 12px;
	line-height: 1.9;
}

.purchase-note em {
	color: #9a3e31;
	font-style: normal;
	font-weight: 700;
}

.purchase-store-policy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 23px 0 13px;
}

.purchase-store-policy > span {
	flex-shrink: 0;
	padding: 4px 11px;
	border: 1px solid #a58b5d;
	color: #715631;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
}

.purchase-store-policy p {
	margin: 0;
	font-size: 14px;
}

.purchase-store-policy strong {
	font-weight: 700;
}

.purchase-store-policy small {
	display: block;
	font-size: 12px;
}

.purchase-campaign-note {
	margin: 0;
	padding: 9px 15px;
	color: #8b3e30;
	background: #a9322609;
	border-block: 1px solid #a9322629;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
}

.purchase-smallprint {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 24px;
	row-gap: 2px;
	margin: 13px 0 0;
	padding: 0;
	color: #6d604e;
	list-style: none;
	font-size: 10px;
}

.purchase-smallprint li::before {
	content: "※ ";
}

.purchase-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 32px 22px;
}

.purchase-contact p {
	margin: 0;
	font-size: 14px;
}

.purchase-contact .purchase-contact-kicker {
	margin-bottom: 3px;
	font: 600 22px/1.6 var(--font-heading);
	letter-spacing: .06em;
}

.purchase-contact .btn {
	min-width: 242px;
	font-size: 14px;
}

.purchase-contact .btn > span {
	margin-left: 24px;
}

@media (max-width: 1050px) and (min-width: 781px) {
	.purchase-board {
		padding-inline: 24px;
	}

	.purchase-tables {
		gap: 12px;
	}

	.purchase-table tbody th,
	.purchase-table tbody td {
		padding-inline: 12px;
	}

	.purchase-table tbody td {
		padding-left: 0;
	}

	.purchase-table thead th:first-child {
		padding-left: 12px;
	}

	.purchase-table thead th:last-child {
		padding-right: 12px;
	}

	.purchase-table td strong {
		font-size: 24px;
	}

	.purchase-table tbody th {
		font-size: 15px;
	}

	.purchase-table thead th span {
		display: none;
	}

	.metal-sheet-silver tbody th {
		font-size: 12px;
	}

	.metal-sheet-title {
		left: 16px;
	}

	.metal-sheet-platinum .metal-sheet-title h3 {
		font-size: 23px;
	}

	.purchase-note {
		padding-inline: 10px;
		gap: 6px;
	}

	.purchase-note h3 {
		font-size: 12px;
	}

	.purchase-note p {
		font-size: 11px;
	}
}

@media (max-width: 780px) {
	.purchase-price-section {
		padding: 24px 0 28px;
	}

	.purchase-board {
		padding: 25px 17px 20px;
	}

	.purchase-board::before {
		inset: 5px;
	}

	.purchase-board-heading {
		display: block;
		padding: 0 0 23px;
	}

	.purchase-heading-copy {
		padding: 0;
		text-align: center;
	}

	.purchase-eyebrow {
		justify-content: center;
		gap: 7px;
		font-size: 8px;
		letter-spacing: .14em;
		margin-bottom: 14px;
	}

	.purchase-eyebrow span {
		width: 17px;
	}

	.purchase-eyebrow span:last-child {
		display: block;
	}

	.purchase-metals {
		margin-bottom: 4px;
		font-size: 13px;
		letter-spacing: .2em;
	}

	.purchase-heading-copy h2 {
		font-size: clamp(26px, 7.2vw, 34px);
		letter-spacing: .08em;
	}

	.purchase-subtitle {
		margin-top: 8px;
		font-size: 11px;
		letter-spacing: .02em;
	}

	.purchase-subtitle > span {
		font-size: 10px;
	}

	.purchase-date {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin-top: 20px;
		padding: 6px;
		box-shadow: none;
	}

	.purchase-date-label {
		flex: 0 0 auto;
		margin: 0;
		padding: 6px 7px;
		font-size: 12px;
		letter-spacing: .06em;
	}

	.purchase-date time {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 0 8px;
		padding: 0;
		font-size: 10px;
	}

	.date-large {
		padding: 0 2px;
		font-size: 17px;
	}

	.purchase-date time small {
		display: inline;
		font-size: 10px;
		margin: 0;
	}

	.purchase-date-store {
		display: none;
	}

	.metal-tabs {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 4px;
		margin-bottom: 12px;
		padding: 4px;
		border: 1px solid #b49a6b;
		background: #e9dfcc;
	}

	.metal-tabs button {
		position: relative;
		min-height: 46px;
		padding: 8px 3px;
		border: 1px solid transparent;
		background: transparent;
		color: #665236;
		font: 600 15px/1.5 var(--font-heading);
		cursor: pointer;
	}

	.metal-tabs button[aria-selected="true"] {
		color: #fff5de;
		border-color: #b08d3f;
		background: var(--color-brown);
		box-shadow: inset 0 0 0 2px #b08d3f26;
	}

	.metal-tabs button[aria-selected="true"]::after {
		content: "";
		position: absolute;
		bottom: 4px;
		left: calc(50% - 10px);
		width: 20px;
		height: 1px;
		background: #c9a24b;
	}

	.metal-tabs button:hover:not([aria-selected="true"]) {
		background: #f7f0e2;
	}

	.metal-tabs button:focus-visible {
		z-index: 1;
		outline-offset: 1px;
	}

	.purchase-tables {
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
	}

	.metal-sheet-heading {
		height: 120px;
	}

	.metal-sheet-heading img {
		object-position: center 55%;
	}

	.metal-sheet-title {
		left: 24px;
	}

	.metal-sheet-title > p {
		font-size: 10px;
	}

	.metal-sheet-title h3 {
		font-size: 34px;
	}

	.metal-sheet-platinum .metal-sheet-title h3 {
		font-size: 27px;
	}

	.purchase-table tbody tr {
		height: 53px;
	}

	.metal-sheet-platinum tbody tr {
		height: 57px;
	}

	.metal-sheet-silver tbody tr {
		height: 92px;
	}

	.purchase-table td strong {
		font-size: 29px;
	}

	.purchase-table tbody th {
		font-size: 17px;
	}

	.metal-sheet-silver tbody th {
		font-size: 14px;
	}

	.purchase-table thead th {
		font-size: 11px;
	}

	.purchase-table small {
		font-size: 11px;
	}

	.purchase-conditions {
		margin-top: 20px;
		border-block: 1px solid #b49a6b80;
	}

	.purchase-conditions > summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		min-height: 66px;
		padding: 11px 0;
		color: #61492d;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.8;
		cursor: pointer;
		list-style: none;
	}

	.purchase-conditions > summary::-webkit-details-marker {
		display: none;
	}

	.purchase-conditions > summary small {
		display: block;
		color: #766550;
		font-size: 10px;
		font-weight: 400;
	}

	.conditions-toggle {
		position: relative;
		flex: 0 0 24px;
		width: 24px;
		height: 24px;
		border: 1px solid #b49a6b80;
	}

	.conditions-toggle::before,
	.conditions-toggle::after {
		content: "";
		position: absolute;
		top: 10px;
		left: 6px;
		width: 10px;
		height: 1px;
		background: #826327;
	}

	.conditions-toggle::after {
		transform: rotate(90deg);
	}

	.purchase-conditions[open] .conditions-toggle::after {
		display: none;
	}

	.purchase-notes {
		grid-template-columns: minmax(0, 1fr);
		padding: 0;
		margin-top: 0;
		border-bottom: 0;
	}

	.purchase-note,
	.purchase-note:first-child,
	.purchase-note:last-child {
		padding: 18px 0;
		gap: 12px;
		border-right: 0;
		border-bottom: 1px solid #b49a6b55;
	}

	.purchase-note:last-child {
		border-bottom: 0;
	}

	.note-number {
		font-size: 23px;
		flex-basis: 28px;
	}

	.purchase-note h3 {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.purchase-note p {
		font-size: 12px;
	}

	.purchase-note br {
		display: none;
	}

	.purchase-store-policy {
		display: block;
		text-align: center;
		margin: 20px 0 16px;
	}

	.purchase-store-policy > span {
		display: inline-block;
		margin-bottom: 9px;
		font-size: 11px;
	}

	.purchase-store-policy p {
		font-size: 12px;
	}

	.purchase-store-policy small {
		font-size: 11px;
		margin-top: 5px;
	}

	.purchase-campaign-note {
		font-size: 11px;
		padding: 10px 4px;
	}

	.purchase-campaign-note > span {
		display: block;
	}

	.purchase-smallprint {
		display: block;
		margin-top: 12px;
		font-size: 10px;
		line-height: 1.9;
	}

	.purchase-smallprint li {
		padding-left: 1.2em;
		text-indent: -1.2em;
		margin-top: 5px;
	}

	.purchase-contact {
		display: block;
		text-align: center;
		padding: 24px 0 10px;
	}

	.purchase-contact .purchase-contact-kicker {
		font-size: 20px;
	}

	.purchase-contact p {
		font-size: 12px;
	}

	.purchase-contact .btn {
		margin-top: 18px;
		width: 100%;
		font-size: 14px;
	}
}
