[hidden] {
    display: none !important;
}

button,
input {
    font: inherit;
}

button {
    color: inherit;
}

button:focus-visible,
input:focus-visible {
    outline: var(--hp-focus-ring);
    outline-offset: var(--hp-focus-offset);
}

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

.component-preview {
    background: var(--hp-color-surface);
}

.component-preview__section {
    padding: var(--hp-space-8) 0 var(--hp-space-10);
}

.component-preview__section--muted {
    background: var(--hp-color-surface-muted);
}

.component-preview__section h2 {
    margin: 0 0 var(--hp-space-5);
    color: var(--hp-color-link);
    font-size: 18px;
    line-height: 1.5;
}

.category-selector__controls {
    display: flex;
    justify-content: center;
}

.category-selector__button {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: calc(33.33% - 1.33px);
    height: 54px;
    padding: 0 var(--hp-space-1);
    border: 0;
    border-radius: var(--hp-radius-medium) var(--hp-radius-medium) 0 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: var(--hp-font-weight-bold);
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
}

.category-selector__button:nth-child(n + 2) {
    margin-left: 2px;
}

.category-selector__button::after {
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    content: "";
    opacity: 0;
    transform: translateX(-50%);
}

.category-selector__button.is-active::after {
    border-top: 6px solid currentcolor;
    opacity: 1;
}

.category-selector__button--monthly {
    color: var(--hp-color-on-monthly);
    background: var(--hp-color-category-monthly);
}

.category-selector__button--rizapa {
    color: var(--hp-color-on-rizapa);
    background: var(--hp-color-category-rizapa);
}

.category-selector__button--hourly {
    color: var(--hp-color-on-hourly-action);
    background: var(--hp-color-category-hourly-action);
}

.category-selector__button:not(.is-active) {
    filter: saturate(0.82) brightness(1.08);
}

.category-selector__button:hover {
    filter: brightness(0.97);
}

.category-search__panels {
    padding: 17px 16px 20px;
    border-radius: 0 0 var(--hp-radius-medium) var(--hp-radius-medium);
    background: var(--hp-color-surface);
    box-shadow: var(--hp-shadow-raised-compact);
}

.parking-search__label {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    color: var(--hp-color-category-monthly-text);
    font-size: 14px;
    font-weight: var(--hp-font-weight-bold);
    line-height: 21px;
}

.parking-search--rizapa .parking-search__label {
    color: var(--hp-color-category-rizapa-text);
}

.parking-search--hourly .parking-search__label {
    color: var(--hp-color-category-hourly-action);
}

.parking-search__icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: var(--hp-space-2);
    border: 2px solid currentcolor;
    border-radius: 50%;
}

.parking-search__icon::after {
    position: absolute;
    right: -5px;
    bottom: -3px;
    width: 7px;
    border-bottom: 2px solid currentcolor;
    content: "";
    transform: rotate(45deg);
}

.parking-search__controls {
    display: flex;
    border-radius: var(--hp-radius-small);
    overflow: hidden;
}

.parking-search__controls input {
    display: block;
    width: calc(100% - 68px);
    height: 42px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: var(--hp-radius-small) 0 0 var(--hp-radius-small);
    background: var(--hp-color-surface-muted);
    font-size: 11px;
}

.parking-search__controls input::placeholder {
    color: var(--hp-color-text-muted);
    opacity: 1;
}

.parking-search__controls input:focus-visible {
    position: relative;
    z-index: 1;
    outline-offset: -3px;
}

.parking-search__controls button {
    width: 68px;
    padding: 0;
    border: 0;
    color: var(--hp-color-on-monthly);
    background: var(--hp-color-category-monthly);
    cursor: pointer;
    font-size: 14px;
    font-weight: var(--hp-font-weight-bold);
}

.parking-search--rizapa .parking-search__controls button {
    color: var(--hp-color-on-rizapa);
    background: var(--hp-color-category-rizapa);
}

.parking-search--hourly .parking-search__controls button {
    color: var(--hp-color-on-hourly-action);
    background: var(--hp-color-category-hourly-action);
}

.status-examples {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hp-space-3);
}

.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    min-height: 24px;
    padding: 2px var(--hp-space-3);
    border: 1px solid transparent;
    border-radius: var(--hp-radius-small);
    font-size: 13px;
    font-weight: var(--hp-font-weight-bold);
    line-height: 1.35;
    text-align: center;
}

.status-badge--available {
    border-color: var(--hp-color-border);
    color: var(--hp-color-status-available-fg);
    background: var(--hp-color-status-available-bg);
}

.status-badge--congested {
    color: var(--hp-color-status-congested-fg);
    background: var(--hp-color-status-congested-bg);
}

.status-badge--inquiry {
    color: var(--hp-color-status-inquiry-fg);
    background: var(--hp-color-status-inquiry-bg);
}

.status-badge--waitlist {
    color: var(--hp-color-status-waitlist-fg);
    background: var(--hp-color-status-waitlist-bg);
}

.status-badge--full {
    color: var(--hp-color-status-full-fg);
    background: var(--hp-color-status-full-bg);
}

.status-badge--unknown {
    border-color: var(--hp-color-status-unknown-border);
    color: var(--hp-color-status-unknown-fg);
    background: var(--hp-color-status-unknown-bg);
}

.parking-card-list {
    display: grid;
    gap: 14px;
}

.parking-card {
    position: relative;
    border: 1px solid var(--hp-color-border);
    border-radius: var(--hp-radius-medium);
    background: var(--hp-color-surface);
}

.parking-card__link {
    position: relative;
    padding: 13px 13px 15px;
    border-radius: inherit;
}

.parking-card__link:hover .parking-card__title {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.parking-card__number {
    position: absolute;
    top: 14px;
    left: 13px;
    width: 20px;
    border-radius: 50%;
    color: var(--hp-color-on-monthly);
    background: var(--hp-color-category-monthly);
    font-size: 12px;
    font-weight: var(--hp-font-weight-bold);
    line-height: 20px;
    text-align: center;
}

.parking-card--rizapa .parking-card__number {
    color: var(--hp-color-on-rizapa);
    background: var(--hp-color-category-rizapa);
}

.parking-card--hourly .parking-card__number {
    color: var(--hp-color-on-hourly-action);
    background: var(--hp-color-category-hourly-action);
}

.parking-card__title {
    min-height: 21px;
    margin: 0 0 13px 29px;
    font-size: 14px;
    font-weight: var(--hp-font-weight-bold);
    line-height: 1.5;
}

.parking-card__info {
    display: flex;
    justify-content: space-between;
}

.parking-card__image {
    position: relative;
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--hp-color-surface-muted);
}

.parking-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parking-card__image .status-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    min-width: 0;
    min-height: 20px;
    padding: 0 2px;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
}

.parking-card__body {
    width: calc(100% - 92px);
}

.parking-card__address {
    min-height: 42px;
    font-size: 14px;
    line-height: 1.5;
}

