.duw-page {
	background: #f7f7f7;
	color: #011425;
	font-family: "Roboto", "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.duw-page a {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.duw-page a:focus,
.duw-page .btn:focus,
.duw-page .duw-cart-confirm-close:focus {
	outline: 3px solid #fff !important;
	outline-offset: 2px;
	box-shadow: 0 0 0 6px #011425 !important;
}

.rmv-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100000;
	padding: 10px 14px;
	background: #fff;
	border: 3px solid #011425;
	color: #011425;
	font-weight: 700;
	transform: translateY(-150%);
}

.rmv-skip-link:focus {
	color: #011425;
	outline: 3px solid #fff;
	outline-offset: 2px;
	box-shadow: 0 0 0 6px #011425;
	text-decoration: underline;
	transform: translateY(0);
}

/* Boat Services-inspired split hero, kept compact until imagery is added. */
.duw-hero {
	padding: 34px 0 40px;
	background: #0b1d2a;
}

.duw-hero-shell {
	max-width: 1120px;
	margin: 0 auto;
}

.duw-hero-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.duw-hero-row {
	margin: 0;
}

.duw-hero-column {
	padding: 0;
}

.duw-hero-content {
	padding: 30px 32px 34px;
}

.duw-kicker,
.duw-section-kicker,
.duw-detail-label {
	margin: 0 0 9px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.4;
	text-transform: uppercase;
}

.duw-kicker,
.duw-section-kicker {
	color: #536673;
}

.duw-hero h1 {
	max-width: 680px;
	margin: 0 0 14px;
	color: #011425;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.08;
	text-transform: uppercase;
}

.duw-price-line {
	display: block;
	margin-bottom: 7px;
	color: #174f78;
	font-size: 1.18em;
	line-height: 1;
}

.duw-lead {
	max-width: 680px;
	margin: 0;
	color: #253542;
	font-size: 16px;
	line-height: 1.65;
}

.duw-hero-actions {
	margin-top: 22px;
}

.duw-hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	text-decoration: none;
}

.duw-page .duw-hero-cta::before {
	background-color: #174f78;
}

.duw-hero-details {
	height: 100%;
	padding: 30px 32px 34px;
	background: #f2ede7;
	border-top: 5px solid #bfa888;
}

.duw-detail-label {
	color: #495f6d;
	letter-spacing: 2px;
}

.duw-hero-details h2 {
	margin: 0 0 12px;
	color: #011425;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.25;
}

.duw-hero-details address {
	margin: 0;
	color: #253542;
	font-size: 17px;
	font-style: normal;
	line-height: 1.55;
}

.duw-detail-note {
	margin: 22px 0 0;
	padding-top: 18px;
	border-top: 1px solid #d5c8b7;
	color: #3f4f5b;
	font-size: 14px;
	line-height: 1.55;
}

@media (min-width: 992px) {
	.duw-hero-row {
		display: flex;
	}

	.duw-hero-row > .duw-hero-column {
		float: none;
	}

	.duw-hero-details {
		border-top: 0;
		border-left: 5px solid #bfa888;
	}
}

/* Appointment selector */
.duw-schedule {
	padding: 42px 0 56px;
}

.duw-schedule-shell {
	max-width: 980px;
	margin: 0 auto;
}

.duw-schedule-intro {
	max-width: 760px;
	margin-bottom: 24px;
}

.duw-schedule-intro h2 {
	margin: 0 0 8px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}

.duw-schedule-intro p:last-child {
	margin: 0;
	color: #4f5d68;
}

.duw-date-nav {
	margin-bottom: 16px;
}

.duw-date-tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.duw-date-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 76px;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #cbd1d5;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(1, 20, 37, 0.06);
	color: #174f78;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.duw-date-tab:hover,
.duw-date-tab:focus {
	background: #eef2f4;
	border-color: #8899a5;
	color: #011425;
	text-decoration: none;
}

.duw-date-tab.is-active,
.duw-date-tab.is-active:hover,
.duw-date-tab.is-active:focus {
	background: #011425;
	border-color: #011425;
	box-shadow: inset 0 -5px 0 #bfa888, 0 5px 14px rgba(1, 20, 37, 0.16);
	color: #fff;
}

.duw-date-tab-day {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.duw-date-tab-date {
	margin-top: 4px;
	font-size: 19px;
	font-weight: 700;
}

.duw-date-group {
	overflow: hidden;
	margin: 0 0 24px;
	background: #fff;
	border: 1px solid #cfd4d8;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(1, 20, 37, 0.08);
}

.duw-date-group[hidden] {
	display: none !important;
}

.duw-date-group h3 {
	margin: 0;
	padding: 14px 20px;
	background: #011425;
	border-bottom: 4px solid #bfa888;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
}

.duw-slot-list {
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none;
}

.duw-slot-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 74px;
	padding: 13px 20px;
	border-bottom: 1px solid #dfe3e6;
}

.duw-slot-row:last-child {
	border-bottom: 0;
}

.duw-slot-row.is-sold-out {
	background: #f1f2f2;
}

.duw-slot-details {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	gap: 24px;
}

.duw-slot-time {
	min-width: 110px;
	font-size: 19px;
	font-weight: 700;
}

.duw-slot-price {
	min-width: 100px;
	font-weight: 700;
}

.duw-availability {
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.4px;
	line-height: 1.4;
	text-transform: uppercase;
}

.duw-availability.is-available {
	background: #eef6f1;
	color: #225d40;
}

