.hm-watchfinder-page {
    max-width: 80rem;
    margin: 0 auto;
    padding: 8rem 1.5rem 4.5rem;
}

.hm-watchfinder-shell {
    max-width: 76rem;
    margin: 0 auto;
}

.hm-watchfinder-page__header {
    max-width: 48rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.hm-watchfinder-page__eyebrow {
    color: #2563eb;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 0.9rem;
    text-transform: uppercase;
}

.hm-watchfinder-page__title {
    color: var(--hm-clean-text);
    font-family: var(--hm-clean-heading);
    font-size: clamp(2.3rem, 5vw, 3.9rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.hm-watchfinder-page__lede {
    color: var(--hm-clean-muted);
    font-size: 1.02rem;
    line-height: 1.8;
    margin-top: 1rem;
}

.hm-watchfinder-app {
    max-width: 48rem;
    margin: 0 auto;
    transition: max-width 0.3s ease;
}

.hm-watchfinder-app.is-results {
    max-width: 76rem;
}

.hm-watchfinder__panel,
.hm-watchfinder__product,
.hm-watchfinder__result-main {
    background: var(--hm-clean-surface-strong);
    border: 1px solid var(--hm-clean-border);
    border-radius: 1.75rem;
    box-shadow: var(--hm-clean-shadow);
}

.hm-watchfinder__panel {
    padding: 2rem;
}

.hm-watchfinder__panel--static {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}

.hm-watchfinder__question-header {
    margin: 0 auto 2rem;
    max-width: 42rem;
    text-align: center;
}

.hm-watchfinder__question-title,
.hm-watchfinder__section-title,
.hm-watchfinder__product-name,
.hm-watchfinder__main-title {
    color: var(--hm-clean-text);
    font-family: var(--hm-clean-heading);
    letter-spacing: -0.03em;
    line-height: 1.08;
}

.hm-watchfinder__question-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
}

.hm-watchfinder__question-desc {
    color: var(--hm-clean-muted);
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 0.9rem;
}

.hm-watchfinder__options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 42rem;
    margin: 0 auto;
}

.hm-watchfinder__option {
    align-items: center;
    background: var(--hm-clean-surface);
    border: 1px solid var(--hm-clean-border);
    border-radius: 1.25rem;
    color: var(--hm-clean-text);
    cursor: pointer;
    display: flex;
    font-size: 1.03rem;
    font-weight: 600;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.15rem 1.25rem;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
    width: 100%;
}

.hm-watchfinder__option:hover {
    border-color: rgba(37, 99, 235, 0.4);
    box-shadow: var(--hm-clean-shadow);
    transform: translateY(-2px);
}

.hm-watchfinder__option:hover .hm-watchfinder__option-icon {
    color: #2563eb;
}

.hm-watchfinder__option-label {
    flex: 1 1 auto;
}

.hm-watchfinder__option-icon {
    color: var(--hm-clean-muted);
    flex: 0 0 auto;
    transition: color 0.2s ease;
}

.hm-watchfinder__option-icon svg {
    display: block;
    height: 1.2rem;
    width: 1.2rem;
}

.hm-watchfinder__result-main {
    display: grid;
    overflow: hidden;
}

.hm-watchfinder__main-media {
    align-items: center;
    background: var(--hm-clean-surface);
    border-bottom: 1px solid var(--hm-clean-border);
    display: flex;
    justify-content: center;
    min-height: 22rem;
    padding: 2rem;
}

.hm-watchfinder__media {
    align-items: center;
    background: var(--hm-clean-panel);
    border-radius: 1.25rem;
    display: flex;
    justify-content: center;
    min-height: 11rem;
    overflow: hidden;
    position: relative;
}

.hm-watchfinder__media.is-missing::after {
    color: var(--hm-clean-muted);
    content: attr(data-placeholder);
    font-size: 0.95rem;
    font-weight: 600;
    padding: 1rem;
    text-align: center;
}

.hm-watchfinder__main-media .hm-watchfinder__media {
    background: transparent;
    min-height: auto;
    width: 100%;
}

.hm-watchfinder__image {
    display: block;
    height: auto;
    max-height: 24rem;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.hm-watchfinder__result-main:hover .hm-watchfinder__image,
.hm-watchfinder__product:hover .hm-watchfinder__image {
    transform: scale(1.03);
}

.hm-watchfinder__main-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.hm-watchfinder__pill {
    align-self: flex-start;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 9999px;
    color: #1d4ed8;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.7rem;
    text-transform: uppercase;
}

.hm-watchfinder__main-title {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    margin-top: 1rem;
}

.hm-watchfinder__price {
    color: var(--hm-clean-muted);
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0.35rem;
}

.hm-watchfinder__desc {
    color: var(--hm-clean-text);
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 1.25rem;
}

.hm-watchfinder__section {
    margin-top: 3.5rem;
}

.hm-watchfinder__section--split {
    border-top: 1px solid var(--hm-clean-border);
    padding-top: 3rem;
}

.hm-watchfinder__section-title {
    font-size: clamp(1.55rem, 2vw, 2.15rem);
    font-weight: 800;
    margin-bottom: 1.25rem;
}

.hm-watchfinder__product-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.hm-watchfinder__product {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.hm-watchfinder__product:hover {
    border-color: var(--hm-clean-border-strong);
    transform: translateY(-3px);
}

.hm-watchfinder__product-media {
    padding: 1.25rem 1.25rem 0;
}

.hm-watchfinder__product-media .hm-watchfinder__media {
    padding: 1rem;
}

.hm-watchfinder__product-media .hm-watchfinder__image {
    max-height: 11rem;
}

.hm-watchfinder__product-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.25rem;
}

.hm-watchfinder__product-name {
    font-size: 1.35rem;
    font-weight: 700;
}

.hm-watchfinder__product-price {
    color: var(--hm-clean-muted);
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 0.35rem;
}

.hm-watchfinder__product-desc {
    color: var(--hm-clean-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-top: 0.9rem;
}

.hm-watchfinder__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.hm-watchfinder__cta,
.hm-watchfinder__link {
    align-items: center;
    border-radius: 9999px;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    justify-content: center;
    padding: 0.9rem 1.35rem;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hm-watchfinder__cta {
    background: #2563eb;
    color: #ffffff;
}

.hm-watchfinder__cta:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.hm-watchfinder__link {
    background: var(--hm-clean-icon-bg);
    border: 1px solid var(--hm-clean-border);
    color: #2563eb;
}

.hm-watchfinder__link:hover {
    border-color: rgba(37, 99, 235, 0.24);
    color: #1d4ed8;
    transform: translateY(-1px);
}

.hm-watchfinder__footer {
    padding: 3rem 0 0.75rem;
    text-align: center;
}

.hm-watchfinder__retake {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--hm-clean-muted);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    gap: 0.55rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.hm-watchfinder__retake:hover {
    color: var(--hm-clean-text);
    transform: translateY(-1px);
}

.hm-watchfinder__retake svg {
    height: 1.05rem;
    width: 1.05rem;
}

.hm-watchfinder__disclosure {
    color: var(--hm-clean-muted);
    font-size: 0.8rem;
    line-height: 1.7;
    margin: 1.5rem auto 0;
    max-width: 38rem;
}

.hm-watchfinder__fade {
    animation: hm-watchfinder-fade-in 0.35s ease-out both;
}

@keyframes hm-watchfinder-fade-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 640px) {
    .hm-watchfinder__product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .hm-watchfinder__result-main {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .hm-watchfinder__main-media {
        border-bottom: 0;
        border-right: 1px solid var(--hm-clean-border);
    }

    .hm-watchfinder__product-grid.hm-watchfinder__product-grid--4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 781px) {
    .hm-watchfinder-page {
        padding: 7rem 1rem 3.5rem;
    }

    .hm-watchfinder-page__header {
        margin-bottom: 2rem;
    }

    .hm-watchfinder__panel,
    .hm-watchfinder__main-body {
        padding: 1.4rem;
    }

    .hm-watchfinder__main-media {
        min-height: 16rem;
        padding: 1.4rem;
    }

    .hm-watchfinder__option {
        font-size: 0.98rem;
        padding: 1rem 1.05rem;
    }

    .hm-watchfinder__section {
        margin-top: 2.75rem;
    }
}