.parking-card__dimensions {
    display: none;
}

.parking-card__tags {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 6px);
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
}

.parking-card__tags li {
    margin: 6px 6px 0 0;
    padding: 0 9px;
    border-radius: var(--hp-radius-pill);
    color: var(--hp-color-category-monthly-text);
    background: var(--hp-color-surface-monthly-soft);
    font-size: 12px;
    line-height: 23px;
}

.parking-card--rizapa .parking-card__tags li {
    color: var(--hp-color-category-rizapa-text);
    background: #e8f7fe;
}

.parking-card--hourly .parking-card__tags li {
    color: var(--hp-color-category-hourly-action);
    background: #edf6ef;
}

.price-display {
    margin-top: 9px;
}

.price-display__items {
    margin: 0;
}

.price-display__item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: var(--hp-space-2);
}

.price-display__item:nth-child(n + 2) {
    margin-top: var(--hp-space-1);
}

.price-display__item dt {
    color: var(--hp-color-text-muted);
    font-size: 12px;
    line-height: 1.5;
}

.price-display__item dd {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.price-display__item strong {
    font-family: var(--hp-font-family-numeric);
    font-weight: var(--hp-font-weight-bold);
}

.price-display__item small {
    margin-left: var(--hp-space-1);
    font-size: 11px;
    font-weight: var(--hp-font-weight-regular);
}

.price-display__note {
    margin-top: var(--hp-space-1);
    color: var(--hp-color-text-muted);
    font-size: 11px;
}

.component-preview__gallery {
    max-width: 540px;
}

.responsive-image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--hp-color-surface-muted);
}

.responsive-image[data-image-state="fallback"] img {
    object-fit: contain;
}

.image-gallery__viewport {
    height: 262px;
    background: var(--hp-color-surface-muted);
    overflow: hidden;
}

.image-gallery__slide {
    height: 100%;
    margin: 0;
}

.image-gallery__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-gallery__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.image-gallery__navigation {
    position: relative;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--hp-color-on-monthly);
    background: var(--hp-color-category-monthly);
    cursor: pointer;
}

.image-gallery__navigation::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-bottom: 2px solid currentcolor;
    border-left: 2px solid currentcolor;
    content: "";
    transform: translate(-35%, -50%) rotate(45deg);
}

.image-gallery__navigation--next::before {
    transform: translate(-65%, -50%) rotate(225deg);
}

.image-gallery__count {
    min-width: 76px;
    margin: 0 var(--hp-space-3);
    color: var(--hp-color-text-muted);
    font-family: var(--hp-font-family-numeric);
    font-size: 14px;
    text-align: center;
}

.image-gallery__thumbnails {
    display: flex;
    gap: var(--hp-space-2);
    justify-content: center;
    margin-top: var(--hp-space-4);
}

.image-gallery__thumbnails button {
    width: 72px;
    height: 48px;
    padding: 0;
    border: 2px solid transparent;
    background: var(--hp-color-surface);
    cursor: pointer;
    opacity: 0.6;
}

.image-gallery__thumbnails button[aria-current="true"] {
    border-color: var(--hp-color-link);
    opacity: 1;
}

.image-gallery__thumbnails img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 961px) {
    .component-preview__section {
        padding: var(--hp-space-12) 0 var(--hp-space-15);
    }

    .component-preview__section h2 {
        margin-bottom: var(--hp-space-6);
        font-size: 24px;
    }

    .category-selector__button {
        width: calc((100% - 12px) / 3);
        max-width: 356px;
        height: 99px;
        padding: 0 var(--hp-space-4);
        border-radius: var(--hp-radius-large) var(--hp-radius-large) 0 0;
        font-size: 28px;
        line-height: 1.5;
    }

    .category-selector__button:nth-child(n + 2) {
        margin-left: 6px;
    }

    .category-selector__button::after {
        border-right-width: 8px;
        border-left-width: 8px;
    }

    .category-selector__button.is-active::after {
        border-top-width: 9px;
    }

    .category-search__panels {
        min-height: 154px;
        padding: 34px 98px;
        border-radius: 0 0 var(--hp-radius-large) var(--hp-radius-large);
        box-shadow: var(--hp-shadow-raised-wide);
    }

    .parking-search {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .parking-search__label {
        flex: 0 0 auto;
        margin: 0 18px 0 3px;
        font-size: 17px;
        white-space: nowrap;
    }

    .parking-search__icon {
        width: 23px;
        height: 23px;
        margin-right: var(--hp-space-3);
    }

    .parking-search__controls {
        width: min(735px, 72%);
        border-radius: var(--hp-radius-large);
    }

    .parking-search__controls input {
        width: calc(100% - 115px);
        height: 58px;
        padding: 0 33px;
        border-radius: var(--hp-radius-large) 0 0 var(--hp-radius-large);
        font-size: 16px;
    }

    .parking-search__controls button {
        width: 115px;
        font-size: 19px;
    }

    .status-badge {
        min-width: 86px;
        min-height: 28px;
        font-size: 14px;
    }

    .parking-card-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--hp-space-5);
    }

    .parking-card__link {
        min-height: 210px;
        padding: 15px 25px 18px 54px;
        border-radius: var(--hp-radius-large);
    }

    .parking-card__number {
        top: 15px;
        left: 14px;
        width: 24px;
        font-size: 14px;
        line-height: 24px;
    }

    .parking-card__title {
        margin: 0 0 6px 126px;
        padding-right: 20px;
        font-size: 18px;
    }

    .parking-card__info {
        display: block;
        margin-left: 126px;
    }

    .parking-card__image {
        position: absolute;
        top: 13px;
        left: 54px;
        width: 100px;
        height: 100px;
    }

    .parking-card__image .status-badge {
        min-height: 22px;
        font-size: 13px;
        line-height: 22px;
    }

    .parking-card__body {
        width: 100%;
    }

    .parking-card__address {
        min-height: 21px;
    }

    .parking-card__dimensions {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 14px);
        margin: 0;
    }

    .parking-card__dimensions > div {
        display: flex;
        margin-right: 14px;
    }

    .parking-card__dimensions dt,
    .parking-card__dimensions dd {
        margin: 0;
        color: var(--hp-color-text-muted);
        font-size: 12px;
        line-height: 1.5;
    }

    .price-display {
        margin-top: 12px;
    }

    .price-display__items {
        display: flex;
        flex-wrap: wrap;
        gap: var(--hp-space-2) var(--hp-space-4);
    }

    .price-display__item:nth-child(n + 2) {
        margin-top: 0;
    }

    .price-display__item dd {
        font-size: 18px;
        line-height: 27px;
    }

    .price-display__item small {
        font-size: 12px;
    }

    .image-gallery {
        position: relative;
    }

    .image-gallery__viewport {
        height: 376px;
    }

    .image-gallery__controls {
        margin-top: 18px;
    }

    .image-gallery__navigation {
        position: absolute;
        top: 170px;
        z-index: 1;
        width: 35px;
        height: 35px;
    }

    .image-gallery__navigation--previous {
        left: 16px;
    }

    .image-gallery__navigation--next {
        right: 16px;
    }

    .image-gallery__count {
        margin: 0;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .category-search__panels {
        padding-right: var(--hp-space-8);
        padding-left: var(--hp-space-8);
    }

    .parking-search__label {
        font-size: 15px;
    }

    .parking-card-list {
        grid-template-columns: 1fr;
    }
}

