.alameda-reservations {
	--ar-orange: var(--orange, #f05a24);
	--ar-ink: var(--ink, #17201d);
	--ar-muted: var(--muted, #65706c);
	--ar-paper: var(--paper, #f5f7f4);
	--ar-line: var(--line, #dfe5e1);
	width: min(1180px, calc(100% - 40px));
	margin: 64px auto 90px;
	color: var(--ar-ink);
}

.entry-content > .alameda-reservations {
	width: 100%;
	max-width: 1180px;
	margin-inline: auto;
}
.alameda-reservations, .alameda-reservations * { min-width: 0; box-sizing: border-box; }
.alameda-reservations { overflow-x: clip; }

.ar-page-lead { max-width: 800px; margin: 0 0 28px; color: var(--ar-muted); font-size: 18px; }

.ar-notice { padding: 18px 20px; margin: 0 0 28px; border: 1px solid; border-radius: 14px; }
.ar-notice strong { display: block; }
.ar-success { color: #174d37; background: #edf8f2; border-color: #add8c2; }
.ar-error { color: #812719; background: #fff2ef; border-color: #efb6ab; }
.ar-account-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; margin: 0 0 28px; background: var(--ar-paper); border: 1px solid var(--ar-line); border-radius: 12px; font-size: 14px; font-weight: 750; }
.ar-account-bar a, .ar-account-actions a, .ar-auth-form > a { color: #bf4218; }

.ar-form, .ar-booking-stage { width: 100%; max-width: 100%; }
.ar-form { display: grid; gap: 26px; }
.ar-section { padding: 28px; margin: 0; border: 1px solid var(--ar-line); border-radius: 22px; background: #fff; box-shadow: 0 12px 40px rgba(23, 32, 29, .055); }
.ar-section legend { padding: 0 10px; font-size: 23px; font-weight: 850; letter-spacing: -.03em; }
.ar-help { margin: 0 0 20px; color: var(--ar-muted); }
.ar-schedule-builder { display: grid; gap: 22px; }
.ar-rental-type-first { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; width: 100%; max-width: 820px; gap: 12px; margin-inline: auto; }
.ar-rental-type-first > span { grid-column: 1 / -1; }
.ar-rental-type-card { position: relative; display: block; width: 100%; height: 100%; cursor: pointer; }
.ar-rental-type-card > input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ar-rental-type-copy { display: flex; width: 100%; height: 96px; padding: 17px 22px; overflow: hidden; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--ar-paper); border: 2px solid var(--ar-line); border-radius: 12px; transition: border-color .15s, background .15s, color .15s; }
.ar-rental-type-copy strong { display: block; margin: 0; font-size: 17px; }
.ar-rental-type-copy small { display: block; max-width: 270px; color: var(--ar-muted); font-size: 13px; font-weight: 500; line-height: 1.45; text-wrap: balance; }
.ar-rental-type-copy small span { display: block; }
.ar-rental-type-card > input:checked + .ar-rental-type-copy { color: #fff; background: var(--ar-ink); border-color: var(--ar-ink); }
.ar-rental-type-card > input:checked + .ar-rental-type-copy small { color: rgba(255,255,255,.76); }
.ar-rental-type-card > input:focus-visible + .ar-rental-type-copy { outline: 3px solid color-mix(in srgb, var(--ar-orange), transparent 55%); outline-offset: 3px; }
.ar-slot-picker { min-width: 0; }
.ar-slot-picker > h3 { margin: 0 0 12px; font-size: 22px; }
.ar-date-strip, .ar-time-strip { display: flex; gap: 9px; overflow-x: auto; padding: 3px 3px 12px; scroll-snap-type: x proximity; scrollbar-width: thin; }
.ar-slot, .ar-time-slot { flex: 0 0 auto; min-width: 92px; padding: 10px 12px; color: var(--ar-ink); background: #fff; border: 1px solid #b9c2bd; border-radius: 11px; cursor: pointer; scroll-snap-align: start; }
.ar-slot span { display: block; color: var(--ar-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ar-slot strong { display: block; margin-top: 2px; }
.ar-time-slot { min-width: 104px; font-weight: 800; }
.ar-slot.is-selected, .ar-time-slot.is-selected { color: #fff; background: var(--ar-orange); border-color: var(--ar-orange); }
.ar-slot.is-selected span { color: rgba(255,255,255,.75); }
.ar-no-slots { color: var(--ar-muted); }
.ar-schedule-summary { padding: 14px 16px; margin: 0; color: #174d37; background: #edf8f2; border-radius: 10px; font-weight: 800; }

.ar-equipment-groups { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; }
.ar-equipment-grid { display: grid; grid-template-columns: minmax(0, 820px); justify-content: center; gap: 20px; }
.ar-equipment-group { padding: 24px; border: 1px solid var(--ar-line); border-radius: 16px; background: var(--ar-paper); }
.ar-equipment-group > h3 { margin: 0 0 16px; font-size: 28px; letter-spacing: -.035em; }
.ar-category-image { display: block; width: 100%; max-width: 820px; max-height: 260px; margin: 0 auto 18px; object-fit: contain; border-radius: 14px; }
.ar-category-description { max-width: 820px; margin: 0 auto 18px; color: var(--ar-muted); }
.ar-category-toggle { display: block; min-height: 46px; padding: 10px 20px; margin: 0 auto; color: #fff; background: var(--ar-ink); border: 0; border-radius: 999px; font-weight: 850; cursor: pointer; }
.ar-category-toggle[aria-expanded="true"] { margin-bottom: 20px; }
.ar-availability-toggle { grid-column: 1 / -1; display: inline-flex; width: fit-content; align-items: center; gap: 9px; padding: 10px 14px; margin: 0 0 18px; background: var(--ar-paper); border: 1px solid var(--ar-line); border-radius: 999px; font-size: 13px; font-weight: 850; cursor: pointer; }
.ar-availability-toggle input { width: 18px; height: 18px; accent-color: var(--ar-orange); }
.ar-equipment-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); overflow: hidden; border: 2px solid var(--ar-line); border-radius: 16px; transition: border-color .15s, box-shadow .15s, transform .15s; }
.ar-equipment-card:hover { border-color: #aeb9b3; transform: translateY(-1px); }
.ar-equipment-card.is-selected { border-color: var(--ar-orange); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ar-orange), transparent 80%); }
.ar-equipment-visual { display: grid; place-items: center; min-height: 300px; padding: 30px; background: var(--ar-paper); }
.ar-equipment-visual img { width: auto; max-width: min(100%, 680px); height: auto; max-height: 300px; object-fit: contain; object-position: center; }
.ar-equipment-copy { display: flex; flex-direction: column; justify-content: center; padding: 26px 30px 30px; line-height: 1.5; }
.ar-equipment-copy strong { margin-bottom: 5px; font-size: 22px; line-height: 1.2; }
.ar-item-type-label { display: block; margin-bottom: 4px; color: var(--ar-orange-dark, #c4471c); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ar-local-availability { align-self: flex-start; padding: 6px 11px; margin: 5px 0 8px; color: #135b32; background: #daf5e5; border: 1px solid #8fd3aa; border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.ar-item-description { color: var(--ar-muted); font-size: 13px; }
.ar-item-description > :first-child { margin-top: 7px; }
.ar-item-description > :last-child { margin-bottom: 7px; }
.ar-dimension-image { display: block; width: 100%; max-width: 520px; height: auto; margin: 16px auto 0; object-fit: contain; }
.ar-equipment-copy small { margin-bottom: 11px; color: var(--ar-muted); font-weight: 750; text-transform: uppercase; }
.ar-equipment-copy > span { color: var(--ar-muted); font-size: 13px; }
.ar-equipment-copy b { margin-top: 8px; color: #812719; font-size: 13px; }
.ar-equipment-copy em { margin-top: 8px; color: var(--ar-muted); font-size: 13px; font-style: normal; }
.ar-equipment-card.is-unavailable { opacity: .62; filter: grayscale(.35); }
.ar-add-equipment { min-height: 44px; padding: 9px 16px; margin-top: 16px; color: #fff; background: var(--ar-orange); border: 0; border-radius: 999px; font-weight: 850; cursor: pointer; }
.ar-add-equipment:disabled { cursor: not-allowed; opacity: .45; }
.ar-cart { padding: 20px; margin-top: 24px; background: var(--ar-paper); border-radius: 14px; }
.ar-cart > h3 { margin: 0 0 12px; }
.ar-cart-item { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; padding: 12px 0; border-top: 1px solid var(--ar-line); }
.ar-cart-item:first-of-type { border-top: 0; }
.ar-cart-item span { display: block; color: var(--ar-muted); font-size: 13px; }
.ar-cart-item button { color: #812719; background: transparent; border: 0; cursor: pointer; text-decoration: underline; }
.ar-cart-item > div:last-child { display: flex; gap: 9px; }
.ar-supplementary-offers { padding: 22px; margin-top: 18px; border: 1px solid var(--ar-line); border-radius: 14px; }
.ar-supplementary-offers > h3 { margin: 0 0 4px; }
.ar-supplementary-offers > p { margin: 0 0 16px; color: var(--ar-muted); }
.ar-supplementary-grid { display: grid; gap: 14px; }
.ar-supplementary-card { display: grid; grid-template-columns: minmax(120px, 190px) 1fr; align-items: start; gap: 18px; padding: 16px; background: var(--ar-paper); border-radius: 12px; }
.ar-supplementary-card > img { width: 100%; height: 130px; object-fit: contain; background: #fff; border-radius: 8px; }
.ar-supplementary-card h4 { margin: 0 0 8px; font-size: 19px; }
.ar-supplementary-card details { margin-bottom: 12px; }
.ar-supplementary-card summary { color: #812719; cursor: pointer; font-weight: 750; }
.ar-supplementary-card button { margin-top: 12px; }
.ar-schedule-lock { padding: 12px 14px; color: #744b00; background: #fff7df; border-radius: 9px; }

.ar-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.ar-fields > label, .ar-return-field { display: flex; flex-direction: column; gap: 7px; }
.ar-fields > label > span, .ar-return-field > span { font-size: 14px; font-weight: 800; }
.ar-other-location small, .ar-route-status { display: block; color: var(--ar-muted); font-size: 13px; line-height: 1.45; }
.ar-route-status { color: #174d37; font-weight: 750; }
.ar-fields input[type="text"], .ar-fields input[type="email"], .ar-fields input[type="tel"], .ar-fields input[type="number"], .ar-fields input[type="datetime-local"] {
	width: 100%;
	min-height: 52px;
	padding: 10px 13px;
	color: var(--ar-ink);
	background: #fff;
	border: 1px solid #b9c2bd;
	border-radius: 9px;
}
.ar-fields input:focus { border-color: var(--ar-orange); outline: 3px solid color-mix(in srgb, var(--ar-orange), transparent 80%); }
.ar-fields small { color: var(--ar-muted); }
.ar-return-field { gap: 9px; }
.ar-return-field label { display: flex; align-items: center; gap: 8px; }
.ar-return-field input { width: 18px; height: 18px; accent-color: var(--ar-orange); }
.ar-create-account { grid-column: 1 / -1; padding: 18px; background: var(--ar-paper); border-radius: 12px; }
.ar-create-account > label:first-child { display: flex; align-items: center; gap: 9px; font-weight: 800; }
.ar-create-account input[type="checkbox"] { width: 19px; height: 19px; accent-color: var(--ar-orange); }
.ar-quote-delivery { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; padding: 18px; background: var(--ar-paper); border-radius: 12px; }
.ar-quote-delivery > strong { flex-basis: 100%; }
.ar-quote-delivery label { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; }
.ar-account-password { display: flex; max-width: 480px; flex-direction: column; gap: 7px; margin-top: 15px; }
[hidden] { display: none !important; }

.ar-submit { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; color: #fff; background: var(--ar-ink); border-radius: 18px; }
.ar-submit p { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.ar-submit button { min-height: 52px; padding: 11px 22px; color: #fff; background: var(--ar-orange); border: 0; border-radius: 999px; font-weight: 850; cursor: pointer; white-space: nowrap; }
.ar-submit button:hover { filter: brightness(.92); }
.ar-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }
.ar-review-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.ar-review-heading h2 { margin: 0; font-size: clamp(36px, 5vw, 58px); }
.ar-eyebrow { margin: 0 0 8px; color: #bf4218; font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.ar-secondary-button, .ar-link-button { padding: 9px 14px; color: var(--ar-ink); background: #fff; border: 1px solid var(--ar-line); border-radius: 999px; font-weight: 800; cursor: pointer; }
.ar-review-schedule { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px; margin-bottom: 18px; background: var(--ar-paper); border-radius: 12px; }
.ar-review-schedule span { color: var(--ar-muted); }
.ar-review-items { display: grid; gap: 16px; }
.ar-review-item { padding: 20px; border: 1px solid var(--ar-line); border-radius: 14px; }
.ar-review-item-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.ar-review-item-heading h3 { margin: 0; font-size: 22px; }
.ar-review-item > p { margin: 10px 0; color: var(--ar-muted); }
.ar-review-mileage { display: grid; grid-template-columns: 1fr 110px auto; align-items: center; gap: 12px; padding: 12px; background: var(--ar-paper); border-radius: 9px; font-weight: 800; }
.ar-review-mileage input { min-height: 42px; padding: 7px 10px; border: 1px solid #b9c2bd; border-radius: 8px; }
.ar-review-item .ar-cross-sells { margin-bottom: 12px; }
.ar-tax-note { color: var(--ar-muted); font-size: 14px; }

.ar-auth-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.ar-auth-grid .ar-section h3, .ar-profile-card h3, .ar-history > h3 { margin: 0 0 22px; font-size: 28px; letter-spacing: -.035em; }
.ar-auth-form { display: flex; flex-direction: column; gap: 16px; }
.ar-auth-form > label:not(.ar-inline-check) { display: flex; flex-direction: column; gap: 7px; font-size: 14px; font-weight: 800; }
.ar-auth-form input[type="text"], .ar-auth-form input[type="email"], .ar-auth-form input[type="tel"], .ar-auth-form input[type="password"] { width: 100%; min-height: 52px; padding: 10px 13px; border: 1px solid #b9c2bd; border-radius: 9px; }
.ar-auth-form small { color: var(--ar-muted); font-weight: 400; }
.ar-inline-check { display: flex; align-items: center; gap: 8px; }
.ar-inline-check input { width: 18px; height: 18px; accent-color: var(--ar-orange); }
.ar-auth-form button, .ar-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 20px; color: #fff !important; background: var(--ar-orange); border: 0; border-radius: 999px; font-weight: 850; text-decoration: none; cursor: pointer; }
.ar-auth-form button { align-self: flex-start; }
.ar-account-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; margin-bottom: 24px; color: #fff; background: var(--ar-ink); border-radius: 18px; }
.ar-account-heading h3 { margin: 0; color: #fff; font-size: 28px; }
.ar-account-heading p { margin: 3px 0 0; color: rgba(255,255,255,.7); }
.ar-account-actions { display: flex; align-items: center; gap: 17px; }
.ar-account-actions > a:last-child { color: #fff; }
.ar-account-layout { display: grid; grid-template-columns: minmax(260px, .34fr) minmax(0, .66fr); align-items: start; gap: 24px; }
.ar-profile-card { position: sticky; top: 100px; }
.ar-history-list { display: grid; gap: 14px; }
.ar-history-card { padding: 20px; background: #fff; border: 1px solid var(--ar-line); border-radius: 15px; }
.ar-history-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.ar-history-top small { color: var(--ar-muted); }
.ar-history-top h4 { margin: 3px 0 0; font-size: 20px; }
.ar-status { padding: 5px 10px; border-radius: 999px; background: var(--ar-paper); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.ar-status-confirmed, .ar-status-completed { color: #174d37; background: #e7f6ee; }
.ar-status-cancelled { color: #812719; background: #fff0ed; }
.ar-status-pending { color: #744b00; background: #fff7df; }
.ar-history-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 18px 0 0; }
.ar-history-card dl div { padding-top: 12px; border-top: 1px solid var(--ar-line); }
.ar-history-card dt { color: var(--ar-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.ar-history-card dd { margin: 2px 0 0; font-size: 14px; }
.ar-empty-history { padding: 28px; background: var(--ar-paper); border-radius: 15px; text-align: center; }
.ar-history-toolbar { display: flex; justify-content: flex-end; margin-bottom: 24px; }
.ar-history-section-title { margin: 30px 0 14px; font-size: 24px; }
.ar-reservation-details { padding-top: 14px; margin-top: 14px; border-top: 1px solid var(--ar-line); }
.ar-reservation-details summary { cursor: pointer; font-weight: 800; }
.ar-reservation-details p { margin: 10px 0 0; color: var(--ar-muted); font-size: 14px; }
.ar-reservation-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 16px; }
.ar-reservation-actions form { margin: 0; }
.ar-reservation-actions button { padding: 8px 13px; color: var(--ar-ink); background: #fff; border: 1px solid var(--ar-line); border-radius: 999px; font-weight: 800; cursor: pointer; }
.ar-reservation-actions button:hover { border-color: var(--ar-orange); }
.ar-reservation-actions > span { color: #744b00; font-size: 13px; font-weight: 800; }
.ar-status-suspended { color: #4b3b72; background: #f0ecff; }
.ar-dialog { width: min(680px, calc(100% - 28px)); max-height: calc(100dvh - 40px); padding: 0; color: var(--ar-ink); background: transparent; border: 0; }
.ar-dialog::backdrop { background: rgba(10, 17, 15, .72); backdrop-filter: blur(3px); }
.ar-dialog-card { position: relative; padding: 30px; overflow-y: auto; background: #fff; border-radius: 20px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.ar-dialog-card > h2 { margin: 0 45px 24px 0; font-size: 34px; }
.ar-dialog-close { position: absolute; top: 15px; right: 15px; width: 38px; height: 38px; padding: 0; background: var(--ar-paper); border: 0; border-radius: 50%; font-size: 24px; cursor: pointer; }
.ar-dialog-field { display: flex; flex-direction: column; gap: 7px; font-weight: 800; }
.ar-dialog-field input { min-height: 50px; padding: 10px 13px; border: 1px solid #b9c2bd; border-radius: 9px; }
.ar-mileage-disclosure { padding: 12px 14px; color: var(--ar-muted); background: var(--ar-paper); border-radius: 10px; font-size: 13px; }
.ar-towing { padding: 18px; background: var(--ar-paper); border-radius: 12px; }
.ar-towing h3 { margin: 0 0 10px; }
.ar-towing label { display: flex; align-items: flex-start; gap: 9px; margin-top: 14px; font-weight: 800; }
.ar-cross-sells { margin: 22px 0; }
.ar-cross-sells > h3 { margin-bottom: 10px; }
.ar-cross-sell { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; padding: 12px 0; border-top: 1px solid var(--ar-line); }
.ar-cross-sell > img { width: 54px; height: 54px; object-fit: cover; border-radius: 8px; }
.ar-cross-sell label { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; }
.ar-cross-sell input[type="checkbox"] { width: 17px; height: 17px; accent-color: var(--ar-orange); }
.ar-cross-sell details { margin: 8px 0 0 28px; color: var(--ar-muted); font-size: 14px; }
.ar-cross-sell summary { cursor: pointer; font-weight: 750; }
.ar-dialog-estimate, .ar-final-estimate { display: flex; flex-direction: column; gap: 8px; padding: 16px; margin: 18px 0; color: #fff; background: var(--ar-ink); border-radius: 12px; }
.ar-final-estimate strong { font-size: 22px; }
.ar-final-estimate span { color: rgba(255,255,255,.72); font-size: 13px; }
.ar-final-estimate > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.ar-final-estimate .ar-total-row { padding-top: 10px; border-top: 1px solid rgba(255,255,255,.2); }
.ar-final-estimate .ar-total-row span { color: #fff; font-weight: 850; }

@media (max-width: 900px) {
	.ar-account-layout { grid-template-columns: 1fr; }
	.ar-profile-card { position: static; }
	.entry-content > .alameda-reservations, .alameda-reservations { width: calc(100% - 32px); max-width: calc(100% - 32px); margin-inline: auto; }
	.ar-section { max-width: 100%; }
}

@media (max-width: 620px) {
	.alameda-reservations { width: min(100% - 24px, 1180px); margin-top: 38px; }
	.ar-section { padding: 20px 15px; border-radius: 16px; }
	.ar-equipment-visual { min-height: 220px; padding: 22px 16px; }
	.ar-equipment-visual img { max-height: 220px; }
	.ar-equipment-copy { padding: 22px 18px 24px; }
	.ar-fields { grid-template-columns: 1fr; }
	.ar-auth-grid { grid-template-columns: 1fr; }
	.ar-rental-type-first { grid-template-columns: minmax(0, 520px); justify-content: center; }
	.ar-account-bar, .ar-account-heading, .ar-account-actions { align-items: stretch; flex-direction: column; }
	.ar-history-card dl { grid-template-columns: 1fr; }
	.ar-cart-item { grid-template-columns: 1fr auto; }
	.ar-cart-item button { grid-column: 1 / -1; justify-self: start; }
	.ar-equipment-group { padding: 18px 12px; }
	.ar-supplementary-card { grid-template-columns: 1fr; }
	.ar-supplementary-card > img { height: 180px; }
	.ar-dialog-card { padding: 24px 18px; }
	.ar-review-heading, .ar-review-schedule { align-items: stretch; flex-direction: column; }
	.ar-review-mileage { grid-template-columns: 1fr; }
	.ar-submit { align-items: stretch; flex-direction: column; }
	.ar-submit button { width: 100%; }
}