.duw-slot-action {
	flex: 0 0 auto;
}

.duw-slot-action form {
	margin: 0;
}

.duw-register.btn-primary {
	min-width: 190px;
	min-height: 46px;
	padding: 12px 22px;
	background: #011425;
	border: 2px solid #011425;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 1.25;
	text-decoration: none;
}

.duw-register.btn-primary:hover,
.duw-register.btn-primary:focus {
	background: #174f78;
	border-color: #174f78;
	color: #fff;
}

.duw-register.is-adding {
	cursor: wait;
	opacity: 0.78;
}

.duw-unavailable-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	min-height: 46px;
	padding: 10px 18px;
	background: #d9dcde;
	border: 2px solid #c2c6c9;
	border-radius: 4px;
	color: #4f5559;
	font-weight: 700;
}

.duw-state {
	padding: 24px;
	background: #fff;
	border: 2px solid #aeb7bd;
	border-radius: 8px;
}

.duw-state-error {
	border-color: #9f3838;
}

.duw-return-error {
	margin-bottom: 28px;
}

.duw-state h3 {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 700;
}

.duw-state p {
	margin: 0;
}

.duw-state:focus {
	outline: 3px solid #9f3838;
	outline-offset: 3px;
}

/* Product-style add-to-cart confirmation */
.duw-confirm-is-open {
	overflow: hidden;
}

.duw-cart-confirm-wrap[hidden] {
	display: none !important;
}

.duw-cart-confirm-wrap {
	position: fixed;
	z-index: 10010;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.duw-cart-confirm-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(1, 20, 37, 0.68);
}

.duw-cart-confirm-panel {
	position: absolute;
	right: 12px;
	bottom: 12px;
	left: 12px;
	width: calc(100% - 24px);
	max-width: 600px;
	max-height: calc(100vh - 24px);
	margin: 0 auto;
	padding: 22px;
	background: #fff;
	border: 1px solid #aeb7bd;
	border-top: 5px solid #bfa888;
	border-radius: 10px;
	box-shadow: 0 12px 36px rgba(1, 20, 37, 0.28);
	color: #011425;
	outline: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.duw-cart-confirm-close {
	position: absolute;
	top: 8px;
	right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 4px;
	color: #011425;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
}

.duw-cart-confirm-close:hover {
	background: #eef2f4;
}

.duw-cart-confirm-message {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding-right: 42px;
}

.duw-cart-confirm-icon {
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	margin-top: 3px;
	color: #225d40;
}

.duw-cart-confirm-title {
	margin: 0 0 4px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.duw-cart-confirm-description {
	margin: 0;
	color: #4f5d68;
}

.duw-cart-confirm-actions {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.duw-cart-confirm-actions .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	min-width: 0;
	min-height: 46px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
}

.duw-cart-confirm-actions .btn-primary {
	background: #011425;
	border-color: #011425;
}

.duw-cart-confirm-actions .btn-primary:hover,
.duw-cart-confirm-actions .btn-primary:focus {
	background: #174f78;
	border-color: #174f78;
}

@media (max-width: 991px) {
	.duw-hero-content,
	.duw-hero-details {
		padding: 26px 28px 29px;
	}
}

@media (max-width: 767px) {
	.duw-hero {
		padding: 24px 0 28px;
	}

	.duw-hero-card {
		border-radius: 9px;
	}

	.duw-hero-content,
	.duw-hero-details {
		padding: 22px 20px 24px;
	}

	.duw-hero h1 {
		font-size: 31px;
	}

	.duw-lead {
		font-size: 15px;
	}

	.duw-hero-cta {
		width: 100%;
	}

	.duw-schedule {
		padding: 32px 0 42px;
	}

	.duw-schedule-intro h2 {
		font-size: 30px;
	}

	.duw-date-tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.duw-date-tab {
		min-height: 72px;
	}

	.duw-date-group h3 {
		padding: 13px 15px;
		font-size: 18px;
	}

	.duw-slot-row {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
		padding: 15px;
	}

	.duw-slot-details {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 8px 18px;
	}

	.duw-slot-time,
	.duw-slot-price {
		min-width: 0;
	}

	.duw-slot-action,
	.duw-register.btn-primary,
	.duw-unavailable-control {
		width: 100%;
	}

	.duw-register.btn-primary,
	.duw-unavailable-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.duw-cart-confirm-panel {
		right: 8px;
		bottom: 8px;
		left: 8px;
		width: calc(100% - 16px);
		max-height: calc(100vh - 16px);
		padding: 17px;
	}

	.duw-cart-confirm-actions {
		flex-direction: column;
	}

	.duw-cart-confirm-actions .btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.duw-page *,
	.duw-page *::before,
	.duw-page *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media (forced-colors: active) {
	.duw-page a:focus,
	.duw-page .btn:focus,
	.duw-page .duw-cart-confirm-close:focus,
	.duw-state:focus {
		outline: 3px solid CanvasText !important;
		box-shadow: none !important;
	}

	.duw-hero-card,
	.duw-date-tab,
	.duw-date-group,
	.duw-availability,
	.duw-register.btn-primary,
	.duw-unavailable-control,
	.duw-state,
	.duw-cart-confirm-panel {
		border: 2px solid CanvasText;
	}

	.duw-date-tab.is-active {
		border-bottom-width: 6px;
		text-decoration: underline;
		text-decoration-thickness: 3px;
	}
}