.content-state-preview {
    padding: var(--hp-space-8) 0 var(--hp-space-12);
    background: var(--hp-color-surface-muted);
}

.content-state-preview__example + .content-state-preview__example {
    margin-top: var(--hp-space-8);
}

.content-state-preview__example > h2 {
    margin: 0 0 var(--hp-space-3);
    color: var(--hp-color-link);
    font-size: 16px;
}

.content-state,
.error-page .content-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    padding: var(--hp-space-8) var(--hp-space-5);
    border: 1px solid var(--hp-color-border);
    border-top: 4px solid var(--hp-color-link);
    border-radius: var(--hp-radius-large);
    background: var(--hp-color-surface);
    box-shadow: var(--hp-shadow-raised-compact);
    text-align: center;
}

.content-state--error,
.content-state--offline {
    border-top-color: var(--hp-color-state-error);
    background: var(--hp-color-state-error-soft);
}

.content-state--external {
    border-top-color: var(--hp-color-state-notice);
    background: var(--hp-color-state-notice-soft);
}

.content-state__icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: var(--hp-space-5);
    border: 3px solid var(--hp-color-link);
    border-radius: 50%;
    color: var(--hp-color-link);
    font-family: var(--hp-font-family-display);
    font-size: 32px;
    font-weight: var(--hp-font-weight-bold);
    line-height: 1;
}

.content-state--loading .content-state__icon {
    border-color: var(--hp-color-border);
    border-top-color: var(--hp-color-category-monthly);
    animation: content-state-spin 900ms linear infinite;
}

.content-state--empty .content-state__icon::before {
    width: 24px;
    height: 24px;
    border: 3px solid currentcolor;
    border-radius: 50%;
    content: "";
    transform: translate(-3px, -3px);
}

.content-state--empty .content-state__icon::after {
    position: absolute;
    right: 12px;
    bottom: 13px;
    width: 18px;
    border-bottom: 3px solid currentcolor;
    content: "";
    transform: rotate(45deg);
}

.content-state--error .content-state__icon,
.content-state--offline .content-state__icon {
    border-color: var(--hp-color-state-error);
    color: var(--hp-color-state-error);
}

.content-state--external .content-state__icon {
    border-color: var(--hp-color-state-notice);
    color: var(--hp-color-state-notice);
}

.content-state--not-found .content-state__icon {
    width: auto;
    min-width: 90px;
    padding: 0 var(--hp-space-4);
    border-radius: var(--hp-radius-pill);
    font-size: 24px;
}

.content-state__body {
    width: 100%;
    max-width: 620px;
}

.content-state__title,
.component-preview__section .content-state__title {
    margin: 0;
    color: var(--hp-color-text);
    font-size: 19px;
    line-height: 1.5;
}

.content-state__message {
    margin: var(--hp-space-3) 0 0;
    color: var(--hp-color-text-muted);
    font-size: 14px;
    line-height: 1.8;
}

.content-state__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--hp-space-3);
    margin-top: var(--hp-space-6);
}

.content-state__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 44px;
    padding: var(--hp-space-2) var(--hp-space-5);
    border: 2px solid var(--hp-color-link);
    border-radius: var(--hp-radius-medium);
    cursor: pointer;
    font-size: 14px;
    font-weight: var(--hp-font-weight-bold);
    line-height: 1.5;
    text-decoration: none;
}

.content-state__action--primary {
    color: var(--hp-color-on-link);
    background: var(--hp-color-link);
}

.content-state__action--secondary {
    color: var(--hp-color-link);
    background: var(--hp-color-surface);
}

.content-state__action:hover {
    filter: brightness(0.94);
}

.content-state__action:focus-visible {
    outline: var(--hp-focus-ring);
    outline-offset: var(--hp-focus-offset);
}

.error-page {
    padding: var(--hp-space-10) 0 var(--hp-space-15);
    background: var(--hp-color-surface-muted);
}

@keyframes content-state-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .content-state--loading .content-state__icon {
        animation: none;
    }
}

@media (min-width: 961px) {
    .content-state-preview {
        padding: var(--hp-space-12) 0 var(--hp-space-15);
    }

    .content-state-preview__example + .content-state-preview__example {
        margin-top: var(--hp-space-10);
    }

    .content-state,
    .error-page .content-state {
        min-height: 300px;
        padding: var(--hp-space-10) var(--hp-space-8);
        box-shadow: var(--hp-shadow-raised-wide);
    }

    .content-state__icon {
        width: 76px;
        height: 76px;
    }

    .content-state__title,
    .component-preview__section .content-state__title {
        font-size: 24px;
    }

    .content-state__message {
        font-size: 16px;
    }

    .error-page {
        padding: var(--hp-space-15) 0 80px;
    }
}

.component-preview__notice {
    margin: calc(-1 * var(--hp-space-3)) 0 var(--hp-space-5);
    color: var(--hp-color-text-muted);
    font-size: 12px;
    line-height: 1.6;
}

.parking-map-list {
    --parking-map-accent: var(--hp-color-category-monthly);
    --parking-map-accent-fg: var(--hp-color-on-monthly);
    --parking-map-accent-text: var(--hp-color-category-monthly-text);
}

.parking-map-list--rizapa {
    --parking-map-accent: var(--hp-color-category-rizapa);
    --parking-map-accent-fg: var(--hp-color-on-rizapa);
    --parking-map-accent-text: var(--hp-color-category-rizapa-text);
}

.parking-map-list--hourly {
    --parking-map-accent: var(--hp-color-category-hourly-action);
    --parking-map-accent-fg: var(--hp-color-on-hourly-action);
    --parking-map-accent-text: var(--hp-color-category-hourly-action);
}

.parking-map-list__view-switch {
    margin-bottom: var(--hp-space-4);
}

.parking-map-list__view-switch > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--parking-map-accent);
    border-radius: var(--hp-radius-medium);
}

.parking-map-list__view-switch button {
    min-height: 44px;
    padding: var(--hp-space-2) var(--hp-space-3);
    border: 0;
    color: var(--parking-map-accent-text);
    background: var(--hp-color-surface);
    cursor: pointer;
    font-size: 14px;
    font-weight: var(--hp-font-weight-bold);
}

.parking-map-list__view-switch button:nth-child(n + 2) {
    border-left: 1px solid var(--parking-map-accent);
}

.parking-map-list__view-switch button[aria-pressed="true"] {
    color: var(--parking-map-accent-fg);
    background: var(--parking-map-accent);
}

