.watch-service {
    --service-paper: #f7f4ef;
    --service-ink: #242c3b;
    --service-gold: #a57747;
    --service-line: #e4d7c5;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 24px 0 34px;
    scroll-margin-top: 48px;
    background-color: var(--service-paper);
    color: var(--service-ink);
    font-weight: 400;
    letter-spacing: 0;
}

.watch-service .watch-service__content {
    position: relative;
    z-index: 1;
}

.watch-service .watch-service__decor {
    position: absolute;
    top: 0;
    width: 400px;
    max-width: 32%;
    height: auto;
    pointer-events: none;
    user-select: none;
    opacity: .94;
    mix-blend-mode: multiply;
    -webkit-mask-image: linear-gradient(to bottom, #000 65%, transparent 100%), linear-gradient(to right, #000 45%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 65%, transparent 100%), linear-gradient(to right, #000 45%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
}

.watch-service .watch-service__decor--left { left: 0; }
.watch-service .watch-service__decor--right {
    right: -28px;
    -webkit-mask-image: linear-gradient(to bottom, #000 65%, transparent 100%), linear-gradient(to left, #000 45%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 65%, transparent 100%), linear-gradient(to left, #000 45%, transparent 100%);
}

.watch-service .watch-service__title,
.watch-service .watch-service__heading,
.watch-service .watch-service__closing {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    color: var(--service-ink);
    letter-spacing: 0;
}

.watch-service .watch-service__header {
    max-width: 760px;
    margin: 0 auto 32px;
    text-align: center;
}

.watch-service .watch-service__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin: 0 0 16px;
    color: var(--service-ink);
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
}

.watch-service .watch-service__eyebrow::before,
.watch-service .watch-service__eyebrow::after {
    content: '';
    flex: 0 1 88px;
    height: 1px;
    background: var(--service-gold);
}

.watch-service .watch-service__title {
    margin: 0;
    font-size: 50px;
    line-height: .98;
    color: #0a0b0f;
    text-align: center;
    text-wrap: balance;
}

.watch-service .watch-service__intro {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
    margin: 0 6% 26px 11%;
}

.watch-service .watch-service__intro p {
    margin: 0;
    color: var(--service-ink);
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

.watch-service .watch-service__experts {
    position: relative;
    align-self: center;
}

.watch-service .watch-service__experts::before {
    content: '';
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -36px;
    width: 1px;
    background: var(--service-gold);
}

.watch-service .watch-service__experts p + p {
    margin-top: 12px;
}

.watch-service .watch-service__heading {
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.1;
    text-wrap: balance;
}

.watch-service .watch-service__heading::after {
    content: '';
    display: block;
    width: 58px;
    height: 1px;
    margin-top: 10px;
    background: var(--service-gold);
}

.watch-service .watch-service__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
    gap: 6px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.watch-service .watch-service__item {
    display: grid;
    grid-template-columns: 34px 112px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    align-self: stretch;
    min-width: 0;
    min-height: 66px;
    padding: 2px 14px;
    border: 1px solid rgba(165, 119, 71, .17);
    border-radius: 6px;
    background: rgba(255, 255, 255, .56);
    box-shadow: 0 2px 6px rgba(36, 44, 59, .025);
}

.watch-service .watch-service__number {
    color: var(--service-gold);
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.watch-service .watch-service__image-frame {
    position: relative;
    display: block;
    align-self: center;
    height: 80px;
    min-height: 62px;
    overflow: hidden;
    border-radius: 3px;
}

.watch-service .watch-service__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.watch-service .watch-service__name {
    min-width: 0;
    margin: 0;
    padding-left: 20px;
    padding-block: 8px;
    border-left: 1px solid var(--service-line);
    color: var(--service-ink);
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.watch-service .watch-service__contact {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
    padding: 20px;
    border: 1px solid rgba(165, 119, 71, .17);
    border-radius: 6px;
    background: rgba(255, 255, 255, .65);
}

.watch-service .watch-service__contact-copy {
    flex: 1;
    min-width: 0;
}

.watch-service .watch-service__contact-copy p + p { margin-top: 12px; }

.watch-service .watch-service__contact p {
    margin: 0;
    color: var(--service-ink);
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

.watch-service .watch-service__contact-link {
    color: #90653b;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.watch-service .watch-service__contact-link:hover { color: #714c29; }

.watch-service .watch-service__contact-link:focus-visible {
    outline: 2px solid var(--service-ink);
    outline-offset: 3px;
}

.watch-service .watch-service__contact-symbol {
    display: grid;
    place-items: center;
    flex: 0 0 70px;
    height: 70px;
    border-radius: 8px;
    background: linear-gradient(135deg, #c89a67, #8b6039);
}

.watch-service .watch-service__contact-symbol img {
    width: 38px;
    height: 38px;
    filter: invert(1);
}

.watch-service .watch-service__button {
    flex: 0 0 auto;
    min-width: 252px;
    padding: 18px 24px;
    border-color: #ba8c5a;
    border-radius: 5px;
    background: linear-gradient(135deg, #c89a67, #8b6039);
    font-family: 'Times New Roman', Times, serif;
    font-size: 26px;
    color: #fff;
    text-align: center;
    white-space: normal;
}

.watch-service .watch-service__button:hover,
.watch-service .watch-service__button:focus-visible {
    border-color: #714c29;
    background: #714c29;
    color: #fff;
}

.watch-service .watch-service__button:focus-visible {
    outline: 2px solid var(--service-ink);
    outline-offset: 4px;
    box-shadow: none;
}

.watch-service .watch-service__closing {
    position: relative;
    max-width: 980px;
    margin: 30px auto 0;
    color: #775236;
    font-size: 29px;
    font-style: italic;
    line-height: 1.25;
    text-align: center;
    text-wrap: balance;
}

.watch-service .watch-service__closing::before,
.watch-service .watch-service__closing::after {
    content: '';
    position: absolute;
    top: 22px;
    width: 64px;
    height: 1px;
    background: var(--service-gold);
}
.watch-service .watch-service__closing::before { right: calc(100% + 20px); }
.watch-service .watch-service__closing::after { left: calc(100% + 20px); }

@media (max-width: 1199px) {
    .watch-service .watch-service__item {
        grid-template-columns: 28px 84px minmax(0, 1fr);
        gap: 12px;
        padding: 5px 12px;
    }
    .watch-service .watch-service__image-frame { min-height: 68px; height: 68px; }
    .watch-service .watch-service__name { padding-left: 12px; font-size: 16px; }
    .watch-service .watch-service__heading { font-size: 34px; }
    .watch-service .watch-service__contact { gap: 20px; }
    .watch-service .watch-service__contact-symbol { flex-basis: 56px; height: 56px; }
    .watch-service .watch-service__button { min-width: 220px; }
    .watch-service .watch-service__closing { max-width: 820px; }
    .watch-service .watch-service__closing::before,
    .watch-service .watch-service__closing::after { display: none; }
}

@media (max-width: 991px) {
    .watch-service { padding: 28px 0 36px; }
    .watch-service .watch-service__title { font-size: 44px; }
    .watch-service .watch-service__intro { gap: 40px; margin: 0 0 28px; }
    .watch-service .watch-service__experts::before { left: -20px; }
    .watch-service .watch-service__heading { font-size: 30px; }
    .watch-service .watch-service__decor { max-width: 25%; opacity: .5; }
    .watch-service .watch-service__decor--right { right: 0; }
    .watch-service .watch-service__list { gap: 8px 12px; }
    .watch-service .watch-service__item { grid-template-columns: 26px 48px minmax(0, 1fr); gap: 10px; }
    .watch-service .watch-service__number { font-size: 24px; }
    .watch-service .watch-service__image-frame { min-height: 56px; height: 56px; align-self: center; }
    .watch-service .watch-service__contact { gap: 20px; padding: 20px; }
    .watch-service .watch-service__contact-symbol { display: none; }
    .watch-service .watch-service__button { min-width: 196px; padding: 16px 20px; font-size: 23px; }
    .watch-service .watch-service__closing { font-size: 26px; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .watch-service .watch-service__list {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: none;
        grid-auto-flow: row;
        grid-auto-rows: 1fr;
        gap: 10px;
    }
    .watch-service .watch-service__item {
        grid-template-columns: 32px 80px minmax(0, 1fr);
        min-height: 96px;
        gap: 16px;
        padding: 12px 20px;
    }
    .watch-service .watch-service__number { font-size: 28px; }
    .watch-service .watch-service__image-frame { min-height: 68px; height: 68px; }
    .watch-service .watch-service__name { padding: 4px 0 4px 16px; font-size: 17px; line-height: 1.35; }
}

@media (max-width: 767px) {
    .watch-service { padding: 32px 0 38px; }
    .watch-service .watch-service__content { padding-right: 20px; padding-left: 20px; }
    .watch-service .watch-service__decor { display: none; }
    .watch-service .watch-service__header { margin-bottom: 32px; }
    .watch-service .watch-service__title { font-size: 36px; line-height: 1.05; }
    .watch-service .watch-service__eyebrow { gap: 12px; font-size: 12px; }
    .watch-service .watch-service__eyebrow::before,
    .watch-service .watch-service__eyebrow::after { flex-basis: 32px; }
    .watch-service .watch-service__intro { grid-template-columns: minmax(0, 1fr); gap: 20px; margin-bottom: 28px; }
    .watch-service .watch-service__intro p { font-size: 15px; }
    .watch-service .watch-service__experts { padding: 0 0 0 18px; }
    .watch-service .watch-service__experts::before { left: 0; top: 0; bottom: 0; }
    .watch-service .watch-service__heading { margin-bottom: 16px; font-size: 28px; line-height: 1.15; }
    .watch-service .watch-service__list { grid-template-columns: minmax(0, 1fr); grid-template-rows: none; grid-auto-flow: row; gap: 10px; }
    .watch-service .watch-service__item { grid-template-columns: 26px 56px minmax(0, 1fr); min-height: 82px; gap: 10px; padding: 10px 12px; }
    .watch-service .watch-service__image-frame { min-height: 64px; height: 64px; }
    .watch-service .watch-service__name { padding-left: 10px; padding-block: 0; font-size: 17px; }
    .watch-service .watch-service__contact { flex-direction: column; align-items: stretch; gap: 24px; margin-top: 24px; padding: 24px 18px; }
    .watch-service .watch-service__contact p { font-size: 15px; }
    .watch-service .watch-service__button { width: 100%; min-width: 0; font-size: 23px; }
    .watch-service .watch-service__closing { margin-top: 40px; font-size: 23px; }
}

@media (max-width: 374px) {
    .watch-service .watch-service__content { padding-right: 14px; padding-left: 14px; }
    .watch-service .watch-service__item { grid-template-columns: 24px 44px minmax(0, 1fr); gap: 8px; padding: 10px; }
    .watch-service .watch-service__image-frame { min-height: 54px; height: 54px; }
    .watch-service .watch-service__title { font-size: 32px; }
}