.parking-map-list__map {
    position: relative;
    height: 330px;
    overflow: hidden;
    border: 1px solid var(--hp-color-border);
    background: #e7eee8;
}

.parking-map-list__map-drawing,
.parking-map-list__pins {
    position: absolute;
    inset: 0;
}

.parking-map-list__map-drawing {
    overflow: hidden;
    background:
        linear-gradient(19deg, transparent 0 45%, rgba(255, 255, 255, 0.92) 45.3% 49%, transparent 49.3%),
        linear-gradient(104deg, transparent 0 38%, rgba(255, 255, 255, 0.88) 38.3% 42%, transparent 42.3%),
        repeating-linear-gradient(0deg, transparent 0 42px, rgba(137, 164, 169, 0.25) 43px 44px),
        repeating-linear-gradient(90deg, transparent 0 64px, rgba(137, 164, 169, 0.22) 65px 66px),
        #e7eee8;
}

.parking-map-list__water {
    position: absolute;
    top: -16%;
    right: 7%;
    width: 17%;
    height: 140%;
    background: #b9dfed;
    transform: rotate(8deg);
}

.parking-map-list__road {
    position: absolute;
    height: 7px;
    border-top: 1px solid #c6bfa9;
    border-bottom: 1px solid #c6bfa9;
    background: #fffdf6;
    transform-origin: left center;
}

.parking-map-list__road--one {
    top: 23%;
    left: -5%;
    width: 92%;
    transform: rotate(13deg);
}

.parking-map-list__road--two {
    top: 74%;
    left: 6%;
    width: 86%;
    transform: rotate(-19deg);
}

.parking-map-list__road--three {
    top: -4%;
    left: 54%;
    width: 73%;
    transform: rotate(72deg);
}

.parking-map-list__place {
    position: absolute;
    color: #627075;
    font-size: 11px;
    font-weight: var(--hp-font-weight-medium);
}

.parking-map-list__place--umeda {
    top: 14%;
    left: 20%;
}

.parking-map-list__place--fukushima {
    right: 19%;
    bottom: 15%;
}

.parking-map-list__pin {
    position: absolute;
    top: var(--parking-pin-y);
    left: var(--parking-pin-x);
    z-index: 2;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 2px solid var(--hp-color-surface);
    border-radius: 50% 50% 50% 4px;
    box-shadow: 0 2px 5px rgba(25, 38, 52, 0.32);
    cursor: pointer;
    transform: translate(-50%, -100%) rotate(-45deg);
    transition: filter var(--hp-duration-fast), transform var(--hp-duration-fast);
}

.parking-map-list__pin > span {
    display: block;
    font-family: var(--hp-font-family-numeric);
    font-size: 13px;
    font-weight: var(--hp-font-weight-bold);
    line-height: 28px;
    transform: rotate(45deg);
}

.parking-map-list__pin:hover,
.parking-map-list__pin.is-selected {
    z-index: 3;
    filter: brightness(1.08);
    transform: translate(-50%, -100%) rotate(-45deg) scale(1.22);
}

.parking-map-list__pin:focus-visible {
    z-index: 4;
    outline-offset: 4px;
}

.parking-map-list__pin--available {
    border-color: var(--hp-color-border);
    color: var(--hp-color-status-available-fg);
    background: var(--hp-color-status-available-bg);
}

.parking-map-list__pin--congested {
    color: var(--hp-color-status-congested-fg);
    background: var(--hp-color-status-congested-bg);
}

.parking-map-list__pin--inquiry {
    color: var(--hp-color-status-inquiry-fg);
    background: var(--hp-color-status-inquiry-bg);
}

.parking-map-list__pin--waitlist {
    color: var(--hp-color-status-waitlist-fg);
    background: var(--hp-color-status-waitlist-bg);
}

.parking-map-list__pin--full {
    color: var(--hp-color-status-full-fg);
    background: var(--hp-color-status-full-bg);
}

.parking-map-list__pin--unknown {
    border-color: var(--hp-color-status-unknown-border);
    color: var(--hp-color-status-unknown-fg);
    background: var(--hp-color-status-unknown-bg);
}

.parking-map-list__selection-panel {
    position: absolute;
    right: 5px;
    bottom: 5px;
    left: 5px;
    z-index: 5;
    box-shadow: var(--hp-shadow-raised-compact);
}

.parking-map-list__selection-panel .parking-card {
    border-color: var(--parking-map-accent);
}

.parking-map-list__selection-close {
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 2;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: var(--parking-map-accent);
    cursor: pointer;
}

.parking-map-list__selection-close::before,
.parking-map-list__selection-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    border-bottom: 2px solid var(--parking-map-accent-fg);
    content: "";
    transform: translate(-50%, -50%) rotate(45deg);
}

.parking-map-list__selection-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.parking-map-list__legend {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hp-space-2) var(--hp-space-4);
    margin: var(--hp-space-3) 0 var(--hp-space-6);
    padding: 0;
    color: var(--hp-color-text-muted);
    list-style: none;
}

.parking-map-list__legend li {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1.5;
}

.parking-map-list__legend-marker {
    width: 14px;
    height: 14px;
    margin-right: var(--hp-space-2);
    border: 1px solid transparent;
    border-radius: 50%;
}

.parking-map-list__legend-marker--available {
    border-color: var(--hp-color-border);
    background: var(--hp-color-status-available-bg);
}

.parking-map-list__legend-marker--congested {
    background: var(--hp-color-status-congested-bg);
}

.parking-map-list__legend-marker--inquiry {
    background: var(--hp-color-status-inquiry-bg);
}

.parking-map-list__legend-marker--waitlist {
    background: var(--hp-color-status-waitlist-bg);
}

.parking-map-list__legend-marker--full {
    background: var(--hp-color-status-full-bg);
}

.parking-map-list__legend-marker--unknown {
    border-color: var(--hp-color-status-unknown-border);
    background: var(--hp-color-status-unknown-bg);
}

.parking-map-list__list-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: var(--hp-space-3);
}

.parking-map-list__list-heading h2,
.component-preview__section .parking-map-list__list-heading h2 {
    margin: 0;
    color: var(--hp-color-text);
    font-size: 16px;
}

.parking-map-list__list-heading p {
    margin: 0;
    color: var(--hp-color-text-muted);
    font-size: 13px;
}

.parking-map-list__list-heading strong {
    color: var(--parking-map-accent-text);
    font-family: var(--hp-font-family-numeric);
    font-size: 18px;
}

.parking-map-list__items {
    display: grid;
    gap: 14px;
}

.parking-map-list__list-item .parking-card {
    transition: border-color var(--hp-duration-fast), box-shadow var(--hp-duration-fast);
}

.parking-map-list__list-item.is-selected .parking-card {
    border-color: var(--parking-map-accent);
    box-shadow: 0 0 0 2px var(--parking-map-accent);
}

@media (min-width: 961px) {
    .component-preview__notice {
        margin-top: calc(-1 * var(--hp-space-4));
        margin-bottom: var(--hp-space-6);
        font-size: 14px;
    }

    .parking-map-list__layout {
        display: grid;
        grid-template-columns: minmax(0, 540px) minmax(0, 1fr);
        gap: 60px;
        align-items: start;
    }

    .parking-map-list__map {
        height: 540px;
    }

    .parking-map-list__legend {
        margin-bottom: 0;
    }

    .parking-map-list__selection-panel {
        right: 5px;
        bottom: 5px;
        left: 5px;
        box-shadow: var(--hp-shadow-raised-wide);
    }

    .parking-map-list__selection-panel .parking-card__link {
        min-height: 190px;
    }

    .parking-map-list__list-heading {
        min-height: 31px;
        margin-bottom: 9px;
    }

    .parking-map-list__list-heading h2,
    .component-preview__section .parking-map-list__list-heading h2 {
        font-size: 18px;
    }

    .parking-map-list__items {
        max-height: 500px;
        padding: 2px 4px 4px 2px;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .parking-map-list__layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--hp-space-6);
    }
}

.portal-home {
    background: var(--hp-color-surface);
}

.portal-home__search {
    padding: 22px 0 25px;
    background: var(--hp-color-surface-muted);
}

.portal-home__heading {
    margin-bottom: var(--hp-space-5);
}

.portal-home__heading p {
    color: var(--hp-color-text-muted);
    font-size: 12px;
    line-height: 1.5;
}

.portal-home__heading h1 {
    margin-top: var(--hp-space-1);
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.55;
}

.portal-home .category-selector__button {
    display: block;
    padding: 14px var(--hp-space-1) 0;
    color: var(--hp-color-on-link);
    font-family: var(--hp-font-family-display);
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.portal-home .category-selector__label {
    display: inline-block;
    transform: translateY(-7px);
}

.portal-home .category-selector__button--has-supplement {
    padding-top: 5px;
}

.portal-home .category-selector__button--has-supplement .category-selector__label {
    transform: translateY(-8px);
}

.portal-home .category-selector__supplement {
    display: block;
    font-family: var(--hp-font-family-base);
    font-size: clamp(8px, 1.5vw, 11px);
    letter-spacing: -0.04em;
    line-height: 13px;
    white-space: nowrap;
}

.portal-home .category-selector__button::after {
    display: block;
    position: absolute;
    top: 43px;
    bottom: auto;
    left: 50%;
    width: 9px;
    height: 5px;
    margin: 0;
    border: 0;
    background: currentcolor;
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 50%, 50% 100%, 0 50%);
    opacity: 1;
    transform: translateX(-50%);
}

.portal-home .category-selector__button--hourly {
    background: var(--hp-color-category-hourly);
}

.portal-home .category-selector__button:not(.is-active) {
    filter: none;
}

.portal-home-search__panels {
    padding-bottom: 17px;
}

.portal-home-search__panel .portal-home-search__discovery-heading,
.portal-home-search__area-cta {
    display: none;
}

.portal-home-search__panel {
    --portal-home-accent: var(--hp-color-category-monthly);
    --portal-home-accent-text: var(--hp-color-category-monthly-text);
}

.portal-home-search__panel--rizapa {
    --portal-home-accent: var(--hp-color-category-rizapa);
    --portal-home-accent-text: var(--hp-color-category-rizapa-text);
}

.portal-home-search__panel .parking-search__controls button {
    color: var(--hp-color-on-link);
}

.portal-home-search__panel--hourly {
    --portal-home-accent: var(--hp-color-category-hourly);
    --portal-home-accent-text: var(--hp-color-category-hourly-action);
}

.portal-home-search__panel h2 {
    display: flex;
    align-items: center;
    margin: 0 0 var(--hp-space-4);
    color: var(--portal-home-accent);
    font-size: 15px;
    line-height: 1.5;
}

.portal-home-search__description {
    margin: calc(var(--hp-space-2) * -1) 0 var(--hp-space-4);
    color: var(--hp-color-text-muted);
    font-size: 12px;
    line-height: 1.6;
}

.portal-home-search__area-icon {
    display: block;
    flex: 0 0 auto;
    width: 37px;
    height: 27px;
    margin-right: var(--hp-space-2);
}

.portal-home-search__area-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.portal-home-search__areas {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--hp-space-3);
}

.portal-home-search__shortcuts .nearby-search__button {
    opacity: 1;
    cursor: pointer;
}



.parking-index {
    padding-bottom: var(--hp-space-15);
    background: var(--hp-color-surface-muted);
}

.parking-index__category {
    padding: var(--hp-space-8) 0;
}

.parking-index__category h2 {
    margin-bottom: var(--hp-space-4);
    color: var(--hp-color-link);
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.parking-index .category-selector__supplement {
    display: block;
    font-size: 9px;
    line-height: 1.35;
    white-space: nowrap;
}

.parking-index__pending-panel {
    padding: var(--hp-space-8) var(--hp-space-5);
    border-radius: var(--hp-radius-medium);
    background: var(--hp-color-surface);
    box-shadow: var(--hp-shadow-raised-compact);
    text-align: center;
}

.parking-index__pending-panel h2 {
    font-size: 18px;
    line-height: 1.6;
}

.parking-index__pending-panel p {
    margin-top: var(--hp-space-3);
    color: var(--hp-color-text-muted);
}

.parking-index__pending-panel a {
    width: min(100%, 340px);
    margin: var(--hp-space-6) auto 0;
    padding: 12px var(--hp-space-4);
    border-radius: var(--hp-radius-small);
    color: var(--hp-color-on-link);
    background: var(--hp-color-link);
    font-weight: var(--hp-font-weight-bold);
}

.portal-home-search__areas a {
    display: flex;
    position: relative;
    align-items: center;
    min-height: 58px;
    padding: 0 34px 0 35px;
    border: 1px solid var(--hp-color-border);
    border-radius: var(--hp-radius-small);
    color: var(--hp-color-text);
    background: var(--hp-color-surface);
    font-size: 14px;
    font-weight: var(--hp-font-weight-bold);
    text-align: left;
}

.portal-home-search__areas a:hover {
    border-color: var(--portal-home-accent);
    color: var(--portal-home-accent-text);
}

.parking-index__area-search {
    padding: 0 0 var(--hp-space-6);
}

.parking-index__area-panel {
    padding: var(--hp-space-6) var(--hp-space-5);
    border-radius: var(--hp-radius-medium);
    background: var(--hp-color-surface);
    box-shadow: var(--hp-shadow-raised-compact);
}

.parking-index__area-panel h2 {
    margin: 0;
    color: var(--hp-color-link);
    font-size: 18px;
    line-height: 1.5;
}

.parking-index__area-panel > p {
    margin-top: var(--hp-space-2);
    color: var(--hp-color-text-muted);
    font-size: 13px;
}

.parking-index__area-form {
    margin-top: var(--hp-space-5);
}

.parking-index__area-form label {
    display: block;
    margin-bottom: var(--hp-space-2);
    font-weight: var(--hp-font-weight-bold);
}

.parking-index__area-controls {
    display: grid;
    gap: var(--hp-space-3);
}

.parking-index__area-controls select,
.parking-index__area-controls button {
    min-height: 48px;
    border-radius: var(--hp-radius-small);
    font: inherit;
}

.parking-index__area-controls select {
    width: 100%;
    padding: 0 40px 0 var(--hp-space-4);
    border: 1px solid var(--hp-color-border);
    color: var(--hp-color-text);
    background: var(--hp-color-surface);
}

.parking-index__area-controls button {
    padding: 0 var(--hp-space-5);
    border: 0;
    color: var(--hp-color-on-link);
    background: var(--hp-color-link);
    font-weight: var(--hp-font-weight-bold);
    cursor: pointer;
}

.parking-index__area-current {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hp-space-2) var(--hp-space-4);
    align-items: baseline;
    margin-top: var(--hp-space-5) !important;
    color: var(--hp-color-text) !important;
}

.parking-index__area-current a {
    color: var(--hp-color-link);
    text-decoration: underline;
}

.parking-index__keyword-search {
    margin-top: var(--hp-space-6);
    padding-top: var(--hp-space-5);
    border-top: 1px solid var(--hp-color-border);
}

.parking-index__keyword-current {
    display: flex;
    flex-wrap: wrap;
    gap: var(--hp-space-2) var(--hp-space-4);
    align-items: baseline;
    margin-top: var(--hp-space-4) !important;
    color: var(--hp-color-text) !important;
}

.parking-index__keyword-current a {
    color: var(--hp-color-link);
    text-decoration: underline;
}

.parking-index__results,
.parking-index__state {
    padding-bottom: var(--hp-space-8);
}

.parking-index__results-heading {
    display: flex;
    gap: var(--hp-space-4);
    align-items: baseline;
    justify-content: space-between;
}

.parking-index__results-heading h2 {
    margin: 0;
    color: var(--hp-color-link);
    font-size: 20px;
    line-height: 1.5;
}

.parking-index__results-heading p {
    flex: 0 0 auto;
    margin: 0;
    color: var(--hp-color-text-muted);
}

.parking-index__results-heading strong {
    color: var(--hp-color-text);
    font-size: 24px;
}

.parking-index__results-note,
.parking-index__results-followup {
    margin-top: var(--hp-space-3);
    color: var(--hp-color-text-muted);
    font-size: 13px;
}

.parking-index__result-list {
    display: grid;
    gap: var(--hp-space-4);
    margin: var(--hp-space-5) 0 0;
    padding: 0;
    list-style: none;
}

.parking-index__result-card {
    height: 100%;
    padding: var(--hp-space-5);
    border: 1px solid var(--hp-color-border);
    border-radius: var(--hp-radius-medium);
    background: var(--hp-color-surface);
    box-shadow: var(--hp-shadow-raised-compact);
}

.parking-index__result-card h3 {
    margin: 0;
    color: var(--hp-color-text);
    font-size: 17px;
    line-height: 1.5;
}

.parking-index__result-card p {
    margin-top: var(--hp-space-2);
    color: var(--hp-color-text-muted);
    font-size: 14px;
}

@media (min-width: 961px) {
    .parking-index__result-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.portal-home-search__pin {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 12px;
    height: 12px;
    border: 3px solid var(--portal-home-accent);
    border-radius: 50% 50% 50% 0;
    transform: translateY(-62%) rotate(-45deg);
}

.portal-home-search__pin::after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: var(--portal-home-accent);
    content: "";
}

.portal-home-search__arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    color: var(--portal-home-accent-text);
    font-size: 24px;
    line-height: 1;
    transform: translateY(-55%);
}

.portal-home-search__shortcuts {
    display: grid;
    gap: var(--hp-space-3);
    margin-top: var(--hp-space-4);
}

.nearby-search {
    width: 100%;
}

.nearby-search__radius {
    display: grid;
    gap: var(--hp-space-1);
    margin-bottom: var(--hp-space-2);
    color: var(--hp-color-text-muted);
    font-size: 12px;
}

.nearby-search__radius select {
    min-height: 40px;
    padding: 0 var(--hp-space-3);
    border: 1px solid var(--hp-color-border);
    background: var(--hp-color-surface);
    font: inherit;
}

.nearby-search__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 0 var(--hp-space-4);
    border: 1px solid var(--hp-color-border);
    border-radius: var(--hp-radius-small);
    color: var(--hp-color-text);
    background: var(--hp-color-surface-muted);
    font: inherit;
    font-weight: var(--hp-font-weight-bold);
    cursor: pointer;
}

.nearby-search__button:hover {
    border-color: var(--hp-color-link);
}

.nearby-search__button:disabled {
    opacity: 0.65;
    cursor: wait;
}

.nearby-search__help,
.nearby-search__status {
    margin: var(--hp-space-2) 0 0;
    color: var(--hp-color-text-muted);
    font-size: 12px;
    line-height: 1.6;
}

.nearby-search__status:empty {
    display: none;
}

.nearby-search__results {
    margin-top: var(--hp-space-4);
}

.nearby-search__results h3 {
    margin: 0;
    color: var(--hp-color-text);
    font-size: 16px;
}

.nearby-search__results ol {
    display: grid;
    gap: var(--hp-space-3);
    margin: var(--hp-space-3) 0 0;
    padding: 0;
    list-style: none;
}

.nearby-search__card {
    padding: var(--hp-space-4);
    border: 1px solid var(--hp-color-border);
    border-radius: var(--hp-radius-small);
    background: var(--hp-color-surface);
    text-align: left;
}

.nearby-search__card h4 {
    margin: 0;
    color: var(--hp-color-text);
    font-size: 15px;
}

.nearby-search__card p {
    margin: var(--hp-space-1) 0 0;
    color: var(--hp-color-text-muted);
    font-size: 12px;
}

.nearby-search__card .nearby-search__distance {
    color: var(--hp-color-link);
    font-weight: var(--hp-font-weight-bold);
}

.nearby-search__more {
    display: block;
    min-width: 180px;
    min-height: 42px;
    margin: var(--hp-space-4) auto 0;
    border: 0;
    color: #fff;
    background: var(--hp-color-link);
    font: inherit;
    font-weight: var(--hp-font-weight-bold);
    cursor: pointer;
}

.nearby-search__more[hidden] {
    display: none;
}

.favorite-toggle {
    min-height: 36px;
    padding: 6px 10px;
    border: 1px solid var(--hp-color-favorite);
    border-radius: 3px;
    color: #b73d48;
    background: #fff;
    font: inherit;
    font-size: 13px;
    cursor: pointer;
}

.favorite-toggle[aria-pressed="true"] {
    color: #fff;
    background: var(--hp-color-favorite);
}

.favorite-toggle:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.favorites { padding: var(--hp-space-8) 0; }
.favorites h1 { margin: 0 0 var(--hp-space-3); }
.favorites__list { display: grid; gap: var(--hp-space-3); margin: var(--hp-space-5) 0 0; padding: 0; list-style: none; }
.favorites__item { display: flex; align-items: center; justify-content: space-between; gap: var(--hp-space-4); padding: var(--hp-space-4); border: 1px solid var(--hp-color-border); }
.favorites__item h2 { margin: 0; font-size: 18px; }
.favorites__item p { margin: var(--hp-space-1) 0 0; }
.favorites__category { color: var(--hp-color-text-muted); font-size: 13px; }
.favorites__empty { margin-top: var(--hp-space-5); padding: var(--hp-space-5); border: 1px solid var(--hp-color-border); }

@media (max-width: 599px) {
    .favorites__item { align-items: flex-start; flex-direction: column; }
}

.parking-index__nearby-search {
    margin-top: var(--hp-space-6);
    padding-top: var(--hp-space-5);
    border-top: 1px solid var(--hp-color-border);
}

.portal-home-search__keyword {
    margin-top: var(--hp-space-5);
    padding-top: var(--hp-space-5);
    border-top: 1px solid var(--hp-color-border);
}

.portal-home-search__shortcuts button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border: 1px solid var(--hp-color-border);
    border-radius: var(--hp-radius-small);
    color: var(--hp-color-text);
    background: var(--hp-color-surface-muted);
    font-size: 15px;
    font-weight: var(--hp-font-weight-bold);
}

.portal-home-search__shortcuts .nearby-search__help,
.portal-home-search__shortcuts .nearby-search__status {
    text-align: center;
}

.portal-home-search__shortcut-icon {
    position: relative;
    width: 17px;
    height: 17px;
    margin-right: var(--hp-space-3);
    color: var(--portal-home-accent-text);
}

.portal-home-search__shortcut-icon--keyword {
    border: 2px solid currentcolor;
    border-radius: 50%;
}

.portal-home-search__shortcut-icon--keyword::after {
    position: absolute;
    right: -6px;
    bottom: -3px;
    width: 8px;
    border-bottom: 2px solid currentcolor;
    content: "";
    transform: rotate(45deg);
}

.portal-home-search__shortcut-icon--location {
    border: 2px solid currentcolor;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}

.portal-home-search__shortcut-icon--location::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border: 2px solid currentcolor;
    border-radius: 50%;
    content: "";
}


.portal-home-faq {
    padding: 41px 0 64px;
    background: var(--hp-color-surface);
}

.portal-home-faq__heading {
    text-align: center;
}

.portal-home-faq__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hp-color-text);
    font-family: var(--hp-font-family-display);
    font-size: 13px;
    font-weight: var(--hp-font-weight-bold);
    letter-spacing: 0.16em;
    line-height: 1.85;
}

.portal-home-faq__eyebrow::before,
.portal-home-faq__eyebrow::after {
    width: 2px;
    height: 11.22px;
    margin: 0 6px 0 12px;
    background: var(--hp-color-category-rizapa);
    content: "";
    transform: rotate(-25deg);
}

.portal-home-faq__eyebrow::after {
    margin: 0 12px 0 6px;
    background: var(--hp-color-category-monthly);
    transform: rotate(25deg);
}

.portal-home-faq__heading h2 {
    margin: 0;
    color: var(--hp-color-text);
    font-size: 21px;
    line-height: 1.85;
}

.portal-home-faq__list {
    margin-top: 25px;
}

.portal-home-faq__item {
    background: #f2f5f9;
}

.portal-home-faq__item + .portal-home-faq__item {
    margin-top: 8px;
}

.portal-home-faq__item h3 {
    margin: 0;
}

.portal-home-faq__question {
    display: flex;
    position: relative;
    align-items: flex-start;
    width: 100%;
    height: 63px;
    padding: 21px 19px 19px;
    border: 0;
    color: var(--hp-color-text);
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.portal-home-faq__mark {
    flex: 0 0 auto;
    width: 15px;
    margin-right: 9px;
    color: #246abf;
    font-family: var(--hp-font-family-display);
    font-size: 20px;
    font-weight: var(--hp-font-weight-bold);
    line-height: 23px;
}

.portal-home-faq__question-text {
    margin-top: 2px;
    padding-right: 20px;
    font-size: 13px;
    font-weight: var(--hp-font-weight-bold);
    line-height: 20px;
}

.portal-home-faq__chevron {
    position: absolute;
    top: 29px;
    right: 22px;
    width: 11px;
    height: 7px;
    background: #246abf;
    clip-path: polygon(0 0, 50% 62%, 100% 0, 100% 38%, 50% 100%, 0 38%);
    transition: transform 0.2s ease;
}

.portal-home-faq__question[aria-expanded="true"] .portal-home-faq__chevron {
    transform: rotate(180deg);
}

.portal-home-faq__answer {
    padding-bottom: 1px;
}

.portal-home-faq__answer-inner {
    display: flex;
    margin: 0 15px 13px;
    padding: 21px 16px 22px;
    border-radius: 3px;
    background: var(--hp-color-surface);
}

.portal-home-faq__answer-copy {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 2px;
    color: var(--hp-color-text);
    font-size: 13px;
    line-height: 20px;
}

.portal-home-faq__answer-group {
    margin: 0;
}

.portal-home-faq__answer-group + .portal-home-faq__answer-group {
    margin-top: 20px;
}

.portal-home-faq__answer-group span {
    display: block;
}

.portal-home-faq__more {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    margin-top: 23px;
    border-radius: 33px;
    color: var(--hp-color-on-link);
    background: #246abf;
    font-size: 16px;
    font-weight: var(--hp-font-weight-bold);
    line-height: 65px;
    text-decoration: none;
}

.portal-home-faq__more svg {
    position: absolute;
    top: 50%;
    right: 27.8px;
    width: 27.2px;
    height: 13.62px;
    transform: translateY(-50%);
}

.portal-home-faq__more:hover {
    color: var(--hp-color-on-link);
    filter: brightness(0.92);
}

.portal-home-faq__more:focus-visible,
.portal-home-faq__question:focus-visible {
    outline: var(--hp-focus-ring);
    outline-offset: var(--hp-focus-offset);
}

@media (min-width: 600px) {
    .portal-home-search__shortcuts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 961px) {
    .portal-home__search {
        padding: 45px 0 54px;
    }

    .portal-home__heading {
        margin-bottom: var(--hp-space-8);
    }

    .portal-home__heading p {
        font-size: 15px;
    }

    .portal-home__heading h1 {
        font-size: 28px;
    }

    .portal-home .category-selector__button {
        padding-top: 22px;
        font-size: 30px;
        line-height: 45px;
    }

    .portal-home .category-selector__button--has-supplement {
        padding-top: 7px;
    }

    .portal-home .category-selector__supplement {
        font-size: 14px;
        letter-spacing: normal;
        line-height: 21px;
    }

    .portal-home .category-selector__button::after {
        top: 82px;
        width: 16px;
        height: 8px;
    }

    .portal-home .category-selector__label {
        transform: translateY(-11px);
    }

    .portal-home .category-selector__button--has-supplement .category-selector__label {
        transform: translateY(-11px);
    }

    .portal-home-search__panels {
        min-height: 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .portal-home-search__area-card,
    .portal-home-search__discovery-card {
        padding: 36px clamp(32px, 6.8vw, 98px) 54px;
        border-radius: var(--hp-radius-large);
        background: var(--hp-color-surface);
        box-shadow: var(--hp-shadow-raised-wide);
    }

    .portal-home-search__area-card {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .portal-home-search__discovery-card {
        margin-top: 32px;
        padding-top: 40px;
    }

    .portal-home-search__panel .portal-home-search__discovery-heading {
        display: flex;
        margin-bottom: 36px;
    }

    .portal-home-search__discovery-controls {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 196px;
        align-items: start;
        gap: 12px 32px;
    }

    .portal-home-search__discovery-card .portal-home-search__keyword {
        min-width: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }

    .portal-home-search__discovery-card .parking-search {
        display: block;
    }

    .portal-home-search__discovery-card .parking-search__label {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .portal-home-search__discovery-card .parking-search__controls {
        width: 100%;
    }

    .portal-home-search__discovery-card .parking-search__controls input {
        height: 64px;
        padding: 0 24px;
    }

    .portal-home-search__discovery-card .portal-home-search__shortcuts {
        display: contents;
        margin: 0;
    }

    .portal-home-search__discovery-card .nearby-search {
        display: contents;
    }

    .portal-home-search__discovery-card .nearby-search__help,
    .portal-home-search__discovery-card .nearby-search__status,
    .portal-home-search__discovery-card .nearby-search__results {
        grid-column: 1 / -1;
    }

    .portal-home-search__discovery-card .nearby-search__button {
        min-height: 64px;
        border: 0;
        border-radius: 0;
        color: var(--hp-color-on-link);
        background: var(--hp-color-link);
        font-size: 16px;
        box-shadow: 0 3px 0 var(--hp-color-shadow);
    }

    .portal-home-search__discovery-card .portal-home-search__shortcut-icon {
        flex: 0 0 auto;
        color: inherit;
    }

    .portal-home-search__panel h2 {
        margin-bottom: var(--hp-space-6);
        font-size: 20px;
    }

    .portal-home-search__description {
        display: none;
    }


    .parking-index__category {
        padding: var(--hp-space-12) 0;
    }

    .parking-index__category h2 {
        margin-bottom: var(--hp-space-6);
        font-size: 24px;
    }

    .parking-index .category-selector__supplement {
        font-size: 13px;
    }

    .parking-index__area-search {
        padding-bottom: var(--hp-space-8);
    }

    .parking-index__area-panel {
        padding: var(--hp-space-8);
        border-radius: var(--hp-radius-large);
        box-shadow: var(--hp-shadow-raised-wide);
    }

    .parking-index__area-panel h2 {
        font-size: 24px;
    }

    .parking-index__area-panel > p {
        font-size: 15px;
    }

    .parking-index__area-controls {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .parking-index__area-controls select,
    .parking-index__area-controls button {
        min-height: 56px;
    }

    .parking-index__area-controls button {
        min-width: 220px;
    }

    .parking-index__pending-panel {
        padding: var(--hp-space-12);
        border-radius: var(--hp-radius-large);
        box-shadow: var(--hp-shadow-raised-wide);
    }

    .parking-index__pending-panel h2 {
        font-size: 24px;
    }

    .portal-home-search__area-icon {
        margin-right: 10px;
    }

    .portal-home-search__areas {
        gap: 36px;
    }

    .portal-home-search__areas a {
        min-height: 112px;
        padding-right: 142px;
        padding-left: 80px;
        border-radius: var(--hp-radius-large);
        font-size: 26px;
        white-space: nowrap;
    }

    .portal-home-search__pin {
        left: 40px;
        width: 24px;
        height: 24px;
        border-width: 7px;
    }

    .portal-home-search__arrow {
        display: none;
    }

    .portal-home-search__panel .portal-home-search__area-cta {
        color: var(--hp-color-on-link);
    }

    .portal-home-search__area-cta {
        display: block;
        position: absolute;
        right: 28px;
        width: 112px;
        padding: 3px 8px;
        border-radius: 20px;
        color: #111111;
        background: var(--portal-home-accent);
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .portal-home-search__shortcuts {
        gap: var(--hp-space-5);
        margin-top: var(--hp-space-6);
    }

    .portal-home-search__shortcuts button {
        min-height: 78px;
        border-radius: var(--hp-radius-large);
        font-size: 20px;
    }

    .nearby-search__button {
        min-height: 56px;
    }


    .portal-home-faq {
        padding: 97px 0 96px;
    }

    .portal-home-faq__eyebrow {
        font-size: 19px;
    }

    .portal-home-faq__eyebrow::before,
    .portal-home-faq__eyebrow::after {
        width: 2px;
        height: 16.5px;
        margin-right: 9px;
        margin-left: 17px;
    }

    .portal-home-faq__eyebrow::after {
        margin-right: 17px;
        margin-left: 9px;
    }

    .portal-home-faq__heading h2 {
        margin-top: 2px;
        font-size: 36px;
    }

    .portal-home-faq__list {
        margin-top: 41px;
    }

    .portal-home-faq__item + .portal-home-faq__item {
        margin-top: 15px;
    }

    .portal-home-faq__question {
        height: 95px;
        padding: 26px 49px 28px;
    }

    .portal-home-faq__mark {
        width: 25px;
        margin-right: 27px;
        font-size: 35px;
        line-height: 41px;
    }

    .portal-home-faq__question-text {
        margin-top: 9px;
        padding-right: 40px;
        font-size: 16px;
        line-height: 24px;
    }

    .portal-home-faq__chevron {
        top: 42px;
        right: 40.16px;
        width: 20.84px;
        height: 12px;
    }

    .portal-home-faq__answer-inner {
        margin: 4px 50px 27px;
        padding: 26px 48px 28px;
        border-radius: 10px;
    }

    .portal-home-faq__answer-inner .portal-home-faq__mark {
        width: 23px;
        margin-right: 25px;
    }

    .portal-home-faq__answer-copy {
        margin-top: 9px;
        font-size: 16px;
        line-height: 24px;
    }

    .portal-home-faq__answer-group + .portal-home-faq__answer-group {
        margin-top: 24px;
    }

    .portal-home-faq__more {
        width: 348px;
        margin: 43px auto 0;
        font-size: 18px;
    }
}
